AZ-204 · Question #43
AZ-204 Question #43: Real Exam Question with Answer & Explanation
Sign in or unlock AZ-204 to reveal the answer and full explanation for question #43. The question stem and answer options stay visible for context.
Question
You are developing an Azure Batch solution to perform CPU intensive calculations. The calculations occur at a specific time each week and last for approximately one hour. Before any changes are made, a timer must be created to measure the initial duration. The timer must start before the first calculation is queued to run on the computer node. You need to implement the timer. Before which line should the timer be created?
Options
- ACloudJob = batchClient.JobOperations.CreateJob();
- BbatchClient.JobOperations.AddTask(JobId, tasks);
- CbatchClient.Utilities.CreateTaskStateMonitor().WaitAll(addedTasks, TaskState.Completed,
- Dusing (BatchClient batchClient = BatchClient.Open(cred))
Unlock AZ-204 to see the answer
You've previewed enough free AZ-204 questions. Unlock AZ-204 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.