Flipkart GRiD 8.0 Round 2 (Coding Assessment) – My Experience

Hi everyone!

I completed my Flipkart GRiD 8.0 Round 2 today and wanted to share my experience for future aspirants.

Assessment Format
Duration: 90 minutes
Questions: 4 Coding Questions
No MCQs

Each question carried 15 marks

Topics I Encountered
Q1: SQL (Joins, filtering, ordering, handling NULL/empty values)

Q2: Number manipulation / implementation problem involving a special "Golden Price" condition.

Q3: Tree-based implementation using path strings (L, LR, LRL, ...). More of an implementation question than an advanced tree algorithm.

Q4: Large implementation/simulation problem involving multiple entities, validation, scoring, filtering, and sorting. This was the toughest question for me.

My Result
Q1 ✅ All test cases passed
Q2 🟡 6/12
Q3 ✅ All test cases passed
Q4 🟡 4/12

My Takeaways
Don't prepare only Graphs/DP because they're frequently discussed online.

Strong implementation skills matter a lot.

Read the entire problem statement carefully—many hidden test cases come from missed edge cases.

Manage your time wisely.

Finishing two questions completely is much better than leaving several half-done.

Hope this helps someone preparing for future GRiD rounds.

Good luck! 🚀

Comments (1)