Exit PROFESSIONAL-DATA-ENGINEER Professional Data Engineer on Google Cloud Platform
Question 4 of 5
0% complete
Q4 Single choice

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