Upload Button Icon Add office photos

Qualitest

Compare button icon Compare button icon Compare

Filter interviews by

Qualitest Qa Automation Testing Engineer Interview Questions and Answers

Updated 10 May 2023

Qualitest Qa Automation Testing Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before May 2022. 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 - Coding Test 

Write unit tests on problem statement

Round 3 - Technical 

(5 Questions)

  • Q1. Questions based on OOPS concept
  • Q2. Write test cases on Lift
  • Ans. 

    Test cases for Lift

    • Test the functionality of the lift buttons

    • Test the lift's response time

    • Test the lift's emergency stop button

    • Test the lift's capacity limit

    • Test the lift's door opening and closing mechanism

  • Answered by AI
  • Q3. Brief about current automation project
  • Ans. 

    The current automation project is focused on testing a web application for an e-commerce platform.

    • The project involves automating the testing of various functionalities of the web application such as user registration, product search, add to cart, and checkout process.

    • We are using Selenium WebDriver with Java as the programming language for automation.

    • The project also includes creating and maintaining test scripts, exe...

  • Answered by AI
  • Q4. Annotations used in TestNG
  • Ans. 

    Annotations in TestNG are used to provide additional information about the test methods and classes.

    • Annotations are used to define the behavior of the test methods and classes

    • TestNG provides several built-in annotations such as @Test, @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeMethod, @AfterMethod

    • Annotations can also be used to group tests, set priority, enable/disable tests, ...

  • Answered by AI
  • Q5. Selenium qustions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in Java programming and testing concepts

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Hacker rank test given

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

Round 1 - Technical 

(2 Questions)

  • Q1. Core Java and String related question ie. Test!@#is#$%sample remove symbols
  • Q2. Xpath , cucumber framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't apply for altimetrik , Its a waste of time .
In starting they are ready to pay x amount , later on in final round they reduced the amount.
Such a unprofessional behavior, didn't expect from such IT company .

I applied via Recruitment Consulltant and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain Agile and agile scrum ceremony
  • Ans. 

    Agile is a methodology that emphasizes flexibility and collaboration. Agile Scrum is a framework for implementing Agile.

    • Agile focuses on delivering working software in short iterations

    • Agile values individuals and interactions over processes and tools

    • Agile encourages customer collaboration and responding to change

    • Agile Scrum includes ceremonies such as Sprint Planning, Daily Stand-up, Sprint Review, and Sprint Retrospec...

  • Answered by AI
  • Q2. Select an element from drop down
  • Ans. 

    To select an element from a drop down, locate the drop down element and use the select class in Selenium.

    • Locate the drop down element using findElement() method

    • Create an object of Select class using the drop down element

    • Use selectByVisibleText(), selectByValue() or selectByIndex() method to select the desired option

  • Answered by AI
  • Q3. How to check if for every steps we have steps written in step definition file
  • Ans. 

    To check if every step has a corresponding step definition, we can use a code coverage tool.

    • Use a code coverage tool to analyze the step definition file and identify any missing steps

    • Ensure that all steps in the feature file are covered by the step definition file

    • Regularly review and update the step definition file to ensure it stays up-to-date with the feature file

  • Answered by AI
  • Q4. Reverse an integer in java
  • Ans. 

    Reverse an integer in Java

    • Convert integer to string using Integer.toString()

    • Use StringBuilder to reverse the string

    • Convert the reversed string back to integer using Integer.parseInt()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Only four questions he asked.seems interviewer Pavan Kumar was busy somewhere else.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Hands on problem statements. See advice for details

Interview Preparation Tips

Interview preparation tips for other job seekers - Most likely to be a working session where you'll have to write debug and execute code in IDE
Prepare good hands on on selenium. Testng, report generation using ExtentReports, rest assured and even Postman
Java hands-on for advanced manipulation of string and integer.

I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. 1st round : Java Basics, OOPS, Git basics, Selenium basics.
  • Q2. 2nd round: Hands on scenario to automate a scenario using selenium and hands on to automate a post call using pojo classes
  • Q3. 3rd round (client round) : Collections, program to test logic ( occurance of each char in string), Exceptions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Java basics with oops. Collections, Selenium basic and advanced concepts.

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1.  Questions on testing tools, Jira, Agile, Selenium, BDD Cucumber

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Locator Techniques
  • Ans. 

    Locator techniques are used in software testing to identify and interact with elements on a web page.

    • Locator techniques include ID, class name, tag name, name, link text, partial link text, xpath, and css selector.

    • ID is the most efficient locator as it is unique to each element.

    • Xpath is powerful but can be slow and brittle.

    • CSS selector is fast and reliable for locating elements based on their attributes.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Program on String.
  • Ans. 

    Program to manipulate strings in an array.

    • Use loops to iterate through the array of strings.

    • Implement different string manipulation functions like concatenation, substring, etc.

    • Handle edge cases like empty strings or null values.

    • Example: ['hello', 'world'] -> 'helloworld'

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is SDLC? What is Bug life cycle? What is RTM? Types of testing Methodology?
  • Ans. 

    SDLC stands for Software Development Life Cycle. Bug life cycle refers to the stages a bug goes through from identification to resolution. RTM is Requirements Traceability Matrix. Testing methodologies include Agile, Waterfall, and V-Model.

    • SDLC is a process used by software development teams to design, develop, and test high-quality software products.

    • Bug life cycle includes stages like New, Assigned, Open, Fixed, Retes...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Questions on array programming?
  • Q2. Questions on Xpath & CSS Selector
  • Q3. They will provide scenarios of FindElements & FindElement?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be confident what are the answers you provide stick to them

Qualitest Interview FAQs

How many rounds are there in Qualitest Qa Automation Testing Engineer interview?
Qualitest interview process usually has 3 rounds. The most common rounds in the Qualitest interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Qualitest Qa Automation Testing Engineer interview?

Some of the top questions asked at the Qualitest Qa Automation Testing Engineer interview -

  1. Write test cases on L...read more
  2. Annotations used in Tes...read more
  3. Questions based on OOPS conc...read more

Tell us how to improve this page.

Qualitest Qa Automation Testing Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 271 Interviews
Altimetrik Interview Questions
3.8
 • 218 Interviews
Xoriant Interview Questions
4.1
 • 182 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
Brillio Interview Questions
3.4
 • 132 Interviews
View all
Qualitest Qa Automation Testing Engineer Salary
based on 9 salaries
₹3.5 L/yr - ₹9.5 L/yr
7% less than the average Qa Automation Testing Engineer Salary in India
View more details

Qualitest Qa Automation Testing Engineer Reviews and Ratings

based on 3 reviews

2.3/5

Rating in categories

2.3

Skill development

2.3

Work-life balance

1.7

Salary

2.3

Job security

2.3

Company culture

2.1

Promotions

2.3

Work satisfaction

Explore 3 Reviews and Ratings
Softwaretest Engineer
603 salaries
unlock blur

₹1.5 L/yr - ₹9.6 L/yr

Engineer
327 salaries
unlock blur

₹2.8 L/yr - ₹10.2 L/yr

Test Engineer
262 salaries
unlock blur

₹2.8 L/yr - ₹10.3 L/yr

Software Engineer
257 salaries
unlock blur

₹3.2 L/yr - ₹14.7 L/yr

Senior Engineer
239 salaries
unlock blur

₹6.7 L/yr - ₹22.7 L/yr

Explore more salaries
Compare Qualitest with

CitiusTech

3.4
Compare

Bounteous x Accolite

3.4
Compare

Altimetrik

3.8
Compare

Xoriant

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