Upload Button Icon Add office photos

Filter interviews by

Traveloka Senior Software Engineer Interview Questions, Process, and Tips

Updated 9 Mar 2022

Traveloka Senior Software Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Hackerrank test : 3 questions
1. Simple Array
2. Recursion followed by DP
3. DFS/BFS Graph Question

Round 2 - One-on-one 

(1 Question)

  • Q1. DSA Interview : 1. Search in a rotated array 2. Maximum subarray problem 3. There are n dices with m faces , you have to print count or all the possible ways to get k sum : Recursion followed by DP Questio...
Round 3 - One-on-one 

(2 Questions)

  • Q1. System Design Round : Design IRCTC , how does IRCTC reserve a seat? What kind of locking do they use?
  • Ans. 

    IRCTC reserves seats using a complex system of availability checks and booking processes.

    • IRCTC uses a combination of real-time availability checks and booking processes to reserve seats.

    • The system checks for availability of seats in real-time and reserves them for a short period of time while the booking process is completed.

    • IRCTC uses a locking mechanism to ensure that the same seat is not booked by multiple users at ...

  • Answered by AI
  • Q2. Design Makemytrip , how does makemytrip blocks the seat for 15 mins even if the payment doesnot go through?
  • Ans. 

    Makemytrip blocks seat for 15 mins by using a hold on the seat inventory.

    • Makemytrip uses a hold on the seat inventory to block the seat for 15 mins.

    • If the payment doesn't go through, the hold is released and the seat becomes available again.

    • This ensures that the seat is not booked by someone else during the payment process.

    • The hold time can vary depending on the airline's policy.

    • Makemytrip also sends reminders to compl

  • Answered by AI
Round 4 - One-on-one 

(3 Questions)

  • Q1. Hiring Manger Round : Behavioral Questions
  • Q2. What are checked and unchecked exceptions?
  • Ans. 

    Checked exceptions are checked at compile-time while unchecked exceptions are not.

    • Checked exceptions are those that are checked at compile-time and must be handled by the programmer.

    • Unchecked exceptions are those that are not checked at compile-time and can be handled or not handled by the programmer.

    • Checked exceptions are subclasses of Exception class while unchecked exceptions are subclasses of RuntimeException class...

  • Answered by AI
  • Q3. Pros and cons of in-memory database , and distributed database
  • Ans. 

    Comparison of in-memory and distributed databases

    • In-memory databases are faster due to data being stored in RAM

    • Distributed databases offer better scalability and fault tolerance

    • In-memory databases are limited by available RAM

    • Distributed databases require more complex setup and maintenance

    • In-memory databases are suitable for real-time applications

    • Distributed databases are suitable for large-scale applications with high

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in system design rounds , Watch Gaurav Sen videos

Skills evaluated in this interview

Senior Software Engineer Jobs at Traveloka

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. LLD of bookmyshow
  • Q2. Concurrency Handling
  • Q3. Race conditions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good LLD and HLD knowledge
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

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

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core java question with coding skill

Interview Preparation Tips

Interview preparation tips for other job seekers - Core Java,Spring Boot,Angular
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3Sum, target sum backtracking quesion, leetcode medium question

Round 2 - Technical 

(2 Questions)

  • Q1. Gas station leetcode
  • Q2. Dba differnce/explain mysql or nosql databse
  • Ans. 

    MySQL is a relational database management system, while NoSQL databases are non-relational databases.

    • MySQL is a traditional relational database that uses tables to store data and SQL for querying.

    • NoSQL databases are non-relational and can be document-based, key-value pairs, wide-column stores, or graph databases.

    • MySQL is ACID-compliant and suitable for complex queries and transactions.

    • NoSQL databases are often used for...

  • Answered by AI

Skills evaluated in this interview

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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Android activity lifecycle
  • Q2. Android MVVM architecture
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 questions - 1 was on map and other on graph

Round 2 - LLD 

(1 Question)

  • Q1. Elevator system design
  • Ans. 

    Designing an elevator system involves considering factors like capacity, speed, efficiency, and safety.

    • Consider the number of floors in the building and the expected traffic flow to determine the number of elevators needed.

    • Choose between different elevator types such as hydraulic, traction, or machine-room-less based on building requirements.

    • Implement a control system to optimize elevator movement and reduce wait times...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Interviewer asked two coding question medium level

Round 2 - Technical 

(1 Question)

  • Q1. I were asked to design parking lot Basically focusing on class diagram and how candidate is thinking about entities and design pattern
Round 3 - Technical 

(1 Question)

  • Q1. This is also LLD round interviewer asked me to design book my show How freezing the seats work? In two cases if using sql or not using any database just using cache of application

Interview Preparation Tips

Topics to prepare for MakeMyTrip Senior Software Engineer interview:
  • System Design
  • DSA
  • LLD
  • HLD
Interview preparation tips for other job seekers - You should focus on system designing and also DSA
For system design learn basic concept from internet then try to use that concept in real life use cases like I used bla bla car once so I tried to design this app

Traveloka Interview FAQs

How many rounds are there in Traveloka Senior Software Engineer interview?
Traveloka interview process usually has 4 rounds. The most common rounds in the Traveloka interview process are One-on-one Round and Coding Test.
How to prepare for Traveloka 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 Traveloka. The most common topics and skills that interviewers at Traveloka expect are AWS, Backend, Data Structures and Algorithms, Digital Marketing and Java Spring Boot.
What are the top questions asked in Traveloka Senior Software Engineer interview?

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

  1. System Design Round : Design IRCTC , how does IRCTC reserve a seat? What kind o...read more
  2. Design Makemytrip , how does makemytrip blocks the seat for 15 mins even if the...read more
  3. What are checked and unchecked exceptio...read more

Tell us how to improve this page.

Traveloka Senior Software Engineer Salary
based on 7 salaries
₹17 L/yr - ₹31 L/yr
64% more than the average Senior Software Engineer Salary in India
View more details

Traveloka Senior Software Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer, Full-Stack

Kolkata,

Mumbai

+5

4-7 Yrs

Not Disclosed

Senior Software Engineer, Backend

Coimbatore

2-4 Yrs

Not Disclosed

Senior Software Engineer, Backend

Kolkata,

Mumbai

+5

2-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
13 salaries
unlock blur

₹10 L/yr - ₹22 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹17 L/yr - ₹31 L/yr

Software Developer
5 salaries
unlock blur

₹6.5 L/yr - ₹14 L/yr

Lead Engineer
4 salaries
unlock blur

₹35 L/yr - ₹44 L/yr

Security Engineer
4 salaries
unlock blur

₹12 L/yr - ₹25.6 L/yr

Explore more salaries
Compare Traveloka with

MakeMyTrip

3.7
Compare

Cleartrip

3.4
Compare

Yatra

3.4
Compare

Goibibo

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