18
Interview questions with listen-for notes
DEVOPS ENGINEER INTERVIEW QUESTIONS
A DevOps interview is a trust decision with a wide blast radius: this hire will hold production access, deployment keys, and the infrastructure your whole team stands on. Interview for operational judgment under pressure and security reflexes, not tool-logo bingo.
These questions test the capacities that survive tool churn: incident command under uncertainty, infrastructure design with cost and failure in mind, security as a reflex rather than a checklist, and the automation philosophy that makes teams faster instead of more fragile. The incident-response test task at the bottom is the closest thing to watching them work.
At a glance
Every question comes with a note on what a strong answer sounds like, so a non-specialist can run the interview and still read the signal.
18
Interview questions with listen-for notes
4
Interview stages covered
1
Paid test task blueprint
$6,500/mo
Median nearshore devops engineer rate
Before you interview
The real failure mode
The defining DevOps moments are incidents: production is down, information is partial, and every minute is customer-visible. The interview must simulate this, because incident behavior is not derivable from calm-weather conversation. Walk candidates through a realistic outage and watch the shape of their thinking: do they stabilize before root-causing, do they communicate while debugging, do they resist the seductive first hypothesis. Then ask for their real war stories, including one where their own change caused the outage; engineers who have operated real systems have that story, and how they tell it, blameless, mechanistic, prevention-focused, tells you their operational culture in miniature.
What to test for
The second axis is what they build when nothing is burning. Strong DevOps engineers are force multipliers: deployment pipelines that make shipping boring, monitoring that catches problems before customers do, infrastructure as code that a new engineer can read. Weak ones accumulate bespoke scripts and become a human single point of failure, indispensable in the worst way. Probe for artifacts and philosophy: what they automated, what they documented, what breaks when they take a vacation. The right candidate is actively trying to make themselves unnecessary, which is precisely what makes them worth keeping.
Stage 1
Establish what they have actually run: scale, stack, and the sharp edges they have personally touched.
What to listen for: Grounded specifics: services and their rough scale, deployment cadence, on-call load with real numbers. The pager detail is deliberately concrete; engineers who carried one describe alert volume and worst weeks vividly, and their relationship with alert noise tells you about their monitoring philosophy before you ask.
What to listen for: Incident narration discipline: how it was detected, the triage sequence, the wrong turns, stabilization versus root cause, and customer communication. Strong candidates narrate like an incident report: factual, blameless, mechanism-focused. Vague drama with a heroic ending is the counterfeit version.
What to listen for: Ownership without flinching: what they changed, why it seemed safe, what assumption broke, and what guardrail now exists because of it. Every real operator has this story. Refusing to own one means either thin experience or a blame-shifting reflex, and both are dangerous with production keys.
What to listen for: A before-and-after with mechanisms: manual steps automated, tests gating merges, rollback made instant, deploy frequency up and incident rate flat or down. This is the force-multiplier resume in one question; candidates who cannot name what they improved maintained rather than multiplied.
What to listen for: Symptoms over causes: alerting on user-facing indicators rather than every CPU blip, severity tiers with different wake-up rules, and periodic pruning of alerts nobody acts on. Alert fatigue is the silent killer of incident response; engineers who have fought it deliberately are telling you they have operated for real.
Stage 2
Simulate the pressure. Grade the shape of their thinking: stabilize, communicate, verify, then root-cause.
What to listen for: Ordered instincts: check the deploy first and consider immediate rollback, look at error patterns and recent-change correlation, communicate status early with a next-update time, and stabilize before perfect diagnosis. Feed them partial answers as they ask; the candidates worth hiring interrogate the scenario rather than monologue at it. Watch for the fixation failure: falling in love with hypothesis one.
What to listen for: Blameless post-mortem mechanics: a timeline, contributing causes rather than a single scapegoat cause, action items with owners that actually get done, and the delicate art of fixing process without punishing honesty. Teams learn or repeat; this answer predicts which.
What to listen for: Right-sizing discipline: managed services over self-hosted complexity, boring proven components, CI/CD and backups and monitoring as non-negotiables, and explicit deferral of the fashionable heavy machinery until scale demands it. Candidates who prescribe a service mesh for three developers are optimizing their resume on your budget.
What to listen for: Cost forensics: tagging and attribution first, the usual suspects (over-provisioned compute, unattached storage, egress, logging bills, zombie environments), quick wins versus structural fixes, and guardrails like budget alerts so it does not recur silently. Cost sense is operational judgment in dollar units.
What to listen for: Nuance beyond the reflex: migrations or data writes that make naive rollback destructive, forward-fixes when the old version is also broken, feature flags as the finer instrument. This question finds the operators who have been burned by the easy answer.
Stage 3
This hire concentrates risk. Test whether security is a reflex, and whether they design their own access with appropriate paranoia.
What to listen for: A triage instinct: who has access to what and whether anything is shared or stale, secrets management (and whether credentials live in code), exposed surfaces and open ports, backup existence and restore recency, patching posture. Candidates who start with compliance frameworks before looking at actual keys have the order backwards for a small company.
What to listen for: Practical secrets discipline: a managed secrets store, rotation that actually happens, least-privilege service credentials, and nothing in repositories or chat. The gone-wrong story, a key in a public repo, a departed contractor's lingering access, shows they have seen the failure modes, not just the documentation.
What to listen for: Self-directed least privilege: scoped roles rather than root-everything, MFA everywhere, break-glass procedures for emergencies, session logging they endorse. This is the same trust-geometry question we ask financial hires; the strongest candidates design their own constraints, and that instinct is the hire signal.
What to listen for: Helpful without being soluble: understand the actual need, offer the secure path that also unblocks, timebox any temporary exception with an expiry and a ticket, and never let urgency mint permanent holes. DevOps engineers who cannot say no become the security posture; ones who only say no become routed around. The craft is the third option.
Stage 4
What they build in calm weather, and how they work with the team that depends on them.
What to listen for: Toil elimination with a before-and-after: hours saved, errors eliminated, on-call load reduced. Also listen for maintenance honesty: automation is code, code needs owners, and the proudest artifact should still be running or have a good reason it is not.
What to listen for: Judgment about the automation tax: rare tasks, tasks needing human verification, automation whose complexity would exceed the toil. Automation maximalists build fragile machinery nobody understands; the deliberate-manual answer shows they weigh rather than reflex.
What to listen for: The bus-factor confession: strong engineers describe runbooks, documented systems, and cross-trained colleagues, plus honest gaps they are working on. A candidate who is proud that everything breaks without them is describing the dependency you must not hire.
What to listen for: Clear-eyed coverage design: their working hours overlap the full US day, so daytime incident response is native; the conversation is about nights and weekends, rotation fairness, and escalation paths. Candidates who have done follow-the-sun or shared rotations describe the mechanics fluently. Nearshore time zones make this dramatically simpler than Asia-Pacific arrangements, and the candidate should be able to say precisely how.
Beyond the interview
Pay finalists for a 90-minute, two-part exercise. Part one, live: a thirty-minute tabletop incident, run from a scenario script you prepare once: symptoms, a misleading early clue, and partial information revealed only when they ask the right questions. Score stabilization instinct, communication cadence, and hypothesis discipline. Part two, written: give them a deliberately flawed CI/CD pipeline definition, plaintext secrets, no rollback step, tests that do not gate deployment, over-broad credentials, and ask for a prioritized review: what they would fix first and why. The pair covers both halves of the job: pressure behavior and calm-weather craft, and neither half can be faked by memorizing tool documentation.
Red flags
Any one of these is worth a hard second look. Two or more, and the polished answers elsewhere in the interview stop mattering.
Everyone who has operated production has broken production. A candidate who refuses to own one is offering either inexperience or a blame reflex, and both are disqualifying for the keys you are handing over.
Watch for candidates who marry an early theory and stop interrogating the evidence. In real incidents this behavior turns twenty-minute outages into four-hour ones.
Kubernetes-everything for three developers, a service mesh before product-market fit: infrastructure fashion is expensive, and the bill arrives monthly. Right-sizing is the judgment you are hiring.
The access-design question is a trap for this. Engineers who bristle at least-privilege for themselves, or see logging of their own actions as distrust, have the risk geometry backwards.
No runbooks, no infrastructure as code, no documentation artifacts they can describe: this profile becomes a human single point of failure, and their vacation becomes your incident.
FAQ
Usually later than founders fear and earlier than developers admit. Below a handful of engineers, managed platforms plus a DevOps-competent developer often suffice. The trigger points: deployments have become scary, incidents recur without learning, cloud costs are drifting unexplained, or developers lose meaningful time to infrastructure toil. A strong nearshore DevOps hire at Latin American rates moves this math earlier, which is exactly the cost calculation the figures on this page support.
Staged trust with structural guardrails: start with read and staging access plus infrastructure-as-code contribution through review, expand to production deployment through the pipeline rather than direct access, and keep break-glass root access rare, logged, and multi-party. Use the access-design interview question to make the candidate architect this themselves; the ones worth hiring will propose stricter controls than you were planning, and that answer is itself the strongest trust signal available in an interview.
Require category depth, not logo matches: one major cloud deeply (concepts transfer), infrastructure as code in any mainstream tool, one CI/CD system well, containers, and a monitoring stack. Tool syntax converts in weeks; operational judgment does not convert at all, which is why the scenarios on this page outweigh any tools checklist. The exception: if you are deep on one cloud, matching experience saves a real month of ramp.
Better than most alternatives, because Latin American time zones overlap the full US business day: the hours when most deploys happen and most incidents start are their normal working hours. That leaves nights and weekends to design explicitly: a fair rotation if you have multiple engineers, an escalation agreement with defined response expectations if you have one. Discuss it directly in the interview using the coverage question on this page; strong candidates have done these arrangements and talk about them without discomfort.
Keep planning
Budget first? See real devops engineer rates across Latin America or browse interview questions for other roles.
Ready To Move
These questions exist because unvetted hiring is risky. LavaStaff runs this screening for you: every devops engineer candidate is interviewed, tested, and reference-checked before you ever meet them, with contracting and payroll handled.