Question Bank

721 approved questions from the community

What is the main advantage of using media type (MIME type) versioning for APIs?

HARD
SINGLE CHOICE
40s
API Design
by Mohamed

What is the recommended solution when you need to use v-if and v-for together?

HARD
SINGLE CHOICE
40s
Vuejs
by Mohamed

What is the recommended way to make router param changes reactive?

HARD
SINGLE CHOICE
40s
Vuejs
by Mohamed

What is the difference between full builds and runtime-only builds in VueJS?

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

How can circular dependencies between components be resolved?

HARD
SINGLE CHOICE
40s
Vuejs
by Mohamed

Vue can detect changes for array methods like filter(), map(), and concat() without any special handling.

HARD
TRUE FALSE
30s
Vuejs
by Mohamed

Which approach can be used to overcome Vue's limitation of not detecting array changes when directly setting an item with an index?

HARD
SINGLE CHOICE
40s
Vuejs
by Mohamed

What are the three principles enforced by Vuex for application structure?

HARD
SINGLE CHOICE
40s
Vuejs
by Mohamed

How do you make a Vue application CSP compliant?

HARD
SINGLE CHOICE
40s
Vuejs
by Mohamed

When comparing embedded documents vs referenced documents in MongoDB, which is better?

HARD
SINGLE CHOICE
35s
Mongo
by Mohamed

What advantage do embedded documents have over referenced documents?

HARD
SINGLE CHOICE
35s
Mongo
by Mohamed

What advantage do referenced documents have over embedded documents?

HARD
SINGLE CHOICE
35s
Mongo
by Mohamed

Why is `purchased_at >= '2017-01-01' AND purchased_at <= '2017-12-31'` better than `YEAR(purchased_at) = '2017'`?

HARD
SINGLE CHOICE
40s
SQL
by Mohamed

What is the benefit of using a WITH statement (CTE) in SQL?

HARD
SINGLE CHOICE
40s
SQL
by Mohamed

How would you display which customer ordered which items?

HARD
SINGLE CHOICE
40s
SQL
by Mohamed

How do you join two metrics in Prometheus?

HARD
SINGLE CHOICE
40s
Prometheus
by Mohamed

How does Prometheus compare to InfluxDB?

HARD
SINGLE CHOICE
40s
Prometheus
by Mohamed

How would you get the total requests in the last hour using Prometheus?

HARD
SINGLE CHOICE
40s
Prometheus
by Mohamed

What steps are involved in creating a process? (Select all that apply)

HARD
MULTIPLE CHOICE
45s
Operating System
by Mohamed
PreviousPage 10 of 37Next