Level-3 Cyber Browser

Level-3 Cyber Browser

University

15 Qs

quiz-placeholder

Similar activities

OCR A Level Computer Science (H446) - Component 1.2.1 - Systems Software

OCR A Level Computer Science (H446) - Component 1.2.1 - Systems Software

11th Grade - University

14 Qs

Kuis Pelatihan API Kutim By GIZ

Kuis Pelatihan API Kutim By GIZ

University - Professional Development

20 Qs

TCP UDP

TCP UDP

University

20 Qs

Internet Technology

Internet Technology

University

15 Qs

MVC Framework

MVC Framework

University

15 Qs

Lesson 1 - The Basics

Lesson 1 - The Basics

University

12 Qs

APi Security webinar

APi Security webinar

University

10 Qs

Testout Security Pro

Testout Security Pro

University

19 Qs

Level-3 Cyber Browser

Level-3 Cyber Browser

Assessment

Quiz

Computers

University

Hard

Created by

Rohit Verma

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of the browser’s rendering engine?

To fetch data from the server

To display HTML and CSS content in a formatted manner

To handle user interactions

To manage browser cookies

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Same-Origin Policy (SOP) restrict?

Only cookies sharing across websites

Execution of JavaScript

Interaction between scripts from different origins

Browser plugin execution

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTTP header is used to specify allowed origins in CORS (Cross-Origin Resource Sharing)?

Access-Control-Allow-Origin

Access-Control-Allow-Methods

Content-Type

Cache-Control

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is an example of a cross-site scripting (XSS) attack?

User input is displayed on a webpage without validation

A website restricts cross-origin API requests

A user is logged out after a session timeout

HTTPS is enabled for secure communication

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of cookies in web applications?

To store JavaScript files

To track and store user session information

To prevent cross-site attacks

To speed up web page loading times

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Analyze the following HTTP request and identify why CORS would block this request: GET /api/data HTTP/1.1 Host: api.example.com Origin: http://otherexample.com

Because `Origin` is different from `Host`

Because the request method is GET

Because the Access-Control-Allow-Headers is missing

Because the HTTP version is outdated

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An application is vulnerable to XSS because it does not properly escape user input in a form field. Which of the following countermeasures will be most effective?

Allow all HTML tags but block scripts

Use HTTPS for all requests

Encode and validate all user inputs

Use a strong Content Security Policy (CSP)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?