List of questions
Related questions
Question 249 - Professional Data Engineer discussion
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
B.
Create the pipeline statically in the class definition
C.
Create a new object in the startBundle method of DoFn
D.
Batch the job into ten-second increments
Your answer:
0 comments
Sorted by
Leave a comment first