가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

SDLC 면접 질문과 답변

Ques 16. Explain when to use the waterfall model.

One should use the waterfall model only when:

  • Requirements are very clear and fixed.
  • There are no ambiguous requirements.
  • Ample resources with required expertise are available freely.
  • The client has high confidence in the organization.
  • The organization has experience of similar projects.
  • The project is short.

도움이 되었나요? Add Comment View Comments
 

Ques 17. Describe V-Shaped software development life cycle model.

The V-shaped SDLC model is an extension of the waterfall model.

The typical waterfall moves linearly downwards, whereas, in the V-shaped model, phases are turned upwards after the coding phase to form the V shape. It demonstrates the relationship between each phase of SDLC and its respective testing phase. Unlike the waterfall model, the V-Shape includes early test planning.

V model in SDLC

도움이 되었나요? Add Comment View Comments
 

Ques 18. Briefly describe the phases in the V-Shaped model.

Phases in V-Shaped model:
Verification phases are on the left side of the V-shape. It consists of:

Requirements analysis: Requirements are gathered and analysis is performed to understand the problem and propose a solution.
System Design: Engineers analyze the requirements gathered and propose ways the system can be created or built from a feasibility point of view.
Architecture design: Architecture of the system is designed consisting of various modules, depicting their relationships and communication between them. 
Module design: This is a low level design where modules are designed individually and in a detailed manner.

Coding: This is at the bottom of the V-Shape model. Module design is converted into code by developers.

Validation phases are on the right side of the V-shape. It consists of:
Unit testing: Testing by analysis of the code by developers for their independent modules is done.
Integration testing: Independent modules are tested together to validate interface and expose errors in them.
System testing: The system is tested against the system specifications.
User Acceptance testing: Testing is performed by end users to validate that the requirements mentioned in requirements phase have been met by the system or not before accepting it for production. 

도움이 되었나요? Add Comment View Comments
 

Ques 19. Explain the strengths of the V-Shaped model.

Strengths of V-Shaped model:

a) Simple and easy to use model.
b) Every phase has clear and fixed deliverables.
c) Higher chances of success as test planning starts early in the SDLC cycle.
d) Quickest for project where requirements are fixed and clearly defined. 

도움이 되었나요? Add Comment View Comments
 

Ques 20. Explain the weaknesses of the V-Shaped model.

Weaknesses of V-Shaped model:
a) It is inflexible.
b) Changes in requirements are very hard to accommodate
c) No early prototypes are available
d) Needs ample skilled resources. 

도움이 되었나요? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.