Question 127 of 307
Single answerYou are designing an Apache Beam pipeline to enrich data from Cloud Pub/Sub with static reference data from BigQuery. The reference data is small enough to fit in memory on a single worker. The pipeline should write enriched results to BigQuery for analysis. Which job type and transforms should this pipeline use?
ABatch job, PubSubIO, side-inputs
BStreaming job, PubSubIO, JdbcIO, side-outputs
✓CStreaming job, PubSubIO, BigQueryIO, side-inputs
DStreaming job, PubSubIO, BigQueryIO, side-outputs
✓
Correct Answer: C
Streaming job, PubSubIO, BigQueryIO, side-inputs
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.