Glassdoor users rated their interview experience at Screenovate as 100% positive with a difficulty rating score of 2 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for Front End Developer and rated their interviews as the hardest, whereas interviews for Front End Developer and roles were rated as the easiest.
Here are the most commonly searched roles for interview reports -
I applied through a staffing agency. I interviewed at Screenovate
Interview
at first it was a phone screening and they asked me about the event loop and some simple js questions the second interview was a zoom meeting with 1 engineer and 1 manager that took about an hour
Interview questions [1]
Question 1
1. what is the box model and what are the pitfalls that can happen.
2. you get a code snippet and you need to find the bug (missing if statement around the second "await" call.
3. when do you throw an Error in javascript
4. EVENT DELIGATIONS and bubbling (example for a list of buttons you can bind 1 click event that will handle them all instead of many different click functions)
5. explain the event loop in js