Kotak Mahindra Bank | SDE 2 | Bangalore | Rejected

kotak mahindra bank logo
kotak mahindra bank
· SDE 2· Bangalore· 2.1y exp
March 26, 2026 · 0 reads

Summary

I interviewed for an SDE 2 role at Kotak Mahindra Bank in Bangalore, completed a Bar Raiser round (DSA, LLD, HLD) and a second DSA round, but was rejected after the second round.

Full Experience

Status: 2.10 YOE Position: SDE 2 Location: Bangalore

Round 1: Bar Raiser (DSA + LLD + HLD)

  • DSA: Minimum Size Subarray Sum (Find minimum length subarray for sum >= target): https://leetcode.com/problems/minimum-size-subarray-sum/
  • LLD: Design an E-commerce platform. Heavy discussion on database schemas.
  • HLD: Data consistency strategies in distributed systems (Discussed Quorum, Two-Phase Commit / 2PC, and Leader-Replica architectures).

Round 2: DSA

Verdict: Rejected in Round 2. I was not familiar with standard Linked List manipulation patterns and fumbled the implementation.

Interview Questions (2)

1.

Minimum Size Subarray Sum

Data Structures & Algorithms·Medium

Given an array of positive integers and a target integer target, find the minimal length of a contiguous subarray of which the sum is greater than or equal to target. If there is no such subarray, return 0.

2.

Segregate prime and non‑prime numbers in a Linked List

Data Structures & Algorithms·Medium

Given a singly linked list of integer values, reorder the list so that all nodes containing prime numbers appear before nodes containing non‑prime numbers, while preserving the original relative order within each group.

📣 Found this helpful? Please share it with friends who are preparing for interviews!

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!