Snabbit SDE-2 Interview experience

snabbit logo
snabbit
· SDE-2
January 20, 2026 · 48 reads

Summary

I had two interview rounds with Snabbit for the SDE-2 role, covering Data Structures & Algorithms, a resume deep dive, and Low-Level Design.

Full Experience

Had 2 rounds with Snabbit First: DSA (LFU Cache, extract integers from string preserving order, spot the counterfiet coin(which will be heavier or lighter than the other 11) from the list of 12 coin, puzzle(ABC + ABC + ABC = CCC))

Second: Resume deep dive + LLD of payout calculation of swiggy

Interview Questions (5)

1.

LFU Cache

Data Structures & Algorithms·Hard

Implement an LFU (Least Frequently Used) Cache.

2.

Extract Integers from String Preserving Order

Data Structures & Algorithms·Easy

Extract all integer numbers from a given string, ensuring their original order is preserved.

3.

Counterfeit Coin Puzzle (12 Coins)

Other·Medium

Spot the counterfeit coin from a list of 12 coins, where the counterfeit coin will be either heavier or lighter than the other 11, using a balance scale.

4.

Arithmetic Puzzle (ABC + ABC + ABC = CCC)

Other·Medium

Solve the cryptarithmetic puzzle: ABC + ABC + ABC = CCC, where A, B, and C represent distinct digits.

5.

Low-Level Design: Swiggy Payout Calculation

System Design·Hard

Design the Low-Level System for calculating payouts for a service similar to Swiggy.

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!