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
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
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
Community Discussion
No community discussion yet for this question.
