LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

How do Requirement Engineering, Requirement Management, and Solution Design differ?

Requirement Engineering creates and documents requirements; Requirement Management proves, synchronises and manages them; Solution Design searches for solutions and documents them. Engineering captures the problem, Management keeps it consistent over time, Design answers it.

These three are easy to blur, so it helps to keep them sharply separated:

Discipline What you do Focus
Requirement Engineering Create and document requirements Capturing what is needed
Requirement Management Proof, synchronise and manage requirements Keeping requirements consistent, traceable and current
Solution Design Search for solutions and document them Working out how to meet the requirements

The key boundary: Engineering and Management both stay on the problem side (what the system must do and keeping that record clean), while Design crosses to the solution side (how to actually build it). Mixing them is the classic trap — jumping to "we'll use a Redis cache" (Design) while you're still supposed to be establishing "responses must be fast" (Engineering).

Tip: Engineering writes it, Management guards it, Design answers it.

From Quiz: SPRG / Security Requirements Fundamentals | Updated: Jul 14, 2026