Premium Employer

i

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

Hexaware Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Hexaware Technologies Automation Test Engineer Interview Questions, Process, and Tips

Updated 19 Nov 2024

Top Hexaware Technologies Automation Test Engineer Interview Questions and Answers

  • Q1. Write a program to print how many integer and character from a given string. Input:"nAJh4837sj"
  • Q2. 1) code to reverse words in string and first letter capital 2) diamond pattern program 3) program on drop-down
  • Q3. WAP for reverse string. array vs arraylist. map and hashmap. what are the explicit wait expected conditions. how to perform mouse over on webelement.

Hexaware Technologies Automation Test Engineer Interview Experiences

8 interviews found

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Write a program to print how many integer and character from a given string. Input:"nAJh4837sj"
  • Ans. 

    A program to count the number of integers and characters in a given string.

    • Iterate through each character in the string and check if it is an integer or a character.

    • Use isdigit() function to check if a character is an integer.

    • Keep separate counters for integers and characters.

    • Return the counts of integers and characters at the end.

  • Answered by AI
  • Q2. Diff btw Final vs finally vs finalize
  • Ans. 

    Final is a keyword in Java used to restrict inheritance, finally is a block used in exception handling, and finalize is a method used for cleanup.

    • Final is a keyword in Java used to restrict inheritance or prevent method overriding.

    • Finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.

    • Finalize is a method in Java used for cleanup operations befo

  • Answered by AI
  • Q3. Diff btw assertion vs validation/verification
  • Ans. 

    Assertion is a statement that checks if a condition is true, while validation/verification is the process of confirming that a product meets specified requirements.

    • Assertion is used to validate the expected outcome of a test case.

    • Validation/verification is the process of checking if the product meets the specified requirements.

    • Assertions are typically used within test scripts to verify the expected behavior of the syst...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Automation Test Engineer interview:
  • Java
  • Selenium
Interview preparation tips for other job seekers - Prepare java programming and diff btw type questions.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell about yourself and basic automation questions
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

1st round will be coding test duration for problem solving questions is 1hr. totally 8 question from java and selenium.

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

Technical questions in apti

Round 2 - Technical 

(1 Question)

  • Q1. 1) code to reverse words in string and first letter capital 2) diamond pattern program 3) program on drop-down
  • Ans. 

    Reverse words in a string with first letter capitalized, create a diamond pattern, and program on drop-down.

    • To reverse words in a string with first letter capitalized, split the string into words, reverse each word, capitalize the first letter, and join them back together.

    • For creating a diamond pattern program, use nested loops to print spaces and stars in a specific pattern.

    • For a program on drop-down, you can create a...

  • Answered by AI

Hexaware Technologies interview questions for designations

 Automation Test Lead

 (2)

 Test Engineer

 (8)

 Automation Engineer

 (1)

 Senior Test Engineer

 (4)

 Manual Test Engineer

 (2)

 ETL Test Engineer

 (1)

 Automation Tester

 (1)

 Senior Software Test Engineer

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. JAVA coding, Selenium
Round 2 - Technical 

(1 Question)

  • Q1. Project flow, Critical scenarios
Round 3 - HR 

(1 Question)

  • Q1. Salary, Date of joining

Automation Test Engineer Interview Questions & Answers

user image Amruta Vivek Savant

posted on 4 Feb 2024

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

(1 Question)

  • Q1. WAP for reverse string. array vs arraylist. map and hashmap. what are the explicit wait expected conditions. how to perform mouse over on webelement.
  • Ans. 

    This question covers topics like reversing a string, array vs ArrayList, map and HashMap, explicit wait expected conditions, and performing mouse over on a WebElement.

    • To reverse a string, you can use the StringBuilder class and its reverse() method.

    • An array is a fixed-size data structure, while an ArrayList is a dynamic-size data structure.

    • Map is an interface that represents a mapping between a key and a value, while H...

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Java and selenium
Round 2 - Technical 

(1 Question)

  • Q1. Programs of Java and scenarios based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics in automation testing

Interview Questionnaire 

1 Question

  • Q1. Basic java,selenium, sql, api,

What people are saying about Hexaware Technologies

View All
lustrousradish
Verified Icon
1w
works at
Hexaware Technologies
Java or python
I am Devops engineer I want to learn a programming language so which should I choose Java or python Which one have better market value
Got a question about Hexaware Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Current Project
  • Ans. 

    Currently working on developing automated test scripts for a web application

    • Creating test cases using Selenium WebDriver

    • Implementing test automation frameworks like TestNG

    • Performing regression testing on new features

    • Collaborating with developers to identify and fix bugs

  • Answered by AI
  • Q2. Framework Structure
  • Q3. Code for sorting an array
  • Ans. 

    Code for sorting an array of strings

    • Use built-in sort function in programming language (e.g. sort() in Python)

    • Specify the comparison function to sort strings alphabetically

    • Handle uppercase and lowercase letters properly

    • Example: ['apple', 'banana', 'cherry'] should be sorted as ['apple', 'banana', 'cherry']

  • Answered by AI
  • Q4. Create Xpath
  • Ans. 

    Creating Xpath for locating elements in web pages

    • Use unique attributes like id, class, name to create Xpath

    • Avoid using indexes in Xpath as they can be brittle

    • Use functions like contains(), starts-with() for dynamic attributes

    • Consider using axes like ancestor, following-sibling for complex Xpath

  • Answered by AI
  • Q5. Few Appium related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Few scenario based questions
  • Q2. Why GlobalLogic
  • Ans. 

    GlobalLogic offers a diverse range of projects, cutting-edge technologies, and a collaborative work environment.

    • GlobalLogic provides opportunities to work on a variety of projects, allowing for professional growth and skill development.

    • The company is known for its use of cutting-edge technologies, providing exposure to the latest tools and trends in the industry.

    • GlobalLogic fosters a collaborative work environment, enc...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain selenium framework
  • Ans. 

    Selenium framework is a test automation tool used for web applications.

    • Selenium framework allows for automated testing of web applications.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is a key component for interacting with web elements.

    • Test scripts can be written using Selenium IDE, WebDriver, or Grid.

    • Selenium framework can be integrated with tools like TestNG, JUnit, etc.,

  • Answered by AI

Skills evaluated in this interview

Hexaware Technologies Interview FAQs

How many rounds are there in Hexaware Technologies Automation Test Engineer interview?
Hexaware Technologies interview process usually has 1-2 rounds. The most common rounds in the Hexaware Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for Hexaware Technologies 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 Hexaware Technologies. The most common topics and skills that interviewers at Hexaware Technologies expect are Automation Testing, Selenium, Testng, Cucumber and JUnit.
What are the top questions asked in Hexaware Technologies Automation Test Engineer interview?

Some of the top questions asked at the Hexaware Technologies Automation Test Engineer interview -

  1. Write a program to print how many integer and character from a given string. In...read more
  2. 1) code to reverse words in string and first letter capital 2) diamond pattern ...read more
  3. WAP for reverse string. array vs arraylist. map and hashmap. what are the expli...read more

Tell us how to improve this page.

Hexaware Technologies Automation Test Engineer Interview Process

based on 8 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Join Hexaware Technologies Experience the impact across your digital ecosystem and beyond.
Hexaware Technologies Automation Test Engineer Salary
based on 134 salaries
₹3.2 L/yr - ₹10.5 L/yr
6% less than the average Automation Test Engineer Salary in India
View more details

Hexaware Technologies Automation Test Engineer Reviews and Ratings

based on 7 reviews

3.7/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

2.6

Salary

2.8

Job security

3.2

Company culture

2.3

Promotions

3.2

Work satisfaction

Explore 7 Reviews and Ratings
Senior Software Engineer
3.8k salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

System Analyst
3k salaries
unlock blur

₹7 L/yr - ₹29.5 L/yr

Software Engineer
2.9k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Senior Executive
2.1k salaries
unlock blur

₹0.8 L/yr - ₹6 L/yr

Technical Architect
1.9k salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Explore more salaries
Compare Hexaware Technologies with

Cognizant

3.8
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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