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 .
Candidatei-me por meio de recrutador(a). O processo levou 2 semanas. Fui entrevistado pela HCL (Tel Aviv-Yafo) em fev. de 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.
Perguntas de entrevista [1]
Pergunta 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
Candidatei-me online. O processo levou 2 dias. Fui entrevistado pela HCL (Hyderābād) em jan. de 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
Perguntas de entrevista [1]
Pergunta 1
dsa, solid principles, Algorithms, Producer consumer problem