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?
I applied through college or university. The process took 1 week. I interviewed at HCLTech (Noida) in Mar 2024
Interview
Process was very smooth and moedrate in difficulty level.
Round 1 was the online test
Round 2 was technical interview 1
Round 3 was the hr round followed by mr round
I applied online. The process took 1+ week. I interviewed at HCLTech (Noida) in Aug 2024
Interview
1. Technical interview: asked about projects, basics programming, recursion, sorting algo programs
2. Managerial HR round: situation based questions
3. HR interview: experience and behavioral questions
Each interview will be of about 20 minutes and will be in 1 week duration
Interview questions [1]
Question 1
Given a example program to sort an array.
Write a program to show recursion.