
Ultimate access to all questions.
In a scenario where a Dataflow streaming job processes messages from a message bus that does not support exactly-once delivery, applies transformations, and then loads the results into BigQuery, how can you ensure exactly-once delivery semantics at an ingestion throughput of about 1.5 GB per second?
A
Utilize the BigQuery Storage Write API and set your target BigQuery table to be regional.
B
Opt for the BigQuery Streaming API and ensure your target BigQuery table is regional.
C
Choose the BigQuery Storage Write API and make sure your target BigQuery table is multiregional.
D
Select the BigQuery Streaming API and confirm your target BigQuery table is multiregional.