QuestionQ291
Designing for security and complianceA primary business objective is to be able to trust the data stored in your application. You want to record every change to the application data.
How can you design the logging system to verify the authenticity of its logs?
- A Write the log concurrently in the cloud and on premises
- B Use a SQL database and limit who can modify the log table
- C Digitally sign each timestamp and log entry and store the signature
- D Create a JSON dump of each log entry and store it in Google Cloud Storage
Community Discussion