Exam Questions and CORRECT Answers
RAD stands for
A. Rapid Application Development
B. Required Application Development
C. Rapid Application Developers
D. Rapid Application Disposition - CORRECT ANSWER - A. Rapid Application
Development
Which are valid step in SDLC framework ?
A. Requirement Gathering
B. System Analysis
C. Software Design
D. All of the above - CORRECT ANSWER - D. All of the above
Which of the following is the first step in SDLC framework ?
A. Feasibility Study
B. Requirement Gathering
C. Communication
D. System Analysis - CORRECT ANSWER - Ans : C
Explanation: Communication : This is the first step where the user initiates the request for a
desired software product.
Which is not correct model in Software Development Paradigm?
, A. Waterfall Model
B. P model
C. Spiral Model
D. V model - CORRECT ANSWER - B. P model
Build & Fix Model is suitable for programming exercises of ____LOC (Line of Code).
A. 100-200
B. 300-400
C. 600-700
D. Above 800+ - CORRECT ANSWER - A. 100-200
Explanation: This model is suitable for small projects & programming exercises of 100 or 200
lines.
Waterfall model is not suitable for:
A. Small projects
B. Complex projects
C. Accommodating changes
D. Maintenance Projects - CORRECT ANSWER - C. Accommodating changes
In the Maintenance phase, product must be tested against previous test cases. This is known as
______ testing.
A. Unit
B. Regression
C. Acceptance
D. Integration - CORRECT ANSWER - Ans : B