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

Filter interviews by

ivy Software Testing Engineer Interview Questions, Process, and Tips

Updated 12 Dec 2021

ivy Software Testing Engineer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Why Testing?
  • Ans. 

    Testing ensures software quality and reduces the risk of defects in production.

    • Testing helps identify defects and bugs early in the development cycle.

    • It ensures that the software meets the requirements and specifications.

    • Testing helps improve the overall quality of the software.

    • It reduces the risk of defects and failures in production.

    • Testing helps build trust and confidence in the software among stakeholders.

  • Answered by AI
  • Q2. Difference between retesting and regression testing?
  • Ans. 

    Retesting is testing the same functionality again after fixing the defects. Regression testing is testing the unchanged functionality after making changes in the software.

    • Retesting is done to ensure that the defects reported earlier have been fixed.

    • Regression testing is done to ensure that the changes made in the software have not affected the existing functionality.

    • Retesting is a subset of regression testing.

    • Retesting...

  • Answered by AI
  • Q3. What is SDLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.

    • SDLC is a framework that outlines the steps involved in software development.

    • It includes planning, designing, coding, testing, and maintenance.

    • Each phase of SDLC has its own set of deliverables and objectives.

    • SDLC models include Waterfall, Agile, and DevOps.

    • The choice of SDLC model depends on the project requi

  • Answered by AI
  • Q4. What is STLC?
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a process followed to ensure quality in software testing.

    • STLC is a sequential process that includes planning, designing, executing, and reporting.

    • It involves various stages like requirement analysis, test planning, test design, test execution, and test closure.

    • The main objective of STLC is to ensure that the software meets the customer's requirements and is of high ...

  • Answered by AI
  • Q5. What is DEFECT LIFE CYCLE?
  • Ans. 

    DEFECT LIFE CYCLE is the process of identifying, reporting, prioritizing, and resolving software defects.

    • Defect is identified by testers during testing

    • Defect is reported to development team

    • Development team prioritizes and resolves the defect

    • Defect is retested by testers

    • If defect is fixed, it is closed, else it goes back to development team

    • Defect life cycle ends when all defects are resolved

  • Answered by AI
  • Q6. What is unit testing
  • Ans. 

    Unit testing is a type of software testing where individual units or components of a software application are tested in isolation.

    • Unit testing is done by developers during the development phase

    • It helps to identify defects early in the development cycle

    • It ensures that each unit/component of the software application is working as expected

    • It helps to improve the quality of the software application

    • Examples of unit testing

  • Answered by AI
  • Q7. Difference between scenario and testcases?
  • Ans. 

    Scenarios are high-level descriptions of user actions and system responses, while test cases are specific steps to verify functionality.

    • Scenarios describe user interactions with the system, while test cases verify specific functionality.

    • Scenarios are often used in the early stages of testing to identify potential issues, while test cases are used for more detailed testing.

    • Scenarios can be used to create test cases, but...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn testing concepts throughout.

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

3 Questions

  • Q1. Tell me about Import and export operations
  • Ans. 

    Import and export operations involve transferring data or files between different systems or formats.

    • Import operations involve bringing data or files into a system or application.

    • Export operations involve sending data or files out of a system or application.

    • Import and export operations are commonly used in software applications to transfer data between different formats or systems.

    • Examples of import and export operatio...

  • Answered by AI
  • Q2. What are software applications were used in your previous company
  • Q3. ICargo and Smart kargo were Utilised in my previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Job seekar must know about import and export operations,Supply chain management, Logistics.

I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Test Cases, Test Plan, API related question

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview process have 2 technical rounds. Both the rounds lasted about 1 hour. Most of the questions were asked from your skills mentioned on resume. Please go through the job description to ensure that you are a best fit for the position.
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 Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In this first round it was of 45mins which included MCQ question and 1 coding question.

Round 2 - Technical 

(4 Questions)

  • Q1. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript is async or sync language and explain the reason. 4.How to create a simple object in JavaScript. 5.Find element and Find Eleme...
  • Ans. 

    Answers to common interview questions for Automation Test Engineer position.

    • Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.

    • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.

    • JavaS...

  • Answered by AI
  • Q2. What is Type coercion?
  • Ans. 

    Type coercion is the process of converting one data type to another in programming.

    • Type coercion can happen implicitly or explicitly in programming languages.

    • Implicit type coercion occurs when the language automatically converts data types during operations.

    • Explicit type coercion occurs when the programmer manually converts data types using functions or operators.

    • Example: In JavaScript, the addition operator (+) can pe...

  • Answered by AI
  • Q3. What is Inheritance? Polymorphism?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows for code reusability by defining a new class based on an existing class.

    • Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...

  • Answered by AI
  • Q4. API Error code with explaination?
  • Ans. 

    API error codes are unique identifiers used to indicate specific errors in an API response.

    • API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.

    • Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.

    • Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduce Yourself? Why should we hire you? What is your relevant experience? Tell me about yourself? What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Globant Automation Test Engineer interview:
  • Javascript
  • Cypress
  • OOPS
  • Core Java
  • API
Interview preparation tips for other job seekers - I Interviewed at Globant on 13/05/2024. First round went very well where they introduce about there company and link was provided For MCQ and coding round conducted.2nd round was GK round which was totally based on Technical question. I had answered each and very question but then also not got selected.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It included aptitude...selenium questions...java mcq questions...and a program to write

Round 2 - Technical 

(3 Questions)

  • Q1. Abstraction related questions
  • Q2. Interface, JIT, inheritance, java architecture
  • Q3. SQL questions...diff between char and varchar.....pk and fk....
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Why should I hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for java
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Group Discussion 

General topics like Artificial Intelligence positive or negative impacts

Round 2 - Technical 

(1 Question)

  • Q1. Everything from resume
Round 3 - HR 

(1 Question)

  • Q1. General questions
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing general questions and defects metrics
Round 2 - Technical 

(1 Question)

  • Q1. Overall testing concepts and latest trends
Round 3 - One-on-one 

(1 Question)

  • Q1. Logical question and situations related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were general as per the JD mentioned

I applied via Recruitment Consultant and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Write defect report
  • Ans. 

    Defect report for login page

    • Steps to reproduce the issue

    • Expected behavior

    • Actual behavior

    • Severity level

    • Screenshot or video evidence

  • Answered by AI
  • Q2. Sql query on joints
  • Q3. Difference between sdlc and stlc
  • Ans. 

    SDLC is a software development process while STLC is a software testing process.

    • SDLC stands for Software Development Life Cycle and involves the entire process of software development from planning to deployment.

    • STLC stands for Software Testing Life Cycle and involves the process of testing the software to ensure it meets the requirements and is free of defects.

    • SDLC is focused on the development of the software while S...

  • Answered by AI
  • Q4. Differentiate retesting and regression testing
  • Ans. 

    Retesting is testing the same functionality again after fixing defects while regression testing is testing the unchanged functionality to ensure it still works after changes.

    • Retesting is done to ensure that the defects found in the previous test cycle have been fixed

    • Regression testing is done to ensure that the unchanged functionality still works after changes have been made

    • Retesting is done after fixing defects while ...

  • Answered by AI
  • Q5. Static and dynamic testing

Interview Preparation Tips

Interview preparation tips for other job seekers - They give only 2.4lpa for manual tester,you will get to know banking domain well but no automation testing is done there

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Cucumber advantage against testng ,api basic question like status code.selenum question related to xpatha type and usages.selenum actions class methods. Excel reader Apache poi jar how you are implementing...

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

Interview Questionnaire 

1 Question

  • Q1. Java coding, selenium, framework, testNG

Interview Preparation Tips

Interview preparation tips for other job seekers - I rejected the offer based on the behaviour of HR during salary discussion, they wanted to take advantage of COVID-19 situation in terms of salary .

ivy Interview FAQs

What are the top questions asked in ivy Software Testing Engineer interview?

Some of the top questions asked at the ivy Software Testing Engineer interview -

  1. Difference between retesting and regression testi...read more
  2. Why Testi...read more
  3. Difference between scenario and testcas...read more

Tell us how to improve this page.

ivy Software Testing Engineer Salary
based on 14 salaries
₹4 L/yr - ₹7 L/yr
24% less than the average Software Testing Engineer Salary in India
View more details
Software Engineer
862 salaries
unlock blur

₹4 L/yr - ₹17 L/yr

Senior Software Engineer
601 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

System Analyst
336 salaries
unlock blur

₹12.5 L/yr - ₹28 L/yr

Test Engineer
334 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Senior Test Engineer
329 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Explore more salaries
Compare ivy with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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