Career fair is basically the first interview working on leet code easy. Then got 1 st round interview via university career fair few days after. Then got rejected a few days after.
It was pretty standard: approached at Career fair (had to solve a simple binary search question on the spot, no coding) -> First round technical -> Final Round behavioural. I didn’t get past the first round technical interview.
Interview questions [1]
Question 1
They asked me something like you have a table with entries of people that logged in and what time. Had to return the entries by sorted name, no duplicates, and by time logged in. Needed a lambda key for it
I applied through college or university. The process took 1 week. I interviewed at ExtraHop Networks (Seattle, WA) in Oct 2024
Interview
They asked me a leetcode question, and asked some follow up questions on how to make it more efficient. I answered correctly, but they rejected me, so I don't know, it was probably my resume.
Interview questions [1]
Question 1
Evaluate expression tree (each node is a + - * or /, and its children are numbers)