Update appNew update is available. Click here to update.
SDE - 1
Expedia Group
upvote
share-icon
3 rounds | 5 Coding problems
views
0 views
comment
0 comments
upvote
0 upvotes
Interview preparation journey
expand-icon
Preparation
Duration: 6 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming, java
Tip
Tip

Tip 1 - Practice Atleast 250 Questions from geeks from geeks and coding ninjas
Tip 2 - Ex- Do atleast 2 good projects

Application process
Where: Hackerrank
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume and be confident.

Interview rounds
01
Round
Easy
Online Coding Interview
Duration60 minutes
Interview date8 Oct 2021
Problems1
Encode and Decode

Tiny URL is an online URL shortening service, where you get a short version of a given URL as a substitute.

Your task is to design encode th...

view more
Try solving now
02
Round
Medium
Video Call
Duration90 minutes
Interview date10 Oct 2021
Problems3
Height of Binary Tree

You are given an arbitrary binary tree consisting of 'N' nodes where each node is associated with a certain value. You need to find out the height of the tree.

view more
Try solving now
Binary Tree Zigzag Traversal

You have been given a Binary Tree of 'N' nodes, where the nodes have integer values. Your task is to print the zigzag traversal of the given tree.

Note:
view more
Problem approach

This problem can be solved using two stacks. Assume the two stacks are current: currentlevel and nextlevel. We would also need a variable to keep track of the current level order(whether it is left to right or right to left). We pop from the currentlevel stack and print the nodes value. Whenever the current level order is from left to right, push the nodes left child, then its right child to th...

view more
Try solving now
Diagonal Traversal of a Binary Tree

You have been given a binary tree of integers. You are supposed to find the diagonal traversal(refer to Example) of the given binary tree.

Example:

view more
Problem approach

The plan is to make use of a map. Different slope distances are used in the map as a key. The map’s value is a node vector (or dynamic array). To save values in the map, we traverse the tree. We print the contents of the map after it has been constructed.

Try solving now
03
Round
Easy
HR Round
Duration30 minutes
Interview date12 Oct 2021
Problems1
Basic HR Questions

She asked some questions related to my projects, challenges I faced and how did I overcome those?
Tech stack I used and difference between MongoDb and Mysql, which is better?
Difference between csv and json and why both exist?
Where do you see yourself in next couple of years?
Why expedia? What change you can bring to company? Are you willing to relocate?

Problem approach

Tip 1 : Be confident
Tip 2 : Have background about the company

Start a Discussion
Similar interview experiences
company logo
Frontend Developer
4 rounds | 8 problems
Interviewed by Expedia Group
199 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 4 problems
Interviewed by Expedia Group
122 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 6 problems
Interviewed by Expedia Group
887 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by Expedia Group
16 views
0 comments
0 upvotes
Companies with similar interview experiencs
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
56809 views
15 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
25615 views
3 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
17973 views
4 comments
0 upvotes