
Answer-first summary for fast verification
Answer: Manually capture detailed DBA audit logs when changes are rolled out to higher environments.
To meet compliance requirements for tracking rollouts to production in Cloud Spanner databases, the most effective method is to manually capture detailed DBA audit logs when changes are rolled out to higher environments. This approach ensures that all changes are documented in detail, providing a clear audit trail for external auditors. Options A, B, and C do not directly address the need for detailed auditing of changes. Replication, backup and restore, and Liquibase are tools or methods for managing database changes but do not inherently provide the detailed audit logs required for compliance.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
How can you configure auditing for multiple Cloud Spanner databases to comply with your organization's strict rollout tracking policies and external auditor requirements?
A
Use replication to roll out changes to higher environments.
B
Use backup and restore to roll out changes to higher environments.
C
Use Liquibase to roll out changes to higher environments.
D
Manually capture detailed DBA audit logs when changes are rolled out to higher environments.