I applied through a recruiter. The process took 1 week. I interviewed at HCLTech (Chennai) in Nov 2013
Interview
There will be one online test that is called as IKM Test (consisting of Spring, Hibernate, Design Patterns, Core Java and Web/J2EE), Then there will be 2/3 rounds of interview. TP1 - It is completely Technical and question will be asked from Different sections of Java such as Core Java, JDBC, JSP, Servlets, Spring Hibernate etc & TP2 - Technical/Managerial
Interview questions [1]
Question 1
What you have done in your project?
What was your role and contribution?
I applied through a recruiter. The process took 3 weeks. I interviewed at HCLTech in Jun 2015
Interview
3 step process:
1. Technical round on primary skill sets
2. Technical round on primary skill sets
3. Client Round (Technical) concentrated on design approach and communication skills.
If you had above rounds over telephone then you will be asked to come down to HCL Technologies office for a formal / HR discussion. As per their policy there should be at least one F2F round interview.
Background verification is strictly followed, and you will be asked to fill and send couple of documents which would take at least 3 hours to fill.
Offer may be released in 2 to 3 weeks post clearing of all rounds.
Interview questions [1]
Question 1
They start with basics in first round and then dive deep into 2nd and 3rd technical rounds.
I applied through a recruiter. I interviewed at HCLTech
Interview
Having an experience of more than 7 years, I got a call from a recruiter for a tech lead position. I was made to go through the walk-in process, which was a turn off. Anyways proceeded with it. The first written test was of 30 mins and 3 very simple questions were asked. But the written test checkers are severely technical deficient and don't check the solutions by actually coding them. I have written questions in the next section.
Interview questions [1]
Question 1
1. reversing a linked list - didn't bother to write down the recursive solution, a single iteration is enough too(if we take pointer to pointer to head).
2. singleton pattern implementation. nothing wrong in that.
3. difference between const char* p & char const *p