GoogleGoogle
PROFESSIONAL-CLOUD-DEVELOPER · Question #303
PROFESSIONAL-CLOUD-DEVELOPER Question #303: Real Exam Question with Answer & Explanation
The correct answer is A: Create a write stream in the default type.. https://cloud.google.com/bigquery/docs/write-api
BigQuery Data Ingestion
Question
You are developing an application component to capture user behavior data and stream the data to BigQuery. You plan to use the BigQuery Storage Write API. You need to ensure that the data that arrives in BigQuery does not have any duplicates. You want to use the simplest operational method to achieve this. What should you do?
Options
- ACreate a write stream in the default type.
- BCreate a write stream in the committed type.
- CConfigure a Kafka cluster. Use a primary universally unique identifier (UUID) for duplicate
- DConfigure a Pub/Sub topic. Use Cloud Run functions to subscribe to the topic and remove any
Explanation
Topics
#BigQuery#Storage Write API#Exactly-once Delivery#Data Streaming
Community Discussion
No community discussion yet for this question.