PDE Designing data processing systems • Set 3
PDE Designing data processing systems Practice Test 3 — 15 questions with explanations. Free, no signup.
Based on the exhibit, what is the most likely cause of the out-of-memory error?
Refer to the exhibit. ``` # Dataflow pipeline error log: Workflow failed. Causes: S02:ReadPubSub/Read+Transform/ParDo(ExtractTimestamps)+ ... (4b9c3d2e) The job failed because a worker experienced a "out of memory" error. ``` Pipeline configuration: - Streaming engine: disabled - Worker machine type: n1-standard-4 (4 vCPU, 15 GB memory) - Number of workers: 2 (autoscaling enabled, max 10) - Input: Pub/Sub topic with 1000 messages/sec, each message ~50 KB - Transform: Parse JSON, enrich with external API call, window into 1-minute fixed windows, write to BigQuery