Level-3 Cyber Browser

Level-3 Cyber Browser

University

15 Qs

quiz-placeholder

Similar activities

Cyber EOP - OSI Model Layers By Mr. B

Cyber EOP - OSI Model Layers By Mr. B

12th Grade - University

18 Qs

Quiz 3 : Topic 3

Quiz 3 : Topic 3

University

10 Qs

Session 1

Session 1

University

10 Qs

GIT COURSE

GIT COURSE

University

13 Qs

Computer Networks - Quiz 1

Computer Networks - Quiz 1

University

18 Qs

OBM255&ASM454 The Internet & WWW

OBM255&ASM454 The Internet & WWW

University

12 Qs

HTTP and CSS Selector

HTTP and CSS Selector

University

20 Qs

Unit 10 - IP, Internet, Packets, networks

Unit 10 - IP, Internet, Packets, networks

12th Grade - University

15 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?