Why is API security considered non-negotiable in software development?
easy📝 Conceptual Q11 of 15
Rest API - Authentication and Authorization
Why is API security considered non-negotiable in software development?
AIt reduces the size of the API response.
BIt makes the API run faster.
CIt protects sensitive data and prevents unauthorized access.
DIt allows unlimited access to everyone.
Step-by-Step Solution
Solution:
Step 1: Understand the purpose of API security
API security is designed to protect sensitive data and control who can access the API.
Step 2: Analyze the options
Only It protects sensitive data and prevents unauthorized access. mentions protection and preventing unauthorized access, which is the main goal of API security.
Final Answer:
It protects sensitive data and prevents unauthorized access. -> Option C
Quick Check:
API security = protect data and access [OK]
Quick Trick:Remember: security means protecting data and access [OK]
Common Mistakes:
Thinking security speeds up API
Confusing security with data size
Assuming open access is secure
Master "Authentication and Authorization" in Rest API
9 interactive learning modes - each teaches the same concept differently