Microsoft
70-246 · Question #193
70-246 Question #193: Real Exam Question with Answer & Explanation
The correct answer is A: In the Azure subscription, configure an Azure Batch compute job.. Azure Batch is the correct Azure service for end-of-day bulk processing because it is purpose-built for large-scale parallel and scheduled compute jobs.
Question
You need to implement end-of day processing for Relecloud. What should you include in the implementation?
Options
- AIn the Azure subscription, configure an Azure Batch compute job.
- BOn Server1, install the Integration Pack for Windows Azure.
- CIn the Azure subscription, create a high performance computing (HPC) cluster.
- DOn Server1, install Service Management Automation
Explanation
Azure Batch is the correct Azure service for end-of-day bulk processing because it is purpose-built for large-scale parallel and scheduled compute jobs.
Common mistakes.
- B. The Integration Pack for Windows Azure is an Orchestrator component used to trigger Azure operations from runbooks, not to perform the actual batch compute processing of end-of-day data.
- C. An HPC cluster in Azure is designed for tightly coupled parallel scientific computations such as simulations, not for general end-of-day business batch processing jobs.
- D. Service Management Automation provides runbook-based IT process automation within the datacenter and does not supply the compute infrastructure needed to execute end-of-day data processing workloads in Azure.
Concept tested. Azure Batch for end-of-day batch processing
Reference. https://learn.microsoft.com/en-us/azure/batch/batch-technical-overview
Community Discussion
No community discussion yet for this question.