An educational technology company is designing a serverless backend for a new exam preparation platform. The solution has the following workload requirements:
* A user-facing quiz API that serves questions and records user responses. The API experiences unpredictable traffic spikes but is completely idle during late-night hours. Responses must be returned within seconds, and minimizing idle hosting costs is a priority.
* A background transcript processing service that runs whenever a new lecture video is uploaded. This service calls an external AI service to generate practice questions, which can take up to minutes to complete due to API throttling.
Which two hosting and processing options should you select to implement this architecture? (Select TWO.)
- Azure Functions on a Consumption plan to host the user-facing quiz APICevap
- Azure Container Apps Jobs to run the background transcript processing serviceCevap
- CAzure Functions on a Consumption plan to run the background transcript processing service
- DAzure Kubernetes Service (AKS) to host both the quiz API and the background transcript processing service
- EAzure App Service on a Premium v3 plan to host the user-facing quiz API