AZ-301 Exam QuestionsBrowse all questions from this exam

AZ-301 Exam - Question 124


You architect a solution that calculates 3D geometry from height-map data.

You have the following requirements:

✑ Perform calculations in Azure.

✑ Each node must communicate data to every other node.

✑ Maximize the number of nodes to calculate multiple scenes as fast as possible.

✑ Require the least amount of effort to implement.

You need to recommend a solution.

Which two actions should you recommend? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Show Answer
Correct Answer: AC

To calculate 3D geometry from height-map data, creating a render farm in Azure is crucial. Azure Batch allows for efficient scheduling and management of compute tasks, making 'Create a render farm that uses Azure Batch' an optimal choice. To fulfill the requirement for maximizing node usage and minimizing implementation effort, enabling parallel task execution on compute nodes is also necessary, as it allows the distribution of tasks across multiple nodes effectively. Both options together meet the requirements of running calculations in Azure, facilitating node communication, maximizing processing capabilities, and minimizing implementation efforts.

Discussion

7 comments
Sign in to comment
Rajuuu
Apr 28, 2020

D is not the right answer..as it does not go well together with Azure Batch, A and C are correct.

exams0123456
Sep 4, 2020

Lets do process of elimination. B: Straightaway out - Because there is nothing called as Parallel Azure Files. D: This is nothing related to increasing/decreasing VMs based upon resource utilization (fast rendering DOESN'T MEAN adding more VMs) of either CPU/Memory/Disk. Hence D is out. E: Could be possible but there is a better option available in B (to support parallel rendering) hence E is out. Correct answers : A & C

glam
Mar 9, 2021

A. Create a render farm that uses Azure Batch. C. Enable parallel task execution on compute nodes.

nieuw
May 4, 2020

https://docs.microsoft.com/en-us/azure/batch/batch-rendering-service

sanketshah
Jan 3, 2021

AC is correct answer.

senatori
Apr 13, 2020

"Maximize the number of nodes" this leads me to answer D instead of C

MeasService
Apr 16, 2020

agree!

tartar
Sep 20, 2020

AC is ok

Yanzhi
Apr 21, 2020

D does not meet the requirement of "Each correct answer presents part of the solution"

dev2dev
Jul 2, 2020

https://docs.microsoft.com/en-us/azure/batch/batch-technical-overview see the recomendation. Azure Batch is more effective for rendering work loads. VMSS is good for web applications

tartar
Sep 20, 2020

AC is ok

vepsa
Nov 24, 2021

A and C