Me postulé a través de una agencia de empleos. Acudí a una entrevista en Illusive Networks (Tel Aviv)
Entrevista
1st interview is a technical interview with a team leader. you are asked to tell about yourself and then given a technical question.
After he gave a short description of the company, asked me to tell about myself and a challenging projects I was part in current or previous jobs. didn't seem at all interested in what I had to say, the vibe I got is that all that interests him is the technical aspect and complexity of the project, so I shouldn't have bothered talking about non-technical issues.
I was given a technical question and the interviewer stayed in the room. Usually when an interviewer stays it means they are interested in the thinking process towards the solution.
not sure why this one did, since he didn't seem to care about that at all and just kept pressuring me to solve the problem, slipping in an occasional yawn.
Obviously we didn't hit it off and I wasn't called for a 2nd interview, which is fine that job wasn't exactly what I was looking for anyway, and I wouldn't want that guy as my manager.
Preguntas de entrevista [1]
Pregunta 1
given a tree (root node), and an int "maxToDraw", draw the subtree that contains no more then maxToDraw nodes. don't draw partial levels of the tree, meaning that if a node is at level x, at the number of nodes with level <= x is more than maxToDraw, don't draw it.
Me postulé a través de una agencia de empleos. El proceso tomó 1 día. Acudí a una entrevista en Illusive Networks (Tel Aviv) en may 2021
Entrevista
Got a phone call from the recruiter and was invited for an on site interview, the process continues this way: 1 more technical interviews, VP r&d interview and Hr before getting an offer. (if i remember correctly).
The interviewer asked a lot about my previous experience, not even my last job into the smallest details.
The interview question was:
For n tv channels, given show start time, end time & bandwidth needed for each channels, find the maximum bandwidth required at peak. a show represented as [1,30,2] meaning [show-start-time, show-end-time, bandwidth-needed].
Me postulé a través de una facultad o universidad. Acudí a una entrevista en Illusive Networks (Tel Aviv) en may 2021
Entrevista
Test day starts with 1 hour of the exam with questions about java, after that, they call all candidates and told them who passes and who doesnt. If you pass you have another personal talk with the team leader.
Preguntas de entrevista [1]
Pregunta 1
Build data structure with capacity that set ,get and create in O(1)