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.
What HTTP status code indicates that a request was successful?
What is API rate limiting?
What HTTP status code indicates that the server is temporarily unavailable?
What is the main component of an API endpoint that defines the type of action to perform?
Which API versioning strategy uses the URL path to indicate the API version?
What is the difference between PUT and PATCH HTTP methods?
The HTTP PUT method can be designed to be idempotent by ensuring that replicating a PUT request does not result in further modifications.
SOAP APIs require the use of WSDL (Web Services Description Language) to define the structure and behavior of the web service.
What is the primary advantage of using nonces or timestamps for idempotence?
What is WSDL in the context of SOAP APIs?
Which of the following are core functions of an API? (Select all that apply)
Which of the following are main components of an API endpoint? (Select all that apply)
What HTTP status code indicates that a request has been accepted for processing but not completed?
What is the main benefit of using Postman for API documentation?
What is the purpose of the Vue compiler?
What happens when a child component's root node has a class that also exists in the parent component using scoped CSS?
How do you access the root Vue instance from a child component?
How are route matching priorities determined in Vue Router?
How do you customize the v-model directive for a component?