Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mahindra Holidays & Resorts Team. If you also belong to the team, you can get access from here

Mahindra Holidays & Resorts Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Mahindra Holidays & Resorts Software Engineer Interview Questions and Answers

Updated 21 Jul 2024

Mahindra Holidays & Resorts Software Engineer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. Use of model in laravel
  • Ans. 

    Models in Laravel are used to interact with the database and represent data.

    • Models in Laravel are used to perform database operations such as retrieving, inserting, updating, and deleting data.

    • Models help in organizing and structuring the data in the application.

    • Models in Laravel follow the MVC (Model-View-Controller) pattern.

    • Example: Creating a User model in Laravel to interact with the users table in the database.

  • Answered by AI
  • Q2. SQL get highest salary for employee
Round 2 - Technical 

(2 Questions)

  • Q1. SQL joins and types of joins
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

    • F...

  • Answered by AI
  • Q2. What is self join and realted question
Round 3 - HR 

(1 Question)

  • Q1. Previous projects and contributions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Php ,Oops
Round 2 - Technical 

(1 Question)

  • Q1. Security questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Join if you don't have only offer in your hand

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

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was 1 hour long and was asked to pass all the test cases.

Round 2 - Technical 

(1 Question)

  • Q1. System Design with basic of OOP and OS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were 3 coding questions totally based on dsa- hard

Round 2 - Technical 

(2 Questions)

  • Q1. Vertical Traversal
  • Q2. Find the node with shortest distance
  • Ans. 

    Use Dijkstra's algorithm to find the node with the shortest distance in a graph.

    • Implement Dijkstra's algorithm to calculate the shortest distance from a starting node to all other nodes in the graph.

    • Select the node with the smallest distance that has not been visited yet as the current node.

    • Update the distances of neighboring nodes from the current node if the new distance is smaller than the previously recorded distan...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Question based on oops
  • Q2. Question based on OS

Interview Preparation Tips

Interview preparation tips for other job seekers - BE good in technical and DSA

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2021. 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 - Coding Test 

Coding Rond consisted of 3 questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. 1. Data structures and algorithms
  • Q2. 2. Computer fundamentals
  • Q3. Revise all cs fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Just polish your DSA concepts and projects in your resume

I applied via Campus Placement and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Coding Test 

3 data structure problem with medium to hard level leetcode type.

Round 2 - One-on-one 

(2 Questions)

  • Q1. 1st question was on vertical order traversal in a tree. it was from gfg he also told me to optimise it
  • Q2. 2nd question was from leetcode ie meeting rooms ll , medium question

Interview Preparation Tips

Interview preparation tips for other job seekers - do data structure practise from striver sheet as the ask dsa the most
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Dsa -> questions on trees, linked list, stack, dynamic programming

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

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium to hard

Round 2 - Technical 

(2 Questions)

  • Q1. Rain water trapping
  • Q2. Bricks and ladder
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Coding Test 

Polyfills,html,css basics,js intermediate level

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

The assignment involved a train booking API. I needed to implement a feature that verified whether a train had sufficient available seats before confirming a booking, which would also resolve several failing tests. I was required to explain my thought process and describe the implementation as I progressed. Upon completion, with some extra time available, I proposed and implemented an improved solution: a new method that checks if a train has enough seats for a prospective booking while ensuring that families or groups who wish to stay together are not separated.

Interview Preparation Tips

Topics to prepare for AccorHotels Senior Software Engineer interview:
  • Collections
  • LINQ
  • Asynchronous
  • TDD
Interview preparation tips for other job seekers - Communicate about the code base you are observing.
Explain the reasons behind your implementation choices.
Example "I am going to use a List from System.Collections. While we could also utilize an Array, HashSet, or any other collection, for the sake of simplicity in this interview setting, I will stick to List. Perhaps we can explore more optimized options later."
Contribute & help others!
anonymous
You can choose to be anonymous

Mahindra Holidays & Resorts Interview FAQs

How many rounds are there in Mahindra Holidays & Resorts Software Engineer interview?
Mahindra Holidays & Resorts interview process usually has 2-3 rounds. The most common rounds in the Mahindra Holidays & Resorts interview process are Technical and HR.
What are the top questions asked in Mahindra Holidays & Resorts Software Engineer interview?

Some of the top questions asked at the Mahindra Holidays & Resorts Software Engineer interview -

  1. SQL joins and types of jo...read more
  2. Use of model in lara...read more
  3. SQL get highest salary for emplo...read more

Recently Viewed

INTERVIEWS

Daiviksoft Technologies

No Interviews

INTERVIEWS

Slk Software Services

No Interviews

INTERVIEWS

Slk Software Services

No Interviews

INTERVIEWS

Slk Software Services

No Interviews

INTERVIEWS

Lumen Technologies

No Interviews

INTERVIEWS

Daiviksoft Technologies

No Interviews

INTERVIEWS

CGI Group

No Interviews

INTERVIEWS

Persistent Systems

No Interviews

INTERVIEWS

Slk Software Services

No Interviews

INTERVIEWS

LTIMindtree

No Interviews

Tell us how to improve this page.

Mahindra Holidays & Resorts Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 227 Interviews
ITC Hotels Interview Questions
4.1
 • 85 Interviews
Pizza Hut Interview Questions
3.9
 • 43 Interviews
Hyatt Regency Interview Questions
4.2
 • 43 Interviews
JW Marriott Interview Questions
4.2
 • 39 Interviews
Ihg Group Interview Questions
3.9
 • 35 Interviews
View all
Mahindra Holidays & Resorts Software Engineer Salary
based on 19 salaries
₹2.6 L/yr - ₹7 L/yr
54% less than the average Software Engineer Salary in India
View more details

Mahindra Holidays & Resorts Software Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Relationship Manager
543 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Relationship Manager
463 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Tele Marketing Executive
266 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
139 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Territory Manager
107 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mahindra Holidays & Resorts with

Sterling Holiday Resort

3.8
Compare

Taj Hotels Resorts and Palaces

4.2
Compare

THE LEELA PALACES HOTELS & RESORTS

4.0
Compare

ITC Hotels

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