Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Ixigo.com Team. If you also belong to the team, you can get access from here

Ixigo.com Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Ixigo.com Software Engineer Interview Questions and Answers

Updated 12 Mar 2024

Ixigo.com Software Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. To find the kth minimum element from BST
  • Ans. 

    To find the kth minimum element from a Binary Search Tree (BST)

    • Perform an in-order traversal of the BST to get elements in sorted order

    • Return the kth element from the sorted list

    • Time complexity: O(n) where n is the number of nodes in the BST

  • Answered by AI
  • Q2. Basic OOPs question like inheritance encapsulation
Round 2 - Technical 

(2 Questions)

  • Q1. In a BST two numbers are swapped find swapped nos.
  • Ans. 

    To find swapped numbers in a BST, perform inorder traversal and keep track of previous node.

    • Perform inorder traversal of the BST

    • Keep track of the previous node while traversing

    • If at any point, the current node's value is less than the previous node's value, those are the swapped numbers

  • Answered by AI
  • Q2. What you did in college projects
Round 3 - One-on-one 

(2 Questions)

  • Q1. Puzzles: find the fastest 3 horses in 25 horse race with a race and 5 horses can be run at a time
  • Q2. Weakness and strength. how a friend will describe you

Interview Preparation Tips

Topics to prepare for Ixigo.com Software Engineer interview:
  • java
  • dsa
  • puzzle
  • tree
Interview preparation tips for other job seekers - DSA and system design are needed

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

There is a question based on Rest API and another question on Java

Interview Preparation Tips

Topics to prepare for trivago Software Engineer interview:
  • REST API
  • Java
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was 1 hour long and was asked to pass all the test cases.

Round 2 - Technical 

(1 Question)

  • Q1. System Design with basic of OOP and OS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

Coding Rond consisted of 3 questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. 1. Data structures and algorithms
  • Q2. 2. Computer fundamentals
  • Q3. Revise all cs fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Just polish your DSA concepts and projects in your resume

I applied via Campus Placement and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Coding Test 

3 data structure problem with medium to hard level leetcode type.

Round 2 - One-on-one 

(2 Questions)

  • Q1. 1st question was on vertical order traversal in a tree. it was from gfg he also told me to optimise it
  • Q2. 2nd question was from leetcode ie meeting rooms ll , medium question

Interview Preparation Tips

Interview preparation tips for other job seekers - do data structure practise from striver sheet as the ask dsa the most
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Dsa -> questions on trees, linked list, stack, dynamic programming

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium to hard

Round 2 - Technical 

(2 Questions)

  • Q1. Rain water trapping
  • Q2. Bricks and ladder
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Coding Test 

Polyfills,html,css basics,js intermediate level

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Data Structures and Theoretical Java and SQL concepts like - views, indexes, DML
Round 3 - Coding Test 

Programs on Sorting and Search Algorithms and Core Java

Interview Preparation Tips

Topics to prepare for Yatra Software Engineer interview:
  • Core Java
  • SQL
  • DSA

I applied via LinkedIn and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Print right view of a tree.
  • Ans. 

    Print the rightmost nodes of a binary tree.

    • Traverse the tree in a depth-first manner, starting from the right child of each node.

    • Use a queue to keep track of the nodes to be visited.

    • Add the rightmost node of each level to the result array.

  • Answered by AI
  • Q2. Garbage Collector in c#
  • Ans. 

    Garbage Collector in C# manages memory allocation and deallocation automatically.

    • Garbage Collector is responsible for freeing up memory that is no longer in use.

    • It runs in the background and periodically checks for unused objects.

    • GC.SuppressFinalize() method can be used to prevent the finalizer from running.

    • GC.Collect() method can be used to force garbage collection.

    • GC.GetTotalMemory() method can be used to get the tot

  • Answered by AI
  • Q3. Find who all are mutual connections.

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds in total, 3 technical and one culture fit round
Round 1:
CS Basics, few graph and linked list questions
Was asked to design a url shortner which would be working on scale and few modifications on that as well.
Round 2:
Got questions on HLD & LLD. This round was more about my understanding of how compiler and languages work
Round 3:
Managerial Round, This was taken by Engineering Manager who was checking my knowledge with different systems and at what level I have worked with distributed systems and microsevices.
Round 4:
Normal HR round, and I was asked on how will much I'll rate myself on each of the interviews and what went wrong and what went well.

Selected.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Ixigo.com Interview FAQs

How many rounds are there in Ixigo.com Software Engineer interview?
Ixigo.com interview process usually has 3 rounds. The most common rounds in the Ixigo.com interview process are Technical and One-on-one Round.
How to prepare for Ixigo.com Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Ixigo.com. The most common topics and skills that interviewers at Ixigo.com expect are HTML, Javascript, Computer science, SEO and Wordpress.
What are the top questions asked in Ixigo.com Software Engineer interview?

Some of the top questions asked at the Ixigo.com Software Engineer interview -

  1. puzzles: find the fastest 3 horses in 25 horse race with a race and 5 horses ca...read more
  2. in a BST two numbers are swapped find swapped n...read more
  3. to find the kth minimum element from ...read more

Recently Viewed

INTERVIEWS

RadiSys

No Interviews

INTERVIEWS

AbhiBus

No Interviews

INTERVIEWS

MagicPin

No Interviews

INTERVIEWS

Citrix

No Interviews

INTERVIEWS

Yatra

No Interviews

INTERVIEWS

Samsung

No Interviews

INTERVIEWS

Citicorp

No Interviews

INTERVIEWS

Droom

No Interviews

INTERVIEWS

Uber

No Interviews

INTERVIEWS

Jocata

No Interviews

Tell us how to improve this page.

Ixigo.com Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Ixigo.com Software Engineer Salary
based on 35 salaries
₹8 L/yr - ₹20 L/yr
54% more than the average Software Engineer Salary in India
View more details

Ixigo.com Software Engineer Reviews and Ratings

based on 4 reviews

2.6/5

Rating in categories

3.9

Skill development

1.9

Work-life balance

2.6

Salary

1.9

Job security

1.9

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Ixigo.com with

MakeMyTrip

3.7
Compare

Yatra

3.4
Compare

Cleartrip

3.4
Compare

Goibibo

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent