Have you had experience writing PHP code on frameworks or pure PHP?
Frontend
What types of input are there?
What can you tell about asynchrony in the browser and the Event Loop? What does it consist of?
Tell us about your experience with design and testing at your previous job.
Where in PHP is the body of a POST request? How to get data from a form and from a JSON request?
Have you worked with Vuex? What are mutations in Vuex?
What does the word 'public' mean in relation to class methods? How do 'public', 'protected', and 'private' differ?
Do you know the difference between event.target and event.currentTarget?
What stages of the Vue component lifecycle do you know? Which ones have you used?
Можем ли мы зациклить watch? Как от этого предостеречься?
What attributes does the form tag have?
Do you know the difference between host objects and native objects?
What format did you work with databases in? Tell us about your experience writing SQL queries.
What is the purpose of the GET method? Can a GET request modify data?
Is it possible to make an API call in a computed property?
What is the difference in implementing reactivity between Vue 2 and Vue 3?
What is the purpose of a watch with the deep option?
How does the show/hide password function work in an input type=password field?
Have you worked with RxJS?
Have you worked with Vue Router? Tell me about Vue Router navigation hooks.