wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz-ApiFundamentalsWorkshop

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

What does the response status code 200 signify?

a)

Bad request

b)

Request successful

c)

 Unauthorized

d)

Server error

2.

What is a collection in Postman

a)

A set of user profiles

b)

A group of saved requests organized together

c)

A folder for storing API keys

d)

A template for environment variables

3.

What is the HTTP Code Related to Internal Server Error?

a)

 500

b)

501

c)

504

d)

502

4.

What is an API, and how does Postman help in working with APIs?

a)

A software library; Postman generates random data

b)

A way for applications to communicate; Postman is used for testing APIs (Correct)

c)

A programming language; Postman is a compiler

d)

A type of database; Postman queries the database

5.

How can you save a request in Postman?

a)

By exporting it to a file

b)

 By clicking the “Save” button after entering the details

c)

By dragging it into a folder

d)

By copying the URL to a text file

6.

What is the purpose of an API key?

a)

To authenticate API requests

b)

To encrypt data sent to the API

c)

 To log user activity in Postman

d)

To limit the size of data requests

7.

      Which type of API response format is most commonly used?

a)

HTML

b)

JSON

c)

XML

d)

TXT

8.

       Which HTTP method is used to update an existing resource?

a)

GET

b)

POST

c)

PUT

d)

DELETE

9.

       Which Postman tool helps visualize API response data?

a)

History

b)

GraphQL

c)

Visualizer

d)

Workspace

10.

What is the primary use of environment variables in Postman?

a)

To configure Postman’s appearance

b)

To store and reuse data like API keys or URLs

c)

To save test results

d)

To save test results