BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeDesigning Microsoft Azure Infrastructure Solutions (AZ-305)Design Lab — Pick the smallest compute that still fits
Design Lab296 words

Design Lab — Pick the smallest compute that still fits

AZ-305 › Unit 4 › Design compute solutions

Design Lab — Pick the smallest compute that still fits

Lab brief

Unit
4 — Design infrastructure solutions
Blueprint range
30–35%
Time
20 minutes
Cost
$0 — no subscription needed
Difficulty
Core

Compute questions are decided by what the workload actually needs, not by what the platform can do. Every option here can run the workload; only one runs it without buying capability the team will never use and cannot operate. The reliable failure mode on this exam is recommending Kubernetes to a team of three.

Read the brief, commit before you reveal, then check.

The brief

Tailwind Trading — platform consolidation

A function fires on each queue message, runs for about $15$ seconds, and must reach a database over a PRIVATE endpoint — no public path is permitted. Traffic is spiky: zero most nights, thousands per minute at market open.

Commit before you reveal

Write four answers down first.

▶The trap in this area, stated plainly — open after you have committed

Most wrong answers here are not wrong about capability — AKS genuinely can run all three workloads. They are wrong about who operates it afterwards. When a scenario tells you the team size and says there is no platform team, that is not colour; it is the constraint the question turns on.

Question 1 — the private-endpoint clause

Multiple choice · MediumAzure Functions hosting plans

Workload A is event-driven, bursty, and must reach its database over a private endpoint. Which hosting plan should the design name?

Question 2 — what the container options are actually for

Multiple answer · MediumContainer platform selection

For Workload B — five microservices, three engineers, no custom Kubernetes resources — which statements are true and relevant to the recommendation? Select all that apply.

Select all that apply

Question 3 — the cheapest way to be interrupted

Multiple choice · EasyBatch compute

Workload C is embarrassingly parallel, tolerant of eviction, and measured on cost per frame. What should the design recommend?

Question 4 — the order that stops you buying Kubernetes

Ordering · MediumCompute selection method

Order the compute selection method so that capability is bounded before it is bought.

Put the steps in order

Loading ordering drag controls…
  1. 1Choose the least capable option that clears every hard requirement
  2. 2Check who will operate it, and whether that team exists
  3. 3List the hard requirements — networking, runtime, scale floor and ceiling
  4. 4Confirm the cost shape matches the traffic shape, including idle

Why the runner-up loses

Four compute homes for the same container

AttributeRecommended
Buy it when

Event-driven code, bursty, scale to zero

Microservices without cluster operations

Best

You need the Kubernetes API itself

Parallel jobs that tolerate eviction

Scale floor

Zero

Zero

At least one node, always

Zero between runs

Who operates it

Nobody — platform-managed

Nobody — platform-managed

A platform team you must have

Pool config, then nobody

What you pay for idle

Nothing

Nothing at zero replicas

The node pool, all night

Nothing at pool size zero

Disqualifier

Long-running or stateful work

Custom resources, operators, a mesh

No team to run it

Interactive or latency-bound work

The row that decides most exam questions is who operates it. Capability comparisons make AKS look strictly better, because on capability it is. The scenario is what makes it wrong: a platform with nobody to run it is a liability the design created.

The shape of the answer

Loading Diagram...
Figure 1 — Mermaid diagram

The traps that catch people

Four distractors built into this exam area

Counting microservices to justify Kubernetes; the count never decides it, the need for the Kubernetes API does. Recommending the classic Consumption plan for anything new — it is a legacy plan and it does not support virtual networks, which is the clause that most often disqualifies it. Keeping capacity warm for an eviction-tolerant batch job, which throws away the property that made it cheap. Ignoring a stated team size: 'three engineers, no platform team' is a hard requirement wearing plain clothes.

The method, for any question of this shape

How to attack a compute question in 90 seconds

  1. 1

    Underline the networking clause

    'Private endpoint', 'no public access' or 'VNet integration' eliminates plans before anything else is considered. It is the single most common disqualifier in this area.

Before you move on

Come back cold after the Unit 4 lessons. If you can state, for each of the three workloads, the single clause that eliminated the runner-up, the pattern has transferred.

All Designing Microsoft Azure Infrastructure Solutions (AZ-305) Study Resources

Related Notes

  • Cram Sheet — Design compute solutions640 words
  • Design Compute Solutions — Lesson5,124 words
  • Design Studio — Design compute solutions742 words
  • AZ-305 Exam Map and Design Decision Playbook652 words
  • Unit 1 Capstone — Design identity, governance, and monitoring solutions668 words
  • Unit 1 Roadmap — Design identity, governance, and monitoring solutions639 words
  • Cram Sheet — Design authentication and authorization solutions632 words
  • Design Authentication and Authorization Solutions — Lesson4,386 words
  • Design Studio — Design authentication and authorization solutions734 words
  • Quick Note — Recommend an Authentication Solution758 words
  • Recommend an Authentication Solution — Lesson4,970 words
  • Quick Note — Recommend an Identity Management Solution796 words

Ready to study Designing Microsoft Azure Infrastructure Solutions (AZ-305)?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Designing Microsoft Azure Infrastructure Solutions (AZ-305)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Designing Microsoft Azure Infrastructure Solutions (AZ-305) ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

  1. 1Choose the least capable option that clears every hard requirement
  2. 2Check who will operate it, and whether that team exists
  3. 3List the hard requirements — networking, runtime, scale floor and ceiling
  4. 4Confirm the cost shape matches the traffic shape, including idle
Use the move up and move down buttons to put the steps in order.
  1. Choose the least capable option that clears every hard requirement____________________________
  2. Check who will operate it, and whether that team exists____________________________
  3. List the hard requirements — networking, runtime, scale floor and ceiling____________________________
  4. Confirm the cost shape matches the traffic shape, including idle____________________________
Loading Diagram...
Flowchart, top to bottom. A workload needs a home connects to Event-driven code,<br/>short executions?. B connects to Needs VNet or<br/>private endpoint? (Yes). C connects to Functions — Flex Consumption (Yes). C connects to Functions — Flex Consumption<br/>(Consumption is legacy) (No). B connects to Parallel jobs that<br/>tolerate eviction? (No). F connects to Azure Batch<br/>Spot / low-priority, pool to zero (Yes). F connects to Do you need the<br/>Kubernetes API itself? (No). H connects to Container Apps ("No — just run<br/>containers well"). 3 more statements.