i
Softura
Filter interviews by
Smoke testing is a preliminary test to check if the software is stable enough for further testing. Sanity testing is a subset of regression testing to check if the bugs have been fixed and new features have been added without breaking the existing functionality.
Smoke testing is done to check if the critical functionalities of the software are working fine.
Sanity testing is done to check if the bugs have been fixed...
Defect Life Cycle is the process of identifying, reporting, prioritizing, fixing, and verifying defects in software.
Defect is identified by testers during testing
Defect is reported to development team
Development team prioritizes and fixes the defect
Fixed defect is verified by testers
If defect is not fixed, it goes back to development team
If defect is fixed, it is closed
Effort estimation is the process of predicting the amount of time, resources, and cost required to complete a project or task.
Effort estimation helps in planning and scheduling the project
It involves breaking down the project into smaller tasks and estimating the effort required for each task
Factors like complexity, team size, experience, and tools used are considered while estimating effort
Effort estimation can b...
OOPs is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs stands for Object-Oriented Programming.
It is based on the concept of classes and objects.
Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main pillars of OOPs.
Java is an OOPs language.
Example: A car is an object that has properties like color, model, and features, and methods like start, stop,...
I will plan testing by analyzing the requirements, identifying test scenarios, creating test cases, and executing them.
Analyze the requirements and identify test scenarios
Create test cases based on the identified scenarios
Execute the test cases and report defects
Perform regression testing to ensure the fixes do not break existing functionality
Collaborate with the development team to resolve issues
Ensure the testin...
Locators in Selenium are used to identify web elements on a web page.
Locators are used to find web elements based on their attributes such as ID, class, name, etc.
Selenium supports various types of locators such as ID, class name, name, tag name, link text, partial link text, CSS selector, and XPath.
For example, to find an element with ID 'username', we can use the following code: driver.findElement(By.id('usernam...
Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.
Agile focuses on delivering working software in short iterations
It values collaboration between team members and with stakeholders
It prioritizes responding to change over following a plan
It emphasizes continuous improvement through feedback and reflection
Examples of Agile frameworks include Scru...
Regression is retesting of previously tested functionality to ensure that changes made to the software have not affected it.
Regression testing is done to ensure that new changes or fixes have not introduced new bugs or issues.
It is not necessary to do regression testing on every release, but it should be done on critical functionality or areas that have been changed.
Regression testing can be done manually or throu...
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.
Effort estimation is the process of predicting the amount of time, resources, and cost required to complete a project or task.
Effort estimation helps in planning and scheduling the project
It involves breaking down the project into smaller tasks and estimating the effort required for each task
Factors like complexity, team size, experience, and tools used are considered while estimating effort
Effort estimation can be don...
Regression is retesting of previously tested functionality to ensure that changes made to the software have not affected it.
Regression testing is done to ensure that new changes or fixes have not introduced new bugs or issues.
It is not necessary to do regression testing on every release, but it should be done on critical functionality or areas that have been changed.
Regression testing can be done manually or through au...
I will plan testing by analyzing the requirements, identifying test scenarios, creating test cases, and executing them.
Analyze the requirements and identify test scenarios
Create test cases based on the identified scenarios
Execute the test cases and report defects
Perform regression testing to ensure the fixes do not break existing functionality
Collaborate with the development team to resolve issues
Ensure the testing is ...
Defect Life Cycle is the process of identifying, reporting, prioritizing, fixing, and verifying defects in software.
Defect is identified by testers during testing
Defect is reported to development team
Development team prioritizes and fixes the defect
Fixed defect is verified by testers
If defect is not fixed, it goes back to development team
If defect is fixed, it is closed
Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.
Agile focuses on delivering working software in short iterations
It values collaboration between team members and with stakeholders
It prioritizes responding to change over following a plan
It emphasizes continuous improvement through feedback and reflection
Examples of Agile frameworks include Scrum, Ka...
OOPs is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs stands for Object-Oriented Programming.
It is based on the concept of classes and objects.
Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main pillars of OOPs.
Java is an OOPs language.
Example: A car is an object that has properties like color, model, and features, and methods like start, stop, and ...
Locators in Selenium are used to identify web elements on a web page.
Locators are used to find web elements based on their attributes such as ID, class, name, etc.
Selenium supports various types of locators such as ID, class name, name, tag name, link text, partial link text, CSS selector, and XPath.
For example, to find an element with ID 'username', we can use the following code: driver.findElement(By.id('username'));
Smoke testing is a preliminary test to check if the software is stable enough for further testing. Sanity testing is a subset of regression testing to check if the bugs have been fixed and new features have been added without breaking the existing functionality.
Smoke testing is done to check if the critical functionalities of the software are working fine.
Sanity testing is done to check if the bugs have been fixed and ...
Top trending discussions
posted on 15 Jul 2022
I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.
If you are a fresher , then this is for you else almost no coding test for experienced candidates.
I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.
posted on 28 Jul 2021
I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.
Check if binary tree is balanced or not.
A balanced binary tree has the height of left and right subtrees differ by at most 1.
Recursively check the height of left and right subtrees and compare.
Use a helper function to calculate the height of a subtree.
Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.
Detect loops in a linked list.
Use two pointers, one moving at a faster pace than the other.
If there is a loop, the faster pointer will eventually catch up to the slower one.
To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.
I applied via Referral and was interviewed in Jan 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.
I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.
Graduated with a degree in Computer Science from XYZ University.
Worked at ABC Corp, where I developed a web application that improved user engagement by 30%.
Proficient in languages like JavaScript, Python, and Java, with experience in frameworks such as React and Django.
Enjoy collaborating in ag...
Developed a web application for tracking personal fitness goals and progress.
Used React.js for front-end development
Implemented RESTful APIs for data retrieval and storage
Utilized MongoDB for database management
Yes, faced challenges with debugging complex code and integrating third-party APIs.
Debugging complex code with multiple dependencies
Integrating third-party APIs with inconsistent documentation
Resolving compatibility issues between different software components
Genral aptitude questions
I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.
Count the maximum continuous occurrences of '1' in a binary string.
Initialize a counter to track current streak of '1's.
Use a variable to store the maximum streak found.
Iterate through each character in the string.
If the character is '1', increment the current counter.
If the character is '0', compare and reset the current counter.
At the end of the iteration, ensure to check the last streak.
based on 2 interview experiences
Difficulty level
Duration
based on 7 reviews
Rating in categories
Software Engineer
137
salaries
| ₹4 L/yr - ₹9.5 L/yr |
Senior Software Engineer
107
salaries
| ₹11.3 L/yr - ₹20 L/yr |
Test Engineer
41
salaries
| ₹3.5 L/yr - ₹8.1 L/yr |
Software Developer
23
salaries
| ₹8 L/yr - ₹13.8 L/yr |
Technical Lead
22
salaries
| ₹18.5 L/yr - ₹29 L/yr |
Maxgen Technologies
JoulestoWatts Business Solutions
Value Point Systems
F1 Info Solutions and Services