Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso HCL (Tel Aviv) nel mese di feb 2025
Colloquio
interview with TL and GL interview. They exlained about hte comany and roducts. then we had Discussions of various design aspects and my experience,
then they asked a few technical riddles.
Domande di colloquio [1]
Domanda 1
imlement a collection that answers these requirements:
a. supports the following API: get, set, setAll.
b. comlexity O(1)
example:
set(index,value)
setAll(value)
get(index)
set(1,10); set(2,20)
get(1);get(2); ==> 10,20
set(1,10); set(2,20);setAll(30);
get(1);get(2); ==> 30,30
set(1,10); set(2,20);setAll(30);set(2,40)
get(1);get(2); ==> 30,40
Good work culture and interview questions were pretty straight . Interview panel was good and they scheduled things on time. We loved the experienced conversation . We will return interview and this time will prepare more for the round .
Ho presentato la mia candidatura online. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso HCL (Hyderabad) nel mese di gen 2024
Colloquio
It was little tough with depth into Java streams, collections, swing,
dsa, solid principles, Algorithms, Producer consumer problem, micro services architectutr, usage.It was little tough with depth into Java streams, collections, swing,
dsa, solid principles, Algorithms, Producer consumer problem, micro services architectutr, usage
Domande di colloquio [1]
Domanda 1
dsa, solid principles, Algorithms, Producer consumer problem