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

Clear (1)

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 - 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 - Technical 

(1 Question)

  • Q1. JAVA coding, Selenium
Round 3 - Technical 

(1 Question)

  • Q1. Project flow, Critical scenarios
Round 4 - 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,

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What is precompilaion unit?
  • Ans. 

    Precompilation unit is a compiled code that can be reused by multiple source files.

    • Precompilation unit is created by the compiler from the source code.

    • It contains the compiled code of header files and other dependencies.

    • It can be reused by multiple source files, reducing compilation time.

    • It is also known as precompiled header or PCH.

    • Example: stdafx.h in Visual Studio is a precompiled header file.

  • Answered by AI
  • Q2. About ur future,ur short term goal,why this company

Interview Preparation Tips

Skills: Resume, CGPA
College Name: IIT Kharagpur

Interview Questionnaire 

3 Questions

  • Q1. First 50 Prime Number
  • Ans. 

    The first 50 prime numbers are...

    • Start with 2, the first prime number

    • Check each odd number greater than 2

    • Use trial division to check if a number is prime

    • Stop when you have found 50 prime numbers

  • Answered by AI
  • Q2. How to sort the file in the range (hint provided)
  • Ans. 

    Sorting a file within a range

    • Use a sorting algorithm like quicksort or mergesort

    • Read the file and store the data in an array or list

    • Sort the array or list within the given range

    • Write the sorted data back to the file

  • Answered by AI
  • Q3. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js, Express, and MongoDB

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlist cut was 0.0 cgpa
Tips: Need to mention Programming skill in any one of three language C , C++ ,Java

Round: Test
Experience: Test was Average, Many question were from INDIABIX.COM , computer network, operating system ,data structure, c , c++ language
Tips: Understand Data Structure and Algorithm deeply, At least read about computer networks, operating system , DBMS 3-4 times for basic good understand, refer various site
Duration: 180 minutes

Round: Test
Experience: Two question were given , we have to write the code on A4 size sheet
Tips: Deep understanding of STACK AND QUEUE
Duration: 60 minutes

Round: Technical Interview
Experience: Previous Test (2 Questions on A4 size sheet) were discussed and is there any improvement that can be done, discussed each and every step.
Tips: Comments is important using programming
present with demo example (various cases)

Round: HR Interview
Experience: Be calm and show your interest in the company,
ask question about company, what are activity other than techincal technical stuff
Tips: Smile , if possible talk in Hindi - English,Try to Make the interview in discussion

General Tips: Practice Daily , Understand Each and Every Step in Detail , Try to code in A4 size paper then computer
Skill Tips: Read Good Books , Practice Daily

Skills: Algorithms And Data Structures
College Name: IIT Kharagpur

Skills evaluated in this interview

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

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

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Optum Global Solutions

No Interviews

INTERVIEWS

IVTL Infoview Technologies

No Interviews

INTERVIEWS

IVTL Infoview Technologies

No Interviews

INTERVIEWS

Hexaware Technologies

No Interviews

INTERVIEWS

Hexaware Technologies

No Interviews

INTERVIEWS

Jindal Steel and Power

No Interviews

INTERVIEWS

IVTL Infoview Technologies

No Interviews

INTERVIEWS

IVTL Infoview Technologies

No Interviews

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 135 salaries
₹3.2 L/yr - ₹10.5 L/yr
5% less than the average Automation Test Engineer Salary in India
View more details

Hexaware Technologies Automation Test Engineer Reviews and Ratings

based on 8 reviews

3.9/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

2.7

Salary

3.3

Job security

3.6

Company culture

2.4

Promotions

3.6

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

System Analyst
2.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
2.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
2.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Architect
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Hexaware Technologies with

Cognizant

3.7
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