Question Bank
1085 approved questions from the community
RESTful APIs must be stateless, meaning each client request contains all necessary information for the server to fulfill it.
What does SOAP stand for?
What does REST stand for?
Which HTTP method should be used to remove a resource from a REST API?
What HTTP status code indicates that a requested resource was not found?
What is an API (Application Programming Interface)?
Which of the following are standard HTTP methods used in REST APIs? (Select all that apply)
Which HTTP method is used to create a new resource in a REST API?
Which HTTP method is used to retrieve data from a REST API?
What HTTP status code indicates that the resource has not been modified since the last request?
What is an API endpoint?
What are mixins in VueJS?
What are plugins in VueJS?
Which of the following are valid prop types in VueJS? (Select all that apply)
Which of the following are key modifiers supported by Vue? (Select all that apply)
What are custom directives in VueJS?
VueJS supports all ECMAScript 5 compliant browsers, but does not support IE8 and below.
You can mix both scoped and non-scoped styles in the same Vue component.
What are Single File Components (SFC) in Vue?
Filters in Vue can be chained together using the pipe (|) symbol.