(1/12) Which approach in Vue 3 might you use if you need to keep data in sync across multiple browser tabs or sessions, especially for offline usage?


(2/12) Which statement about watchers in a composable is correct if you want typed concurrency usage in a single file shared by multiple Vue 3 components?


(3/12) In Vue 3, what is the preferred way to handle global error handling?


(4/12) What must you do if you need to import a third-party library only on the server side when using SSR in Vue 3?


(5/12) How do you convert a plain value or object into a ref if you’re not sure whether it’s already a ref in Vue 3?


(6/12) Which approach might you use to convert a deeply nested object to a fully reactive structure in Vue 3 if you initially used markRaw() on it?


(7/12) How can you define a route guard on an individual component using the Composition API in Vue 3 Router?


(8/12) Which approach ensures watchers for concurrency are properly cleaned up if you create them inside a watchEffect in Vue 3?


(9/12) Which statement about server-side rendering (SSR) in Vue 3 is TRUE?


(10/12) In Vue 3, if you want to have a transition effect when toggling between two components in the same view, which approach is correct?


(11/12) Which statement about Vue 3’s Suspense feature is correct?


(12/12) Which statement about the global error handler in Vue 3 is correct?