Question 292 of 318
Single answerYour organization has an internet-facing application behind a load balancer. Your regulators require end-to-end encryption of user login credentials. You must implement this requirement. What should you do?
AGenerate a symmetric key with Cloud KMS. Encrypt client-side user credentials by using the symmetric key.
BConcatenate the credential with a timestamp. Submit the timestamp and hashed value of credentials to the network.
✓CDeploy the TLS certificate at Google Cloud Global HTTPs Load Balancer, and submit the user credentials through HTTPs.
DGenerate an asymmetric key with Cloud KMS. Encrypt client-side user credentials using the public key.
✓
Correct Answer: C
Deploy the TLS certificate at Google Cloud Global HTTPs Load Balancer, and submit the user credentials through HTTPs.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.