A financial services company is designing a serverless backend for an automated risk assessment platform. The platform requires two distinct processing workloads:
1. A customer risk scoring API that receives payload data, performs quick database lookups, and returns results in under 5 seconds. The API experiences unpredictable traffic spikes but must maintain sub-second response times by minimizing cold starts, and it must securely access a backend database using virtual network integration.
2. A nightly portfolio simulation engine that runs complex Monte Carlo simulations. Each simulation run takes approximately 25 minutes to execute, requires 4 vCPUs and 16 GB of memory, and must run on demand using containerized workloads without maintaining active server infrastructure or incurring significant operational management overhead when idle.
Which two Azure solutions should you recommend to host these workloads? (Select two.)
- Azure Functions on a Premium plan to host the customer risk scoring API.Cevap
- Azure Container Apps Jobs to run the portfolio simulation engine.Cevap
- CAzure Functions on a Consumption plan to run the portfolio simulation engine.
- DAn Azure Kubernetes Service (AKS) cluster to run the portfolio simulation engine.