Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Alhind Tours And Travels Team. If you also belong to the team, you can get access from here

Alhind Tours And Travels Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 64 Reviews

Filter interviews by

Alhind Tours And Travels Senior Software Engineer Interview Questions and Answers

Be the first one to contribute and help others!

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

I applied via Instahyre and was interviewed in Sep 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. FInd the max triplets such that i
  • Ans. 

    Find the max triplets such that i

    • Sort the array in ascending order

    • Iterate over the array and keep track of the maximum triplet

    • Return the maximum triplet

  • Answered by AI
  • Q2. Find the duplicate record in MySQL table
  • Ans. 

    Finding duplicate records in MySQL table

    • Use GROUP BY and HAVING clause to group and filter duplicate records

    • SELECT statement with COUNT(*) function can be used to count the number of occurrences

    • UNIQUE constraint can be added to the table to prevent duplicates

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Headout Senior Software Engineer interview:
  • Data Structures
  • Database
Interview preparation tips for other job seekers - Practice mediim level DS Algo from leetcode and also practices MySql question as well.

Skills evaluated in this interview

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

Tell us how to improve this page.

Visa Executive
7 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Area Sales Manager
7 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Documentation Executive
7 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Travel Coordinator
6 salaries
unlock blur

₹1.2 L/yr - ₹5.9 L/yr

Accountant
6 salaries
unlock blur

₹1.2 L/yr - ₹2 L/yr

Explore more salaries
Compare Alhind Tours And Travels with

Cox & Kings

3.7
Compare

Thomas Cook

3.8
Compare

MakeMyTrip

3.7
Compare

Yatra

3.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview