Question Bank
721 approved questions from the community
What is the main advantage of using media type (MIME type) versioning for APIs?
What is the recommended solution when you need to use v-if and v-for together?
What is the recommended way to make router param changes reactive?
What is the difference between full builds and runtime-only builds in VueJS?
In render functions, all virtual nodes in the component tree must be unique and cannot be duplicated directly.
How can circular dependencies between components be resolved?
Vue can detect changes for array methods like filter(), map(), and concat() without any special handling.
Which approach can be used to overcome Vue's limitation of not detecting array changes when directly setting an item with an index?
What are the three principles enforced by Vuex for application structure?
How do you make a Vue application CSP compliant?
When comparing embedded documents vs referenced documents in MongoDB, which is better?
What advantage do embedded documents have over referenced documents?
What advantage do referenced documents have over embedded documents?
Why is `purchased_at >= '2017-01-01' AND purchased_at <= '2017-12-31'` better than `YEAR(purchased_at) = '2017'`?
What is the benefit of using a WITH statement (CTE) in SQL?
How would you display which customer ordered which items?
How do you join two metrics in Prometheus?
How does Prometheus compare to InfluxDB?
How would you get the total requests in the last hour using Prometheus?
What steps are involved in creating a process? (Select all that apply)