Expedia Interview Experience (Bangalore) | SDE-2
Summary
I recently interviewed with Expedia Group for a Software Engineer SDE-2 role in Bangalore. The interview process consisted of an Online Assessment, two rounds focused on Data Structures & Algorithms, ...
Interview Experience
π Process OverviewOnline Assessment (HackerRank) A standard OA with a couple of DSA-based coding questions. Time complexity awareness and clean code mattered a lot here.Round 1 β DSA Questions:Longest Consecutive Sequence in an Array Solved using a HashSet for O(n) time. Follow-up discussion: time ...
Interview Questions (5)
Longest Consecutive Sequence in an Array
Data Structures & AlgorithmsReorder Linked List
Data Structures & AlgorithmsLongest Substring with Distinct Characters
Data Structures & AlgorithmsFind Minimum in Rotated Sorted Array
Data Structures & AlgorithmsDesign Product Delivery API
System DesignPreparation Tips
π‘ TipsBrush up on array, linked list, sliding window, hashing, and binary-search patterns, these appeared in my rounds.Be ready to explain trade-offs clearly, especially in LLD discussions.Keep your communication crisp, Expediaβs interviewers value structured thinking.Donβt just code, narrate your ...


