Filter interviews by
SDLC focuses on software development phases, while STLC emphasizes testing phases to ensure quality and functionality.
SDLC encompasses all stages of software development, from planning to deployment.
STLC is specifically concerned with the testing phases, starting from test planning to test closure.
In SDLC, phases include requirements gathering, design, coding, and maintenance.
In STLC, phases include test planning,...
I am a dedicated and organized individual with experience in coordinating and managing projects.
Explain your background and relevant experience
Highlight key skills and qualities that make you a good fit for the role
Mention any specific achievements or projects you have worked on
Discuss your passion for the field and your motivation for applying
Affiliate marketing web app flow involves user registration, product promotion, tracking sales, and earning commissions.
User registers on the affiliate marketing platform
User selects products to promote from the platform
User shares unique affiliate links on their website or social media
When a user clicks on the link and makes a purchase, it is tracked by the platform
User earns a commission based on the sales gener...
Java oops concepts used in Selenium include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance is used to create child classes that inherit properties and methods from parent classes.
Polymorphism allows objects to take on multiple forms and perform different actions based on the context.
Encapsulation is used to hide implementation details and protect data from external interference.
Abstraction i...
OOPs is a programming paradigm based on the concept of objects that interact with each other.
OOPs stands for Object-Oriented Programming.
It focuses on creating reusable code and reducing complexity.
It involves four main concepts: encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation is the process of hiding implementation details from the user.
Inheritance allows a class to inherit properties and ...
To test an OTT platform, one can perform functional, performance, and security testing.
Functional testing can include testing of features like video playback, search functionality, user registration, etc.
Performance testing can involve testing the platform's ability to handle high traffic and load testing.
Security testing can include testing for vulnerabilities like SQL injection, cross-site scripting, etc.
Compati...
SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.
SDLC is a framework that consists of several phases, including planning, analysis, design, implementation, testing, and maintenance.
Each phase has its own set of activities and deliverables that must be completed before moving on to the next phase.
The goal of SDLC is to ensure that software is developed e...
Regression testing is testing the unchanged parts of the software after making changes to ensure that the changes did not affect the existing functionality. Retesting is testing the same functionality again after fixing the defects.
Regression testing is done to ensure that the changes made to the software did not affect the existing functionality.
Retesting is done to ensure that the defects found during testing ha...
Software test methodologies are approaches used to design and execute software tests.
Different methodologies include Agile, Waterfall, V-Model, and DevOps.
Agile focuses on iterative development and testing in short cycles.
Waterfall follows a linear sequential approach with testing at the end of the development cycle.
V-Model emphasizes testing at each stage of development.
DevOps integrates testing throughout the so...
Selenium Webdriver is a tool used for automating web applications. It provides methods to interact with web elements.
Selenium Webdriver is used to automate web applications by interacting with web elements such as buttons, text boxes, etc.
It provides methods to locate elements on a web page using various locators like ID, class name, CSS selector, etc.
Once the element is located, actions can be performed on it lik...
I appeared for an interview in Dec 2024, where I was asked the following questions.
Basic API testing ensures that APIs function correctly, while Swagger is a tool for documenting and testing APIs.
API testing verifies the functionality, reliability, and performance of APIs.
It involves sending requests to the API and validating responses.
Common methods include GET, POST, PUT, and DELETE requests.
Swagger is an open-source tool that helps design, build, document, and test APIs.
It provides a user-friendly...
SDLC focuses on software development phases, while STLC emphasizes testing phases to ensure quality and functionality.
SDLC encompasses all stages of software development, from planning to deployment.
STLC is specifically concerned with the testing phases, starting from test planning to test closure.
In SDLC, phases include requirements gathering, design, coding, and maintenance.
In STLC, phases include test planning, test...
QA professionals ensure software quality through testing, process improvement, and collaboration with development teams.
Develop and execute test plans and test cases to validate software functionality.
Identify, document, and track defects using tools like JIRA or Bugzilla.
Collaborate with developers to understand requirements and provide feedback on design.
Perform regression testing to ensure new changes do not affect ...
The bug life cycle outlines the stages a bug goes through from identification to resolution.
1. New: A bug is reported and logged into the tracking system.
2. Assigned: The bug is assigned to a developer for investigation.
3. Open: The developer starts working on the bug.
4. Fixed: The developer resolves the bug and updates the status.
5. Retest: The tester verifies the fix to ensure the bug is resolved.
6. Closed: If the fi...
Regression testing ensures that new code changes do not adversely affect existing functionalities.
Verifies that recent changes haven't introduced new bugs.
Can be automated to save time and increase efficiency.
Example: After a software update, testing login functionality to ensure it still works.
Often performed after bug fixes, enhancements, or new feature additions.
Includes both manual and automated testing approaches.
I investigate the absence of a module, communicate with the team, and ensure proper documentation and testing processes are followed.
Verify the build version against the requirements document to confirm the module's absence.
Communicate with the development team to understand if the module was delayed or removed.
Check for any release notes or documentation that might explain the missing module.
Document the issue in the ...
On women empowerment
I am a dedicated and organized individual with experience in coordinating and managing projects.
Explain your background and relevant experience
Highlight key skills and qualities that make you a good fit for the role
Mention any specific achievements or projects you have worked on
Discuss your passion for the field and your motivation for applying
I am eager to join IGS to contribute to innovative projects and collaborate with a talented team dedicated to impactful solutions.
Passion for innovation: IGS's commitment to cutting-edge technology aligns with my desire to work on transformative projects.
Collaborative environment: I value teamwork and believe that IGS fosters a culture of collaboration, enhancing creativity and productivity.
Impactful work: I am motivat...
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Testing and basic java questions
I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.
Software test methodologies are approaches used to design and execute software tests.
Different methodologies include Agile, Waterfall, V-Model, and DevOps.
Agile focuses on iterative development and testing in short cycles.
Waterfall follows a linear sequential approach with testing at the end of the development cycle.
V-Model emphasizes testing at each stage of development.
DevOps integrates testing throughout the softwar...
I applied via Approached by Company and was interviewed before Aug 2023. There were 2 interview rounds.
Had to write a end to end Automascript on WDIO framework
Affiliate marketing web app flow involves user registration, product promotion, tracking sales, and earning commissions.
User registers on the affiliate marketing platform
User selects products to promote from the platform
User shares unique affiliate links on their website or social media
When a user clicks on the link and makes a purchase, it is tracked by the platform
User earns a commission based on the sales generated ...
I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 3 interview rounds.
OOPs is a programming paradigm based on the concept of objects that interact with each other.
OOPs stands for Object-Oriented Programming.
It focuses on creating reusable code and reducing complexity.
It involves four main concepts: encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation is the process of hiding implementation details from the user.
Inheritance allows a class to inherit properties and metho...
Selenium Webdriver is a tool used for automating web applications. It provides methods to interact with web elements.
Selenium Webdriver is used to automate web applications by interacting with web elements such as buttons, text boxes, etc.
It provides methods to locate elements on a web page using various locators like ID, class name, CSS selector, etc.
Once the element is located, actions can be performed on it like cli...
Java oops concepts used in Selenium include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance is used to create child classes that inherit properties and methods from parent classes.
Polymorphism allows objects to take on multiple forms and perform different actions based on the context.
Encapsulation is used to hide implementation details and protect data from external interference.
Abstraction is use...
Top trending discussions
Some of the top questions asked at the Intact Green Services interview -
The duration of Intact Green Services interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 14 interview experiences
Difficulty level
Duration
based on 104 reviews
Rating in categories
Test Associate
138
salaries
| ₹1.4 L/yr - ₹4.6 L/yr |
Test Engineer
99
salaries
| ₹2.6 L/yr - ₹8 L/yr |
Senior Test Engineer
79
salaries
| ₹5.3 L/yr - ₹12.6 L/yr |
Automation Test Engineer
44
salaries
| ₹2.9 L/yr - ₹10.1 L/yr |
Softwaretest Engineer
37
salaries
| ₹2.1 L/yr - ₹9.8 L/yr |
Bombardier Transportation
Linfox Logistics
VaaaN Infra
Naresh Kumar & Co.