SDLC Flashcards
What does SDLC stand for?
Software Development Life Cycle
What is the main objective of the Planning stage in SDLC?
Define the purpose, goals, and feasibility of the software
List the activities involved in the Planning stage of SDLC.
- Gather business requirements
- Conduct feasibility studies
- Create a high-level project plan
What is the outcome of the Planning stage in SDLC?
Project plan, resource allocation, and timeline
What is the primary goal of the Requirements Analysis stage?
Understand and document user and system requirements
What document is produced as an outcome of the Requirements Analysis stage?
Software Requirements Specification (SRS) document
What is the objective of the Design stage in SDLC?
Create a blueprint for the software solution
What is the main goal of the Development stage?
Build the software based on the design
What is produced at the end of the Development stage?
Working software or build
What is the objective of the Testing stage in SDLC?
Verify that the software is free of defects and meets requirements
List three types of testing conducted during the Testing stage.
- Functional testing
- Performance testing
- Security testing
What is the outcome of the Testing stage?
Bug-free, validated software
What is the main objective of the Deployment stage?
Deliver the software to users for production use
What is the outcome of the Deployment stage?
Software goes live for users
What is the primary goal of the Maintenance stage?
Ensure the software remains functional, secure, and updated
List two activities involved in the Maintenance stage.
- Monitor the software for performance issues
- Fix bugs reported by users
What is the outcome of the Maintenance stage?
Sustained software operation and user satisfaction
What characterizes the Waterfall Model?
Linear and sequential
What is a key feature of the Agile Model?
Iterative and incremental development
What does the Iterative Model focus on?
Developing the system in smaller parts or iterations
True or False: The V-Model plans testing in parallel with development phases.
True
What is a characteristic of the Big Bang Model?
All resources are used in development without formal planning
Fill in the blank: The _______ Model is best for simple, well-defined projects.
Waterfall
What technology stack might be used in the Development stage of an e-commerce application?
React (frontend) and Node.js (backend)
What is the Waterfall model?
A linear and sequential methodology where each phase must be completed before moving to the next.
What is Scrum?
An Agile framework that divides work into small increments called sprints, focusing on collaboration and accountability.
What are the Scrum events? List them.
- Sprint Planning
- Daily Scrum
- Sprint Review
- Sprint Retrospective
What are the challenges of Scrum?
- Requires commitment from all team members.
- Can be chaotic if not managed well.
- Needs experienced team members.
What are the core principles of Kanban? List them.
- Visualize the workflow.
- Limit WIP to avoid bottlenecks.
- Manage workflow by optimizing the process.
- Make process policies explicit.
- Implement feedback loops for improvement.
What is a Kanban Board?
A visual board used to track tasks across different stages, typically: To Do, In Progress, Done.
Fill in the blank: Agile is best suited for projects that evolve based on _______.
[user feedback]
Fill in the blank: The Waterfall model is suitable for projects where requirements and design are _______.
[fixed]
Fill in the blank: Scrum delivers a working product after every _______.
[sprint]
Fill in the blank: Kanban emphasizes improving efficiency by visualizing the _______.
[workflow]