Upload Button Icon Add office photos

Yatra

Compare button icon Compare button icon Compare

Filter interviews by

Yatra Senior Software Engineer Interview Questions and Answers

Updated 12 Mar 2022

Yatra Senior Software Engineer Interview Experiences

2 interviews found

Round 1 - Technical 

(1 Question)

  • Q1. Basics of android and java
Round 2 - Coding Test 

Ds related questions

Round 3 - Technical 

(1 Question)

  • Q1. All Android (Java and kotlin)
Round 4 - Behavioral 

(1 Question)

  • Q1. Past projects,android,kotlin
Round 5 - HR 

(1 Question)

  • Q1. About Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared if you want to join in yatra

Interview Preparation Tips

Round: Test
Experience: 1. Rotate a matrix by 90 degrees clockwise.( He asked me have you heard of question.I said Yes.Then he asked me to code)2. Find vertical sum of nodes present in same vertical line in binary tree. ( He again asked me have you heard of question. I have heard it but didn’t remember the approach. It took some time and then I started telling my approach.He aasked me to write code and question regarding get sums from left to right , for which I made use of linked hashmap)
Overall It was very cool for me
Total Questions: 2

Round: Test
Experience: 1.Reverse K blocks of nodes in linked list.There are two interviewers this time, probably, guy was senior he was asking me question.He was very particular in coding. Checked every edge case.and asked me evrything.Initially I told the approach and then started coding.2.Find min in stack in O(1)Pretty straightforward written code.Again he checked all edge cases with my code.3. Then asked about counting sort and its code.4. And a simple question on array sorting.

Round: HR Interview
Experience: I thought this was last round as they have said like.She asked me about my strengths and challenges I faced.How I overcame through it1.Basic question on oops concepts.(runtime polymorphism).
2.Design tables for getting all employees under manager. I screwed it little bit.But some how I got answer which I was not satisfied as well.I was expecting result either yes/no.But they called me for another round of interview may be because of my expected salary which was high compared to my previous.

Round: Technical Interview
Experience: 1.Given “aaabbbccc” it should return “a3b3c3″ in place. Initially I explained brute force approach then he said array has 2n space.I was able to remember approach for quicksort and started explaining after which I grew confident on it.He was satisfied.Questions on time complexity of algo and space complexity discussions.2.Again a question on OOPs.This time I was completely wrong in answering it.I thought interview with yatra was closing for me.He was not satisified much with this.Luckily, there was another round with manager.

Round: Other Interview
Experience: 1.He asked me to find words which are having particular pattern.Then I said it was KMP algo. Can I explain it ?? I started explaining approach, may be he was busy with something, he asked me to write pseudo code.He left the room for 15 mins then he came back I had almost completed the code, which he was satisified.Some basic questions on spring ( my previous work was related to it). Then my expected salary and my position If I got selected in yatra were discussed.

College Name: NA

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

Interview questions from similar companies

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

45 MCQ Which includes below topics
Basic core Java
Database
Spring
Hibernate
Angular
One program based on core Java logic

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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Php Oops Concepts
  • Q2. Design Patterns
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to leave your current job
Round 3 - Mangerial 

(2 Questions)

  • Q1. Regarding other technologies, I have worked on
  • Q2. React and project related to react

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduce yourself, and tell the technologies you have worked with, if you are experienced learn advanced concepts of those technologies, be confident and all the best

I applied via Naukri.com and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About OOPs concept, MVC framework questions
  • Q2. SQL query related questions
Round 2 - Technical 

(1 Question)

  • Q1. Project and team handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Remember DotNet framework related key points
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Oops concepts , graphs

Round 2 - Recruiter screening 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a highly experienced Senior Software Engineer with a passion for developing innovative solutions.

    • Over 10 years of experience in software development

    • Expertise in multiple programming languages such as Java, Python, and C++

    • Strong background in designing and implementing complex systems

    • Proven track record of delivering high-quality software products on time

    • Excellent problem-solving and communication skills

  • Answered by AI
  • Q2. Tell me about your experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

C#,Asp.Net MVC,Javascript,Angular

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

I applied via Company Website and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

60 minutes coding experience technical topic to create code

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via LinkedIn

Round 1 - Coding Test 

Techinical and coding test

Round 2 - Coding Test 

Python, cloud and terraform

Round 3 - Technical 

(2 Questions)

  • Q1. What is generators
  • Ans. 

    Generators are functions in Python that allow you to pause and resume execution, yielding multiple values over time.

    • Generators are created using a function with 'yield' statements.

    • They can be iterated over using a for loop.

    • Generators are memory efficient as they do not store all values in memory at once.

  • Answered by AI
  • Q2. What is decorators
  • Ans. 

    Decorators in software engineering are design patterns that allow behavior to be added to individual objects, either statically or dynamically.

    • Decorators are used to modify the behavior of functions or classes without changing their source code.

    • They are commonly used in Python to add functionality to functions or classes.

    • Decorators are implemented using the @ symbol followed by the decorator function name.

  • Answered by AI

Skills evaluated in this interview

Yatra Interview FAQs

How many rounds are there in Yatra Senior Software Engineer interview?
Yatra interview process usually has 5 rounds. The most common rounds in the Yatra interview process are Technical, Coding Test and Behavioral.
How to prepare for Yatra Senior 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 Algorithms, Data Structures, Hibernate, Multithreading and Object Oriented Design.
What are the top questions asked in Yatra Senior Software Engineer interview?

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

  1. Past projects,android,kot...read more
  2. Basics of android and j...read more
  3. All Android (Java and kotl...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 219 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.8
 • 44 Interviews
Airbnb Interview Questions
3.7
 • 23 Interviews
Thrillophilia Interview Questions
3.8
 • 22 Interviews
Cleartrip Interview Questions
3.4
 • 18 Interviews
View all
Yatra Senior Software Engineer Salary
based on 55 salaries
₹7.3 L/yr - ₹24 L/yr
6% less than the average Senior Software Engineer Salary in India
View more details

Yatra Senior Software Engineer Reviews and Ratings

based on 2 reviews

2.1/5

Rating in categories

3.1

Skill development

5.0

Work-life balance

1.2

Salary

5.0

Job security

3.1

Company culture

1.2

Promotions

3.1

Work satisfaction

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

₹2.8 L/yr - ₹9.2 L/yr

Senior Executive
223 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Travel Consultant
114 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Assistant Manager
112 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Team Lead
90 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare Yatra with

Thomas Cook

3.8
Compare

BCD Travel

4.3
Compare

Riya Travel

3.6
Compare

CWT

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