Question 268 of 307
Single answerYou maintain ETL pipelines. You notice that a streaming pipeline running on Dataflow is taking a long time to process incoming data, which causes output delays. You also noticed that the pipeline graph was automatically optimized by Dataflow and merged into one step. You want to identify where the potential bottleneck is occurring. What should you do?
✓AInsert a Reshuffle operation after each processing step, and monitor the execution details in the Dataflow console.
BInsert output sinks after each key processing step, and observe the writing throughput of each block.
CLog debug information in each ParDo function, and analyze the logs at execution time.
DVerify that the Dataflow service accounts have appropriate permissions to write the processed data to the output sinks.
✓
Correct Answer: A
Insert a Reshuffle operation after each processing step, and monitor the execution details in the Dataflow console.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.