PdfPrep.com

What should you do?

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?
A . In the Azure portal, create a Batch account.
B . In a .NET method, call the method: BatchClient.PoolOperations.CreatePool
C . In Python, implement the class: JobAddParameter
D . In Python, implement the class: TaskAddParameter

Answer: B

Explanation:

A Batch job is a logical grouping of one or more tasks. A job includes settings common to the tasks, such as priority and the pool to run tasks on. The app uses the BatchClient.JobOperations.CreateJob method to create a job on your pool.

Exit mobile version