Medium1 markMultiple Choice
Subtask 3.1: Security DesignData SharingBigQueryAnalytics HubCase Study
This question is part of a case study — click to read the full scenario(Case 11)

CASE STUDY: AeroMech
Overview: Aviation manufacturer, 5000 employees, $2B revenue. 100 engines, 10k sensors/engine, 1GB data/flight. On-prem Hadoop.
Business Req: Predictive maintenance, secure data sharing with airlines, monetize data.
Execs: CEO wants new revenue; CFO demands ML ROI; CTO says on-prem storage unfeasible.
Tech Req: High-throughput ingestion, PB-scale storage, train ML on historical data, deploy ML to edge (aircraft).
Constraints: Intermittent low-bandwidth flight connectivity, aviation data compliance, data scientists use Python/Jupyter.

QUESTION:
How should you design the ingestion pipeline to handle the intermittent connectivity and high data volume from the aircraft engines?

GCP PCA · Question 14 · Security Design

CASE STUDY: AeroMech
Overview: Aviation manufacturer, 5000 employees, $2B revenue. 100 engines, 10k sensors/engine, 1GB data/flight. On-prem Hadoop.
Business Req: Predictive maintenance, secure data sharing with airlines, monetize data.
Execs: CEO wants new revenue; CFO demands ML ROI; CTO says on-prem storage unfeasible.
Tech Req: High-throughput ingestion, PB-scale storage, train ML on historical data, deploy ML to edge (aircraft).
Constraints: Intermittent low-bandwidth flight connectivity, aviation data compliance, data scientists use Python/Jupyter.

QUESTION:
How should you securely share engine performance data with airline customers to create new revenue streams?

Answer options:

A.

Export data to CSV files and host them on an external FTP server.

B.

Create IAM users in AeroMech's GCP organization for every airline employee.

C.

Use BigQuery Analytics Hub to securely share datasets with the airlines' GCP projects.

D.

Set up VPC Peering between AeroMech and all airline networks.

How to approach this question

Identify the GCP service designed for secure, cross-organization data sharing.

Full Answer

C.Use BigQuery Analytics Hub to securely share datasets with the airlines' GCP projects.✓ Correct
Use BigQuery Analytics Hub to securely share datasets with the airlines' GCP projects.
BigQuery Analytics Hub is designed specifically for secure data sharing and monetization. It allows AeroMech to publish datasets that airlines can subscribe to in their own GCP environments, maintaining a single source of truth and strict access controls.

Common mistakes

Choosing VPC Peering (D), which exposes the network rather than just the data.

Practice the full GCP Professional Cloud Architect Practice Exam 5

50 questions · hints · full answers · grading

More questions from this exam