LO2 SR

LO2 SR

University

6 Qs

quiz-placeholder

Similar activities

Dom

Dom

University

9 Qs

ICT

ICT

University

10 Qs

Tech Tool

Tech Tool

KG - University

10 Qs

Python-Matrix-Reloaded-Workshop

Python-Matrix-Reloaded-Workshop

University

10 Qs

PENGENALAN UNITY

PENGENALAN UNITY

University

10 Qs

Cuestionarios de exposición

Cuestionarios de exposición

University

10 Qs

[FE] Ice Breaking - Mastering Arrays and Objects in JavaScript

[FE] Ice Breaking - Mastering Arrays and Objects in JavaScript

University

10 Qs

TES AWAL MODUL 2

TES AWAL MODUL 2

University

10 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