Orchestration at Scale — Practice quiz

Untimed. Answers are graded when you submit, with explanations and spaced-repetition scheduling.

  1. Question 1easy

    What is the prerequisite for scaling an LLM service with horizontal replicas?

  2. Question 2medium

    Under heavy load, adding more replicas doesn't help throughput. What's the likely bottleneck for an LLM app?

  3. Question 3medium

    How do you handle hitting a provider rate limit under load? (Select all that apply)

    Select all that apply.

  4. Question 4medium

    In Kubernetes, what does a Deployment guarantee?

  5. Question 5medium

    What is a Kubernetes Service?

  6. Question 6medium

    What does a HorizontalPodAutoscaler (HPA) do?

  7. Question 7hard

    For a single scalable service, what is usually the right platform instead of Kubernetes?

  8. Question 8hard

    Why is 'we'll put it on Kubernetes' often an over-engineering reflex?

  9. Question 9medium

    Where should secrets live at scale, and how do they reach a container?

  10. Question 10hard

    What does Infrastructure as Code (Terraform/Bicep) provide?

  11. Question 11hard

    Which are orchestration/scaling pitfalls? (Select all that apply)

    Select all that apply.

  12. Question 12medium

    An app must be ____ (one word) — holding no per-user state in memory — to scale horizontally across replicas.

  13. Question 13hard

    Which Kubernetes object (acronym) automatically adds/removes replicas based on load?

0 / 13 answered