exam questions

Exam Professional Cloud Developer All Questions

View all questions & answers for the Professional Cloud Developer exam

Exam Professional Cloud Developer topic 1 question 286 discussion

Actual exam question from Google's Professional Cloud Developer
Question #: 286
Topic #: 1
[All Professional Cloud Developer Questions]

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?

  • 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.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
saratk1984
1 month, 2 weeks ago
Selected Answer: B
B. Committed write stream Supports exactly-once delivery natively via StreamWriter with stream offsets, deduplication by default. Simplest and most operationally efficient method to avoid duplicates.
upvoted 1 times
...
GCP001
4 months, 1 week ago
Selected Answer: B
B. looks suitable, check the doc link - https://cloud.google.com/bigquery/docs/write-api
upvoted 2 times
...
kitechen
6 months ago
Selected Answer: B
B
upvoted 2 times
...
anshad666
6 months, 3 weeks ago
Selected Answer: B
BigQuery Storage Write API supports different stream types, and the committed stream type is designed for ensuring data consistency. Data written using committed streams is deduplicated by BigQuery, which guarantees that no duplicates will be present.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago