Flipkart logo

SRE / DevOps Engineer Interview Experience at Flipkart2025

Flipkart

Not Selected 4 rounds Aug 2025 Off Campus
A

Anonymous

3-6 Years · Experienced

Posted 13 months ago — the hiring process may have changed since.

Verified Interview Pattern

Round structure (online assessment with DSA, HirePro-based technical interviews) is drawn directly from a real, publicly reported Flipkart SRE/DevOps Engineer interview experience. This entry is a reconstruction, not a first-hand transcript.

Application Story

Candidates register interest through Flipkart's careers portal, followed by an online assessment and multiple technical interview rounds conducted over HirePro, matching the real reported process structure for this role.

Preparation Journey

Preparation should focus on DSA fundamentals since Flipkart's assessment stage leans heavily on coding problems even for infrastructure-facing roles, alongside deployment pipeline and caching concepts.

Why Selected / Rejected

The technical rounds generally go well, but the process can feel inconsistent between interviewers, which matches what several real candidates have separately reported about Flipkart's SRE/DevOps loop - the bar and focus area can vary noticeably by which interviewer a candidate gets.

Resume Tips

Be ready to discuss deployment setup decisions and incident ownership in depth. Flipkart's technical rounds probe why a particular pipeline or architecture choice was made, not just what was used.

01Round
MEDIUM

Online — MCQ + Coding

90 minutes HirePro Remote

Three DSA problems within a 90-minute window, matching the real reported structure of Flipkart's initial online assessment for infrastructure-facing roles. The first is a straightforward array manipulation problem (finding the maximum sum subarray of a fixed size). The second is a graph problem requiring BFS to find the shortest path in an unweighted grid with obstacles. The third, and hardest, is a dynamic programming problem involving partitioning an array into k contiguous segments to minimize the maximum segment sum - a working but not optimal solution within the time limit, with the complexity tradeoff noted explicitly, is a reasonable outcome.

02Round
MEDIUM

Technical

30 minutes HirePro Remote

A 30-minute technical interview conducted on Flipkart's HirePro platform. It opens with one DSA problem - reversing a linked list in groups of k - best solved iteratively while narrating the pointer manipulation out loud. The interviewer then pivots to a troubleshooting-style question: given a service that intermittently returns 502 errors under load but works fine at low traffic, what would the first three diagnostic steps be. A strong answer checks upstream connection pool exhaustion first, then load balancer health check configuration, then whether the service has a memory leak causing periodic restarts under sustained load.

03Round
HARD

Technical

60 minutes HirePro Remote

The most substantial technical round of the loop, an hour long. It opens with the interviewer asking candidates to justify a specific deployment pipeline decision from their resume - why a blue-green deployment strategy was chosen over a rolling update for a particular service, and what the actual tradeoff was in terms of infrastructure cost versus rollback speed. If Redis appears on the resume, the conversation moves into Redis clustering: how Redis Cluster shards keys across nodes using hash slots, what happens during a failover when a master node becomes unreachable, and the consistency implications of Redis's asynchronous replication (specifically, that a failover can lose recently written data that had not yet replicated to the promoted replica). The round closes with a real incident the candidate handled: a specific downtime event, how it was first detected, the immediate mitigation applied, and what changed afterward to prevent recurrence.

04Round
EASY

Managerial

30 minutes Remote

A relatively relaxed closing conversation with the hiring manager, often finishing ahead of the scheduled time. It covers the technical ecosystem of the team, the specific line of business the candidate would be supporting, general team structure and reporting lines, and a light discussion of culture fit rather than any further technical probing.

Comments

Loading comments...

Questions Asked at Flipkart in the SRE / DevOps Engineer Interview

Online — MCQ + Coding Round

Three DSA problems within a 90-minute window, matching the real reported structure of Flipkart's initial online assessment for infrastructure-facing roles. The first is a straightforward array manipulation problem (finding the maximum sum subarray of a fixed size). The second is

Technical Round

A 30-minute technical interview conducted on Flipkart's HirePro platform. It opens with one DSA problem - reversing a linked list in groups of k - best solved iteratively while narrating the pointer manipulation out loud. The interviewer then pivots to a troubleshooting-style que

Technical Round

The most substantial technical round of the loop, an hour long. It opens with the interviewer asking candidates to justify a specific deployment pipeline decision from their resume - why a blue-green deployment strategy was chosen over a rolling update for a particular service, a

Managerial Round

A relatively relaxed closing conversation with the hiring manager, often finishing ahead of the scheduled time. It covers the technical ecosystem of the team, the specific line of business the candidate would be supporting, general team structure and reporting lines, and a light