Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wishup Team. If you also belong to the team, you can get access from here

Wishup Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Wishup Qa Automation Testing Engineer Interview Questions and Answers

Updated 30 Jul 2022

Wishup Qa Automation Testing Engineer Interview Experiences

1 interview found

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions related to oops Real time questions on project's

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to have clear knowledge on your domain

Interview questions from similar companies

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

Simple mcq questions from java, msql, html, css, javascript

Round 2 - Technical 

(1 Question)

  • Q1. They asked everything mentioned in resume, asked situation based coding questions and the projects.

I applied via Naukri.com and was interviewed before Oct 2021. There were 2 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Biggest challenge you are faced in your carrier

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident don't get panic understand properly what he is asking and then answer.

I applied via Referral and was interviewed in Apr 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 Resume tips
Round 2 - Aptitude Test 

I was given a Google docs aptitude test in which they were around 25 questions

Round 3 - Technical 

(1 Question)

  • Q1. Question related to Java and DSA were asked
Round 4 - Technical 

(1 Question)

  • Q1. Written coding interview on eclipse -- reverese a string

Interview Preparation Tips

Interview preparation tips for other job seekers - They'll check your technical skills deeply and are not concerned about the syntax memorization mainly the focus would be on logic and concepts
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About the SDLC, STLC, Writing Test cases , basics of Java and Selenium
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 Resume 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.
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
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Assignment 

They will provide a scenario to automate

Round 2 - Coding Test 

Basic Java coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare a framework to submit in assignment
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic HR Questions
Round 2 - Coding Test 

Basic coding of Java, Selenium, Postman(query params, Path Params) and SQL quesries

Round 3 - Technical 

(2 Questions)

  • Q1. Core Java OOPS concepts, Collections in Java, Basic Selenium and Java questions, 2 coding questions
  • Q2. Sum of all positive integers from an array
  • Ans. 

    Sum all positive integers from an array of strings.

    • Convert each string to integer and check if it is positive

    • Add all positive integers together to get the sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basics and do well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What do you mean by ERPs
  • Ans. 

    ERPs stand for Enterprise Resource Planning systems.

    • ERPs are software systems that integrate and manage various business processes and functions.

    • They provide a centralized database and a suite of applications to streamline operations.

    • ERPs typically include modules for finance, human resources, supply chain management, and customer relationship management.

    • Examples of popular ERPs include SAP, Oracle ERP Cloud, and Micro...

  • Answered by AI
  • Q2. What modules have you worked on ERPs
  • Ans. 

    I have worked on multiple modules of ERPs including finance, inventory, and human resources.

    • Finance module: Managed financial transactions, budgeting, and reporting.

    • Inventory module: Handled stock management, procurement, and order fulfillment.

    • Human resources module: Oversaw employee information, payroll, and performance management.

  • Answered by AI
  • Q3. I have worked on oracle open source ERP of Oracle fusion and the modules i have worked are: 1. HCM - Human Capital Management 2. SCM - Supply Chain Management
  • Q4. Tasks in HCM & SCM
  • Ans. 

    HCM (Human Capital Management) and SCM (Supply Chain Management) are two different tasks in an organization.

    • HCM involves managing employee data, recruitment, performance management, and payroll.

    • SCM involves managing the flow of goods and services, including procurement, inventory management, and logistics.

    • Examples of HCM tasks: employee onboarding, performance reviews, salary calculations.

    • Examples of SCM tasks: supplie...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. One workflow was shown to me by the interviewer and was asked to recreate that workflow

Interview Preparation Tips

Topics to prepare for Kapylon Qa Automation Testing Engineer interview:
  • ERP
  • Oracle EBS
  • Opkey
  • Selenium
  • Test Automation
Interview preparation tips for other job seekers - 1. Get a good understanding of ERPs
2. Get a basic understanding of Oracle EBS
3. Get a basic understanding of Test Automation using Opkey, a No code test automation tool

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Wishup Interview FAQs

How many rounds are there in Wishup Qa Automation Testing Engineer interview?
Wishup interview process usually has 1 rounds. The most common rounds in the Wishup interview process are One-on-one Round.

Recently Viewed

REVIEWS

Graygraph Technologies Private Limited

No Reviews

SALARIES

ADG Online Solutions

SALARIES

ADG Online Solutions

INTERVIEWS

Wishup

No Interviews

SALARIES

ADG Online Solutions

SALARIES

Social Media Marketing

SALARIES

ADG Online Solutions

SALARIES

ADG Online Solutions

INTERVIEWS

Wishup

No Interviews

INTERVIEWS

ADG Online Solutions

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

YourDOST Interview Questions
3.4
 • 9 Interviews
Kaleidofin Interview Questions
3.6
 • 9 Interviews
Vahdam Teas Interview Questions
3.4
 • 5 Interviews
RevFin Interview Questions
3.9
 • 4 Interviews
Applicate Interview Questions
2.8
 • 3 Interviews
Voiro Interview Questions
4.4
 • 2 Interviews
View all
Online Business Manager
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Virtual Assistant
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

growth manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Social Media Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Digital Marketing Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Wishup with

Chqbook.com

3.3
Compare

Luker Electric Technologies

3.8
Compare

Vahdam Teas

3.5
Compare

Tricog Health Services

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent