ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 249 - Professional Data Engineer discussion

Report
Export

You need (o give new website users a globally unique identifier (GUID) using a service that takes in data points and returns a GUID This data is sourced from both internal and external systems via HTTP calls that you will make via microservices within your pipeline There will be tens of thousands of messages per second and that can be multithreaded, and you worry about the backpressure on the system How should you design your pipeline to minimize that backpressure?

A.
Call out to the service via HTTP
Answers
A.
Call out to the service via HTTP
B.
Create the pipeline statically in the class definition
Answers
B.
Create the pipeline statically in the class definition
C.
Create a new object in the startBundle method of DoFn
Answers
C.
Create a new object in the startBundle method of DoFn
D.
Batch the job into ten-second increments
Answers
D.
Batch the job into ten-second increments
Suggested answer: A
asked 18/09/2024
Jeffrey Agnitsch
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first