Interview Experience - Freshworks
Summary
I interviewed for an IC2 - SSE Role at Freshworks, which included rounds on Data Structures & Algorithms, Design, High-Level/Low-Level Design, and a Hiring Manager discussion. I successfully tackled p...
Interview Experience
**IC2 - SSE Role: R1: DSA** nearest smaller element to the left - BruteForce O[N^2], And with Stacks O[N]. reverse the first k elements of an array - Solved with 2 pointer approach and inplace swap O[K]. Making sure, we think out loud with approach, consider all base-cases and constraints, with dry...


