Bird
0
0

You find a design where security considerations are missing in the LLD. What is the BEST immediate action during the code review?

medium📝 Analysis Q14 of 15
LLD - Advanced LLD Concepts
You find a design where security considerations are missing in the LLD. What is the BEST immediate action during the code review?
AApprove the design since security is handled later.
BIgnore security as it is not part of LLD.
CRequest adding security checks and data validation in the design.
DSuggest removing modularity to simplify security.
Step-by-Step Solution
Solution:
  1. Step 1: Recognize importance of security in LLD

    Security should be considered early to avoid costly fixes later.
  2. Step 2: Choose action that improves design quality

    Requesting security checks and validation ensures design is robust and safe.
  3. Final Answer:

    Request adding security checks and data validation in the design. -> Option C
  4. Quick Check:

    Missing security = request additions [OK]
Quick Trick: Always include security early in design reviews [OK]
Common Mistakes:
  • Ignoring security until later stages
  • Approving incomplete designs
  • Removing modularity harms security

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More LLD Quizzes