Frontend
What do you start with when beginning a project, and how do you proceed? Is SEO optimization necessary, should you connect Next.js from the start, or can you get by with SPA?
How did you learn the profession of a developer without specialized education?
Regarding mobile phones — how closely have you worked with React Native? Tell about your experience.
FizzBuzz task: write a JavaScript function that takes an array of numbers and returns an array where numbers divisible by 3 are replaced with 'fizz', divisible by 5 — with 'buzz', and divisible by both 3 and 5 — with 'fizzBuzz'.
[name] asked: how much did TypeScript feature in your actual work experience?
After successful Face ID, what happens next? Is the Verigram iFrame linked to Face ID?
What methods would you use to optimize React components that slow down rendering?
What is the difference between const, let, and var?
Do you use a quick trial method when solving unfamiliar problems?
Compare dependency injection through constructor parameters and through the inject function: what are the advantages and disadvantages of each approach?
What questions do you have for us? What do you expect from this position?
Tell me about yourself, what you used to do earlier, was there anything interesting?
The quiz consists of questions — how will we receive data on the questions: all at once or in portions?
Tell me about your experience working with the Vue ecosystem. Which libraries and build tools have you worked with?
Imagine this scenario: the picture didn't load — how to handle it so that the user understands what was supposed to be there?
Where were the Playwright tests located: in the same repository or separately?
export const usePhoneMask = ({ mask, initialValue, maskPlaceholder, }: UsePhoneMaskParams): UsePhoneMaskReturn => { // code here };
What do you do in your free time?
Besides the folder structure, what other principles does FSD have?
Have you had experience working with command line (shell commands) besides Git and FTP?