112-52 · Question #7
Which security measure MOST effectively reduces unauthorized access in cloud environments?
The correct answer is A. Enforcing strong access control policies. Enforcing strong access control policies (A) is the most effective measure because it ensures only authenticated, authorized users can access resources - the foundation of cloud security through mechanisms like IAM roles, least-privilege principles, and MFA. Why the distractors f
Question
Which security measure MOST effectively reduces unauthorized access in cloud environments?
Options
- AEnforcing strong access control policies
- BDisabling encryption for performance
- CAllowing unrestricted access
- DUsing shared administrator accounts
How the community answered
(37 responses)- A92% (34)
- B3% (1)
- C5% (2)
Explanation
Enforcing strong access control policies (A) is the most effective measure because it ensures only authenticated, authorized users can access resources - the foundation of cloud security through mechanisms like IAM roles, least-privilege principles, and MFA.
Why the distractors fail:
- B (Disabling encryption) introduces a critical vulnerability by exposing data in transit and at rest, trading security for marginal performance gains - the opposite of sound practice.
- C (Unrestricted access) eliminates all security boundaries, making unauthorized access trivially easy by design.
- D (Shared admin accounts) destroys accountability and auditability; if credentials are compromised or misused, there's no way to trace actions to an individual.
Memory tip: Think "CIA" - Confidentiality, Integrity, Availability. Access control policies directly protect Confidentiality by ensuring only the right people see the right data. Whenever a choice removes controls (B, C, D), it attacks CIA rather than defending it.
Topics
Community Discussion
No community discussion yet for this question.