0% found this document useful (0 votes)
15 views14 pages

SDLC Questions

The document contains a series of questions related to the Software Development Life Cycle (SDLC), including its phases, models, and methodologies. It covers topics such as the Waterfall model, Agile practices, and the roles of various team members in the SDLC process. The questions assess knowledge on aspects like feasibility studies, testing phases, and the characteristics of different SDLC models.

Uploaded by

itsushil4u
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views14 pages

SDLC Questions

The document contains a series of questions related to the Software Development Life Cycle (SDLC), including its phases, models, and methodologies. It covers topics such as the Waterfall model, Agile practices, and the roles of various team members in the SDLC process. The questions assess knowledge on aspects like feasibility studies, testing phases, and the characteristics of different SDLC models.

Uploaded by

itsushil4u
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 14

What does SDLC stand for?

A) Software Development Language Compiler


B) System Development Life Cycle
C) Software Development Life Cycle
D) System Design Language Compiler
Which of the following is the first phase of SDLC?
A) Design
B) Testing
C) Requirements Analysis
D) Deployment
During which phase is the feasibility study conducted?
A) Planning
B) Analysis
C) Design
D) Implementation
Which phase involves creating the system architecture?
A) Implementation
B) Design
C) Analysis
D) Testing
In which phase is the actual code written?
A) Analysis
B) Design
C) Implementation
D) Testing
Which of the following is NOT a part of SDLC?
A) Planning
B) Analysis
C) Documentation
D) Distribution
Which SDLC model is also known as the classic life cycle
model?
A) Spiral Model
B) V-Model
C) Waterfall Model
D) Agile Model
In which SDLC model are the requirements specified at the
beginning and not changed over time?
A) Agile Model
B) Waterfall Model
C) Spiral Model
D) V-Model
Which model emphasizes risk analysis and user feedback at
each stage?
A) Spiral Model
B) Agile Model
C) Waterfall Model
D) V-Model
What is the primary focus of the Agile model?
A) Comprehensive documentation
B) Customer satisfaction
C) Strict adherence to initial requirements
D) Detailed planning
Which SDLC phase includes unit testing and integration
testing?
A) Planning
B) Design
C) Implementation
D) Testing
Which of the following is a major advantage of the Agile
model?
A) High predictability
B) High flexibility and adaptability to changes
C) Low customer involvement
D) Rigid structure
In the Waterfall model, what is the primary method of
communication between phases?
A) Direct feedback loops
B) Documentation
C) Stand-up meetings
D) Email
Which phase involves deployment of the system to the
production environment?
A) Design
B) Implementation
C) Testing
D) Deployment
Which model is often used when the requirements are not
well understood at the beginning of the project?
A) Waterfall Model
B) V-Model
C) Spiral Model
D) Agile Model
In the V-Model, what corresponds to the "Design" phase?
A) Unit Testing
B) System Testing
C) Integration Testing
D) Acceptance Testing
Which SDLC model integrates testing at each stage of
development?
A) Waterfall Model
B) Spiral Model
C) V-Model
D) Agile Model
Which of the following is a key characteristic of the Spiral
model?
A) Sequential phases
B) Incremental release
C) Risk analysis at each iteration
D) Strict phase boundaries
Which phase involves verifying that the system meets the user
requirements?
A) Design
B) Implementation
C) Testing
D) Maintenance
Which SDLC phase is often ongoing and involves updates and
patches?
A) Design
B) Maintenance
C) Testing
D) Implementation
Which of the following is a disadvantage of the Waterfall
model?
A) Easy to manage
B) Good for small projects
C) Difficult to accommodate changes
D) Emphasizes customer involvement
In Agile, what is a time-boxed iteration called?
A) Phase
B) Sprint
C) Cycle
D) Loop
Which document typically contains detailed descriptions of
the functional requirements?
A) Project Charter
B) Design Specification
C) Functional Requirements Document (FRD)
D) Test Plan
Which of the following is not an Agile methodology?
A) Scrum
B) Kanban
C) Extreme Programming (XP)
D) Waterfall
Who is primarily responsible for ensuring the delivery of
product features in Agile?
A) Project Manager
B) Scrum Master
C) Business Analyst
D) Development Team
Which phase involves creating a blueprint of the system?
A) Planning
B) Analysis
C) Design
D) Implementation
What is the main goal of the Analysis phase in SDLC?
A) To develop a prototype
B) To identify system requirements
C) To design the system architecture
D) To deploy the system
What technique is often used during the Analysis phase to
gather requirements?
A) Brainstorming
B) Prototyping
C) Regression Testing
D) Code Review
Which of the following models is best suited for projects
where the end-goals are not clearly defined?
A) Waterfall Model
B) Agile Model
C) V-Model
D) Incremental Model
Which activity is typically performed during the
Implementation phase?
A) Writing user manuals
B) Developing code
C) Conducting feasibility study
D) Performing system tests
Which model is known for its use of small, incremental
releases?
A) Waterfall Model
B) Agile Model
C) Spiral Model
D) V-Model
What is a major benefit of using the V-Model?
A) Flexibility to change requirements
B) Early detection of defects
C) Minimal documentation
D) Rapid prototyping
Which SDLC phase would involve the use of UML diagrams?
A) Analysis
B) Design
C) Implementation
D) Testing
What is the purpose of the Deployment phase in SDLC?
A) To gather requirements
B) To design the system
C) To install and configure the system in the production
environment
D) To test the system
In which model are software components tested as soon as
they are developed?
A) Waterfall Model
B) Agile Model
C) V-Model
D) Spiral Model
Which SDLC phase includes activities such as code review
and debugging?
A) Planning
B) Design
C) Implementation
D) Testing
What is the role of a Business Analyst in the SDLC process?
A) Writing code
B) Testing software
C) Gathering and analyzing requirements
D) Designing the system architecture
Which SDLC model is typically more expensive and time-
consuming but highly flexible and allows for risk analysis?
A) Waterfall Model
B) Agile Model
C) Spiral Model
D) V-Model
In which phase of SDLC is a software prototype often
created?
A) Analysis
B) Design
C) Implementation
D) Testing
Which model follows a sequential path of activities with each
phase dependent on the deliverables of the previous one?
A) Waterfall Model
B) Agile Model
C) Spiral Model
D) V-Model
What is a Scrum Master responsible for?
A) Defining project scope
B) Ensuring team adherence to Agile practices
C) Writing user stories
D) Developing software
What type of testing is typically performed by end-users to
validate the system's functionality?
A) Unit Testing
B) Integration Testing
C) System Testing
D) User Acceptance Testing (UAT)
Which phase of SDLC involves identifying and documenting
business needs?
A) Analysis
B) Design
C) Implementation
D) Testing
Which model emphasizes iterative development with frequent
reevaluation of project goals and risks?
A) Waterfall Model
B) Agile Model
C) V-Model
What is the primary objective of the Maintenance phase?
A) Developing new features
B) Fixing defects and improving the system
C) Designing the system
D) Gathering requirements
Which Agile methodology uses a board to visualize work in
progress?
A) Scrum
B) Kanban
C) Extreme Programming (XP)
D) Waterfall
In which phase of SDLC is the Test Plan created?
A) Analysis
B) Design
C) Implementation
D) Testing
Which role in Agile is primarily responsible for defining and
prioritizing the product backlog?
A) Scrum Master
B) Product Owner
C) Development Team
D) Project Manager
Which SDLC model is known for delivering high-quality
software by integrating testing early and continuously?
A) Waterfall Model
B) V-Model
C) Agile Model
D) Spiral Model

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy