Tell about the processes in your last team: sprints, Kanban, planning — how was it in practice?
Frontend
Why did you use onMounted to load data instead of simply calling the function directly?
Where is Shadow DOM currently used?
What is your attitude towards AI tools (artificial intelligence) in development?
What methods of CSS isolation do you know?
How does v-model work in Vue 2 and Vue 3? What are the differences?
Were there people at work with whom it was difficult to communicate? Were any measures taken?
Tell me about event bubbling and capturing.
Tell us more about developing and implementing a design system. Did you create the Storybook from scratch?
JavaScript task: what will console.log(x) output after forEach with x++?
Has it ever happened that tasks entered the sprint unexpectedly? How did you react to it?
Are you interested in moving to full stack at your current job? Nothing has changed for you in these couple of months?
How are architectural tasks solved in your work? For example, when a new feature is to be created — how is it decided, where to place store, routes, and layer logic?
How to fix the loss of reactivity when destructuring props? Tell about toRef/toRefs.
If you have a large amount of work but cannot meet the release deadline — how would you act or how have you acted before?
Is a function an object? How does a regular function differ from an arrow function in the context of prototypes?
How does the onboarding process for a new developer typically go? What tasks need to be completed to pass the probation period successfully?
How long will frontend be interesting to you? Will there be a moment when you want something else? We have a clear division — if you come as a frontend developer, there will only be frontend tasks.
What problems arose after implementing virtual scrolling for thousands of product cards?