Me postulé a través de una agencia de empleos. El proceso tomó 2 semanas. Acudí a una entrevista en Cisco (Tel Aviv) en jul 2020
Entrevista
Two on site interviews, both same structure: talk about myself, describe in details a project you worked on, the 2-3 questions, asked to write code on white board.
In each interview there were 2 team members interviewers.
Preguntas de entrevista [1]
Pregunta 1
1. Design LRU cache with max capacity, insert, get in O(1)
2. Sort array of RGB objects so that first will be all R, then all G and finally all B
3. Buy/Sell stocks question
4. You have infinite stream of 1/0 bits, in each point you need to say if the current stream is divided by 7 . using O(1) place.
Me postulé a través de un reclutador. Acudí a una entrevista en Cisco (Chicago, IL)
Entrevista
March 13th; Took a hackerrank exam, 3 easy-med leetcode DSAs. One was rotating a matrix and the other was a binary search. And the third was a basic sql. Did not hear back until July.
Standard panel, very simple leetcodes. reverse linked list kind of vibe s . I was literarly asked about how a linked list is structured and reversing it. there was almost no friction which I was shocked by one of the reason I did not accept
Me postulé en línea. Acudí a una entrevista en Cisco (Bengaluru) en jun 2026
Entrevista
The interview started well and covered backend concepts, Java, system design, and coding. I answered the questions confidently and had a positive interaction throughout.
After receiving the rejection, I spoke with HR to understand the feedback. I was informed that the interviewer believed I was looking at answers during the interview. This came as a surprise because I was not referring to any external material. I have a habit of looking away while thinking or recalling concepts, which I believe may have been misunderstood.
I wish this concern had been raised during the interview so I could have clarified it immediately. If there are concerns about a candidate’s behavior, discussing them in real time or asking for a room scan can help avoid misunderstandings.
Overall, the interview questions were fair, but I feel my evaluation was influenced by this misunderstanding rather than my technical performance.
Preguntas de entrevista [1]
Pregunta 1
Sort a nearly sorted array. I was asked for an optimal solution and discussed the time and space complexity.