An automotive manufacturer is establishing a cloud architecture on Google Cloud to handle real-time telemetry and high-definition map updates for a connected fleet of autonomous vehicles. The conceptual architecture defines three logical tiers: high-throughput regional data ingestion, real-time time-series processing for operational status lookups, and long-term analytical reporting for fleet performance metrics. Which TWO physical GCP component choices correctly translate these logical requirements into Google Cloud resources while maintaining architectural efficiency? (Select TWO.)
- Provision Cloud Pub/Sub for regional telemetry ingestion coupled with Cloud Bigtable for low-latency time-series storage and high-throughput operational status lookups.Cevap
- BProvision Cloud Spanner as the primary storage engine for raw, high-frequency vehicle telemetry streams to support standard relational ACID transactions across all raw data points.
- Deploy Cloud Dataflow for unified stream processing to aggregate telemetry and load transformed historical data into BigQuery for fleet-wide analytical reporting.Cevap
- DDeploy a dedicated Google Kubernetes Engine (GKE) Autopilot cluster solely to host a single stateless microservice that forwards HTTP webhook payloads directly to Pub/Sub.
- EConfigure granular Identity and Access Management (IAM) roles for application service accounts as the sole security boundary to prevent unauthorized copying of telemetry data to external cloud storage locations.
Cevap
The optimal architecture combines Cloud Pub/Sub and Cloud Bigtable for high-throughput streaming ingestion and low-latency operational time-series data, along with Cloud Dataflow and BigQuery for stream processing and analytical data warehousing.
Translating the conceptual architecture into concrete GCP physical resources requires matching workload characteristics to optimal services. High-velocity streaming ingestion requires Cloud Pub/Sub, operational low-latency time-series queries require Cloud Bigtable, and real-time transformation into an analytical data warehouse requires Cloud Dataflow combined with BigQuery.
Adım Adım Çözüm
Anahtar Kavram
Translating Conceptual and Logical Tiering to GCP Physical Resources