Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
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: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
kitechen
3 weeks, 2 days ago
Selected Answer: B
B
upvoted 1 times
...
anshad666
1 month, 1 week 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 2 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 ...