4.3 Design a compute solution Flashcards

1
Q

Which Azure compute service would you recommend for hosting a web application that requires high scalability and automatic load balancing?

A

Azure App Service.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How would you determine the appropriate size of a virtual machine for a workload that requires high CPU and memory resources?

A

Assess the workload requirements and use Azure VM sizing guidelines to select the appropriate VM size.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What Azure compute service would you recommend for running short-lived event-driven processes in various programming languages?

A

Azure Functions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How would you design a compute solution that can automatically scale based on workload demand?

A

Use Azure Autoscale to configure scaling rules based on metrics like CPU usage or queue length.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What Azure compute service would you recommend for running containerized applications?

A

Azure Container Instances or Azure Kubernetes Service (AKS).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How would you design a serverless compute solution that can process data from a message queue?

A

Use Azure Functions with a trigger that listens to the message queue and processes the incoming messages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What Azure compute service would you recommend for hosting a legacy application that requires full control over the underlying infrastructure?

A

Azure Virtual Machines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How would you design a compute solution that can handle bursty workloads without incurring high costs during idle periods?

A

Use Azure Spot Virtual Machines or Azure Functions with consumption-based pricing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What Azure compute service would you recommend for hosting a web application that requires continuous deployment and integration with source control?

A

Azure App Service with Azure DevOps integration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How would you design a compute solution that can handle long-running, stateful processes with durable state management?

A

Use Azure Durable Functions or Azure Service Fabric.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly