AZ-204 · Question #162
Drag and Drop Question You are developing a software solution for an autonomous transportation system. The solution uses large data sets and Azure Batch processing to simulate navigation sets for enti
The correct answer is In the Azure portal, create a Batch account.; In the Azure portal, create a pool of compute nodes; In the Azure portal, add a job; In the Azure portal, create tasks. Azure Batch requires a specific sequence of steps to create compute nodes: first, you must create a Batch account (the top-level resource that contains all Batch resources), then create a pool of compute nodes (the actual VMs that will perform the work), then add a job (a logical
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- In the Azure portal, create a Batch account.
- In the Azure portal, create a pool of compute nodes
- In the Azure portal, add a job
- In the Azure portal, create tasks
Explanation
Azure Batch requires a specific sequence of steps to create compute nodes: first, you must create a Batch account (the top-level resource that contains all Batch resources), then create a pool of compute nodes (the actual VMs that will perform the work), then add a job (a logical grouping of tasks), and finally create tasks (the individual units of work assigned to nodes). This ordered workflow is mandatory because each step depends on the previous one - you cannot create a pool without an account, a job without a pool, or tasks without a job.
Topics
Community Discussion
No community discussion yet for this question.
