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

Filter interviews by

Clear (1)

HCLTech Senior Automation Test Engineer Interview Questions and Answers

Updated 24 May 2024

HCLTech Senior Automation Test Engineer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sort a list without using built in function
selenium based question

Round 2 - Technical 

(1 Question)

  • Q1. Exception handling decorator with example oops concept roles and responsibilities in current project CI/CD Scrum
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Selenium related questions
  • Q2. Sql queries update

Senior Automation Test Engineer Interview Questions Asked at Other Companies

Q1. (1) write a list comprehension to print a list from 1 to 10 (2) w ... read more
asked in Capgemini
Q2. what are the different types of datatypes in python?
asked in Capgemini
Q3. how do you concatenate a string and integer? is it possible ?
asked in Capgemini
Q4. what is xpath ? How do you find an element ? what is the differen ... read more
asked in Capgemini
Q5. if some data is not found on the page, do page refresh and how do ... read more

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I attended interview on TOSCA Automation tool. Interviewer was very cool.. He asked basic questions about tosca tool usage but questions are some what tricky.. If we prepare like some interview questions f...

Interview Preparation Tips

Interview preparation tips for other job seekers - On any tool ur attending interview meanz you shoudl be having some handson usage otherwise it js very difficult to crack the interview

Senior Automation Test Engineer Jobs at HCLTech

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Initially HR called me and asked about experience. There was 1 technical round in which they ask some basic coding questions and programs on online compiler. And last 1 managerial round happend
  • Q2. In python some List, String and Dictionary related problems. and 2-3 small programs on coding
Round 2 - One-on-one 

(1 Question)

  • Q1. In Manager round they ask me one scenario of ATM logic and ask to write 1 program for it

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic concepts
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java,api,framework,pom level questions

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Java OOPS concepts Selenium questions
  • Q2. Difference between abstract class and Interface
  • Ans. 

    Abstract class is a class that cannot be instantiated and can have both abstract and non-abstract methods. Interface is a collection of abstract methods and constants.

    • Abstract class can have constructors while interface cannot

    • A class can implement multiple interfaces but can only inherit from one abstract class

    • Abstract class can have instance variables while interface cannot

    • Abstract class is used for code reusability w...

  • Answered by AI
  • Q3. How do you handel windows,frames in selenium
  • Ans. 

    Windows and frames can be handled in Selenium using switchTo() method.

    • Use driver.switchTo().window() to switch between windows.

    • Use driver.switchTo().frame() to switch between frames.

    • To switch back to the default content, use driver.switchTo().defaultContent().

  • Answered by AI
  • Q4. Exceptions in selenium
  • Ans. 

    Exceptions in Selenium are errors that occur during test execution.

    • Selenium throws exceptions when it encounters errors during test execution

    • Common exceptions include NoSuchElementException, TimeoutException, and StaleElementReferenceException

    • Handling exceptions is important for creating stable and reliable test scripts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on basics of java & selenium

Skills evaluated in this interview

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

I was interviewed before May 2022.

Round 1 - Resume Shortlist 
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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. About your past experience. Primary skill sets. Salary Part. Notice Period.
  • Ans. Should be confident while having conversation. That's It. It's just a discussion.
  • Answered by Anil Rautela
Round 3 - Technical 

(1 Question)

  • Q1. Automation, Programming Language and Coding
  • Ans. Basic of automation tool( Selenium/Protractor - any of these , in which you have experience) and language should be very clear. Simple Coding Question.
  • Answered by Anil Rautela

Interview Preparation Tips

Topics to prepare for Capgemini Senior Automation Test Engineer interview:
  • Selenium
  • Java
  • Python
  • simple coding questions
Interview preparation tips for other job seekers - Be Confident.
Basics of your primary skill sets should be very clear and to the point. If you don't know simply deny.
Prepare basic famous programs.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
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 Resume tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Api Testing with Rest API
  • Ans. 

    API testing with Rest API involves testing the functionality, performance, and security of API endpoints.

    • Understand the API documentation to identify endpoints, parameters, and expected responses

    • Test different HTTP methods like GET, POST, PUT, DELETE

    • Verify response codes, headers, and payload data

    • Perform boundary value analysis and negative testing

    • Use tools like Postman or RestAssured for automation testing

    • Validate aut...

  • Answered by AI
  • Q2. Programs on Java
  • Q3. Framework and project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviwer interviewd for 1 hour and not shortlisted as I dont have a skill which I didnt mentioned anywhere in my resume.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about automation project you worked on
  • Q2. Wap in java to reverse string, exceptional handling, waits in selenium,
  • Ans. 

    Java code to reverse a string with exception handling and waits in Selenium

    • Use StringBuilder to reverse the string

    • Use try-catch block for exception handling

    • Use implicit or explicit waits in Selenium for synchronization

    • Example: String originalString = "hello"; StringBuilder reversedString = new StringBuilder(originalString).reverse();

    • Example: try { // code that may throw exception } catch (Exception e) { // handle excep

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Day to day activities, explain any challenging task you faced
Round 3 - HR 

(1 Question)

  • Q1. Nothing much than salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident on selenium topics and manual testing topics and little bit of java knowledge is enough

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

String reverse in JS, Framework related question

Contribute & help others!
anonymous
You can choose to be anonymous

HCLTech Interview FAQs

How many rounds are there in HCLTech Senior Automation Test Engineer interview?
HCLTech interview process usually has 1-2 rounds. The most common rounds in the HCLTech interview process are Technical and Coding Test.
How to prepare for HCLTech Senior Automation Test 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 Automation Testing, API Testing, C#, Python and SQL.
What are the top questions asked in HCLTech Senior Automation Test Engineer interview?

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

  1. I attended interview on TOSCA Automation tool. Interviewer was very cool.. He a...read more
  2. Selenium related questi...read more
  3. Sql queries upd...read more

Recently Viewed

INTERVIEWS

Tech Mahindra

No Interviews

INTERVIEWS

HCLTech

No Interviews

SALARIES

HCLTech

INTERVIEWS

Tech Mahindra

No Interviews

INTERVIEWS

Infosys

20 top interview questions

INTERVIEWS

GEA Group

10 top interview questions

INTERVIEWS

Amdocs

10 top interview questions

SALARIES

Teleperformance

SALARIES

Concentrix Corporation

REVIEWS

Concentrix Corporation

No Reviews

Tell us how to improve this page.

HCLTech Senior Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Join HCLTech Find your spark and discover what drives you forward
HCLTech Senior Automation Test Engineer Salary
based on 82 salaries
₹5 L/yr - ₹20 L/yr
12% less than the average Senior Automation Test Engineer Salary in India
View more details

HCLTech Senior Automation Test Engineer Reviews and Ratings

based on 5 reviews

3.2/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

1.7

Salary

3.6

Job security

2.8

Company culture

1.9

Promotions

3.2

Work satisfaction

Explore 5 Reviews and Ratings
Senior Automation Test Engineer

Noida,

Chennai

+1

6-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer
23.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
21.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
15.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
14.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
14.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HCLTech with

TCS

3.7
Compare

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview