Postman logo

Site Reliability Engineer Interview Experience at Postman2026

Postman

Selected 4 rounds May 2026 Bengaluru (Hybrid)
N

Nikhil Chandran

3-6 years · Experienced

AI-Reconstructed Composite

Reconstructed using Postman's own public engineering blog post detailing their real, documented Cloud Platform team and their actual migration to declarative Infrastructure-as-Code with Kubernetes and ArgoCD (Git-as-source-of-truth, layered infrastructure, automated rollbacks, progressive delivery). General Postman interview-loop structure (recruiter call, technical phone screen, system design round, final team-lead round) is a plausible composite since public candidate reports for Postman skew heavily toward SWE/intern roles rather than SRE specifically.

Application Story

This SRE role sits on Postman's Cloud Platform team, the group that reportedly led Postman's real migration from manual, semi-scripted infrastructure to a fully declarative Infrastructure-as-Code model using Kubernetes and ArgoCD. The process runs a recruiter call, a technical phone screen, a system design round, and a final round with the Cloud Platform team lead, typically completed within three weeks.

Preparation Journey

Reading Postman's own engineering blog post on their IaC migration in detail is a strong starting point, since it describes their actual north star of Git-as-source-of-truth infrastructure and automated rollbacks, and framing personal experience with declarative infrastructure around that model maps directly onto what interviewers are likely evaluating for. Refreshing GitOps and ArgoCD-specific patterns rather than generic Kubernetes knowledge is also worthwhile, since the team's real tooling choice is specifically ArgoCD.

Why Selected / Rejected

Being able to speak concretely about environment drift - a problem Postman's own engineering blog specifically calls out as a real pain point from their pre-IaC era - and how to design automated drift-detection maps closely onto what interviewers tend to probe for. The system design round rewards proposing a layered infrastructure model (distinct, versioned layers for networking, cluster config, and application deployments) rather than treating infrastructure as one monolithic Git repo, which is close to what Postman's own team reportedly does.

Resume Tips

If you're interviewing for Postman's Cloud Platform / SRE track, read their public engineering blog post on their Kubernetes and ArgoCD migration before the system design round - it describes their actual documented infrastructure philosophy (declarative, Git-as-source-of-truth, layered), and speaking to that same mental model directly helps.

01Round
EASY

Telephonic

30 minutes Remote

This recruiter call confirms the role sits specifically on the Cloud Platform team, the group responsible for the infrastructure underlying Postman's API platform used by millions of developers, and clarifies that the team's current focus is deepening their GitOps/ArgoCD-based deployment model rather than a greenfield build.

02Round
MEDIUM

Technical

60 minutes Remote

This round covers GitOps fundamentals in depth - specifically how ArgoCD reconciles a live cluster state against a Git-declared desired state, and what happens when a manual, out-of-band change is made directly to a production resource. The expected answer explains that ArgoCD detects the resulting drift on its next sync cycle and, depending on the configured sync policy, either flags it for manual reconciliation or automatically reverts it back to the Git-declared state - and discusses why teams often deliberately disable auto-sync for certain sensitive resources to avoid accidentally reverting an emergency hotfix applied directly to the cluster.

03Round
HARD

System Design

60 minutes Remote

Candidates are asked to design the infrastructure-as-code structure for onboarding a new microservice into an existing declarative, ArgoCD-managed platform, including how to keep the onboarding experience fast for engineers while avoiding environment drift between staging and production. A strong approach proposes a layered repo structure - a base layer of common Kubernetes manifests templated per-service, an environment-overlay layer for staging versus production differences, and a promotion workflow where a change merges into staging automatically but requires an explicit, audited promotion step to production. Interviewers typically push on how a new engineer unfamiliar with the platform would onboard a service without needing deep GitOps expertise; a solid answer proposes a scaffolding CLI that generates the correct manifest structure automatically from a short service spec.

04Round
MEDIUM

Managerial

45 minutes Remote

The Cloud Platform team lead asks about a real incident where infrastructure drift caused a production issue, and how it was ultimately caught and fixed. A strong answer describes a case where a manually-applied config change was never reflected in Git, so a later legitimate deploy silently reverted it and reintroduced a bug, and how the postmortem led to introducing a drift-detection alert that flags any live resource that no longer matches its Git-declared state, rather than relying on someone noticing during a future deploy.

Comments

Loading comments...

Questions Asked at Postman in the Site Reliability Engineer Interview

Telephonic Round

This recruiter call confirms the role sits specifically on the Cloud Platform team, the group responsible for the infrastructure underlying Postman's API platform used by millions of developers, and clarifies that the team's current focus is deepening their GitOps/ArgoCD-based de

Technical Round

This round covers GitOps fundamentals in depth - specifically how ArgoCD reconciles a live cluster state against a Git-declared desired state, and what happens when a manual, out-of-band change is made directly to a production resource. The expected answer explains that ArgoCD de

System Design Round

Candidates are asked to design the infrastructure-as-code structure for onboarding a new microservice into an existing declarative, ArgoCD-managed platform, including how to keep the onboarding experience fast for engineers while avoiding environment drift between staging and pro

Managerial Round

The Cloud Platform team lead asks about a real incident where infrastructure drift caused a production issue, and how it was ultimately caught and fixed. A strong answer describes a case where a manually-applied config change was never reflected in Git, so a later legitimate depl

At a Glance

Experience LevelExperienced
Years3-6 years
SourceBengaluru (Hybrid)
Prep Duration4 weeks
Total Interview Time195 min

Have your own story?

Share it and help the next candidate prepare.