Question Bank

1899 approved questions from the community

Which of the following are modifiers supported by the v-model directive? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
Vuejs
by Mohamed

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

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

What is scoped CSS in Vue components?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

What are X-Templates in Vue?

MEDIUM
SINGLE CHOICE
30s
Vuejs
by Mohamed

Recursive components can lead to infinite loops and max stack size exceeded errors if not properly conditioned.

MEDIUM
TRUE FALSE
25s
Vuejs
by Mohamed

What are inline templates in Vue?

MEDIUM
SINGLE CHOICE
30s
Vuejs
by Mohamed

What are non-prop attributes in Vue components?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

CSS Modules are supported in VueJS as an alternative to scoped CSS.

MEDIUM
TRUE FALSE
25s
Vuejs
by Mohamed

Vuex supports hot reloading for mutations, modules, actions, and getters during development.

MEDIUM
TRUE FALSE
25s
Vuejs
by Mohamed

What is a key difference between VueJS and ReactJS?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

What is dynamic route matching in Vue Router?

MEDIUM
SINGLE CHOICE
35s
Vuejs
by Mohamed

Single File Components violate the separation of concerns principle by combining HTML, CSS, and JavaScript in one file.

MEDIUM
TRUE FALSE
30s
Vuejs
by Mohamed

Global mixins should be used frequently as they provide convenient global functionality.

MEDIUM
TRUE FALSE
25s
Vuejs
by Mohamed

Nested routes in Vue Router require the use of the children option in route configuration.

MEDIUM
TRUE FALSE
25s
Vuejs
by Mohamed

Templates in Vue provide more programmatic power than render functions.

MEDIUM
TRUE FALSE
25s
Vuejs
by Mohamed

Which of the following are hook functions provided by custom directives? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
Vuejs
by Mohamed

What combinator is used for deep selectors in scoped CSS?

MEDIUM
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

Vue can detect changes when you directly add or delete properties from an object.

MEDIUM
TRUE FALSE
25s
Vuejs
by Mohamed

When using production/minified builds of Vue.js, DevTools inspection is enabled by default.

MEDIUM
TRUE FALSE
25s
Vuejs
by Mohamed
PreviousPage 19 of 95Next