An enterprise e-commerce platform is refactoring its data storage architecture on Google Cloud to support a global expansion across North America and Europe. The new architecture must satisfy two distinct workload requirements:
1. A core transactional order-processing database requiring relational schema support, multi-region active-active write capabilities across continents, sub-10 millisecond latencies, and strict global ACID compliance.
2. A centralized audit logging repository requiring tamper-proof, immutable WORM (write once, read many) storage to satisfy strict regulatory compliance rules for 7 years.
Which TWO architecture decisions should you include in your storage and database design to satisfy these requirements? (Select TWO answers.)
- Provision a multi-region Cloud Spanner instance configuration to host the transactional order-processing database.Answer
- Configure Cloud Storage buckets with a Retention Policy and enforce Bucket Lock for storing immutable audit logs.Answer
- CDeploy a multi-region Cloud SQL for PostgreSQL instance configured with active-active primary nodes across US and Europe for order-processing transactions.
- DRequire Customer-Supplied Encryption Keys (CSEK) managed on local key servers to satisfy Cloud KMS centralized key governance for audit logs.