Interview Experiences

Real stories from developers who've been through the interview process at top tech companies

Filter Experiences

Google Interview Experience SDE-2 (L3)

Google โ€ข SDE-2 (L3)

Bangalore, India

Hard
Yes
Rounds: Telephonic, 3 Technical Rounds, Googliness, Managerial
Salary: 50L
Experience: 2.8 years

I recently gave an interview for Google (Bangalore, India office) for the L3/L4 position. YOE: 2.8

๐Ÿง  **Telephonic Round**:
Started as a string parsing problem โ€” convert a 12hr time format. I chose to convert it into minutes. The problem evolved with new constraints into a DP problem (coin change style).

๐Ÿงช **Round 1 (DSA)**:
Given 'n' islands with values, find 3 directly connected islands (A, B, C) such that the sum of values is maximum. Used BFS and graph traversal with sorted adjacency lists.

๐Ÿ” **Round 2 (DSA + LLD)**:
Design a user model for a social media platform and build a friendship recommendation system. My internet fluctuated โ€” this affected the round negatively.

๐Ÿ“ˆ **Round 3 (Advanced Graph)**:
Graph problem using a map-of-maps: adj[1] = {"type1": [2], "type2": [5,6]}. Heavy discussion on data structures. This round went well.

๐Ÿ’ฌ **Round 4 (Googliness)**:
Standard behavioral round.

๐Ÿ“ฌ **Final**:
Was offered L3. Recruiter said I bombed one round, but compensation was good and I'm planning to join.
DSASystem DesignBehavioralGraph Algorithms
โœ“ Verified

Meta Frontend Engineer Interview

Meta โ€ข Frontend Engineer (E4)

Menlo Park, CA

Medium
Yes
Rounds: Phone Screen, 2 Technical Rounds, System Design, Behavioral
Salary: $140k - $170k
Experience: 3.5 years

Applied for Meta Frontend Engineer position. YOE: 3.5

๐Ÿ“ž **Phone Screen**:
React component optimization problem. Had to implement a virtualized list component with performance considerations.

๐Ÿ’ป **Round 1 (Frontend Coding)**:
Build a real-time chat interface with React. Focus on state management, WebSocket integration, and responsive design.

๐Ÿ—๏ธ **Round 2 (System Design)**:
Design a news feed system frontend architecture. Discussed caching strategies, infinite scroll, and performance optimization.

๐ŸŽฏ **Round 3 (JavaScript Deep Dive)**:
Advanced JavaScript concepts - closures, prototypes, async/await, and browser APIs. Also covered accessibility best practices.

๐Ÿค **Behavioral Round**:
Standard Meta behavioral questions focusing on impact and collaboration.

โœ… **Result**:
Got the offer! Great team culture and exciting projects ahead.
ReactJavaScriptSystem DesignFrontendPerformance
โœ“ Verified

Amazon SDE-1 Interview Experience

Amazon โ€ข SDE-1

Seattle, WA

Medium
No
Rounds: Online Assessment, 3 Technical Rounds, Bar Raiser
Salary: Not disclosed
Experience: 0 years (New Grad)

Fresh graduate interview experience at Amazon. YOE: 0

๐Ÿ’ป **Online Assessment**:
Two coding problems - one easy array manipulation and one medium tree traversal. Completed both within time limit.

๐Ÿ”ง **Round 1 (DSA)**:
Implement LRU Cache from scratch. Had to optimize for both time and space complexity. Interviewer was helpful with hints.

๐Ÿ“Š **Round 2 (System Design + Coding)**:
Design a URL shortener service and implement the core logic. Discussed database design and scaling considerations.

๐ŸŽฏ **Round 3 (Leadership Principles)**:
Heavy focus on Amazon's leadership principles. Asked about times I showed ownership, customer obsession, and bias for action.

๐Ÿ‘จโ€๐Ÿ’ผ **Bar Raiser Round**:
Most challenging round. Complex graph problem with multiple constraints. Couldn't complete the optimal solution in time.

โŒ **Result**:
Didn't get the offer. Feedback was that I need more practice with complex algorithms and system design fundamentals.
DSASystem DesignLeadership PrinciplesNew Grad
โœ“ Verified