Upload Button Icon Add office photos

Filter interviews by

Yatra Software Engineer Level 1 Interview Questions and Answers

Updated 7 Nov 2023

Yatra Software Engineer Level 1 Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Nov 2022. 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 - HR 

(3 Questions)

  • Q1. Give brief introduction about you
  • Q2. Salary expectations and work experience
  • Q3. Notice period if any
Round 3 - Coding Test 

Basic java coding questions like fibonacci

Round 4 - Coding Test 

Basic questions about java and programming queations

Round 5 - HR 

(1 Question)

  • Q1. Salary negotiatioj

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real, dont fake your self,

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Design a minimum stack that supports the following operations: push, pop, top, and retrieving the minimum element in constant time.
  • Ans. 

    Design a stack that supports push, pop, top, and retrieving minimum element in constant time.

    • Use two stacks - one to store the actual elements and another to store the minimum values encountered so far

    • When pushing an element, check if it is smaller than the current minimum and if so, push it to the minimum stack

    • When popping an element, check if it is the current minimum and if so, pop from the minimum stack as well

    • Top ...

  • Answered by AI
  • Q2. Given an integer array of size n, find the maximum circular subarray sum. A circular array means that the end of the array connects back to the beginning. The solution should consider both the non-circular...
  • Ans. 

    Find the maximum circular subarray sum in an integer array.

    • Calculate the non-circular maximum subarray sum using Kadane's algorithm.

    • Calculate the circular maximum subarray sum by subtracting the minimum subarray sum from the total sum.

    • Compare the non-circular and circular maximum subarray sums to get the overall maximum sum.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MakeMyTrip Software Developer interview:
  • stack
  • kadane's algorithm
Interview preparation tips for other job seekers - A solid approach to preparing for data structures and algorithms (DSA) is to use LeetCode as a primary resource.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Find out no of occurrence of character and spaces in given string

Interview Questionnaire 

1 Question

  • Q1. Basic Oops , SQL , aap.net
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dsa question was there medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for dsa and practice from leetcode
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Discussion about Hashmaps.
  • Q2. How to make Spring Applications?
  • Ans. 

    Spring applications can be made using Spring Boot, which simplifies the setup and configuration process.

    • Use Spring Initializr to create a new Spring Boot project

    • Add dependencies in the pom.xml file for required Spring modules

    • Create Java classes with annotations like @Controller, @Service, @Repository, etc.

    • Define application properties in application.properties or application.yml file

    • Run the application using the main m

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Discussion about Goals.
  • Q2. Discussed points from Resume

Skills evaluated in this interview

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

1)graph question 2)dp question

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Merge intervals provided array of start and end Maximum product subaaray

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice top ds algo interview questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Javascript core concepts, output questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - DSA 

(2 Questions)

  • Q1. Number of buildings from n coins
  • Ans. 

    The number of buildings that can be built using n coins can be calculated using a mathematical formula.

    • Use the formula: number of buildings = floor(sqrt(2 * n + 0.25) - 0.5)

    • For example, if n = 5, then number of buildings = floor(sqrt(2 * 5 + 0.25) - 0.5) = floor(sqrt(10.25) - 0.5) = floor(3.2) = 3

  • Answered by AI
  • Q2. Get a maximum sum from picking corner elements
  • Ans. 

    Find the maximum sum by picking corner elements of a matrix

    • Start by selecting the four corner elements of the matrix

    • Compare the sum of the diagonally opposite corners and choose the pair with the higher sum

    • Repeat the process with the remaining elements until all corners are picked

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA round 1:
2 questions were asked
1. Calculate number of buildings can be build from N coins when
from 1 coin required to build 1 building, 2 coins required for busling 2nd building, 3 coins required to build 3rd building,...

2. We have any array
2, 6, 4, 0, 9,1,5
we need to pick one element from left and one element from right i.e. extreme corners up to k times. get maximum sum.

Skills evaluated in this interview

Yatra Interview FAQs

How many rounds are there in Yatra Software Engineer Level 1 interview?
Yatra interview process usually has 5 rounds. The most common rounds in the Yatra interview process are HR, Coding Test and Resume Shortlist.
How to prepare for Yatra Software Engineer Level 1 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 Javascript, Distribution System, GCP, HTML and JQuery.
What are the top questions asked in Yatra Software Engineer Level 1 interview?

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

  1. Notice period if ...read more
  2. Salary negotiat...read more

Tell us how to improve this page.

Yatra Software Engineer Level 1 Interview Process

based on 1 interview

Interview experience

4
  
Good
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 Level 1 Salary
based on 14 salaries
₹6 L/yr - ₹9.2 L/yr
24% less than the average Software Engineer Level 1 Salary in India
View more details

Yatra Software Engineer Level 1 Reviews and Ratings

based on 3 reviews

3.2/5

Rating in categories

4.0

Skill development

3.6

Work-life balance

2.4

Salary

3.7

Job security

3.1

Company culture

1.7

Promotions

3.4

Work satisfaction

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

₹2.7 L/yr - ₹9.2 L/yr

Senior Executive
219 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Travel Consultant
115 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Assistant Manager
111 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