Question Bank

3705 approved questions from the community

What is the purpose of renderError in Vue components?

EASY
SINGLE CHOICE
30s
Vuejs
by Mohamed

It is recommended to use v-if and v-for directives together on the same element.

MEDIUM
TRUE FALSE
25s
Vuejs
by Mohamed

What method is used to force a Vue instance to re-render manually?

MEDIUM
SINGLE CHOICE
30s
Vuejs
by Mohamed

What is hot reloading in Vue Loader?

EASY
SINGLE CHOICE
30s
Vuejs
by Mohamed

What happens to component state when editing the <template> section during hot reloading?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

What is CSS extraction in Vue applications?

EASY
SINGLE CHOICE
30s
Vuejs
by Mohamed

What combinator is used for deep selectors in scoped CSS?

MEDIUM
SINGLE CHOICE
30s
Vuejs
by Mohamed

What are async components in VueJS?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

What is Vuex?

EASY
SINGLE CHOICE
30s
Vuejs
by Mohamed

What is Vue Loader?

EASY
SINGLE CHOICE
30s
Vuejs
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 scoped CSS in Vue components?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

What happens when a child component's root node has a class that also exists in the parent component using scoped CSS?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

What is BSON in MongoDB?

MEDIUM
SINGLE CHOICE
30s
Mongo
by Mohamed

What type of database is MongoDB?

EASY
SINGLE CHOICE
25s
Mongo
by Mohamed

What does the query `db.books.find().sort({x:1})` do?

MEDIUM
SINGLE CHOICE
30s
Mongo
by Mohamed

What is the difference between find() and find_one() in MongoDB?

EASY
SINGLE CHOICE
30s
Mongo
by Mohamed

What does the query `db.books.find({'name': /abc/})` do?

MEDIUM
SINGLE CHOICE
30s
Mongo
by Mohamed

What advantage do embedded documents have over referenced documents?

HARD
SINGLE CHOICE
35s
Mongo
by Mohamed

What is a document in MongoDB?

EASY
SINGLE CHOICE
30s
Mongo
by Mohamed
PreviousPage 42 of 186Next