Preparing for an interview? Check out Cracking the Coding Interview
Published on

Intuit SSDE Interviews senior software engineer

Author
  • Shared Anonymously

ROUND 1 :
OA : 1 easy leetcode question on array, and 5 multiple choice questions (static variable, code output , springboot, spring, java )

Round 2 : Craft Demonstration
Create a fully working code on comment service for facebook/twitter/instagram. (imp - ORM, replies on comments, multi-level comment )

Round 3 ;
2 Leetcode medium questions

  1. Decode Ways
  2. Binary Search on String

Round 4 :
1 design question
create a working code for Rate limiter by any algorithm (fixed window or sliding window)
We can use queue for this. Map, is not the right way to implement it.

Round 5 :
Manager Round -> asks behavioral questions

ReportMark as Helpful