HTTP responses & request methods

HTTP responses & request methods

Professional Development

10 Qs

quiz-placeholder

Similar activities

Terraform me up

Terraform me up

Professional Development

9 Qs

Terraform: Data Sources

Terraform: Data Sources

Professional Development

10 Qs

AZ-900 Modulo 2

AZ-900 Modulo 2

KG - Professional Development

14 Qs

IT ENGLISH: Technical Terminology - Ajax

IT ENGLISH: Technical Terminology - Ajax

Professional Development

10 Qs

DECI - Week 11 - round

DECI - Week 11 - round

Professional Development

10 Qs

OSI Model - Transport Layer

OSI Model - Transport Layer

9th Grade - Professional Development

10 Qs

1_Skill On Learn Infrastructure as Code Concepts

1_Skill On Learn Infrastructure as Code Concepts

Professional Development

13 Qs

ERP 1

ERP 1

University - Professional Development

15 Qs

HTTP responses & request methods

HTTP responses & request methods

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Dimitra Karamperi

Used 14+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is correct for the GET method?

It requests a representation of the specified resource. Requests using it should only retrieve data.

It is used to submit an entity to the specified resource, often causing a change in state or side effects on the server.

It establishes a tunnel to the server identified by the target resource.

It is used to apply partial modifications to a resource.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is correct for the CONNECT method?

It requests a representation of the specified resource. Requests using it should only retrieve data.

It is used to submit an entity to the specified resource, often causing a change in state or side effects on the server.

It establishes a tunnel to the server identified by the target resource.

It replaces all current representations of the target resource with the request payload.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is correct for the PUT method?

It requests a representation of the specified resource. Requests using it should only retrieve data.

It performs a message loop-back test along the path to the target resource.

It establishes a tunnel to the server identified by the target resource.

It replaces all current representations of the target resource with the request payload.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is correct for the POST method?

It requests a representation of the specified resource. Requests using it should only retrieve data.

It is used to submit an entity to the specified resource, often causing a change in state or side effects on the server.

It asks for a response identical to that of a GET request, but without the response body.

It is used to apply partial modifications to a resource.

5.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

Which of the following applies to GET requests? There might be more than one correct answers.

GET requests can be bookmarked

GET requests are never cached

GET requests should never be used when dealing with sensitive data

GET requests are only used to request data (not modify)

GET requests do not remain in the browser history

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If GET /courses returns a list of courses, then HEAD /courses will make the same request but will not return the list of courses. True or False?

True

False

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

"Data is not displayed in the URL."

For which method is this true?

GET

POST

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?