AZ-305 · Question #268
You are designing a solution that calculates 3D geometry from height-map data. You need to recommend a solution that meets the following requirements: - Performs calculations in Azure. - Ensures…
The correct answer is D. Create a render farm that uses Azure Batch. E. Enable parallel task execution on compute nodes. A common scenario for Batch involves scaling out intrinsically parallel work, such as the rendering of images for 3D scenes, on a pool of compute nodes. This pool can be your "render farm" that provides tens, hundreds, or even thousands of cores to your rendering job…
Question
Options
- AEnable parallel file systems on Azure.
- BCreate a render farm that uses virtual machines.
- CCreate a render farm that uses virtual machine scale sets.
- DCreate a render farm that uses Azure Batch.
- EEnable parallel task execution on compute nodes.
How the community answered
(55 responses)- A11% (6)
- B5% (3)
- C22% (12)
- D62% (34)
Explanation
A common scenario for Batch involves scaling out intrinsically parallel work, such as the rendering of images for 3D scenes, on a pool of compute nodes. This pool can be your "render farm" that provides tens, hundreds, or even thousands of cores to your rendering job. https://learn.microsoft.com/en-us/azure/batch/batch-technical-overview You configure compute nodes for parallel task execution at the pool level. https://learn.microsoft.com/en-us/azure/batch/batch-parallel-node-tasks
Community Discussion
No community discussion yet for this question.