An international maritime shipping logistics enterprise is designing a modern vessel telemetry and port operations platform on Google Cloud. The architecture team needs to map high-level business goals into conceptual, logical, and physical tiers. The system must ingest high-velocity IoT position and engine diagnostic telemetry from thousands of vessels globally, process stateless tracking pings with minimal infrastructure management overhead, and enforce strict data exfiltration defenses around sensitive manifest records stored in managed storage. Which TWO architectural decisions correctly map these requirements across logical and physical layers? (Select TWO.)
- Map the logical real-time telemetry ingestion and analytical storage tiers to Cloud Pub/Sub paired with Cloud Bigtable, using Cloud Run for stateless HTTP tracking pings.Answer
- Map the physical data perimeter security tier by configuring VPC Service Controls around Cloud Storage and Cloud Bigtable, restricting exfiltration pathways regardless of IAM authorization.Answer
- CMap the logical transactional storage tier for standard single-region port maintenance logs by provisioning Cloud Spanner to handle relational database needs.
- DMap the logical stateless processing tier to a dedicated GKE Autopilot cluster with a custom Istio service mesh to handle simple HTTP vessel position pings.
- EMap the physical access control tier by granting the primitive Owner role to the automated vessel ingestion service account to guarantee service access across GCP APIs.
Answer
The correct architecture maps real-time telemetry ingestion and high-velocity storage to Cloud Pub/Sub and Cloud Bigtable with Cloud Run for stateless processing, and secures sensitive storage resources using VPC Service Controls to prevent data exfiltration.
The correct architectural choices appropriately align logical functions with optimal physical GCP services: Pub/Sub and Bigtable handle high-velocity time-series ingestion and analytical storage, Cloud Run provides low-friction stateless compute, and VPC Service Controls establishes perimeter security around storage resources to mitigate data exfiltration risks.
Step-by-Step Solution
Key Concept
Mapping business requirements to conceptual, logical, and physical architecture tiers on Google Cloud Platform.
Estimated Time:2m 0s