Filter interviews by
SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.
SDLC is a structured approach to software development.
It involves several phases such as planning, analysis, design, implementation, testing, and maintenance.
Each phase has its own set of activities and deliverables.
The goal of SDLC is to produce high-quality software that meets customer requirements.
Exam...
Method of testing refers to the approach or strategy used to verify the functionality of software.
Common methods include black box testing, white box testing, and grey box testing.
Other methods include regression testing, acceptance testing, and exploratory testing.
The choice of method depends on the project requirements, budget, and timeline.
Testing can be manual or automated, and may involve various tools and te...
Alpha and Beta testing are two types of acceptance testing performed on software before its release.
Alpha testing is performed by the developers in-house to identify and fix any issues before releasing the software to external testers.
Beta testing is performed by external testers who use the software in a real-world environment and provide feedback to the developers.
Alpha testing is usually done in a controlled en...
V-Model is a software development model that emphasizes testing at every stage of the development process.
It is a sequential development process
Each phase must be completed before moving to the next
Testing is done at every stage
It is a highly disciplined model
It is also known as Verification and Validation model
Software testing is the process of evaluating a software application or system to detect any defects or errors.
Software testing ensures that the software meets the requirements and specifications
It helps to identify defects and errors before the software is released to the end-users
Testing can be done manually or through automated tools
Types of testing include functional, performance, security, and usability testi...
Bug life cycle is the process of identifying, reporting, fixing, and verifying software defects.
Bug is identified by testers during testing
Bug is reported to developers
Developers fix the bug and mark it as resolved
Testers verify the fix and mark it as closed or reopen if the bug still exists
Bug tracking tools are used to manage the bug life cycle
Smoke testing is a quick and shallow test to ensure the basic functionality of the software. Sanity testing is a subset of regression testing that checks if the bugs have been fixed and no new issues have been introduced.
Smoke testing is performed to check if the software is stable enough for further testing.
Sanity testing is performed after a new build is received to ensure that the critical functionalities are w...
Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.
It is performed after making changes to the software
It ensures that existing functionality is not affected by the changes
It helps to identify any new defects introduced by the changes
It can be automated to save time and effort
Examples include retesting after bug fixes, testing after...
Method of testing refers to the approach used to verify the functionality of software.
Different methods include manual testing, automated testing, exploratory testing, and regression testing.
The choice of method depends on factors such as the type of software, the project timeline, and the available resources.
Each method has its own advantages and disadvantages, and a combination of methods may be used for compreh...
Level of testing refers to the extent of testing performed on a software application.
Levels of testing include unit testing, integration testing, system testing, and acceptance testing.
Each level of testing has a specific focus and objective.
Unit testing involves testing individual components or modules of the software.
Integration testing involves testing the interaction between different components or modules.
Sys...
I applied via Job Portal and was interviewed before Aug 2020. There were 4 interview rounds.
Method of testing refers to the approach used to verify the functionality of software.
Different methods include manual testing, automated testing, exploratory testing, and regression testing.
The choice of method depends on factors such as the type of software, the project timeline, and the available resources.
Each method has its own advantages and disadvantages, and a combination of methods may be used for comprehensiv...
Level of testing refers to the extent of testing performed on a software application.
Levels of testing include unit testing, integration testing, system testing, and acceptance testing.
Each level of testing has a specific focus and objective.
Unit testing involves testing individual components or modules of the software.
Integration testing involves testing the interaction between different components or modules.
System t...
I applied via Indeed and was interviewed before Nov 2020. There were 3 interview rounds.
SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.
SDLC is a structured approach to software development.
It involves several phases such as planning, analysis, design, implementation, testing, and maintenance.
Each phase has its own set of activities and deliverables.
The goal of SDLC is to produce high-quality software that meets customer requirements.
Examples ...
V Model is a software development model that emphasizes testing at every stage of the development process.
It is a variation of the Waterfall model
Testing is done at every stage of development
Each stage has a corresponding testing stage
The model is shaped like a V, with development on one side and testing on the other
It helps to catch defects early in the development process
Bug life cycle is the process of identifying, reporting, fixing, and verifying a software defect.
Bug is identified by tester
Bug is reported to development team
Development team fixes the bug
Bug fix is verified by tester
Bug is closed if verified or reopened if not
Bug data is analyzed for future prevention
I applied via Indeed and was interviewed before Dec 2019. There was 1 interview round.
Software testing is the process of evaluating a software application or system to detect any defects or errors.
Software testing ensures that the software meets the requirements and specifications
It helps to identify defects and errors before the software is released to the end-users
Testing can be done manually or through automated tools
Types of testing include functional, performance, security, and usability testing
V-Model is a software development model that emphasizes testing at every stage of the development process.
It is a sequential development process
Each phase must be completed before moving to the next
Testing is done at every stage
It is a highly disciplined model
It is also known as Verification and Validation model
Types of testing include functional, non-functional, manual, automated, regression, performance, and security testing.
Functional testing ensures that the software meets the specified requirements.
Non-functional testing checks the software's performance, usability, and reliability.
Manual testing involves human testers executing test cases.
Automated testing uses tools to execute test cases.
Regression testing ensures that...
Method of testing refers to the approach or strategy used to verify the functionality of software.
Common methods include black box testing, white box testing, and grey box testing.
Other methods include regression testing, acceptance testing, and exploratory testing.
The choice of method depends on the project requirements, budget, and timeline.
Testing can be manual or automated, and may involve various tools and techniq...
Bug life cycle is the process of identifying, reporting, fixing, and verifying software defects.
Bug is identified by testers during testing
Bug is reported to developers
Developers fix the bug and mark it as resolved
Testers verify the fix and mark it as closed or reopen if the bug still exists
Bug tracking tools are used to manage the bug life cycle
Alpha and Beta testing are two types of acceptance testing performed on software before its release.
Alpha testing is performed by the developers in-house to identify and fix any issues before releasing the software to external testers.
Beta testing is performed by external testers who use the software in a real-world environment and provide feedback to the developers.
Alpha testing is usually done in a controlled environ...
Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.
It is performed after making changes to the software
It ensures that existing functionality is not affected by the changes
It helps to identify any new defects introduced by the changes
It can be automated to save time and effort
Examples include retesting after bug fixes, testing after new ...
Smoke testing is a quick and shallow test to ensure the basic functionality of the software. Sanity testing is a subset of regression testing that checks if the bugs have been fixed and no new issues have been introduced.
Smoke testing is performed to check if the software is stable enough for further testing.
Sanity testing is performed after a new build is received to ensure that the critical functionalities are workin...
Top trending discussions
I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.
State management in React involves managing the state and props of components.
State is used to manage data that changes within a component
Props are used to pass data from a parent component to a child component
State can be updated using setState() method
Props are read-only and cannot be modified within a component
State and props are used together to create dynamic and interactive UIs
I applied via Campus Placement and was interviewed in Jan 2021. There was 1 interview round.
I am a passionate Software Engineer with a strong background in full-stack development and a love for solving complex problems.
Education: I hold a degree in Computer Science, where I developed a solid foundation in algorithms and data structures.
Experience: I have over 3 years of experience working with technologies like Java, Spring Boot, and React, building scalable web applications.
Projects: I led a team project to ...
Cognizant offers innovative solutions, a collaborative culture, and opportunities for growth in a dynamic tech environment.
Cognizant's commitment to innovation aligns with my passion for cutting-edge technology, as seen in their AI and cloud solutions.
The company's diverse projects across various industries provide a unique opportunity to broaden my skill set and experience.
Cognizant's emphasis on employee development ...
I applied via Campus Placement and was interviewed before Jun 2021. There were 3 interview rounds.
I was selected through campus drive at my college. The test was easy. I would suggest freshers to practice some mock tests online, grammer, intelligence, quant., etc.
++I is a pre-increment operator that increments the value of I before using it, while I++ is a post-increment operator that increments the value of I after using it.
++I increments the value of I and then uses the updated value in the expression.
I++ uses the current value of I in the expression and then increments it.
Both operators can be used with variables, arrays, or pointers.
I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.
Software Developer
4
salaries
| ₹3 L/yr - ₹4.5 L/yr |
AWS Cloud Engineer
3
salaries
| ₹4.5 L/yr - ₹5 L/yr |
Cognizant
WNS
Capita
Gallagher