Question Bank

1899 approved questions from the community

Cursor-based pagination is more efficient than offset-based pagination for large datasets because it doesn't suffer from the skipping behavior.

MEDIUM
TRUE FALSE
30s
API Design
by Mohamed

What HTTP status code indicates that a request was successful?

MEDIUM
SINGLE CHOICE
25s
API Design
by Mohamed

What is API rate limiting?

MEDIUM
SINGLE CHOICE
35s
API Design
by Mohamed

What HTTP status code indicates that the server is temporarily unavailable?

MEDIUM
SINGLE CHOICE
30s
API Design
by Mohamed

What is the main component of an API endpoint that defines the type of action to perform?

MEDIUM
SINGLE CHOICE
30s
API Design
by Mohamed

Which API versioning strategy uses the URL path to indicate the API version?

MEDIUM
SINGLE CHOICE
30s
API Design
by Mohamed

What is the difference between PUT and PATCH HTTP methods?

MEDIUM
SINGLE CHOICE
35s
API Design
by Mohamed

The HTTP PUT method can be designed to be idempotent by ensuring that replicating a PUT request does not result in further modifications.

MEDIUM
TRUE FALSE
30s
API Design
by Mohamed

SOAP APIs require the use of WSDL (Web Services Description Language) to define the structure and behavior of the web service.

MEDIUM
TRUE FALSE
30s
API Design
by Mohamed

What is the primary advantage of using nonces or timestamps for idempotence?

MEDIUM
SINGLE CHOICE
35s
API Design
by Mohamed

What is WSDL in the context of SOAP APIs?

MEDIUM
SINGLE CHOICE
35s
API Design
by Mohamed

Which of the following are core functions of an API? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
API Design
by Mohamed

Which of the following are main components of an API endpoint? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
API Design
by Mohamed

What HTTP status code indicates that a request has been accepted for processing but not completed?

MEDIUM
SINGLE CHOICE
30s
API Design
by Mohamed

What is the main benefit of using Postman for API documentation?

MEDIUM
SINGLE CHOICE
35s
API Design
by Mohamed

What is the purpose of the Vue compiler?

MEDIUM
SINGLE CHOICE
30s
Vuejs
by Mohamed

What happens when a child component's root node has a class that also exists in the parent component using scoped CSS?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

How do you access the root Vue instance from a child component?

MEDIUM
SINGLE CHOICE
30s
Vuejs
by Mohamed

How are route matching priorities determined in Vue Router?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

How do you customize the v-model directive for a component?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed
PreviousPage 18 of 95Next