I applied through a recruiter. The process took 3 weeks. I interviewed at Slashdev (Bucharest, Bucuresti) in Dec 2022
Interview
The interview had 3 parts:
1h - live coding a small react app
The task was fairly easy to implement. It only used basic React knowledge most people would know: like useState and useEffect. Nothing fancy. Since this was a Senior position I expected a more complex app.
1h - discussion on the code
They asked me to do a "review" of the code. So basically assume this was written by someone else and I have to give feedback.
1h - questions about security and overall FrontEnd development
Interview questions [1]
Question 1
In the first part of the interview there were no questions, they let me code.
In the second and third parts I got questions like:
* how would I test this code
* what do I know about web security
* what's one potential web security problem/vulnerabily and how can I address it