Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Professional Data Engineer All Questions

View all questions & answers for the Professional Data Engineer exam

Exam Professional Data Engineer topic 1 question 204 discussion

Actual exam question from Google's Professional Data Engineer
Question #: 204
Topic #: 1
[All Professional Data Engineer Questions]

You want to create a machine learning model using BigQuery ML and create an endpoint for hosting the model using Vertex AI. This will enable the processing of continuous streaming data in near-real time from multiple vendors. The data may contain invalid values. What should you do?

  • A. Create a new BigQuery dataset and use streaming inserts to land the data from multiple vendors. Configure your BigQuery ML model to use the "ingestion" dataset as the framing data.
  • B. Use BigQuery streaming inserts to land the data from multiple vendors where your BigQuery dataset ML model is deployed.
  • C. Create a Pub/Sub topic and send all vendor data to it. Connect a Cloud Function to the topic to process the data and store it in BigQuery.
  • D. Create a Pub/Sub topic and send all vendor data to it. Use Dataflow to process and sanitize the Pub/Sub data and stream it to BigQuery.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
anyone_99
4 months, 2 weeks ago
Why is the answer A? After paying $44 I am getting wrong answers.
upvoted 1 times
987af6b
4 months, 1 week ago
The discussion is where the real answer is.
upvoted 1 times
...
...
Matt_108
10 months, 2 weeks ago
Selected Answer: D
Option D
upvoted 1 times
...
vamgcp
1 year, 4 months ago
Selected Answer: D
Option D -Dataflow provides a scalable and flexible way to process and clean the incoming data in real-time before loading it into BigQuery.
upvoted 2 times
...
AzureDP900
1 year, 11 months ago
D. Create a Pub/Sub topic and send all vendor data to it. Use Dataflow to process and sanitize the Pub/Sub data and stream it to BigQuery.
upvoted 1 times
...
odacir
1 year, 11 months ago
Selected Answer: D
D is the best option to sanitize the data to its D
upvoted 2 times
...
jkhong
1 year, 11 months ago
Selected Answer: D
Better to use pubsub for streaming and reading message data Dataflow ParDo can perform filtering of data
upvoted 2 times
...
zellck
1 year, 11 months ago
Selected Answer: D
D is the answer.
upvoted 1 times
...
vidts
1 year, 12 months ago
Selected Answer: D
It's D
upvoted 2 times
...
Atnafu
1 year, 12 months ago
Answer is D
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 ...