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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Hexaware Technologies Automation Engineer Interview Questions and Answers

Updated 5 Jul 2025

Hexaware Technologies Automation Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. Explain your Framework architecture
  • Ans. 

    My framework architecture is modular, scalable, and designed for efficient test automation across various applications.

    • Modular Design: Each component (e.g., test cases, utilities) is separate, allowing for easy updates and maintenance.

    • Layered Architecture: It consists of layers such as Test Layer, Business Logic Layer, and Data Access Layer for better organization.

    • Use of Page Object Model (POM): This design pattern hel...

  • Answered by AI
  • Q2. Write Testcases for particular scenario
  • Ans. 

    Test cases for a login feature in an automation testing scenario.

    • Verify valid login with correct username and password.

    • Check login failure with incorrect password.

    • Test login with empty username field.

    • Validate login with empty password field.

    • Ensure user is redirected to the dashboard after successful login.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(6 Questions)

  • Q1. Tell me about yourself
  • Q2. Write a java program for prime number
  • Ans. 

    A Java program to check if a number is prime or not.

    • Create a function to check if a number is prime by iterating from 2 to the square root of the number.

    • If the number is divisible by any number in that range, it is not prime.

    • Handle edge cases like 0, 1, and negative numbers separately.

    • Example: public static boolean isPrime(int num) { for(int i=2; i<=Math.sqrt(num); i++) { if(num % i == 0) { return false; } } return tru...

  • Answered by AI
  • Q3. Write a program for leap year
  • Ans. 

    Program to determine if a given year is a leap year or not

    • Check if the year is divisible by 4

    • If the year is divisible by 100, also check if it is divisible by 400

    • If both conditions are met, it is a leap year

  • Answered by AI
  • Q4. Explain your last project framework
  • Q5. Where you used OOPS concept in your framework
  • Ans. 

    I used OOPS concepts in my framework for creating reusable components and maintaining code modularity.

    • Used inheritance to create a base class with common functionalities shared by multiple classes

    • Implemented polymorphism to allow different classes to implement the same method in their own way

    • Encapsulated data and behavior within classes using access modifiers like private and public

    • Utilized abstraction to hide the impl...

  • Answered by AI
  • Q6. Write a java program for add this number 6134 and total will be 14
  • Ans. 

    Java program to add numbers 6134 to get total 14.

    • Create an array of integers with the numbers to be added

    • Iterate through the array and add the numbers

    • Check if the total equals 14

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No

Skills evaluated in this interview

Automation Engineer Interview Questions Asked at Other Companies

asked in GEA Group
Q1. 16) What is modbus ? Types of modbus? How many slaves we can conn ... read more
Q2. 1. Explain oops concepts in coding. 2. Write a program to find mi ... read more
asked in Blue Yonder
Q3. What is the difference between Absolute and Relative XPaths?
asked in GEA Group
Q4. What is the ASI protocol? How many slaves can be connected to one ... read more
Q5. Write a program to find the number of palindrome words in a given ... read more

What people are saying about Hexaware Technologies

View All
a senior developer
1w
Navigating the 90-Day Notice Period Dilemma
I’m currently in a challenging situation that I believe many professionals can relate to. I’ve served 30 days of my 90-day notice period, but the new opportunity I’m excited about requires me to join within 60 days. Unfortunately, my current employer is firm on the full 90-day exit policy due to critical project commitments, and the new employer is unable to extend the joining date beyond their set timeline. This has left me stuck between two decisions—neither of which feels ideal. While I respect the commitment I’ve made to my current organization, I also don’t want to miss out on a promising role that aligns perfectly with my career goals. If you’ve been in a similar situation, how did you handle it? Any suggestions, perspectives, or shared experiences would mean a lot right now. #NoticePeriod #CareerTransition #ProfessionalDilemma #JobChange #CareerAdvice
Got a question about Hexaware Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and share your technical knowledge

Interview Questionnaire 

1 Question

  • Q1. More questions on DBMS

Interview Preparation Tips

Interview preparation tips for other job seekers - it was dull, recruiters get prefixed regarding choosing the peers into a selected role.

Interview Questionnaire 

1 Question

  • Q1. Fully technical and scenario based

Interview Questionnaire 

1 Question

  • Q1. Most of the question are from my resume. Next was technical most of they questions are from java much were like facts what is the latest version of Java current in use and etc

I applied via Campus Placement and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic project description and data base design

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic level interview question
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Questions related to Java OOPs JMS multithreading , Hibernate cache session, spring mvc aop, rest api

Interview Questionnaire 

1 Question

  • Q1. Core Java basic question. Collection, exception, Spring Core, mvc, boot.

I applied via Walk-in and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical assessment - java

Round 2 - Technical 

(1 Question)

  • Q1. Core-java depth questions
Round 3 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to prepare java collections, thread concepts, oops concept

Hexaware Technologies Interview FAQs

How many rounds are there in Hexaware Technologies Automation Engineer interview?
Hexaware Technologies interview process usually has 1 rounds. The most common rounds in the Hexaware Technologies interview process are Technical.
How to prepare for Hexaware Technologies 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 Hexaware Technologies. The most common topics and skills that interviewers at Hexaware Technologies expect are Automation Engineering, Automobile, Automobile Engineering, Back Office and Claims Adjudication.
What are the top questions asked in Hexaware Technologies Automation Engineer interview?

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

  1. Write a java program for add this number 6134 and total will be...read more
  2. Where you used OOPS concept in your framew...read more
  3. Write a java program for prime num...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more
Join Hexaware Technologies Experience the impact across your digital ecosystem and beyond.
Hexaware Technologies Automation Engineer Salary
based on 17 salaries
₹3.5 L/yr - ₹16.4 L/yr
42% more than the average Automation Engineer Salary in India
View more details
Senior Software Engineer
3.9k salaries
unlock blur

₹8.4 L/yr - ₹16.2 L/yr

Software Engineer
3.1k salaries
unlock blur

₹4 L/yr - ₹9 L/yr

System Analyst
3k salaries
unlock blur

₹12.6 L/yr - ₹21.1 L/yr

Technical Architect
2.2k salaries
unlock blur

₹17.3 L/yr - ₹31 L/yr

Senior Executive
2.2k salaries
unlock blur

₹1.8 L/yr - ₹5.1 L/yr

Explore more salaries
Compare Hexaware Technologies with

Cognizant

3.7
Compare

TCS

3.6
Compare

DXC Technology

3.6
Compare

Mphasis

3.3
Compare
write
Share an Interview