J'ai postulé en ligne. J'ai passé un entretien chez Expedia Group (Bengaluru) en déc. 2020
Entretien
- Came to know about the opening in November 2020 via LinkedIn and applied online on their career site.
- Got a HackerRank interview 2 weeks later which consisted of 10 MCQs and 2 Easy Coding Challenges.
- Got an invite for a Video Interview that consisted of 2 Rounds of 45 Mins each.
1st Round: Data Structures and Algorithms
2nd Round: Computer Fundamentals and Problem Solving.
Questions d'entretien [1]
Question 1
Round 1
1. A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null. Return a deep copy of the list.
2. Print a N * M Matrix in a spiral loop.
Round 2
1. What is Paging?
2. Design and implement Classes with Inheritance and Virtual Functions for a given Design Problem.
3. Find maximum sum of triplets in an array such than i < j < k and a[i] < a[j] < a[k]