Easy1 markMultiple Choice
This question is part of a case study — click to read the full scenario(Case 11)

CASE STUDY: AutoMakers Inc. 1M connected cars, 100GB/day telemetry. Req: Predictive maintenance, real-time driver dashboard, monetize data. CEO: Data is new engine. CFO: Cut 3rd-party IoT costs. CTO: Highly scalable ingest. Tech: MQTT ingest, stream processing, ML models, 7-yr cold storage, handle intermittent connectivity. Constraints: Anonymize data, low vehicle compute, strict analytics budget.

How should you architect the highly scalable ingestion layer for MQTT telemetry data from 1 million cars?

GCP PCA · Question 15 · Domain 5: Managing Implementation and Ensuring Solution and Operations Reliability

CASE STUDY: AutoMakers Inc. 1M connected cars, 100GB/day telemetry. Req: Predictive maintenance, real-time driver dashboard, monetize data. CEO: Data is new engine. CFO: Cut 3rd-party IoT costs. CTO: Highly scalable ingest. Tech: MQTT ingest, stream processing, ML models, 7-yr cold storage, handle intermittent connectivity. Constraints: Anonymize data, low vehicle compute, strict analytics budget.

How should you handle the intermittent connectivity of vehicles to ensure no telemetry data is lost when they reconnect?

Answer options:

A.

Increase the RAM on the vehicles to store data locally for months.

B.

Configure Pub/Sub message retention to hold messages until the processing pipeline acknowledges them.

C.

Use Cloud SQL to buffer incoming connections.

D.

Require vehicles to use Dedicated Interconnect.

How to approach this question

Identify how GCP messaging handles disconnected clients.

Full Answer

B.Configure Pub/Sub message retention to hold messages until the processing pipeline acknowledges them.✓ Correct
Configure Pub/Sub message retention to hold messages until the processing pipeline acknowledges them.
Cloud Pub/Sub retains messages for up to 7 days. If the backend is down, or if vehicles send bursts of buffered data upon reconnection, Pub/Sub holds it safely.

Common mistakes

Trying to solve network issues with database solutions.

Practice the full GCP Professional Cloud Architect Practice Exam 2

50 questions · hints · full answers · grading

More questions from this exam