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 Senior QA Lead Interview Questions and Answers

Updated 19 Jun 2024

Hexaware Technologies Senior QA Lead Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. About automation prorct
  • Q2. Coding or automation framework setup
  • Ans. 

    Automation framework setup is preferred for efficiency and scalability in QA processes.

    • Automation framework setup is preferred for repetitive tasks and regression testing.

    • Coding may be necessary for custom test cases or complex scenarios.

    • Frameworks like Selenium, Appium, and TestNG are commonly used in automation testing.

    • Automation frameworks help in reducing manual effort and increasing test coverage.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your experience

Senior QA Lead Interview Questions Asked at Other Companies

asked in Paytm
Q1. Scenario: Suppose a build is supposed to go live in 2 hrs but you ... read more
Q2. How u decide whether tc needs to executed manually or automated W ... read more
asked in Infosys
Q3. 1. What are API estimation technique ? 2. Exception writing in th ... read more
asked in FIS
Q4. Can you explain the Automation Framework in detail?
asked in FIS
Q5. What are the detailed explanations of an automation framework?

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
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Coding on Arrays
  • Q2. DSA questions and selenium
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

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. Framework, selenium and Java automation testing questions, BDD Cucumber framework questions.
  • Q2. Which framework used in your last project
  • Ans. 

    We used the Selenium framework in our last project for test automation.

    • Selenium WebDriver was used for automating web application testing

    • TestNG was used for test case management and execution

    • Page Object Model design pattern was implemented for better code maintenance

  • Answered by AI
Round 3 - Client Interview 

(1 Question)

  • Q1. Framework and privious project details questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong basic

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What motivates you to join FIS?
  • Q2. What are the detailed explanations of an automation framework?

QA Engineer Interview Questions & Answers

ITC Infotech user image Mamta Balakrishna

posted on 13 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java program to split alpha-numeric values without using the split method
  • Ans. 

    Split alpha-numeric values in Java without using split method

    • Iterate through each character in the input string

    • Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods

    • Create separate strings for digits and letters and store them in an array

  • Answered by AI
  • Q2. SQL query to add a new column to a table and the column value should have a default value and never be null
  • Ans. 

    Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL

    • Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;

    • Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium vs cypress
  • Ans. 

    Selenium is a widely used open-source tool for web automation testing, while Cypress is a newer tool known for its fast and reliable testing capabilities.

    • Selenium is more established and has a larger community support

    • Cypress is known for its fast test execution times

    • Cypress has built-in support for modern web technologies like React and Angular

    • Selenium supports multiple programming languages like Java, Python, and C#

    • Cy...

  • Answered by AI
  • Q2. How do you install cypress
  • Ans. 

    Cypress can be installed using npm package manager.

    • Install Node.js if not already installed

    • Open terminal and run 'npm install cypress'

    • Once installation is complete, run 'npx cypress open' to open Cypress Test Runner

  • Answered by AI
  • Q3. Reverse a string in Javascript
  • Ans. 

    Reverse a string in Javascript

    • Use the split() method to convert the string into an array of characters

    • Use the reverse() method to reverse the order of the characters

    • Use the join() method to convert the array back into a string

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Oct 2024.

Round 1 - Aptitude Test 

Complex aptitude Test

Round 2 - Technical 

(2 Questions)

  • Q1. Test estimation techniques
  • Ans. 

    Test estimation techniques involve various methods to predict the time and resources needed for testing activities.

    • Use historical data from previous projects to estimate testing effort

    • Break down the project into smaller tasks and estimate each task individually

    • Use expert judgment from experienced QA engineers to provide input on estimation

    • Consider complexity, risks, and dependencies when estimating testing effort

  • Answered by AI
  • Q2. Equals to vs ==

Skills evaluated in this interview

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

(2 Questions)

  • Q1. General coding questions.
  • Q2. General experience questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain your framework
  • Ans. 

    My framework is a data-driven automation framework using Selenium and TestNG.

    • Utilizes Selenium for web automation

    • Uses TestNG for test case management and execution

    • Data-driven approach for test data separation

    • Supports parallel execution for faster testing

    • Includes reporting tools like ExtentReports for detailed test results

  • Answered by AI
  • Q2. Explain oops concept
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs stands for Object-Oriented Programming

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are blueprints for objects, defining their properties and behaviors

    • Objects are instances of classes, representing real-world entities

    • Inh...

  • Answered by AI

Hexaware Technologies Interview FAQs

How many rounds are there in Hexaware Technologies Senior QA Lead interview?
Hexaware Technologies interview process usually has 1 rounds. The most common rounds in the Hexaware Technologies interview process are Technical and One-on-one Round.
What are the top questions asked in Hexaware Technologies Senior QA Lead interview?

Some of the top questions asked at the Hexaware Technologies Senior QA Lead interview -

  1. Coding or automation framework se...read more
  2. About automation pro...read more

Tell us how to improve this page.

Hexaware Technologies Senior QA Lead Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
Join Hexaware Technologies Experience the impact across your digital ecosystem and beyond.
Hexaware Technologies Senior QA Lead Salary
based on 5 salaries
₹14 L/yr - ₹22 L/yr
At par with the average Senior QA Lead Salary in India
View more details
Senior Software Engineer
3.8k salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

System Analyst
2.9k salaries
unlock blur

₹7 L/yr - ₹29 L/yr

Software Engineer
2.9k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Technical Architect
1.9k salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Senior Executive
1.9k salaries
unlock blur

₹0.8 L/yr - ₹6 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