D-ECS-DS-23 · Question #73
When designing a solution on ECS, which of the following node types is best suited for a high- throughput data processing workflow?
The correct answer is C. GPU-accelerated compute node. GPU-accelerated compute nodes are purpose-built for massive parallelism - their thousands of cores can process enormous data volumes simultaneously, which is the defining trait of high-throughput workflows like ML inference, real-time analytics, and large-scale data…
Question
When designing a solution on ECS, which of the following node types is best suited for a high- throughput data processing workflow?
Options
- AGeneral-purpose compute node
- BHigh Memory node
- CGPU-accelerated compute node
- DStorage-optimized node
How the community answered
(41 responses)- A7% (3)
- B12% (5)
- C76% (31)
- D5% (2)
Explanation
GPU-accelerated compute nodes are purpose-built for massive parallelism - their thousands of cores can process enormous data volumes simultaneously, which is the defining trait of high-throughput workflows like ML inference, real-time analytics, and large-scale data transformation.
Why the distractors fall short:
- A (General-purpose): Balanced CPU/memory/network, but lacks the parallel processing density needed to sustain high throughput at scale.
- B (High Memory): Optimized for memory-resident workloads (e.g., in-memory databases), not raw processing throughput - memory capacity ≠ processing speed.
- D (Storage-optimized): Maximizes disk I/O and capacity, which helps with data access but not data processing speed.
Memory tip: Think of it this way - GPU = Gear for parallel processing. When the question says "throughput," look for the node type that can do the most simultaneous work, not just the most storage or the most RAM.
Topics
Community Discussion
No community discussion yet for this question.