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 and Answers

Updated 19 Nov 2024

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

What people are saying about Hexaware Technologies

View All
fascinatingsherlock
Verified Icon
6d
works at
Hexaware Technologies
Job switch
Trying to grab an opportunity in Mumbai in BlackRock Does anyone have a reference??
Got a question about Hexaware Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Software Engineer Interview Questions & Answers

NTT Data user image NIDHI PRIYADARSHINI

posted on 9 Apr 2015

Interview Questionnaire 

6 Questions

  • Q1. Tell me about your project
  • Ans. 

    Developed a web-based project management tool for a startup

    • Used React for the frontend and Node.js for the backend

    • Implemented user authentication and authorization using JWT

    • Integrated with third-party APIs such as Trello and Slack

    • Implemented real-time updates using WebSockets

    • Deployed on AWS using EC2 and RDS

  • Answered by AI
  • Q2. Write the idea or algorithm for d program of fibonacci series
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Start with 0 and 1 as the first two numbers

    • Add the previous two numbers to get the next number

    • Repeat until desired number of terms

  • Answered by AI
  • Q3. One question from your subject
  • Q4. Introduce yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and mobile apps.

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Skilled in using frameworks like React, Angular, and Spring Boot

    • Experienced in working with databases such as MySQL and MongoDB

    • Familiar with Agile development methodologies and DevOps practices

  • Answered by AI
  • Q5. If I give you a box full of pencils..in how many ways can you use it
  • Ans. 

    There are numerous ways to use a box full of pencils depending on the context and purpose.

    • Pencils can be used for writing, drawing, sketching, coloring, shading, and more.

    • They can be used for artistic purposes, schoolwork, office work, or personal use.

    • Pencils can also be used as a tool for measurement, as a makeshift stylus, or even as a musical instrument.

    • The number of ways to use a box full of pencils is virtually li...

  • Answered by AI
  • Q6. Do you have any question for me

Interview Preparation Tips

Round: Test
Experience: Time management is very important to clear the aptitude test. Besides this a lot of practice is also very important.  This round is the major filteration round. Though each round is a major filteration round cuz NTT DATA is not a bulk recruiter like cts, infy etc. Almost 2-3 thousand students were there for this round from 6 different colleges and only 100 of them were selected.
Tips: Its better to start with the preparation from before and do consider the previous year placement papers available at indiabix. You can practice more n more. Apart from this you can go through the r.s aggarwal aptitude book also.

Round: Group Discussion
Experience: There were many panels and each panel had 10-12 students. The H.r first decided some other topic but when he asked wether everybody is aware of the topic ..there were few who didn't know about it. .so he picked up another topic. Fortunately he asked me to start with the discussion.  Always try to be the one to break the ice.
Tips: The only key to crack this round is that yku should talk. You should definitely not confuse gd with debate. You should not argue or by any chance shouldn't sound arrogant.

Round: Technical Interview
Experience: They will definitely ask about your project so be thorough with that. Ntt data is a Japanese company . Though this is IT but it will ask  from the subject of your own choice from people those who have a non IT background. After you get shortlisted in d gd they will give you a form to fill. Do fill that form without fail. If it is blank then even if u go to the hr round he will reject you.
Tips: Just be confident and always smile. Be careful on what you write in your resume cuz they can ask about anything based on your resume.

Round: HR Interview
Experience: This round was a cake walk. Just be confident and updated about the company.  Do ask him a question if he asks you to do that.but make sure it shouldn't be vague or out of the picture.
Tips: Keep smiling and don't get nervous.  If they ask you about location preferences,  dun get firm at one place.try to be flexible.

General Tips: Donot loose hope at any cost. You never know when your moment is going to arrive. Do practice the aptitude as much as you can. Finally NTT DATA selected only 50 overall in wch 11 were from my college n i was lucky to be one of them. the offer letter was issued the same day and we were all venerated.  Its just a game of confidence. All the best
Skill Tips: Try to add some co curricular activities and justify your role.
Skills: communication, technical knowledge, management skills, leadership
College Name: SATHYABAMA UNIVERSITY
Motivation: You will find the it companies mostly head quartered in U.S but this company is in Japan. Plus you have better opportunity and growth compared to other companies cuz its not a bulk recruiter.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Java ( socket programming, OOPS, DS )
  • Q2. Write about your dream
  • Ans. 

    My dream is to build innovative software solutions that positively impact people's lives.

    • Developing cutting-edge technology

    • Creating user-friendly interfaces

    • Solving complex problems

    • Collaborating with talented individuals

    • Making a difference in society

    • Continuous learning and growth

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: GRE givers , you can make it through this. Brush up your technical skills for the programming section.
Tips: GRE quant and verbal and quick review from tutorialspoint.com would do the trick.

Round: Group Discussion
Experience: I had fun. I won a few debate competitions in various technical symposiums so, It gave a good experience about being quiet at the right moment.
Tips: Turn to your GRAB-ON mode. Never miss any chance. Learn to know when to be quiet and when to talk in a GD. Try to bring down the heat If two participants are getting into a argumentative discussion.

Round: Stress Interview
Experience: It was really difficult. Exactly after the GD, we were asked to right an essay in a very less time and our capability to manage the stress was observed.
Tips: Be calm and write all that you know in a presentable way.

Round: Technical Interview
Experience: I did a project in my 3rd year which included few concepts on Socket programming which helped me a bit in this round. I answered confidently and I was put to a confidence test too to see how sure I was about the answer.
Tips: A quick review on the day of interview and involving in friendly discussion about programming languages before the test helps.

Round: HR Interview
Experience: I was asked few technical questions in this round and later moved on to the general logical questions. Questions like, cutting a bread into multiple slices, finding the corresponding switch among 3 switches for 3 bulbs in room were asked. Find the sum of 1-10 in 4 seconds was asked suddenly. Thanks to Arithmetic Progressions :P.
Tips: Use your logical ability to answer.

Skills: Java, C, Body Language, Mental ability, Confidence.
College Name: Malla Reddy Institute of Engineering & Technology ( MRIET )
Motivation: Ranked among the top 50 of the Fortune 500. Expanding organizations which include lot of opportunities.

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 135 salaries
₹3.2 L/yr - ₹10.5 L/yr
15% 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

₹5.5 L/yr - ₹20.1 L/yr

Software Engineer
3k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

System Analyst
2.9k salaries
unlock blur

₹6.8 L/yr - ₹25.5 L/yr

Senior Executive
2.2k salaries
unlock blur

₹0.8 L/yr - ₹6.2 L/yr

Technical Architect
2.1k salaries
unlock blur

₹10 L/yr - ₹37 L/yr

Explore more salaries
Compare Hexaware Technologies with

Cognizant

3.7
Compare

TCS

3.7
Compare

DXC Technology

3.7
Compare

Mphasis

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