Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Cisco (Bengaluru) nel mese di lug 2023
Colloquio
The first round of the hiring process was an online test consisting of 3 coding questions on Hackerrank. We were supposed to make teams of 3 people. Only one device could type the code.
Domande di colloquio [1]
Domanda 1
Say there is a string of characters, and you can delete any number of the same characters that are connected to each other, how many minimum moves do you need to delete the string. Eg. abbba Here there "bbb" are the same characters connected to each other. If you delete them, you get "aa". Now delete "aa" and the whole string is deleted. So you needed 2 moves
Ho sostenuto un colloquio presso Cisco (San Jose, CA)
Colloquio
They asked mostly behavioral questions, with one fairly easy technical. As long as I explained my answer to the technical question, it seemed to make them happy. They would make the interview feel more like a conversation. Overall, very friendly interviewer and process.
Ho presentato la mia candidatura online. La procedura ha richiesto più di una settimana. Ho sostenuto un colloquio presso Cisco (Mountain View, CA) nel mese di ago 2024
Colloquio
Had an OA, then a recruiter screen, then first round interview mostly in JavaScript. Asked around 10 conceptual questions, then two live coding questions, I would say both were mediums or tougher easy level.
Domande di colloquio [1]
Domanda 1
Database query question, reading into a hashmap spitting out summarized visualized data.