Upload Button Icon Add office photos
Engaged Employer

i

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

ivy Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 709 Reviews

Filter interviews by

ivy Senior QA Analyst Interview Questions and Answers

Updated 11 Sep 2024

ivy Senior QA Analyst Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Generic like your background domain knowledge etc
  • Q2. Skills n expectation
Round 2 - Technical 

(2 Questions)

  • Q1. QA related questions both automation and manual testing
  • Q2. People management skills related and database, agile, reporting tool etc
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Perks and bonus

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever is promised by the HR to you or anyone in the interview,make sure that you document it and reply to the recruitment lead and HR lead and get it acknowledged. Else you will get only promise 🙏

Interview questions from similar companies

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

(2 Questions)

  • Q1. Black box testing
  • Q2. Agile methodology
Round 2 - Technical 

(1 Question)

  • Q1. Whole manual testing
Round 3 - One-on-one 

(1 Question)

  • Q1. DIRECTOR ROUND, no technical questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

It was some sorting question - 1 Hour JAVA

Round 2 - Technical 

(2 Questions)

  • Q1. Some selenium and java based question
  • Q2. How would kill the child process
  • Ans. 

    Use the kill command with the child process ID to terminate it

    • Find the child process ID using tools like ps or pgrep

    • Use the kill command with the appropriate signal (e.g. SIGTERM, SIGKILL) and the child process ID

    • Example: kill -9

Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is hashmap
  • Ans. 

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

    • HashMap is part of the Java Collections framework.

    • It uses hashing to store key-value pairs, making retrieval fast.

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

    • Example: HashMap map = new HashMap<>(); map.put("apple", 5);

  • Answered by AI
Round 2 - Aptitude Test 

Square area and perimeter of rectangle

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked SQL queries along with other JAVA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Test scenarios for testing Whatapp application
  • Ans. 

    Test scenarios for testing WhatsApp application

    • Verify sending a text message

    • Test sending multimedia files (images, videos)

    • Check group chat functionality

    • Test voice and video call features

    • Verify message encryption and security measures

  • Answered by AI
  • Q2. Program explaining OOPS concepts
  • Ans. 

    OOPS concepts are the foundation of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementatio...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Find the second largest number in an array
  • Ans. 

    Iterate through array to find second largest number

    • Iterate through the array and keep track of the largest and second largest numbers

    • Handle edge cases like duplicates or small array sizes

    • Return the second largest number found

  • Answered by AI
  • Q2. Other technical questions around java, oops, automation frameworks, testng, manual testing and test case creation.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. I have very bad experience with this company. HR scheduled technical round on Monday 11 AM. panel was not aware and joined 30 mins late. Then he started asking questions unrelated to my profile. I said i h...
  • Q2. Question related to - 1. @DataProviders of TestNG 2. Alternative of excel sheet to get our test data in automation framework 3. how to set up jenkins pipeline, how to create job 4. how to give global par...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. There were 5 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 - Aptitude Test 

Written with multiple question both aptitude and technical

Round 3 - Technical 

(1 Question)

  • Q1. What is regression and smoke testing
  • Ans. 

    Regression testing is retesting of previously tested functionality to ensure that changes or fixes have not introduced new defects. Smoke testing is a subset of regression testing that focuses on testing the critical functionalities of an application.

    • Regression testing is performed to verify that changes or fixes in software have not introduced new defects or caused existing functionalities to fail.

    • It involves retestin...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Roles and responsibilities in your previous project and what is your contribution for project delivery
Round 5 - HR 

(1 Question)

  • Q1. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics and confident delivery

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is the STLC, bug severity priority, waits in selenium with syntax, Java oops question with example,
  • Ans. 

    STLC, bug severity priority, waits in Selenium, Java OOPs

    • STLC stands for Software Testing Life Cycle and includes phases like requirement analysis, test planning, test design, test execution, and test closure

    • Bug severity is the impact of a bug on the system, while bug priority is the order in which bugs should be fixed

    • Waits in Selenium are used to make the test script wait for a certain condition to be met before proce...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is software testing? Smoke & sanity Testing Sdlc,stlc, bug life cycle

ivy Interview FAQs

How many rounds are there in ivy Senior QA Analyst interview?
ivy interview process usually has 3 rounds. The most common rounds in the ivy interview process are HR, One-on-one Round and Technical.
What are the top questions asked in ivy Senior QA Analyst interview?

Some of the top questions asked at the ivy Senior QA Analyst interview -

  1. People management skills related and database, agile, reporting tool ...read more
  2. QA related questions both automation and manual test...read more
  3. Generic like your background domain knowledge ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 ivy interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 787 Interviews
Globant Interview Questions
3.9
 • 167 Interviews
View all
Software Engineer
834 salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Senior Software Engineer
577 salaries
unlock blur

₹8 L/yr - ₹22.5 L/yr

Test Engineer
365 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

System Analyst
327 salaries
unlock blur

₹11.8 L/yr - ₹28 L/yr

Senior Test Engineer
315 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Explore more salaries
Compare ivy with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview