Question Bank

3705 approved questions from the community

What is idempotence in the context of API design?

HARD
SINGLE CHOICE
40s
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

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 HTTP status code indicates an unauthorized access attempt?

MEDIUM
SINGLE CHOICE
30s
API Design
by Mohamed

What are mixins in VueJS?

EASY
SINGLE CHOICE
30s
Vuejs
by Mohamed

When mixin and component have overlapping data options, how are they merged?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

What are plugins in VueJS?

EASY
SINGLE CHOICE
30s
Vuejs
by Mohamed

What are custom directives in VueJS?

EASY
SINGLE CHOICE
30s
Vuejs
by Mohamed

What is the difference between local and global filters in Vue?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

What is a render function in VueJS?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

What is Vue Router?

EASY
SINGLE CHOICE
30s
Vuejs
by Mohamed

What are functional components in VueJS?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

What are filters in VueJS used for?

EASY
SINGLE CHOICE
30s
Vuejs
by Mohamed

What is the purpose of the keep-alive tag in Vue?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

How can circular dependencies between components be resolved?

HARD
SINGLE CHOICE
40s
Vuejs
by Mohamed

What are inline templates in Vue?

MEDIUM
SINGLE CHOICE
30s
Vuejs
by Mohamed

In render functions, all virtual nodes in the component tree must be unique and cannot be duplicated directly.

HARD
TRUE FALSE
30s
Vuejs
by Mohamed
PreviousPage 38 of 186Next