Hard1 markMultiple Choice
GCP PCA · Question 41 · Technical Requirements
You are designing a serverless data pipeline to ingest streaming clickstream data, transform it by enriching it with user profiles, and store it for complex SQL analysis. Which THREE GCP services should you combine for this architecture? (Select THREE)
You are designing a serverless data pipeline to ingest streaming clickstream data, transform it by enriching it with user profiles, and store it for complex SQL analysis. Which THREE GCP services should you combine for this architecture? (Select THREE)
Answer options:
A.
Cloud Pub/Sub
B.
Cloud Dataflow
C.
BigQuery
D.
Cloud SQL
E.
Dataproc
F.
Cloud Storage
How to approach this question
Identify the standard GCP trio for streaming data: Ingest -> Process -> Analyze.
Full Answer
Cloud Pub/Sub, Cloud Dataflow, BigQuery
The canonical GCP architecture for streaming analytics is: Pub/Sub (Ingestion) -> Dataflow (Processing/Transformation) -> BigQuery (Data Warehouse/Analytics). All three are fully managed, serverless, and scale automatically.
Common mistakes
Selecting Dataproc (E) instead of Dataflow. Dataproc requires cluster management.
Practice the full GCP Professional Cloud Architect Practice Exam 5
50 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...HardQ02CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ03CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ04CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ05CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...Easy
Expert