DevOps / Infrastructure Engineer Interview Experience at Razorpay – 2026
Razorpay
Verified Interview Pattern
Round structure (OA with MCQs and coding, technical round, cultural fit, HR) and the infra-specific responsibilities (Kubernetes cluster management, fault tolerance, monitoring) are drawn from real Razorpay job postings and multiple real candidate interview reports for SDE and infrastructure roles.
Application Story
Candidates are often approached by a recruiter on LinkedIn. Real candidate reports put Razorpay's average hiring timeline around two weeks.
Preparation Journey
Preparation should cover OS, databases, and Kubernetes broadly since Razorpay's process is reported to mix fundamentals-heavy screening with practical infrastructure questions.
Why Selected / Rejected
Real candidate reports describe Razorpay's process as sometimes inconsistent from round to round - strong technical rounds paired with a system design round where interviewer and candidate aren't aligned on scope is a pattern several candidates have described.
Resume Tips
Razorpay's engineering culture rewards people who sound like they have actually operated systems in production, not just studied them. Lead with concrete incidents you handled, not tool lists.
Online — MCQ + Coding
This 90-minute online assessment has two distinct sections. The MCQ section covers roughly 15 questions weighted by difficulty (+2, +4, +6 points) spanning operating systems (process scheduling, deadlock conditions), DBMS (normal forms, transaction isolation levels), and basic OOP concepts. The coding section has three problems of increasing weight (+20, +50, +50): a sliding-window problem to find any subarray of a given size with a sum exceeding a threshold, a variant of a classic 'rescue boat' two-pointer problem involving weight capacity constraints, and a third problem on interval merging under a time constraint that many candidates don't fully complete.
Technical
This round mixes API design questions with a live SQL task and Kubernetes-specific scenarios. On the API side, candidates are asked how to design idempotency into a payment API so that a client retrying a timed-out request does not accidentally double-charge a customer - a strong answer centers on an idempotency key supplied by the client and enforced with a unique constraint at the database layer. The SQL task asks for a query identifying duplicate transaction records that differ only in a timestamp field. On Kubernetes, the interviewer asks how to size resource requests and limits for a payment processing pod that has unpredictable but latency-sensitive traffic, and what happens if the limit is set too aggressively low.
System Design
Candidates are asked to design the infrastructure and monitoring approach for a UPI-style payment transaction system end to end. A strong answer structures around three concerns: fault tolerance (using a message queue to decouple transaction intake from downstream processing so a downstream outage does not lose transactions), consistency (using a saga pattern or distributed transaction approach for the multi-step debit-then-credit flow rather than a single unsafe two-phase commit across services), and monitoring (defining specific alerts on transaction success rate dropping below a threshold and on payment processing latency p99 exceeding a set bound). Interviewers tend to push hardest on what happens when the credit step fails after the debit step has already succeeded, wanting a concrete reconciliation and compensation strategy, not just 'roll back'.
Cultural Fit
This is a cultural fit conversation rather than a technical one. Questions focus on how a candidate handles disagreement with a teammate over a technical approach, and a specific scenario: what to do if a senior engineer pushes for a design genuinely believed to be wrong under time pressure. The round evaluates communication style and whether a candidate can disagree constructively rather than either capitulating silently or becoming combative.
HR Round
This is a standard closing HR discussion on compensation expectations, current notice period, and confirming there are no other overlapping offers in play that might affect the timeline.
Questions Asked at Razorpay in the DevOps / Infrastructure Engineer Interview
Online — MCQ + Coding Round
This 90-minute online assessment has two distinct sections. The MCQ section covers roughly 15 questions weighted by difficulty (+2, +4, +6 points) spanning operating systems (process scheduling, deadlock conditions), DBMS (normal forms, transaction isolation levels), and basic OO …
Technical Round
This round mixes API design questions with a live SQL task and Kubernetes-specific scenarios. On the API side, candidates are asked how to design idempotency into a payment API so that a client retrying a timed-out request does not accidentally double-charge a customer - a strong …
System Design Round
Candidates are asked to design the infrastructure and monitoring approach for a UPI-style payment transaction system end to end. A strong answer structures around three concerns: fault tolerance (using a message queue to decouple transaction intake from downstream processing so a …
Cultural Fit Round
This is a cultural fit conversation rather than a technical one. Questions focus on how a candidate handles disagreement with a teammate over a technical approach, and a specific scenario: what to do if a senior engineer pushes for a design genuinely believed to be wrong under ti …
HR Round Round
This is a standard closing HR discussion on compensation expectations, current notice period, and confirming there are no other overlapping offers in play that might affect the timeline.
Prepare for this Role
At a Glance
Have your own story?
Share it and help the next candidate prepare.
Comments
Loading comments...