Filter interviews by
I worked on a data-driven automation framework using Selenium and TestNG.
Used Selenium WebDriver for browser automation
Utilized TestNG for test case management and execution
Implemented data-driven testing using Excel or CSV files
Integrated with Jenkins for continuous integration
Supported parallel execution for faster testing
Handled reporting using ExtentReports or Allure
Different types of exceptions in C# include SystemException, ApplicationException, and custom exceptions.
SystemException is the base class for all exceptions in the System namespace.
ApplicationException is the base class for all user-defined exceptions.
Custom exceptions are exceptions created by the user to handle specific scenarios.
Examples: DivideByZeroException, NullReferenceException, FileNotFoundException.
Verification ensures the product is built right, while validation ensures the right product is built.
Verification involves checking if the software meets the specified requirements.
Validation involves checking if the software meets the customer's needs and expectations.
Verification is done through reviews, inspections, walkthroughs, and static analysis.
Validation is done through testing like functional testing, sy...
Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in a software development project.
Defect identification: Defects are identified through testing, code reviews, or user feedback.
Defect reporting: Once a defect is identified, it is reported in a defect tracking system with details like severity, priority, and steps to reproduce.
Defect fixing: Developers analyze and f...
What people are saying about Qualitest
STLC (Software Testing Life Cycle) is a systematic process for testing software applications.
STLC involves planning, designing, executing, and reporting on tests throughout the software development lifecycle.
Key stages include requirement analysis, test planning, test design, test execution, and test closure.
Each stage has specific objectives and deliverables to ensure thorough testing of the software.
STLC helps e...
Handlers are software components that respond to events or requests in a system.
Event handlers: respond to events triggered by user actions or system events
Error handlers: handle errors that occur during the execution of a program
Request handlers: process incoming requests from clients and generate responses
Signal handlers: respond to signals sent by the operating system or other processes
Write program based on different scenarios
Identify different scenarios that the program needs to handle
Write code to handle each scenario separately
Test the program with various inputs to ensure it works correctly
The task is to count the number of characters in a given string.
Iterate through each character in the string and increment a counter for each character encountered.
Consider spaces and special characters as well while counting the characters.
Example: For the string 'Hello World!', the number of characters would be 12.
I used a keyword-driven automation framework with Selenium and TestNG for web application testing.
Utilized TestNG for test case management and execution
Implemented keyword-driven approach for easy test case maintenance
Leveraged Selenium WebDriver for interacting with web elements
Used Page Object Model design pattern for better code organization
A defect is an issue or flaw in a software application that causes it to behave incorrectly or produce incorrect results.
Defects are also known as bugs or software errors.
Defects can occur in any phase of the software development lifecycle.
Defects can be categorized based on their severity and priority.
Examples of defects include crashes, incorrect calculations, and user interface issues.
I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.
Creating Step def for adding item to cart and validating price without providing text
Create step definition for adding item to cart
Create step definition for validating price
Use cucumber or other BDD framework for writing step definitions
The most difficult time in my project was when we encountered a critical bug right before the release deadline.
Identified the root cause of the bug by analyzing logs and code
Prioritized the criticality of the bug and its impact on the release
Collaborated with developers to quickly fix the bug and conducted thorough regression testing
Communicated effectively with stakeholders about the delay and revised release timeline
Yes, I suggested implementing automation testing which significantly improved test efficiency and reduced manual effort.
Suggested implementing automation testing to improve test efficiency
Reduced manual effort by automating repetitive test cases
Implemented automation frameworks like Selenium for web testing
Introduced continuous integration tools like Jenkins for automated test execution
Yes, I have faced conflicts with colleagues in the past.
Miscommunication led to misunderstandings
Difference in opinions on project approach
Personality clashes affecting team dynamics
Counter offers can be tempting but may not address underlying issues. It's important to consider long-term implications.
Counter offers may not address the underlying reasons for wanting to leave the current job.
Accepting a counter offer could damage trust with the current employer.
Consider the long-term implications of accepting a counter offer, such as career growth and job satisfaction.
It's important to communicate o...
I appeared for an interview in Apr 2025, where I was asked the following questions.
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Regression testing is testing the entire application after changes, while retesting is testing specific areas affected by changes.
Regression testing involves testing the entire application to ensure that new changes have not affected existing functionality
Retesting focuses on testing specific areas that were affected by recent changes to ensure they are working as expected
Regression testing is usually automated to save...
Hooks in Cucumber are blocks of code that run before or after each scenario in a feature file.
Hooks are used to set up preconditions and clean up after tests
They can be used to initialize test data, open/close browser, log in/out, etc.
Hooks can be defined at the global level or at the scenario level
I have used OOPs concepts in my projects to create reusable code, improve code organization, and enhance code readability.
Used inheritance to create a base class with common functionalities and derived classes with specific functionalities
Implemented encapsulation to hide internal details of a class and expose only necessary information through methods
Utilized polymorphism to allow objects of different classes to be tr...
To avoid merge conflicts in git, use branches effectively, communicate with team members, and regularly pull changes from the remote repository.
Create feature branches for each new feature or bug fix
Regularly pull changes from the remote repository to stay up to date with the latest changes
Communicate with team members about the files you are working on to avoid conflicting changes
Use tools like git rebase to integrate...
In my projects, I've encountered various exceptions, including timeouts, assertion failures, and environment issues.
Timeout exceptions: Tests failing due to slow response times from the application.
Assertion failures: When expected results do not match actual outcomes, indicating potential bugs.
Environment issues: Problems arising from differences in test environments, such as missing dependencies.
Data-related exceptio...
Web tables can be accessed using various methods like XPath, CSS selectors, and Selenium WebDriver commands.
Use XPath to locate the table element on the web page
Identify rows and columns within the table using XPath or CSS selectors
Use Selenium WebDriver commands to interact with the table data, such as getting text from cells or clicking on links within the table
Stale Element Exception occurs when an element is no longer attached to the DOM.
Occurs when an element is located in the DOM, but it has been removed or modified
Commonly encountered in automated testing when trying to interact with elements that have changed
Can be resolved by re-locating the element or refreshing the page
Use Arrays.asList() method to convert array to ArrayList.
Use Arrays.asList() method to convert array to ArrayList.
Example: String[] array = {"apple", "banana", "orange"}; ArrayList<String> list = new ArrayList<>(Arrays.asList(array));
I appeared for an interview in Jan 2025.
I was coding, maths and general knowledge was there.
I appeared for an interview in May 2025, where I was asked the following questions.
I have over 5 years of experience in motion graphic design, specializing in animation and visual storytelling.
Worked on various projects for clients like XYZ Corp, creating engaging promotional videos.
Developed animated infographics for educational purposes, enhancing viewer understanding.
Collaborated with a team of designers to produce a series of animated shorts for a film festival.
I appreciate the creativity, collaboration, and impact my work has on storytelling and brand identity.
Creativity: I love bringing ideas to life through animation and design, like creating engaging explainer videos.
Collaboration: Working with diverse teams, such as writers and marketers, enhances the final product.
Impact: My designs help convey complex messages simply, like transforming data into visually appealing info...
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 4 interview rounds.
I have written various forms of content including blog posts, articles, social media posts, website content, and SEO content.
Blog posts
Articles
Social media posts
Website content
SEO content
My approach towards content writing involves thorough research, strategic planning, engaging storytelling, and optimization for SEO.
Conducting in-depth research on the topic to ensure accuracy and credibility
Creating a content strategy that aligns with the target audience and business goals
Crafting compelling and engaging storytelling to captivate readers
Implementing SEO best practices to improve visibility and ranking
...
Content on a specific topic (assigned by the client)
I appeared for an interview in Jan 2025.
Second largest Number
Some of the top questions asked at the Qualitest interview -
The duration of Qualitest interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 61 interview experiences
Difficulty level
Duration
based on 718 reviews
Rating in categories
Softwaretest Engineer
498
salaries
| ₹3.3 L/yr - ₹8.5 L/yr |
Engineer
314
salaries
| ₹4 L/yr - ₹9 L/yr |
Test Engineer
296
salaries
| ₹3.8 L/yr - ₹9.3 L/yr |
Senior Engineer
269
salaries
| ₹10.8 L/yr - ₹19.9 L/yr |
Software Engineer
263
salaries
| ₹4.8 L/yr - ₹12.2 L/yr |
Xoriant
CitiusTech
HTC Global Services
HERE Technologies