Sunday, October 6, 2024
Google search engine
HomeData Modelling & AIExpedia Interview Experience | Set 9 (For 1.8 Years Experienced)

Expedia Interview Experience | Set 9 (For 1.8 Years Experienced)

1) Technical round

  • Explain me any one project / challenges / team size
  • How did you solve the problem of concurrency in your project.
  • Which design patterns did you used ?
  • Design LRU cache
  • Ways to synchronized in memory cache with each other
  • Write custom putIfAbsent by extending HashMap. Also handle concurrency/correctness

2) Technical round

  • Best data structure for faster searching of string – Trie
  • Optimize the size of trie by giving some other DS – Ternary search tree
  • Trie vs Ternary search tree complexities
  • Range queries – Segment tree
  • Check if Tree is foldable or not
  • Have you ever worked on any search engines ?

3) Technical round

  • Discussion about project
  • Use of serialversion UID
  • Write hashmap implementation
  • Given a array of numbers. Identify maximum difference between 2 numbers such that arr[x]<arr[y] and y>x
  • Suggest design where multiple threads can access common piece of code
  • Print binary tree in vertical order

4) Hiring manager round (Video call | BlueJeans)

  • Detail discussion about one of the project
  • Your role in project
  • Last code review suggestions
  • Interaction with product manager directly for whole project ?
  • Two phase locking in sql
  • ActiveMQ rollback strategy
  • Identify slow queries and how to optimize them
  • Conflicts in code reviews

If you like neveropen and would like to contribute, you can also write an article and mail your article to review-team@geeksforgeeks.org. See your article appearing on the neveropen main page and help other Geeks.

Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above

Feeling lost in the world of random DSA topics, wasting time without progress? It’s time for a change! Join our DSA course, where we’ll guide you on an exciting journey to master DSA efficiently and on schedule.
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 neveropen!

RELATED ARTICLES

Most Popular

Recent Comments