An enterprise automotive manufacturer is finalizing the cloud architecture for a global connected vehicle diagnostic platform. The conceptual architecture defines four primary logical requirements: (1) asynchronous ingestion of high-volume telemetry from millions of vehicles, (2) low-latency read/write access for time-series vehicle health metrics, (3) cost-effective long-term archival of raw diagnostic logs for safety compliance, and (4) perimeter isolation to prevent authorized users from exfiltrating data to external Google Cloud projects. Which set of Google Cloud physical services correctly implements this logical design?
- Cloud Pub/Sub for telemetry ingestion, Cloud Bigtable for time-series health metrics, Cloud Storage for raw diagnostic log archival, and VPC Service Controls for perimeter exfiltration protection.Cevap
- BCloud Pub/Sub for telemetry ingestion, Cloud Spanner for time-series health metrics, Cloud Storage for raw diagnostic log archival, and VPC Service Controls for perimeter exfiltration protection.
- CCloud Pub/Sub for telemetry ingestion, Cloud Bigtable for time-series health metrics, Cloud Storage for raw diagnostic log archival, and IAM fine-grained custom roles for perimeter exfiltration protection.
- DA self-managed Apache Kafka cluster on Google Kubernetes Engine (GKE) for telemetry ingestion, Cloud Bigtable for time-series health metrics, Cloud Storage for raw diagnostic log archival, and VPC Service Controls for perimeter exfiltration protection.
Cevap
The physical architecture utilizing Cloud Pub/Sub for ingestion, Cloud Bigtable for time-series metrics, Cloud Storage for archival, and VPC Service Controls for perimeter protection correctly satisfies all conceptual and logical requirements.
The solution accurately maps each logical requirement to its optimal physical service: Cloud Pub/Sub for streaming ingestion, Cloud Bigtable for time-series telemetry metrics, Cloud Storage for compliance archives, and VPC Service Controls to prevent exfiltration across perimeter boundaries.
Adım Adım Çözüm
Anahtar Kavram
Mapping logical architecture requirements to GCP physical services and security controls
Tahmini Süre:1m 30s