Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Ciena (Gurgaon, Haryana) nel mese di nov 2025
Colloquio
The interview had an Online assessment with mixed MCQs, then shortlisted students had a pen paper test with 3 classic DSA problems, then followed by 2-4 technical interviews, and an HR round at last.
Domande di colloquio [1]
Domanda 1
Given a large array whose size is not known, you have to divide the array into two equal sized arrays such that the two arrays come by breaking the large array from the middle, but the catch is that you have to do it optimized even more than O(n) and a hint is that some inbuilt java method/ function/ data structure is supposed to be used here.