Knowledge Check - Data and Storage

Test your understanding of the key concepts from Module 5. Select the best answer for each question, then submit to see your results. You need to score at least 60% to pass.

1.

FinCorp's customer portal serves account-summary and transaction-history views that are read far more often than they are written, all from a regulated Managed PostgreSQL cluster on the private data tier. An architect proposes adding read replicas to that cluster and pointing reporting traffic at a standby. Why is this the wrong starting point, and what is the native pattern?

2.

An architect is designing data continuity for FinCorp's estate, which includes migrated VMs, Block Storage volumes, a Managed PostgreSQL cluster, and a Managed MongoDB cluster. A teammate proposes a single plan: install the Acronis-based Backup Service agent everywhere, including on the database hosts, so one console covers the whole estate. What is the decisive flaw?

3.

FinCorp must keep its multi-year audit archive in Object Storage as tamper-evident, write-once retention that not even a contract administrator can shorten or delete before the retention date. The architect provisions a contract-owned bucket in a German region, uploads the first exports, and then tries to enable Object Lock in COMPLIANCE mode. The console offers no option to turn it on. What went wrong, and what is the correct design?

4.

FinCorp's high-volume transaction feed flows through Event Streams for Apache Kafka. The requirement is that all events for a given account are processed in the order they occurred, while different accounts are processed concurrently, and that partitions distribute evenly across the cluster's three brokers. Which topic design satisfies all three constraints at once?

5.

FinCorp's managed databases do not expose a change-data-capture stream that downstream systems can subscribe to, yet the analytics warehouse, the fraud model, and a search index all need to react to every change. The architecture must also let the AI tier re-read the change history from a committed position when a model is retrained. Which approach is the native substitute on IONOS?

6.

FinCorp needs a tamper-evident, long-horizon copy of its Managed PostgreSQL data that survives outside the cluster and can be retained for years, separate from the cluster's own 7-day point-in-time recovery window. Which composition meets this while respecting the platform's boundaries?