Upload Button Icon Add office photos

Filter interviews by

AppQuarterz Technologies Qa Automation Testing Engineer Interview Questions, Process, and Tips

Updated 2 Oct 2024

Top AppQuarterz Technologies Qa Automation Testing Engineer Interview Questions and Answers

AppQuarterz Technologies Qa Automation Testing Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Indeed and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a QA Automation Testing Engineer with 5 years of experience in creating and executing test cases for software applications.

    • 5 years of experience in QA Automation Testing

    • Proficient in creating and executing test cases

    • Skilled in using automation tools like Selenium and JUnit

    • Experience in testing web and mobile applications

    • Strong problem-solving and analytical skills

  • Answered by AI
  • Q2. How many Types of xpath
  • Ans. 

    There are two types of xpath: Absolute xpath and Relative xpath.

    • Absolute xpath starts from the root node and includes the complete path to the desired element.

    • Relative xpath starts from the node of the element you want to select.

    • Absolute xpath is less preferred as any changes in the structure of the page can break the xpath.

    • Relative xpath is more flexible and recommended for automation testing.

  • Answered by AI
  • Q3. To automate makemyttrip
  • Ans. 

    To automate makemytrip, use Selenium WebDriver with Java to create test scripts for booking flights, hotels, and packages.

    • Use Selenium WebDriver with Java for web automation

    • Create test scripts for booking flights, hotels, and packages

    • Implement data-driven testing for different scenarios

    • Use Page Object Model design pattern for better maintenance

    • Utilize TestNG for test execution and reporting

  • Answered by AI
  • Q4. How many types of locators
  • Ans. 

    There are 8 types of locators commonly used in QA automation testing.

    • ID

    • Name

    • Class Name

    • Tag Name

    • Link Text

    • Partial Link Text

    • CSS Selector

    • XPath

  • Answered by AI
  • Q5. What is testNG?
  • Ans. 

    TestNG is a testing framework designed for unit testing and integration testing in Java.

    • TestNG stands for Test Next Generation.

    • It is used for writing and running tests in Java.

    • TestNG supports annotations like @Test, @BeforeSuite, @AfterSuite, etc.

    • It allows grouping of test cases, parameterization, and parallel execution.

    • TestNG generates detailed test reports and supports data-driven testing.

  • Answered by AI
  • Q6. Ask about git hub commands and ci/cd jenkins needs, gherkin syntax
  • Q7. Reverse a string code and sort the array in descending order
  • Ans. 

    Reverse a string and sort an array of strings in descending order.

    • Create a function to reverse a string using built-in methods or loops.

    • Use a sorting algorithm like bubble sort or quicksort to sort the array in descending order.

    • Ensure the array contains strings for sorting to work properly. Example: ['apple', 'banana', 'cherry']

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice to automate websites like MakeMyTrip where you will find drop down to click and entering input and handling calendar date. Also scrolling and drag and drop

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2022. There were 4 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 - HR 

(1 Question)

  • Q1. Intro ,past experience and knowledge in automation, tools etc.
Round 3 - Technical 

(1 Question)

  • Q1. Selenium and automation questions on Telephonic round
Round 4 - Technical 

(1 Question)

  • Q1. Video Interview with automation and technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for improving knowledge.

Qa Automation Testing Engineer Interview Questions Asked at Other Companies

asked in GlobalLogic
Q1. selenium: what are selenium components, what are the different lo ... read more
asked in GlobalLogic
Q2. How do you convert json object to string and vice versa?
asked in GlobalLogic
Q3. Robot Framework : what are standard libraries in Robot Framework? ... read more
asked in GlobalLogic
Q4. Write a program to find the elements of a list that have least di ... read more
asked in GlobalLogic
Q5. what are the locators in selenium? what is the difference between ... read more

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Explain HashMap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It uses hashing to store key-value pairs in an array.

    • Keys in a HashMap must be unique, but values can be duplicated.

    • HashMap allows for quick retrieval of values based on keys.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
  • Q2. Is Cucumber Data Driven Framework?
  • Ans. 

    Yes, Cucumber is a Data Driven Framework.

    • Cucumber allows for writing test cases in plain English using Gherkin syntax

    • Data can be stored in external files like Excel, CSV, or JSON and easily integrated into test scripts

    • Scenarios can be parameterized to run with different test data sets

  • Answered by AI
  • Q3. Explain Apium and PT
  • Ans. 

    Appium is an open-source tool for automating mobile applications, while PT stands for Page Object Model Testing.

    • Appium is used for automating mobile apps on iOS and Android platforms.

    • It supports multiple programming languages like Java, Python, and Ruby.

    • Page Object Model Testing (PT) is a design pattern used in test automation to create an object repository for web elements on a web page.

    • PT helps in reducing code dupli...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Qa Automation Testing Engineer interview:
  • HashMaps
Interview preparation tips for other job seekers - Accenture name is big but they are hiring for some other role and select people from other role in the interview, my interviewer was also very rude

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Selenium related questions
  • Q2. To automate table
Round 2 - HR 

(1 Question)

  • Q1. General questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Introduce yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

Basic mathematics question and some Verbal related questions

Round 2 - Coding Test 

About the automation Problems and java related code

Round 3 - HR 

(2 Questions)

  • Q1. What Are your strengths
  • Q2. What is your long term goal

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 4 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 

(1 Question)

  • Q1. Basic General questions .
Round 3 - Technical 

(1 Question)

  • Q1. Basic technical questions
Round 4 - HR 

(1 Question)

  • Q1. Basic technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask the basic technical questions. And some general questions.

I applied via Walk-in and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Anything can ask from selenium

Round 3 - Technical 

(2 Questions)

  • Q1. Java , selenium, framework besed questions
  • Q2. Cucumber framework? Testng frame work?

Interview Preparation Tips

Topics to prepare for TCS Qa Automation Testing Engineer interview:
  • Framework
Interview preparation tips for other job seekers - Prepare well before coming for an interview, tcs expectations are very high
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. 1. Staleelement exception
  • Q2. 2. Report part, jenkins,
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. What’s your salary expectation? We can only offer this much amount! What technology have you used!
Round 3 - Technical 

(1 Question)

  • Q1. Mostly Framework related question! Java based questions which are commonly used in automation framework Selenium waits and basics API testing questions mainly authorisation and headers with method chainin...

AppQuarterz Technologies Interview FAQs

How many rounds are there in AppQuarterz Technologies Qa Automation Testing Engineer interview?
AppQuarterz Technologies interview process usually has 2-3 rounds. The most common rounds in the AppQuarterz Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for AppQuarterz Technologies Qa Automation Testing 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 AppQuarterz Technologies. The most common topics and skills that interviewers at AppQuarterz Technologies expect are Appium, Automation, Automation Framework, Automation Testing and QA Automation.
What are the top questions asked in AppQuarterz Technologies Qa Automation Testing Engineer interview?

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

  1. Reverse a string code and sort the array in descending or...read more
  2. How many Types of xp...read more
  3. How many types of locat...read more

Tell us how to improve this page.

AppQuarterz Technologies Qa Automation Testing Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

AppQuarterz Technologies Qa Automation Testing Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare AppQuarterz Technologies with

Hidden Brains InfoTech

3.8
Compare

SPARX IT Solutions

3.6
Compare

Sphinx Solution

2.6
Compare

Promatics Technologies

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