Total Questions : 30
Expected Time : 30 Minutes

1. Which Vue.js directive is used for binding an attribute to an expression?

2. What is the purpose of the 'watch' option in a Vue.js component?

3. What is the core library of Vue.js for building user interfaces?

4. How can you conditionally apply a CSS class in Vue.js?

5. Which Vue.js component lifecycle hook is called before a component is created?

6. Which Vue.js lifecycle hook is called when a component is destroyed?

7. Explain the concept of Vuex Modules in Vue.js. Provide a use case where organizing state with modules is advantageous.

8. In Vue.js, what is the purpose of the 'v-model' directive?

9. What is the Vue.js directive used for one-way data binding?

10. Explain the purpose of the 'async' attribute in Vue.js Dynamic Components. Provide an example scenario where using the 'async' attribute is beneficial.

11. Which Vue.js directive is used for conditional rendering?

12. In Vue.js, how can you handle user input using v-on?

13. In Vue.js, what is the key benefit of using computed properties?

14. In Vue.js, what is the purpose of the 'computed' property?

15. What is the purpose of the 'transition' component in Vue.js?

16. What is the purpose of the 'v-once' directive in Vue.js?

17. Which lifecycle hook is called after the component is inserted into the DOM?

18. What is the purpose of the 'v-bind' directive in Vue.js?

19. In Vue.js, what does the 'el' option in the Vue instance represent?

20. What is the purpose of the 'scoped' attribute in Vue.js style tags?

21. What is the purpose of the 'functional' component option in Vue.js? Provide an example scenario where using a functional component is beneficial.

22. What does Vue.js use to handle transitions between elements?

23. What is the purpose of the 'errorCaptured' lifecycle hook in Vue.js? Provide an example scenario where using errorCaptured is beneficial.

24. Which Vue.js feature is used for dynamic component loading?

25. What is the purpose of Vue.js Transitions? Provide an example scenario where using transitions would be beneficial.

26. What is the purpose of the 'v-pre' directive in Vue.js?

27. In Vue.js, how can you handle user input using v-model?

28. How can you handle user click events in Vue.js?

29. What is the purpose of the 'v-for' directive in Vue.js?

30. Explain the concept of Vue.js Functional Components. Provide a use case where using functional components is preferable over standard components.