
Ultimate access to all questions.
You are developing an application component to capture user behavior data and stream it to BigQuery using the BigQuery Storage Write API. You need to prevent duplicate data in BigQuery while using the simplest operational approach. What should you do?
A
Create a write stream in the default type.
B
Create a write stream in the committed type.
C
Configure a Kafka cluster. Use a primary universally unique identifier (UUID) for duplicate messages.
D
Configure a Pub/Sub topic. Use Cloud Functions to subscribe to the topic and remove any duplicates.