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 .
J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez HCL (Tel Aviv-Yafo) en févr. 2025
Entretien
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.
Questions d'entretien [1]
Question 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
J'ai postulé en ligne. Le processus a pris 2 jours. J'ai passé un entretien chez HCL (Hyderâbâd) en janv. 2024
Entretien
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
Questions d'entretien [1]
Question 1
dsa, solid principles, Algorithms, Producer consumer problem