Upload Button Icon Add office photos
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
3.6

based on 5.6k Reviews

Filter interviews by

Hexaware Technologies Senior Software Tester Interview Questions and Answers

Updated 12 Sep 2024

Hexaware Technologies Senior Software Tester Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Query related to find records based on different types of join
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated Senior Software Tester with 5+ years of experience in manual and automated testing.

    • 5+ years of experience in software testing

    • Proficient in manual and automated testing

    • Strong attention to detail and problem-solving skills

    • Experience with testing tools such as Selenium and Jira

    • Ability to work well in a team and communicate effectively

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Queries on pivot, rank, lag, lead
  • Q2. Project architecture explanation in detail
  • Ans. 

    Project architecture refers to the high-level structure of a software system, including components, relationships, and interactions.

    • Project architecture defines how different components of a software system are organized and interact with each other.

    • It includes the design decisions related to the system's structure, such as layers, modules, and communication protocols.

    • Common architectural patterns include MVC (Model-Vi...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Selenium concepts and basic java
Round 2 - Technical 

(1 Question)

  • Q1. Question related to conflict management
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about yourself
  • Q2. What is exploratory testing and adhoc testing and how you used these in your project?
  • Ans. 

    Exploratory testing is a simultaneous learning, test design, and test execution approach. Adhoc testing is an informal testing approach without any predefined test cases.

    • Exploratory testing involves exploring the software, learning about it, and designing and executing tests on the fly.

    • Adhoc testing is unplanned and unstructured testing where testers randomly test the application without any specific test cases.

    • In my p...

  • Answered by AI
  • Q3. Roles and responsibilities in your previous projects
  • Q4. Difference between mobile and web testing?
  • Ans. 

    Mobile testing focuses on apps for smartphones and tablets, while web testing focuses on websites accessed through browsers.

    • Mobile testing involves testing apps on different devices and operating systems.

    • Web testing involves testing websites on different browsers and screen sizes.

    • Mobile testing includes testing for touch gestures and device-specific features.

    • Web testing includes testing for cross-browser compatibility ...

  • Answered by AI
  • Q5. Challenges faced in your last project?

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Details about you and profile
Round 2 - Technical 

(3 Questions)

  • Q1. Quality testing related questions
  • Q2. Describe automation framework
  • Ans. 

    Automation framework is a set of guidelines, coding standards, concepts, processes, practices, tools, and utilities that help in developing and executing automated tests.

    • Provides structure and organization for automated testing

    • Defines rules and best practices for test automation

    • Includes libraries, utilities, and tools for test script development and execution

    • Supports integration with test management tools and CI/CD pip...

  • Answered by AI
  • Q3. Brief day to day activities
  • Ans. 

    Day to day activities include writing test cases, executing tests, analyzing results, reporting bugs, and collaborating with developers.

    • Write test cases based on requirements

    • Execute test cases manually or using automation tools

    • Analyze test results and report bugs

    • Collaborate with developers to resolve issues

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Smoke vs sanity
  • Ans. 

    Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to ensure that the software is ready for further testing.

    • Smoke testing is done to check if the critical functionalities of the software are working properly.

    • Sanity testing is done to ensure that the software is stable and ready for further testing.

    • Smoke testing is usually done be...

  • Answered by AI
  • Q2. Scrum and agile

Skills evaluated in this interview

Manual Tester Interview Questions & Answers

Nagarro user image Nikita Khutwad

posted on 22 Feb 2024

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

(1 Question)

  • Q1. Manaul testing concepts like defect life cycle,diff smoke sanity ,agile
Round 2 - Technical 

(1 Question)

  • Q1. Diff between smoke sanity ,agile ,sql like queries ,
  • Ans. 

    Smoke, sanity, agile, and SQL queries are different concepts in software testing.

    • Smoke testing is a quick test to check if the basic functionalities of the application are working.

    • Sanity testing is a subset of regression testing to ensure that specific areas of the application are still working after changes.

    • Agile is a software development methodology that emphasizes iterative development and collaboration.

    • SQL queries ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all Manaul testing concepts

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL Query on AVG and Group by
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Current Project explanation, MDM process, ETL Transformation rules, Rank and dense rank, and SQL Questions on all the Joins
Interview experience
4
Good
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 

(2 Questions)

  • Q1. About concepts of testing
  • Q2. Difference between functional and non functional testing
  • Ans. 

    Functional testing checks if the software functions correctly as per requirements, while non-functional testing checks aspects like performance, usability, security.

    • Functional testing focuses on what the system does, while non-functional testing focuses on how well the system performs.

    • Examples of functional testing include unit testing, integration testing, and system testing.

    • Examples of non-functional testing include ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. About the concepts of testing
Round 4 - HR 

(1 Question)

  • Q1. About myself and what I am expecting

Skills evaluated in this interview

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

(1 Question)

  • Q1. Java coding questions

Hexaware Technologies Interview FAQs

How many rounds are there in Hexaware Technologies Senior Software Tester interview?
Hexaware Technologies interview process usually has 2 rounds. The most common rounds in the Hexaware Technologies interview process are Technical.
What are the top questions asked in Hexaware Technologies Senior Software Tester interview?

Some of the top questions asked at the Hexaware Technologies Senior Software Tester interview -

  1. Project architecture explanation in det...read more
  2. Query related to find records based on different types of j...read more
  3. Queries on pivot, rank, lag, l...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Hexaware Technologies interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Hexaware Technologies Senior Software Tester Salary
based on 24 salaries
₹4.7 L/yr - ₹16 L/yr
29% more than the average Senior Software Tester Salary in India
View more details

Hexaware Technologies Senior Software Tester Reviews and Ratings

based on 2 reviews

4.9/5

Rating in categories

4.0

Skill development

4.9

Work-Life balance

4.0

Salary & Benefits

4.9

Job Security

4.9

Company culture

4.0

Promotions/Appraisal

4.9

Work Satisfaction

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

₹5.4 L/yr - ₹20 L/yr

System Analyst
3k salaries
unlock blur

₹6.8 L/yr - ₹29 L/yr

Software Engineer
2.9k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Senior Executive
2k salaries
unlock blur

₹0.8 L/yr - ₹6.2 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.7
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview