A short 30 min talk and my past and work, interviewer was nice and we had a good chat, then another 20 min for the question, it was difficult and I didn’t get it
Interview questions [1]
Question 1
We have a message queue containing messages, the messages are an object with their time and value, if at any given point we would like to receive the most common message that was sent in the last N seconds how would you implement it
I applied through a recruiter. I interviewed at DoubleVerify
Interview
My interview was with a team member, he asked me to solve an assignment of code, but i got confused with the syntax. It was my first interview and I was nervous
I applied through a recruiter. The process took 1 day. I interviewed at DoubleVerify (Tel Aviv-Yafo) in Jun 2021
Interview
First there was a phone call with a software engineer and later on an on site interview for 1 hour (one of 5 interviews from what I recall- 2 coding interviews, 2 design interviews and one with VP R&D).
Interview questions [1]
Question 1
On phone: 1. you have a ladder and a frog that can jump 1, 3 or 5 steps at a time. How many options do you have to get to the end of an nth level ladder?
On site: In a sorted array, find how many occurrences of a certain number there are in best complexity. I had to implement it in coder pad.