
Ultimate access to all questions.
You are designing a compute solution for a data analytics platform that must process large datasets and execute complex algorithms with high efficiency. The solution must optimize for cost, scalability, and performance. Given these requirements, which Azure compute service(s) would you recommend? (Choose two options)
A
Azure Virtual Machines with GPU instances, suitable for scenarios requiring direct control over the environment and high-performance computing capabilities.
B
Azure Functions, ideal for event-driven, serverless execution of small, isolated tasks but may not be the best fit for large-scale data processing.
C
Azure Kubernetes Service (AKS), which provides orchestration for containerized applications, offering scalability and flexibility for complex workflows.
D
Azure Batch, designed specifically for large-scale parallel and high-performance computing jobs, optimizing resource use and cost for batch processing.
E
Both Azure Virtual Machines with GPU instances and Azure Batch, combining direct control and high-performance computing with optimized batch processing capabilities.