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.

EASY
TRUE FALSE
25s
API Design
by Mohamed

What does SOAP stand for?

EASY
SINGLE CHOICE
25s
API Design
by Mohamed

What does REST stand for?

EASY
SINGLE CHOICE
25s
API Design
by Mohamed

Which HTTP method should be used to remove a resource from a REST API?

EASY
SINGLE CHOICE
25s
API Design
by Mohamed

What HTTP status code indicates that a requested resource was not found?

EASY
SINGLE CHOICE
25s
API Design
by Mohamed

What is an API (Application Programming Interface)?

EASY
SINGLE CHOICE
30s
API Design
by Mohamed

Which of the following are standard HTTP methods used in REST APIs? (Select all that apply)

EASY
MULTIPLE CHOICE
40s
API Design
by Mohamed

Which HTTP method is used to create a new resource in a REST API?

EASY
SINGLE CHOICE
25s
API Design
by Mohamed

Which HTTP method is used to retrieve data from a REST API?

EASY
SINGLE CHOICE
25s
API Design
by Mohamed

What HTTP status code indicates that the resource has not been modified since the last request?

EASY
SINGLE CHOICE
25s
API Design
by Mohamed

What is an API endpoint?

EASY
SINGLE CHOICE
30s
API Design
by Mohamed

What are mixins in VueJS?

EASY
SINGLE CHOICE
30s
Vuejs
by Mohamed

What are plugins in VueJS?

EASY
SINGLE CHOICE
30s
Vuejs
by Mohamed

Which of the following are valid prop types in VueJS? (Select all that apply)

EASY
MULTIPLE CHOICE
35s
Vuejs
by Mohamed

Which of the following are key modifiers supported by Vue? (Select all that apply)

EASY
MULTIPLE CHOICE
35s
Vuejs
by Mohamed

What are custom directives in VueJS?

EASY
SINGLE CHOICE
30s
Vuejs
by Mohamed

VueJS supports all ECMAScript 5 compliant browsers, but does not support IE8 and below.

EASY
TRUE FALSE
25s
Vuejs
by Mohamed

You can mix both scoped and non-scoped styles in the same Vue component.

EASY
TRUE FALSE
20s
Vuejs
by Mohamed

What are Single File Components (SFC) in Vue?

EASY
SINGLE CHOICE
30s
Vuejs
by Mohamed

Filters in Vue can be chained together using the pipe (|) symbol.

EASY
TRUE FALSE
20s
Vuejs
by Mohamed
PreviousPage 11 of 55Next