LO2 SR

LO2 SR

University

6 Qs

quiz-placeholder

Similar activities

sample test

sample test

University

10 Qs

LO5 SR

LO5 SR

University

8 Qs

AI-102 day1

AI-102 day1

University

10 Qs

Salesforce.com: Cloud services go mainstream

Salesforce.com: Cloud services go mainstream

University

10 Qs

Lesson 5 - Output Handling

Lesson 5 - Output Handling

University

10 Qs

Apps Script Quiz - Day 1 Lesson

Apps Script Quiz - Day 1 Lesson

University

10 Qs

Flutter Quiz

Flutter Quiz

University

10 Qs

Webpage creation services

Webpage creation services

University

9 Qs

LO2 SR

LO2 SR

Assessment

Quiz

Computers

University

Hard

Created by

Reem Ballaith

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select an answer that is not true about AppScan?

AppScan is an application development tool

AppScan is  a mobile application testing tool

AppScan is a desktop application testing tool

AppScan is a web application testing tool.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which XSS will not perform

Check for authentication issues

Check the vulnerability of a website on script injection

Check for SQL related attacks

Check for cross site forgery issues.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In web application landscape, web servers are part of ________ tier.

Client

Middle

Data

Backend

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a cookie

A stored file in local computer

A stored script in the server

A stored piece of data in local computer

A stored procedure in the database

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the recommended maximum number of pages that you scan with a single configuration?

500

300

200

600

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A hacker enters the following script into the search box or an entry form: <Script>’t

Worked”</Script>. The hacker then clicks the search button and a pop-up window appears stating it Worked. What you conclude from this?

The site is susceptible to buffer overflow

The site is susceptible to SQL injection

The site is susceptible to parameter tampering

The site is susceptible to XSS