I applied through college or university. I interviewed at HCLTech
Interview
Tell me about yourself
What do you know about this role?
Willing to relocate?
What is your favourite hobby?
Do you have any questions for me?
Where do you see yourself over 5 years?
The process took 5 days. I interviewed at HCLTech (Chennai) in Mar 2024
Interview
First round is just a five minute round to check our communication and talking ability
Aptitude
TR-question based on your resume and they some pretty basic code
HR-asked some basic hr questions and say they abouut package and some other things related to roles
Interview questions [1]
Question 1
Tell me abour yourself and explain me your projects
I applied through college or university. The process took 2 months. I interviewed at HCLTech (Noida) in Jul 2023
Interview
The interview for a Graduate Engineer Trainee (GET) at HCL Tech involves basic technical questions on C language and Operating Systems. Candidates can expect questions on C programming concepts like loops, pointers, arrays, and data structures, as well as Operating System topics like process management, memory management, and basic OS functions.
Interview questions [1]
Question 1
What is a pointer in C? How do you use them?
Explain the difference between malloc() and calloc().
How does a for loop differ from a while loop?
What are the differences between struct and union in C?
Explain the concept of recursion with an example.
How is a stack implemented using arrays in C?
What is a function pointer? Provide a use case.
What is the difference between a global variable and a static variable in C?
How do you handle memory leaks in C?