What comments have colleagues left for you on code reviews recently? Is there any discovery or technique that you have learned thanks to their remarks?
Frontend
In what units was task evaluation measured — in hours? Were there large tasks lasting several days or more than a week?
How have you organized CSS in your projects? What did you use: preprocessor, styled-components, modules?
Do all features go through code review? How many approvals were required?
In the application (sales dashboard in React+Redux), users report that it does not work as expected. Find the problems and fix them. The application contains: a product list sorted by sales, sales visualization in a bar chart (ECharts), a form for adding new products. Main complaint: the product is supposedly added through the form but does not appear in the list.
What do you mean by code splitting?
How do you feel about working in an office during the probation period?
Write a JavaScript or TypeScript function that takes an array of numbers and returns an array where multiples of 3 are replaced with 'Fizz', multiples of 5 with 'Buzz', and multiples of both 3 and 5 with 'FizzBuzz'.
What was Module Federation used for?
Do you remember anything from the last code review? What advice was given to colleagues, what problems were found, or what recommendations were made?
Have you used AI agents (LLM tools) in your work? What is your experience with them?
How do you feel about transitioning to FSD (Feature-Sliced Design)? Do you have experience implementing new architectural approaches in a live project?
What do you recommend to colleagues during code review?
Among the listed methods of copying an object, which support cyclic references?
What will the function return for the number 15 in your current implementation?
Tell us about yourself.
What have you been working on recently? What stack did you use?
How exactly was the web consultation (video calls) set up?
What to choose: merge or rebase in Git? What is the difference and when to use rebase?
What have you worked with the most? Which libraries or fields?