Upload Button Icon Add office photos

Filter interviews by

Yatra Software Engineer Interview Questions and Answers

Updated 12 Sep 2023

Yatra Software Engineer Interview Experiences

6 interviews found

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

I applied via Company Website and was interviewed in Aug 2023. 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 tips
Round 2 - Aptitude Test 

General reasoning and Mathmatics Aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Core Java and Coding questions

Interview Preparation Tips

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

I applied via Approached by Company and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Core : DBMS , oops in depth coding: basic DSA questions based on Arrays, String.
Round 3 - One-on-one 

(1 Question)

  • Q1. He asked me graph questions ( medium level ) based on a node to root, and min cost to target. note: if you really want to crack the yata.com interview practice graph question and they ask a leetcode questi...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. focus on dsa (graph) for the yatra.com
2. clear your oops concept.
3. clear your DBMS concept.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Recruitment Consulltant and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. What are the types of data.
  • Ans. 

    Types of data include numerical, categorical, ordinal, and binary.

    • Numerical data includes continuous and discrete values, such as height and age.

    • Categorical data includes non-numeric values, such as colors and types of fruit.

    • Ordinal data includes values with a specific order, such as rankings and ratings.

    • Binary data includes only two possible values, such as true/false and yes/no.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basic concepts of data structures. Data structures are must. And be true to your resume, don't mention the things you have no idea about.

Skills evaluated in this interview

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 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Data Structures and Theoretical Java and SQL concepts like - views, indexes, DML
Round 2 - 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

Yatra interview questions for designations

 Senior Software Engineer

 (2)

 Software Engineer Level 1

 (1)

 Software Developer

 (2)

 Senior PHP Developer

 (1)

 UI Developer

 (1)

 Front end Developer

 (1)

Software Engineer Interview Questions & Answers

user image Vickey Manwar

posted on 10 Nov 2021

I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Oops concept, use of throws and exception, test cases for cash withdrawl at atm, booking ticket at railway test cases, spring boot annotations, jdbc questions, sql queries and programs on strings.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before interview, be free and be yourself don't pretend to be a smart one just keep your confidence and answer all the questions, if you don't know the answer then please let them know.

I applied via Other and was interviewed in Sep 2018. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. As position was for UI developer. So first round was majorly based on HTML and CSS. They were checking the basic concepts.
  • Q2. Questions from JavaScript. Major JavaScript concepts and logical questions.
  • Q3. Main focus was on data structure, travel domain knowledge and optimisation techniques.
  • Q4. Main purpose of this round was to check how updated a person is with new technologies, his willingness to learn new things and attitude towards work.
  • Q5. General discussion and salary negotiation.

Interview Preparation Tips

General Tips: Focus on Data structures.
Skills: GIT, Css, HTML, JavaScript, Communication
Duration: <1 week

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Linked list, tree, queues

Round 2 - One-on-one 

(3 Questions)

  • Q1. Merge linked list
  • Q2. Minimum jump question
  • Q3. Coin switch problem
  • Ans. 

    Coin switch problem involves determining the minimum number of coin flips to make all coins face the same direction.

    • Start from one end and count the number of flips needed to make all coins face the same direction

    • Consider the edge cases where the first and last coins are different

    • Optimize by flipping only when necessary

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Implement LRU Cache
  • Ans. 

    LRU Cache is a data structure that stores the most recently used items and discards the least recently used items when full.

    • Use a combination of a doubly linked list and a hashmap to implement LRU Cache.

    • Keep track of the most recently used item at the head of the linked list and the least recently used item at the tail.

    • When a new item is accessed, move it to the head of the linked list and update the hashmap.

    • When the c...

  • Answered by AI

Skills evaluated in this interview

I applied via Job Portal and was interviewed before May 2021. There were 5 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 tips
Round 2 - Coding Test 

2 Coding Questions (Hard Level) followed by 20 MCQ (CS Fundamentals)

Round 3 - Technical 

(2 Questions)

  • Q1. Given n starting with all 1 find the kth number example: n = 3, k= 4 1 1 1
  • Ans. 

    Given n starting with all 1, find the kth number.

    • The kth number is obtained by incrementing the binary representation of n.

    • Repeat until k-1 increments are done.

    • Return the final value of n.

  • Answered by AI
  • Q2. Question similar to level order traversal in binary tree
Round 4 - Technical 

(1 Question)

  • Q1. Reverse Linked List, Water Bucket Problem, Reverse Each word in a sentence
Round 5 - Technical 

(1 Question)

  • Q1. OOPs, Database, Networking

Interview Preparation Tips

Topics to prepare for MakeMyTrip Software Engineer interview:
  • Data Structures
  • Java
  • OOps
  • Database
Interview preparation tips for other job seekers - Well-prepared with Data Structures and have some knowledge of other subjects like Databases, OOPs, Networking etc.

I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About oops

Interview Preparation Tips

Interview preparation tips for other job seekers - just know the basics

Yatra Interview FAQs

How many rounds are there in Yatra Software Engineer interview?
Yatra interview process usually has 2-3 rounds. The most common rounds in the Yatra interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Yatra 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 Yatra. The most common topics and skills that interviewers at Yatra expect are Data Structures, Hibernate, Java, Algorithms and Maven.
What are the top questions asked in Yatra Software Engineer interview?

Some of the top questions asked at the Yatra Software Engineer interview -

  1. What are the types of da...read more
  2. Main purpose of this round was to check how updated a person is with new techno...read more
  3. As position was for UI developer. So first round was majorly based on HTML and ...read more

Tell us how to improve this page.

Yatra Software Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Resume Shortlist Round
View more

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 226 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
BCD Travel Interview Questions
4.3
 • 111 Interviews
Expedia Group Interview Questions
3.8
 • 81 Interviews
Thomas Cook Interview Questions
3.8
 • 44 Interviews
Airbnb Interview Questions
3.8
 • 22 Interviews
Thrillophilia Interview Questions
3.8
 • 22 Interviews
Cleartrip Interview Questions
3.4
 • 17 Interviews
View all
Yatra Software Engineer Salary
based on 64 salaries
₹3.5 L/yr - ₹12.2 L/yr
15% less than the average Software Engineer Salary in India
View more details

Yatra Software Engineer Reviews and Ratings

based on 7 reviews

1.7/5

Rating in categories

1.4

Skill development

1.5

Work-life balance

2.4

Salary

1.8

Job security

1.5

Company culture

1.6

Promotions

1.3

Work satisfaction

Explore 7 Reviews and Ratings
Senior Travel Consultant
227 salaries
unlock blur

₹2.7 L/yr - ₹9.2 L/yr

Senior Executive
209 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Travel Consultant
115 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Assistant Manager
112 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Team Lead
91 salaries
unlock blur

₹3.8 L/yr - ₹10 L/yr

Explore more salaries
Compare Yatra with

MakeMyTrip

3.7
Compare

Cleartrip

3.4
Compare

Goibibo

4.3
Compare

Oyo Rooms

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview