Ho presentato la mia candidatura tramite un'altra fonte. Ho sostenuto un colloquio presso Anonymous (Karachi) nel mese di lug 2025
Colloquio
The interview process was well organized and professional. It began with an initial screening, followed by a detailed discussion about skills, experience, and role expectations. The interviewer explained the job responsibilities clearly and allowed time for questions.
Domande di colloquio [1]
Domanda 1
They asked about a challenging situation I had faced in a previous role and how I resolved it.
Ho presentato la mia candidatura online. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Anonymous (Gurgaon, Haryana)
Colloquio
There will be 3-4 rounds based on the experience. First round is coding round, second round is technical round, third round is Managerial round and last one is HR round.
Domande di colloquio [1]
Domanda 1
For .Net Full stack Developer, OOps concepts, Project architecture, Azure related questions.
Ho sostenuto un colloquio presso Anonymous (Tel Aviv)
Colloquio
The Cisco interview process typically includes an initial recruiter screen, a technical phone interview focusing on coding and problem-solving, followed by multiple onsite or virtual rounds covering system design, algorithms, behavioral questions, and cultural fit. Expect in-depth technical discussions.
Domande di colloquio [1]
Domanda 1
Given a list of network packets represented by their arrival timestamps (integers in milliseconds), implement a rate limiter that allows up to N packets per T milliseconds. If a packet arrives when the limit is exceeded, it should be dropped. Design an efficient solution