112-52 · Question #95
Which practice should be implemented to secure a cloud environment effectively?
The correct answer is B. Enforcing encryption for data at rest and in transit. Enforcing encryption for data at rest and in transit (B) is a foundational cloud security control that protects sensitive data from unauthorized access whether it's stored in databases/storage services or moving between systems - it ensures that even if data is intercepted or sto
Question
Which practice should be implemented to secure a cloud environment effectively?
Options
- AAvoiding regular security assessments
- BEnforcing encryption for data at rest and in transit
- CUsing single-factor authentication
- DAllowing unrestricted access
How the community answered
(48 responses)- A2% (1)
- B92% (44)
- C2% (1)
- D4% (2)
Explanation
Enforcing encryption for data at rest and in transit (B) is a foundational cloud security control that protects sensitive data from unauthorized access whether it's stored in databases/storage services or moving between systems - it ensures that even if data is intercepted or storage is compromised, it remains unreadable without the decryption keys. Options A, C, and D each represent well-known anti-patterns: skipping security assessments leaves vulnerabilities undetected, single-factor authentication is trivially bypassed through credential theft or phishing, and unrestricted access violates the principle of least privilege, which is a core tenet of zero-trust architecture. Together, these distractors represent the opposite of security best practices, making them easy to eliminate on the exam.
Memory tip: Think of encryption as the "lock on the safe" - it doesn't matter who gets into the building (network) or finds the safe (storage) if the lock (encryption) is strong. The other options all involve removing locks, which is never the right answer in a security context.
Topics
Community Discussion
No community discussion yet for this question.