AZ-204 · Question #163
AZ-204 Question #163: Real Exam Question with Answer & 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 com
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:
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.