Home › GCP Data Engineer › cloudcomputing › gcpdeprocess › Which GCP service lets a Data Engineer write str…
Which GCP service lets a Data Engineer write streaming SQL queries directly against a Pub/Sub topic without writing Beam pipelines — referenced in PDE §2.2?
ACloud DNS
BCloud Memorystore
CCloud Filestore
DBigQuery continuous queries / BigQuery subscriptions on Pub/Sub
Answer & Solution
Correct answer: D. BigQuery continuous queries / BigQuery subscriptions on Pub/Sub
BigQuery subscriptions + continuous queries connect Pub/Sub directly to SQL (per PDE §2.2). The others can't.
Related questions
Which Dataflow feature lets a Data Engineer reuse a published pipeline as a parameterised,Which Dataproc feature should a Data Engineer use to run a Spark job ONLY when work existsWhich Dataflow feature should a Data Engineer enable to BACKFILL or REPROCESS late-arrivinWhich Pub/Sub delivery model should a Data Engineer use when subscribers should pull messaWhich BigQuery feature lets a Data Engineer run ANALYTICAL QUERIES across data still livinWhich GCP service should a Data Engineer use for lightweight, serverless workflow orchestrWhich GCP service should a Data Engineer use to orchestrate Cloud Dataflow / BigQuery / DaWhich Apache Beam concept handles events arriving AFTER their window closes — letting the