nerdexam
Microsoft

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…

Submitted by amina.ke· Mar 6, 2026Design infrastructure solutions

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.

How the community answered

(55 responses)
  • A
    11% (6)
  • B
    5% (3)
  • C
    22% (12)
  • D
    62% (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.

Full AZ-305 Practice