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

Wishup Qa Automation Testing Engineer Interview Questions and Answers

Updated 30 Jul 2022

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 LinkedIn and was interviewed in Jun 2022. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Round never happened, interviewer didn't join the call. Shared detailed explanation below.

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst experience.
I was shortlisted for the interview by their Noida branch for the role of QA automation.
Received confirmation mail as well for scheduled interview.
I was told that I will receive a call and meeting invite link 5-10 mins before the interview.
I waited for nearly 1hr even replied back on mail but no revert , called hr as well but he didn't pick up.
Then on Mon HR mailed me that he will schedule interview for Tue, again no revert after that.
I don't know how they operate.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. Compare array, prime number, second Highest salary, Validate the CSS value, Excel reading
  • Ans. 

    Comparing different concepts in QA Automation Testing Engineer

    • Array - Data structure used to store multiple values of the same type

    • Prime number - A number that is only divisible by 1 and itself

    • Second Highest salary - Finding the second highest salary in a list of salaries

    • Validate the CSS value - Ensuring that the CSS value meets the specified criteria

    • Excel reading - Extracting data from an Excel file for testing purpos

  • Answered by AI
  • Q2. API testing, BDD, TestNg annotation
  • Q3. Scenario based questions
Round 2 - Technical 

(3 Questions)

  • Q1. Anagram program, palindrome program, merge 2 array which 1 is even and 2nd odd
  • Q2. What is sub query with example, scenario based question.
  • Q3. Automation Project explanation, AWS and CICD

Skills evaluated in this interview

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

(1 Question)

  • Q1. The interview gone very smoothly first they started with the concept of java like opps ( polymorphism, encapsulation, Abstraction) Static, final, wrapper classes Then they asked the question related to tes...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Assignment 

Coading round with basic q on bdd framework

Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain the framework structure
  • Ans. 

    Framework structure refers to the organization of code, libraries, and tools used in automation testing.

    • Framework structure typically includes folders for test scripts, test data, configuration files, and reusable components.

    • It also involves defining the hierarchy of test cases, setting up test suites, and implementing reporting mechanisms.

    • Common types of frameworks include data-driven, keyword-driven, and hybrid frame...

  • Answered by AI
  • Q2. Explain the basic coding standards
  • Ans. 

    Basic coding standards are guidelines that help ensure code quality, readability, and maintainability.

    • Consistent indentation for readability

    • Meaningful variable and function names

    • Proper commenting for clarity

    • Use of design patterns for scalability

    • Adherence to naming conventions like camelCase or snake_case

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 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 - One-on-one 

(2 Questions)

  • Q1. About Framework, project business flow, and technical flow .
  • Q2. About organisation , roles, and responsibilities, difficulties during your working perod.
Round 3 - One-on-one 

(3 Questions)

  • Q1. Arrya merging and sorting.
  • Q2. Xpaths questions, testNG framework, API testing, SQL query
  • Q3. What is SOLID principles?
  • Ans. 

    SOLID principles are a set of five design principles that help in creating maintainable and scalable software applications.

    • SOLID stands for Single Responsibility, Open-Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion principles.

    • Single Responsibility Principle (SRP) states that a class should have only one reason to change.

    • Open-Closed Principle (OCP) states that a class should be open for ext...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to have proper basic knowledge in detail.
Have good practice of java programs on notepad.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Explain interface and abstract class
  • Ans. 

    Interface defines a contract for classes to implement, while abstract class provides partial implementation and can have concrete methods.

    • Interface cannot have method implementations, only method signatures

    • A class can implement multiple interfaces but can only inherit from one abstract class

    • Abstract class can have both abstract and concrete methods

    • Interfaces are used for achieving multiple inheritance in Java

  • Answered by AI
  • Q2. Explain if we remove static keyword from main function what will happen.
  • Ans. 

    Removing static keyword from main function will not have any impact on the program's functionality.

    • Removing static keyword from main function will not affect the program's execution.

    • The main function in C/C++ is always called by the operating system, regardless of whether it is static or not.

    • Static keyword in main function is optional and does not change the behavior of the program.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make Java fundamental strong.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. From a list seperate elements based on data type and remove the duplicates Dictionary access Selecting elements from e-commerce website Write test cases example API related
  • Ans. 

    To separate elements based on data type and remove duplicates from a list

    • Create separate lists for each data type (string, integer, etc.)

    • Iterate through the original list and add elements to respective lists based on data type

    • Remove duplicates from each list using a set or other data structure

    • Combine all lists into a single list without duplicates

  • Answered by AI

Skills evaluated in this interview

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.

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
33 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.4
Compare

Tricog Health Services

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