exam questions

Exam AZ-304 All Questions

View all questions & answers for the AZ-304 exam

Exam AZ-304 topic 5 question 34 discussion

Actual exam question from Microsoft's AZ-304
Question #: 34
Topic #: 5
[All AZ-304 Questions]

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.

  • A. Create a render farm that uses Azure Batch.
  • B. Create a render farm that uses virtual machines (VMs).
  • C. Enable parallel task execution on compute nodes.
  • D. Create a render farm that uses virtual machine (VM) scale sets.
  • E. Enable parallel file systems on Azure.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
idrisfl
Highly Voted 4 years, 6 months ago
Correct. These are all features of Azure Batch https://docs.microsoft.com/en-us/azure/batch/batch-technical-overview
upvoted 27 times
MadEgg
4 years, 4 months ago
That's right. Thanks for the link. At first I thought that in batch the nodes can't communicate with each other. But the page you share states that it is possible. They are called "tightly coupled workloads".
upvoted 5 times
kwaazaar
4 years, 2 months ago
https://docs.microsoft.com/en-us/azure/batch/batch-mpi
upvoted 2 times
...
...
g_db1
3 years, 10 months ago
from your link: "Batch works well with intrinsically parallel (also known as "embarrassingly parallel") workloads. These workloads have applications which can run independently, with each instance completing part of the work. When the applications are executing, they might access some common data, but they don't communicate with other instances of the application". they dont' comminicate with other instances. Should it remove the A option?
upvoted 4 times
rdemontis
3 years, 6 months ago
yes but this is another thing. In addition to use Azure Batch you can enable parallel task execution on each node (or VM) in the pool defined. So provided answers are correct. For more info you can look the following references: https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/video-rendering https://docs.microsoft.com/en-us/azure/batch/batch-parallel-node-tasks#enable-parallel-task-execution
upvoted 2 times
...
...
...
kunal_18
Highly Voted 4 years, 2 months ago
A. Create a render farm that uses Azure Batch. C. Enable parallel task execution on compute nodes. https://docs.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/video-rendering
upvoted 12 times
...
syu31svc
Most Recent 3 years, 8 months ago
"calculates 3D geometry" so use Batch (https://docs.microsoft.com/en-us/azure/batch/batch-technical-overview) "as fast as possible" so parallel execution A and C are the answers
upvoted 2 times
...
Stephan99
4 years, 3 months ago
see also: https://docs.microsoft.com/en-us/learn/modules/run-parallel-tasks-in-azure-batch-with-the-azure-cli/2-what-is-azure-batch
upvoted 2 times
...
TheMo
4 years, 3 months ago
can anyone share links to support the answers selected please
upvoted 1 times
...
buanilk
4 years, 4 months ago
both A & C are using rendering farm. I would say Rendering farm using azure batch & then enable parallel task.
upvoted 3 times
...
andyR
4 years, 6 months ago
correct
upvoted 5 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...