nerdexam
Microsoft

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

Submitted by luis.pe· Mar 30, 2026Develop solutions that use Azure Batch for large-scale parallel and high-performance computing workloads

Question

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 entire fleets of vehicles. You need to create compute nodes for the solution on Azure Batch. What should you do? Answer:

Exhibit

AZ-204 question #162 exhibit

Answer Area

Drag items

In the Azure portal, add a jobIn the Azure portal, create a Batch account.In the Azure portal, create tasksIn the Azure portal, create a pool of compute nodes

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

#Azure Batch#Compute Nodes#HPC Workloads#Azure Resource Management

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice