Question 166 of 315
Single answerOne of your primary business objectives is being able to trust the data stored in your application. You want to log all changes to the application data.
How can you design your logging system to verify authenticity of your logs?
AWrite the log concurrently in the cloud and on premises
BUse a SQL database and limit who can modify the log table
✓CDigitally sign each timestamp and log entry and store the signature
DCreate a JSON dump of each log entry and store it in Google Cloud Storage
✓
Correct Answer: C
Digitally sign each timestamp and log entry and store the signature
▥
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.