prepme.io

Question bank

Rated and contributed from past briefings. Grows every time you flag a good one.

History →

Contributed (4)

  • We run Terraform across ~40 modules. What's your strategy for dependency ordering, state isolation, and avoiding drift?
    architecture · contributed · tags: Terraform, OpenTofu ·
    💡 They care a lot about state management discipline; expect follow-ups on remote backends and state locking.
    View source briefing →
  • Write a Bash one-liner that tails every pod's logs in a namespace and highlights any line containing 'ERROR' or '5xx'.
    scripting · contributed · tags: Bash, Kubernetes ·
    💡 Practical — they'll ask you to type it live. `kubectl logs -l ... | grep -E --color` style.
    View source briefing →
  • Tell me about a time a deploy went wrong in production. What was the blast radius, how did you recover, and what did you change afterwards?
    behavioral · contributed · tags: AWS, Kubernetes ·
    💡 They want a real war story with concrete times and concrete changes (runbook updates, guardrails added).
    View source briefing →
  • A customer reports that one of our internal Kubernetes-hosted services is returning 502s intermittently. Walk me through how you'd investigate, starting from zero context.
    troubleshooting · contributed · tags: Kubernetes, Prometheus, Grafana ·
    💡 Seen twice in Vetric interviews — looking for a methodical top-down approach (ingress → service → pod → container → app).
    View source briefing →
prepme.io — DevOps interview prep