nerdexam
Microsoft

AZ-204 · Question #163

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. The correct sequence follows the mandatory Azure Batch workflow hierarchy: first, a Batch account must be created as the top-level container for all Batch resources. Then a pool of compute nodes is provisioned within that account (directly answering the requirement to 'create com

Submitted by joshua94· Mar 30, 2026Develop for Azure Storage and implement Azure compute solutions - specifically provisioning and managing Azure Batch for large-scale parallel and high-performance computing workloads (AZ-204 / Azure Developer Associate)

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 #163 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

The correct sequence follows the mandatory Azure Batch workflow hierarchy: first, a Batch account must be created as the top-level container for all Batch resources. Then a pool of compute nodes is provisioned within that account (directly answering the requirement to 'create compute nodes'). Jobs and tasks are then added sequentially - a job acts as a logical grouping mechanism, and tasks are the individual units of work that run on the compute nodes within that job.

Topics

#Azure Batch#Compute Nodes#Batch Account#High-Performance Computing

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice