Welcome to CHOOLS VUE JS ASSESSMENT (YOU HAVE ONLY 30 MINUTES TO COMPLETE THIS PART [20 Questions]) **** Wishing You All The Best **** Instructions : To start the quiz, please provide your name, email id and phone number. All questions are mandatory* Answering each question is required before going on to the next page of questions. Your response is subject to change at any time. After completed the quiz click the submit button. If, once the time is up, it will be automatically submitted. The report will be mailed to your email address after the quiz is finished. 1. How can you handle route parameters in Vue Router? this.$route.params this.params Vue.route.params Vue.params2. Which directive is used for two-way data binding in Vue.js? v-model v-bind v-show v-if3. How can you loop through an array and render items in Vue.js? v-for v-if v- loop v-repeat4. How can you prevent the default behavior of an event in Vue.js? event.preventDefault() event.prevent() this.preventEvent() this.$preventDefault()5. Which Vue.js lifecycle hook is called when a component is about to be destroyed? beforeCreate beforeMount beforeUpdate beforeDestroy6. What is the purpose of the Vue Router in a Vue.js application? It manages the application state It handles HTTP requests It facilitates component communication It enables navigation between views in a single-page application7. What is the purpose of the "el" property in a Vue instance? It specifies the element where the Vue app will be mounted It defines the data properties of the Vue app It sets the event listeners for the Vue app It represents the Vue instance itself8. How can you commit a mutation in Vuex? this.commit() commit.mutation() this.$store.commit() Vuex.commit()9. How can you access the Vuex store in a Vue component? this.$store Vue.store this.store Vue.$store10. What is the purpose of the "v-on" directive in Vue.js? It binds an attribute dynamically It sets up event listeners It conditionally renders an element It loops through an array11. What is the purpose of the "transition" tag in Vue.js? It defines a custom transition effect It creates a new Vue instance It sets up event listeners It loops through an array12. How can you bind a CSS class dynamically based on a condition in Vue.js? v- bind-class v-class v-bind:class v-style13. In Vue.js, what is the purpose of the "ref" attribute? It defines a reference to a child component It sets the data property for a component It creates a computed property It specifies the root element of a component14. What is the purpose of the "provide/inject" feature in Vue.js? It provides a way to inject CSS styles into components It establishes a connection between parent and child components It manages the state of the Vuex store It controls the routing of the Vue app15. How do you create a computed property in Vue.js? computed: {} computed() {} computed = {} computed = function() {}16. What is the purpose of the "v-pre" directive in Vue.js? It prevents a component from being re-rendered It skips compilation for this element and all its children It pre-fetches data before rendering It pre-renders the component17. In Vue.js, how can you conditionally render content based on a condition? v-show v-if v-bind v-for18. How can you define a data property in a Vue component? data: [] data = {} data() {} data: function() {}19. What is the purpose of the "methods" option in a Vue component? It defines the data properties of the component It specifies the methods that can be called in the template It sets up event listeners for the component It handles the component's lifecycle hooks20. How can you handle 404 errors (page not found) in Vue Router? Use the <not- found> component Configure a wildcard route Set up a special route for 404 Use the $404 method in Vue Router5 out of 4Time is Up!