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 .
I applied through a recruiter. The process took 2 weeks. I interviewed at HCL (Tel Aviv-Yafo) in Feb 2025
Interview
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.
Interview questions [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
I applied online. The process took 2 days. I interviewed at HCL (Hyderābād) in Jan 2024
Interview
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
Interview questions [1]
Question 1
dsa, solid principles, Algorithms, Producer consumer problem