mrkeyoor.com_
Tue 22 Sept 18:49 UTC
Dev Toolsevaluationupdated 22 Aug 2026

DevOps-Interview-Guide review

DevOps Interview Guide is an English-language collection of questions that contributors say they encountered in DevOps, SRE, cloud, and platform interviews. It groups each reported interview by company and role, helping candidates see the kinds of operational scenarios employers ask about without pretending to be a full study course.

+2stars / 7d
Verdict

Use DevOps Interview Guide as a stack of flash cards, especially when your target company appears in the folders. Do not treat it as an authoritative syllabus or copy its questions into a commercial product without resolving the missing license. Strong candidates will get the most from writing and testing their own answers, then checking each command or cloud detail against current documentation.

We ran it

Screenshot of DevOps-Interview-Guide (github.com/litu54/DevOps-Interview-Guide)

Answers from our run

Did you run DevOps-Interview-Guide yourself?

No. GitHub reports no primary language for it, and it carries no manifest our lab installs from, and no Dockerfile, so there was nothing standard to install, build or test. This review is written from the repository's own documentation.

Who should not use DevOps-Interview-Guide?

Beginners looking for explanations or model answers: the files are question lists, and the README does not claim to teach the underlying topics.

What are the alternatives to DevOps-Interview-Guide?

DevOps Exercises, 90DaysOfDevOps, Test Your Sysadmin Skills. Use DevOps Interview Guide as a stack of flash cards, especially when your target company appears in the folders.

Setup5/5Plain Markdown needs no installation or runtime
Docs3/5Clear organization, but questions lack answers and references
Community3/5Recent contributions, with several pull requests still open
Maturity2/5Useful collection without licensing, releases, or editorial checks

Who it’s for

DevOps and SRE candidates who already know the material and want realistic prompts for practice.
Engineers preparing for a named company represented in the folder list.
Interview partners who need a quick bank of troubleshooting and architecture questions.
Experienced candidates checking whether their answers cover practical details rather than definitions alone.

Who it’s NOT for

Beginners looking for explanations or model answers: the files are question lists, and the README does not claim to teach the underlying topics.
Anyone who needs independently verified interview records: submissions do not include evidence, dates, or a stated verification process.
Readers expecting consistent editing: sampled files contain spelling errors, broken sentences, and inconsistent role and experience labels.
Organizations that want to republish or bundle the material: the repository has no declared license, so reuse rights are unclear.
Candidates seeking a versioned curriculum: the project has no GitHub releases, learning sequence, exercises, or progress checks.

Setup reality

We did not run the repository at commit bbe0c45 because GitHub reports no supported language ecosystem, and the checkout has no Dockerfile. There is nothing to install, build, or test in the lab. Use means browsing Markdown on GitHub, searching for a company, or cloning the files for local text search. The README makes that clear, though candidates must supply their own answers and fact-check any technical wording that looks ambiguous or dated.

A useful pile of prompts, not a textbook

DevOps Interview Guide collects reports of questions asked in DevOps, SRE, cloud, release engineering, and adjacent interviews. The README says it contains 151 interview write-ups from 85 named companies, plus an Others folder for reports without a company. Each Markdown file represents one interview rather than a merged topic page. Multiple submissions for the same employer stay separate.

That organization is the best part of the project. A candidate interviewing at Accenture can open that folder and see prompts about AWS account access, EKS permissions, private subnets, Terraform across regions, and Secrets Manager. An Amazon consultant report asks about Kubernetes node upgrades, IAM permission boundaries, CI image creation, CNI, autoscaling, and log automation. These are better rehearsal prompts than another list of definitions because many require an operational explanation.

The collection also preserves differences between roles. A Principal SRE file for Commonwealth Bank focuses on observability architecture, DNS resolution, traces, service indicators, and explaining service objectives from a business perspective. An unnamed DevOps report moves across Git, Ansible, Terraform state, Airflow debugging, server performance, Kubernetes pending pods, and Linux filesystems. Browsing several files gives a quick picture of how wide an interview can become.

How to use it without fooling yourself

Reading a question and thinking I know that is weak preparation. Pick a file, set a timer, and answer aloud as if an interviewer can interrupt. For a scenario question, state what you would inspect first, which evidence changes your next step, and how you would limit risk. For a design prompt, make assumptions explicit and explain the tradeoff behind each service.

The repository supplies no model answers. That is inconvenient for beginners, but useful for experienced engineers who want rehearsal without being anchored to one response. After answering, check commands and provider behavior against current vendor documentation. Cloud services, defaults, and recommended practices change. A crowd-submitted question may also use imprecise wording, so part of the exercise is asking for clarification rather than guessing what the interviewer meant.

Company names should be treated as context rather than a forecast. Interview loops change by team, level, geography, and interviewer. The files do not include enough provenance to determine how representative a report is. Preparing only the listed answers would overfit to a small sample. Use the folder as a starting point, then practice the same subjects as open-ended troubleshooting and design work.

Editing and trust need work

The README promises exact questions with no paraphrasing, but the project does not document how submissions are verified. Files generally provide a company heading, sometimes a role or experience level, followed by questions. They do not show interview dates, source evidence, review status, or whether a maintainer corrected technical mistakes. Readers have to regard each entry as an unverified recollection.

Editorial quality varies. The samples include misspellings, missing words, inconsistent punctuation, and labels such as Exp-9years. Some questions contain an answer hint after an arrow, while most do not. This does not erase the value of the scenario, though it can make a technical distinction unclear. A light contribution template and review checklist would make new reports easier to compare.

The missing license is a bigger concern. GitHub reports no license for the repository, and the README does not grant reuse rights. Reading and linking to the files is straightforward. Copying the collection into a course, application, or commercial question bank is not something a developer should assume is permitted. Contributors also need to consider whether sharing a company's interview questions conflicts with agreements they accepted. The project offers no policy on that point.

What happened when we ran it

We did not execute DevOps Interview Guide at commit bbe0c45. The repository has no detected programming-language ecosystem and no Dockerfile, so our sandbox had no supported install, build, or test path. That is expected for a Markdown collection rather than evidence of broken software.

There is still room for automated quality checks. A Markdown linter could catch malformed lists and spacing. A link checker could detect dead references if sources are added later. A small schema for company, role, experience, interview date, and submission status would make the directory searchable without changing its simple reading experience. None of that exists in the measured checkout, so consumers should expect raw community notes.

Activity is current, governance is thin

The repository was pushed on 2026-08-16. A contribution for Accellor opened on 2026-08-19, and another open pull request for Razorpay was updated the same day. GitHub reported six open issues and pull requests combined; the current open list consists of pull requests adding or updating interview material. This is active collection work, even though some submissions have waited longer than others.

There are no GitHub releases. That is reasonable for a reading repository, but it means there is no stable snapshot or change summary for candidates and downstream users. The README explains the folder convention and contribution process in a few paragraphs. It does not describe editorial ownership, acceptance criteria, dispute handling, or removal requests.

DevOps Interview Guide is best used late in preparation. Learn with a structured resource, practice in a real shell or cloud lab, then use these files to expose gaps under interview-style questioning. The repository is quick to browse and unusually specific by employer, but its rawness is both the point and the limitation.

Alternatives

ProjectWhat it isPick it when
DevOps ExercisesA large set of DevOps questions and exercises organized by technical subject.pick this instead when you want topic-based practice with answers and hands-on exercises rather than company reports.
90DaysOfDevOpsA structured learning path that moves through DevOps concepts and tools over daily lessons.pick this instead when you need to learn the material before attempting interview questions.
Test Your Sysadmin SkillsA scenario-heavy collection of system administration questions with concise answers.pick this instead when Linux, networking, and production troubleshooting matter more than company-specific DevOps recall.

What people are saying

  1. [github-trending] litu54/DevOps-Interview-Guide

Sources

  1. DevOps Interview Guide repository and README
  2. DevOps Interview Guide pull requests
  3. Accenture interview question file
  4. Commonwealth Bank SRE question file

More dev tools reviews

crabbox · asdf · discord.js · h4cker · bend · 100-exercises-to-learn-rust · the whole board →