I applied through a staffing agency. I interviewed at HCLTech (Bengaluru) in Jun 2020
Interview
I was contacted via Naukri.com
First round:
Questions were provided on mail and was asked to send the solution of GitHub
Questions were:
1) Least Common Ancestor
2)BFS Traversal
3) Reducing a string so that no adjacent duplicates should be together
For eg : "aaba" output will be "ba"
Second Round:
1)Initial discussions on above questions
2)DFS Traversal
3)String aabbccaaa to be printed like "a2b2c2a3" i.e. length to be appended of a variable
4)BFS Traversal : print elements level wise
For eg:
2
1 4
3 5
Third Round:
Create binary search tree , pass Linked link and using bst return sorted list . can be done using inorder traversal
Interview questions [1]
Question 1
Questions were mostly from Data Structures and mainly from Trees
2 rounds:
Technical - asked some theretical questions on python. Then gave 2 logical questions to solve.
1) find all possible permutations, combinations of a given list
2) reverse a given string without changing order non alpha-numeric characters
HR - discussion about package
I applied online. The process took 1 day. I interviewed at HCLTech (Bengaluru) in Aug 2019
Interview
The interview was conducted at HCL Technologies Bangalore. It was pretty nice place.
The interview was conducted at HCL Technologies Bangalore. It was pretty nice place.
The interview was conducted at HCL Technologies Bangalore. It was pretty nice place.
Interview questions [1]
Question 1
Find the length of the largest word in a given string