Premium Employer

i

This company page is being actively managed by HCLTech Team. If you also belong to the team, you can get access from here

HCLTech Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 33.6k Reviews

Filter interviews by

HCLTech Automation Engineer Interview Questions, Process, and Tips

Updated 8 Oct 2024

Top HCLTech Automation Engineer Interview Questions and Answers

  • Q1. what is the output of below code class Animal{ Animal(){ System.out.println("animal is created") } class Dog extends Animal{ Dog(){ System.out.println("Dog is created")} ...read more
  • Q2. Which is valid or invalid a. ChromeDriver driver=new ChromeDriver(); b. WebDriver driver=new ChromeDriver(); c. WebDriver driver2=new WebDriver(); driver2=new ChromeDrive ...read more
  • Q3. difference between getwindowhandle and getwindowhandles() and what is output type
View all 10 questions

4 HCLTech Automation Engineer Interview Experiences

16 questions found

Sort by: Popular

Automation Engineer Interview Questions

user image Anonymous

posted on 8 Oct 2024

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 -

I applied via Naukri.com and was interviewed in Sep 2024.

1 Interview Round

1

Technical Round (10 Questions)

  • Q1. What is the output of below code class Animal{ Animal(){ System.out.println("animal is created") } class Dog extends Animal{ Dog(){ System.out.println("Dog i...read more
  • Q2. Output of this : System.out.println(10+20+"Hello"+30+40) - Explain
  • Q3. Output of this : String name="Hello"; name=name+"There"; system.out.println(name)
  • Q4. StringBuffer buffer=new StringBuffer("Hello") buffer.append("There"); System.out.println(buffer);
  • Q5. Which is valid or invalid a. ChromeDriver driver=new ChromeDriver(); b. WebDriver driver=new ChromeDriver(); c. WebDriver driver2=new WebDriver(); driver2=new C...read more
  • Q6. Program to sort the input in descending order without using inbuild method/functions
  • Q7. Difference between findElement and findElements
  • Q8. Difference between getwindowhandle and getwindowhandles() and what is output type
  • Q9. Question on finding the xpaths on website
  • Q10. Difference between String and StringBuilder?

Skills evaluated in this interview

Automation Engineer Interview Questions

user image Anonymous

posted on 25 May 2024

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 -

I applied via Recruitment Consulltant and was interviewed in Apr 2024.

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. Find the 2nd largest number in the given array
  • Q2. Find the combained charected in the given testing exmple : " Testing Testing Testing" , cobained text is "te"

Skills evaluated in this interview

Get interview-ready with top interview questions

Automation Engineer Interview Questions

user image Aarifa M

posted on 30 May 2024

Interview experience
1
 Bad
Difficulty level
 Hard
Duration
 -
Result
 Not Selected

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Java programs with oops concept in it

Automation Engineer Interview Questions

user image Anonymous

posted on 3 Jul 2022

I applied via Naukri.com and was interviewed before Jul 2021.

2 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
2

One-on-one Round (3 Questions)

  • Q1. Tell me about yourself
  • Q2. Explain about current project
  • Q3. Asked questions based on skills mentioned in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare most common interview technical questions.

HCLTech interview questions for designations

 Automation Test Engineer

 (6)

 Senior Automation Engineer

 (2)

 Python Automation Engineer

 (1)

 Automation Tester

 (1)

 Automation Testing

 (1)

 Automation Lead

 (1)

 Qa Automation Testing Engineer

 (4)

 Senior Automation Test Engineer

 (3)

Interview questions from similar companies

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (5 Questions)

  • Q1. Difference between @BeforeMethod vs @BeforeTest
  • Q2. Difference between get vs navigate.to
  • Q3. How you extract data from excel file and which jar file is used
  • Q4. Methods of select class
  • Q5. Explicit wait conditions

Skills evaluated in this interview

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 -
Result
 No response

1 Interview Round

1

Technical Round (5 Questions)

  • Q1. OOPs concepts and framework implementation
  • Q2. Bubble sort program
  • Q3. Basic questions on selenium
  • Q4. Custom assertions in selenium
  • Q5. Webdriver questions

Skills evaluated in this interview

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
Selected  Selected

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. About project,java ,selenium,framework,data driven coding
  • Q2. Agile methodology,api ,map,method overriding
2

HR Round (2 Questions)

  • Q1. Salary expectation and negotitation
  • Q2. Location preference

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well .moderate level
Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 No response

I applied via Recruitment Consulltant and was interviewed in Sep 2024.

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. Write sort program of a list
  • Q2. Write xpath for search in google

Skills evaluated in this interview

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Technical Round (1 Question)

  • Q1. Wap to sort an array
2

HR Round (1 Question)

  • Q1. Strength nd weakness
Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 Not Selected

I applied via Referral and was interviewed in May 2024.

1 Interview Round

1

One-on-one Round (5 Questions)

  • Q1. SDLC , Defect management tool
  • Q2. Basic Java and selenium questions
  • Q3. Project related questions
  • Q4. Introduction of ourselves
  • Q5. What I like and dislike about IT

HCLTech Interview FAQs

How many rounds are there in HCLTech Automation Engineer interview?
HCLTech interview process usually has 1-2 rounds. The most common rounds in the HCLTech interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for HCLTech Automation Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at HCLTech. The most common topics and skills that interviewers at HCLTech expect are Selenium, Python, Java, Automation Engineering and Automation Testing.
What are the top questions asked in HCLTech Automation Engineer interview?

Some of the top questions asked at the HCLTech Automation Engineer interview -

  1. what is the output of below code class Animal{ Animal(){ System.out.println(...read more
  2. Which is valid or invalid a. ChromeDriver driver=new ChromeDriver(); b. WebDriv...read more
  3. difference between getwindowhandle and getwindowhandles() and what is output ty...read more

Tell us how to improve this page.

Interview Process at HCLTech Automation Engineer

based on 3 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 3 HCLTech interviews
Job Portal
67%
33% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join HCLTech Find your spark and discover what drives you forward
HCLTech Automation Engineer Salary
based on 164 salaries
₹2.2 L/yr - ₹11.5 L/yr
At par with the average Automation Engineer Salary in India
View more details

HCLTech Automation Engineer Reviews and Ratings

based on 8 reviews

4.1/5

Rating in categories

3.2

Skill development

3.8

Work-Life balance

3.1

Salary & Benefits

3.2

Job Security

3.0

Company culture

2.7

Promotions/Appraisal

3.1

Work Satisfaction

Explore 8 Reviews and Ratings
Software Engineer
22.7k salaries
unlock blur

₹1.2 L/yr - ₹8 L/yr

Technical Lead
21.4k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Senior Software Engineer
16k salaries
unlock blur

₹4 L/yr - ₹17 L/yr

Lead Engineer
15.2k salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Analyst
13.7k salaries
unlock blur

₹0.8 L/yr - ₹6.5 L/yr

Explore more salaries
Compare HCLTech with

TCS

3.7
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview