AZ-305 · Question #268
AZ-305 Question #268: Real Exam Question with Answer & Explanation
The correct answer is D: Create a render farm that uses Azure Batch.. 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://lea
Question
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 that each node can communicate data to every other node. - Maximizes the number of nodes to calculate multiple scenes as fast as possible. - Minimizes the amount of effort to implement the solution. Which two actions should you include in the recommendation? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
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.
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.