Upload Button Icon Add office photos

Filter interviews by

TripAdvisor Software Engineer2 Interview Questions and Answers

Updated 15 Aug 2024

TripAdvisor Software Engineer2 Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DB based and system design
Round 2 - System design 

(1 Question)

  • Q1. Based on logger

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Currying in javascript and implement the sum(1)(2)(3)(4)......
  • Ans. 

    Currying in JavaScript is a technique of transforming a function that takes multiple arguments into a sequence of functions, each taking a single argument.

    • Create a function that takes a single argument and returns a new function that takes the next argument.

    • Repeat this process until all arguments are received and then return the final result.

    • Example: function sum(a) { return function(b) { return function(c) { return fu...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked 2 medium level questions.
1 - provided an array of integers return array of integers which will contain index of next greater element.

2 - provided array of strings and asked to find kth largest number.
number can upto 10^31 which is in string.

Interview Preparation Tips

Interview preparation tips for other job seekers - Online Coding test
DSA round
Design round
HM round
HR round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrank was used for test

Round 2 - Technical 

(2 Questions)

  • Q1. Implement BFS to find the nearest neighbour
  • Ans. 

    Implement BFS algorithm to find the nearest neighbour

    • Create a queue to store nodes to be visited

    • Start with the initial node and add it to the queue

    • While the queue is not empty, dequeue a node, visit its neighbours, and add them to the queue

    • Repeat until the nearest neighbour is found

  • Answered by AI
  • Q2. Implement Priority queue using heap.
  • Ans. 

    Priority queue can be implemented using a heap data structure.

    • Create a min heap or max heap based on the priority order needed.

    • Insert elements into the heap based on their priority level.

    • Remove elements from the heap based on their priority level.

    • Heapify the heap after each insertion or deletion operation.

    • Example: Implementing a min heap for a priority queue where lower values have higher priority.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Fair and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

OA test 3 Dsa questions 2 medium 1 hard you have to solve 1.5 questions in 120 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA Round Astreoid collision leetcode
  • Q2. Dp question based on exclusion and inclusion
Round 3 - Coding Test 

DSA 2 question
1 -> Find Lca and traverse a tree path available on GFG
2 -> LinkedList pallindrome check (you have to solve that in 0(1) space complexity)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The exam duration is one and a half hours.

Round 2 - Coding Test 

The total exam time is one and a half hours.

Round 3 - Group Discussion 

It encompasses all topics related to full stack development.

Round 4 - Technical 

(2 Questions)

  • Q1. Asks questions on SQL
  • Q2. Asks question in typical topics
Round 5 - HR 

(1 Question)

  • Q1. Where do you see yourself in two years?
  • Ans. 

    In two years, I see myself as a senior software developer leading a team on innovative projects.

    • Advancing to a senior software developer role

    • Leading a team on new and innovative projects

    • Continuing to enhance my technical skills through ongoing learning and training

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. MC question on desing pattern
  • Q2. Graph question, tree and hash
  • Q3. Design Book my show
Round 2 - Coding Test 

Dp question of jump game

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is ambitionbox
  • Q2. How many questions are there in that
Round 2 - One-on-one 

(2 Questions)

  • Q1. Same as above questions
  • Q2. Same as above questions second one
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic questions only.

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions like, how react works?
  • Q2. What is the equivalent of ReactDOM in mobile application development?
  • Ans. 

    The equivalent of ReactDOM in mobile application development is React Native.

    • React Native is a framework for building mobile applications using React.

    • It allows developers to write code in JavaScript and render native components.

    • Just like ReactDOM in web development, React Native handles rendering components to the screen.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 coding questions, medium

Round 2 - Technical 

(2 Questions)

  • Q1. Related to string and prefix sum
  • Q2. How priority queue works and its implementation using min heap
  • Ans. 

    Priority queue is a data structure that stores elements based on their priority, allowing for efficient retrieval of the highest priority element.

    • Priority queue can be implemented using a min heap, where the root node always contains the minimum element.

    • Insertion: Add the new element to the end of the heap and then heapify up to maintain the min heap property.

    • Deletion: Remove the root node (minimum element), move the l...

  • Answered by AI

Skills evaluated in this interview

TripAdvisor Interview FAQs

How many rounds are there in TripAdvisor Software Engineer2 interview?
TripAdvisor interview process usually has 2 rounds. The most common rounds in the TripAdvisor interview process are Technical.
What are the top questions asked in TripAdvisor Software Engineer2 interview?

Some of the top questions asked at the TripAdvisor Software Engineer2 interview -

  1. DB based and system des...read more
  2. based on log...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Swiggy Interview Questions
3.8
 • 419 Interviews
BigBasket Interview Questions
3.9
 • 345 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
JustDial Interview Questions
3.5
 • 326 Interviews
Meesho Interview Questions
3.7
 • 320 Interviews
CARS24 Interview Questions
3.6
 • 315 Interviews
View all
Software Engineer
9 salaries
unlock blur

₹13 L/yr - ₹40 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹29.4 L/yr - ₹55 L/yr

Senior Analyst
4 salaries
unlock blur

₹22 L/yr - ₹35 L/yr

Product Manager
4 salaries
unlock blur

₹30 L/yr - ₹30 L/yr

Software Engineer2
3 salaries
unlock blur

₹34 L/yr - ₹45 L/yr

Explore more salaries
Compare TripAdvisor with

Expedia Group

3.9
Compare

MakeMyTrip

3.7
Compare

Yatra

3.4
Compare

Cleartrip

3.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview