Upload Button Icon Add office photos

Yatra

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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:
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 Resume 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:
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 - 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 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

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
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Implement an iterator to flatten 2D vector

Round 2 - One-on-one 

(1 Question)

  • Q1. Find shortest path to get all keys
  • Ans. 

    Use Dijkstra's algorithm to find the shortest path to get all keys

    • Implement Dijkstra's algorithm to find the shortest path in a graph

    • Consider the keys as nodes in the graph and the paths between keys as edges

    • Keep track of the keys collected and update the shortest path accordingly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice algorithmic questions

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 Resume 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.
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
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA ROUND : DP question was asked

Round 2 - Technical 

(2 Questions)

  • Q1. MICROSERVICE VS MONOLITH
  • Ans. 

    Microservices are small, independent services that work together, while monolith is a single, large application.

    • Microservices are loosely coupled and can be developed, deployed, and scaled independently.

    • Monoliths are tightly coupled and any change requires redeployment of the entire application.

    • Microservices allow for better fault isolation and scalability.

    • Monoliths are simpler to develop and deploy initially.

    • Examples ...

  • Answered by AI
  • Q2. DATABASE SELECTION
Round 3 - Technical 

(1 Question)

  • Q1. Design Rate Limiter

Skills evaluated in this interview

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

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

Recently Viewed

INTERVIEWS

Samsung

No Interviews

INTERVIEWS

Citicorp

No Interviews

INTERVIEWS

Droom

No Interviews

INTERVIEWS

Uber

No Interviews

INTERVIEWS

Jocata

No Interviews

INTERVIEWS

Times News

No Interviews

INTERVIEWS

Droom

No Interviews

INTERVIEWS

McAfee

No Interviews

INTERVIEWS

Headout

No Interviews

INTERVIEWS

Jocata

No Interviews

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
 • 217 Interviews
MakeMyTrip Interview Questions
3.7
 • 122 Interviews
BCD Travel Interview Questions
4.3
 • 111 Interviews
Expedia Group Interview Questions
3.8
 • 75 Interviews
Thomas Cook Interview Questions
3.7
 • 44 Interviews
Airbnb Interview Questions
3.8
 • 23 Interviews
Thrillophilia Interview Questions
3.8
 • 22 Interviews
Cleartrip Interview Questions
3.4
 • 18 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
226 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
219 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Travel Consultant
115 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
111 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
91 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent