Design Questions 2026 |
Study Guide, Q&A &
Review
|Graded A+ | Guaranteed
success|
Updated 2026 Questions and Answers
100% Verified Exam Prep and Comprehensive
Rationales
Included
, Which phase in an SDLC helps to define the problem and Planning
scope of any existing systems and determine the
objectives of new systems? The planning stage sets the project schedule and looks at the big picture.
Requirements
Design
Planning
Testing
What happens during a dynamic code review? Programmers monitor system memory, functional behavior, response times, and
Programmers monitor system memory, functional overall performance.
behavior, response times, and overall performance.
Customers perform tests to check software meets
requirements.
An analysis of computer programs without executing
them is performed.
Input fields are supplied with unexpected input and
tested.
How should you store your application user credentials in Store credentials using salted hashes
your application database?
Use application logic to encrypt credentials Hashing is a one-way process that converts a password to ciphertext using hash
Store credentials as clear text algorithms. Password salting adds random characters before or after a password
Store credentials using Base 64 encoded prior to hashing to obfuscate the actual password.
Store credentials using salted hashes
Which software methodology resembles an assembly- Waterfall model
line approach?
V-model Waterfall model is a continuous software development model in which the
Agile model development steps flow steadily downwards.
Iterative model
Waterfall model
Which software methodology approach provides faster Agile model
time to market and higher business value?
Iterative model In the agile model, projects are divided into small incremental builds that provide
Waterfall model working software at the end of each iteration and adds value to business.
V-model
Agile model
In Scrum methodology, who is responsible for making Product Owner
decisions on the requirements?
Scrum Team The Product Owner is responsible for requirements/backlog items and prioritizing
Product Owner them.
ScrumMaster
Technical Lead