CV0-004 · Question #262
A cloud engineer is migrating a company-hosted application to a cloud provider. The data needs to be secure while stored on the third-party system. Which of the following would best ensure that the…
The correct answer is A. Hashing D. AES. The requirement is to ensure data is secure while stored on a third-party cloud system (data at Hashing is commonly used to securely store sensitive values (such as passwords) so they cannot be reversed, even if accessed by unauthorized parties. AES (Advanced Encryption…
Question
A cloud engineer is migrating a company-hosted application to a cloud provider. The data needs to be secure while stored on the third-party system. Which of the following would best ensure that the data is secure? (Choose two.)
Options
- AHashing
- BEncoding
- CSAML
- DAES
- ETLS
- FSSL
How the community answered
(30 responses)- A87% (26)
- B7% (2)
- E3% (1)
- F3% (1)
Explanation
The requirement is to ensure data is secure while stored on a third-party cloud system (data at Hashing is commonly used to securely store sensitive values (such as passwords) so they cannot be reversed, even if accessed by unauthorized parties. AES (Advanced Encryption Standard) AES is a strong, industry-standard encryption algorithm used to protect data at rest. It ensures confidentiality while the data is stored on cloud infrastructure.
Topics
Community Discussion
No community discussion yet for this question.