TUTORIALS

Vuejs Multiple Choice Questions (MCQs)

1 .
Topic:  Introduction
Question:
Which company created vuejs?
A
Google
B
Samsung
C
Telsa
D
Microsoft
Answer: A
2 .
Topic:  Introduction
Question:
Which type of architecture does Vuejs has?
A
MVC
B
MVM
C
MVVM
D
MVCM
Answer: C
3 .
Topic:  Introduction
Question:
Which among the following is true w.r.t to vue components?
A
Reusable
B
not isolated
C
uses javascript's component model
D
defined using .v
Answer: A
4 .
Topic:  Introduction
Question:
Which function is used to start every Vue application to create a new application instance?
A
startApp
B
createApp
C
invokeApp
D
initApp
Answer: B
5 .
Topic:  Introduction
Question:
Which method is used to render the application instance in Vuejs?
A
.rendor()
B
.init()
C
.mount()
D
.control()
Answer: C