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 .
Me postulé a través de un reclutador. El proceso tomó 2 semanas. Acudí a una entrevista en HCL (Tel Aviv) en feb 2025
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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
Me postulé en línea. El proceso tomó 2 días. Acudí a una entrevista en HCL (Hyderabad) en ene 2024
Entrevista
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
Preguntas de entrevista [1]
Pregunta 1
dsa, solid principles, Algorithms, Producer consumer problem