LO2 SR

LO2 SR

University

6 Qs

quiz-placeholder

Similar activities

C# Chapter 4

C# Chapter 4

University

10 Qs

LO5 SR

LO5 SR

University

8 Qs

Big Data - Activity 1

Big Data - Activity 1

University

11 Qs

SysDev Quiz

SysDev Quiz

University

10 Qs

MIT App Inventor

MIT App Inventor

University

10 Qs

Q1_PlatformTech

Q1_PlatformTech

University

10 Qs

Spring MVC

Spring MVC

University

10 Qs

Assign homework

Assign homework

University - Professional Development

11 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