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
3.5

based on 1.8k Reviews

Filter interviews by

Mahindra Holidays & Resorts Software Engineer Interview Questions and Answers for Experienced

Updated 21 Jul 2024

1 interview found

Sort by: Popular

Software Engineer Interview Questions

user image Anonymous

posted on 21 Jul 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. Use of model in laravel
  • Q2. SQL get highest salary for employee
2

Technical Round (2 Questions)

  • Q1. SQL joins and types of joins
  • Q2. What is self join and realted question
3

HR Round (1 Question)

  • Q1. Previous projects and contributions

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 -
Result
 Not Selected

I was interviewed in Oct 2024.

1 Interview Round

1

Coding Test Round

Polyfills,html,css basics,js intermediate level

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 -
Result
 Not Selected

I was interviewed in Oct 2024.

1 Interview Round

1

Coding Test Round

Polyfills,html,css basics,js intermediate level

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

I applied via LinkedIn and was interviewed before Aug 2022.

3 Interview Rounds

1

Resume Shortlist Round

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
2

Technical Round (1 Question)

  • Q1. Operating system questions
3

Coding Test Round

Linked list standard questions

I was interviewed before Sep 2020.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. Longest Increasing Subsequence For a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elemen...read more
  • Q2. Digits Decoding A few days back, Ninja encountered a string containing characters from ‘A’ to ‘Z’ which indicated a secret message. For security purposes he enc...read more
2

Face to Face Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. Leaves at same level Bob has been given a binary tree having N nodes. He has been asked to check if all the leaf nodes are at the same level. Your task is to he...read more
  • Q2. Maximum sum of non-adjacent elements You are given an array/list of ‘N’ integers. You are supposed to return the maximum sum of the subsequence with the constra...read more
3

Face to Face Round (6 Questions)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. LRU Cache Implementation Design and implement a data structure for Least Recently Used (LRU) cache to support the following operations: 1. get(key) - Return the...read more
  • Q2. Doors Puzzle There are 100 doors in a row, all doors are initially closed. A person walks through all doors multiple times and toggle (if open then close, if cl...read more
  • Q3. Operating System

    Tell the difference between Mutex and semaphores.

  • Q4. DBMS

    What is Indexing, why it is done and explain all the types of Indexing?

  • Q5. DBMS

    Given employee and dept table find the no of employees in each dept(Question on Joins).

  • Q6. OOPS Questions

    Difference between function overloading and function overriding with example. And also about runtime and compile time binding while overriding.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - Intern in BangaloreEligibility criteria7 CGPAOYO interview preparation:Topics to prepare for the interview - Data Structure,Algorithms,OS,DBMS,OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Work on communicating effectively, give a lot of mock interviews. There is no point studying so hard if your thoughts or solution don't reach the interviewer.
Tip 2 : Practice variety of questions. 50 questions of different topics, patterns are better that 50 questions done for same topic.
Tip 3 : Try to think of solution by different approaches, this will expand your horizon by doing less questions.

Application resume tips for other job seekers

Tip 1 : Don't make a fancy resume, keep it simple, you can use Latex templates from overleaf.com.
Tip 2 : Make it short and crisp. Resume should not be more than 1 page. And don't write anything you're not confident about. For experienced people, read the JD first and design your resume accordingly.

Final outcome of the interviewSelected

Software Developer Interview Questions

Oyo Rooms user image CodingNinjas

posted on 14 Sep 2021

I was interviewed before Sep 2020.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

  • Q1. Rotate Matrix right by K times You have been given a matrix ‘MAT’ of size 'N' * 'M' (where 'N' and 'M' denote the number of rows...read more
  • Q2. Word Search You are given a two-dimensional grid having 'N' rows and 'M' columns, consisting of upper case characters. You are also given a word...read more
2

Face to Face Round (4 Questions)

Round duration - 75 minutes
Round difficulty - Medium

Interview started with an introduction and walk through the resume for first 5 minutes. After that, interview asked few coding questions.

  • Q1. Largest Island You have been given a non-empty grid consisting of only 0s and 1s. You have to find the maximum area of an island in the given grid. An island is...read more
  • Q2. Given a 2D matrix having 0s and 1s, each row is sorted. Find the row having the maximum number of consecutive ones in the matrix.
  • Q3. Pythagorean Triplet You are given an array of n integers (a1, a2,....,an), you need to find if the array contains a pythagorean triplet or not. An array is said...read more
  • Q4. Top View of Binary Tree You are given a Binary Tree of integers. You are supposed to return the top view of the given binary tree. The Top view of the binary tr...read more
3

Face to Face Round (3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

This round was focused on DSA along with short discussion on computer science fundamentals. For coding problems, I was asked to code the first problem only. For others, had to discuss the approach only. For computer science fundamentals, discussion on OOPS. Differences between process and threads were discussed.

  • Q1. Fix BST Given a Binary Search Tree, where exactly two nodes of the same tree were swapped by mistake. The task is to restore or fix the BST, without changing it...read more
  • Q2. Implement Stack with Linked List You need to implement the Stack data structure using a Singly Linked List. Create a class named 'Stack' which supports ...read more
  • Q3. Given N documents and a set of keywords was given, you have to retrieve document having highest frequency of those keywords first and then others.

Interview Preparation Tips

Professional and academic backgroundI completed Software Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - 1 in GurgaonEligibility criteria7 CGPAOYO interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, OS, DBMSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on DSA as you will be judged mostly on that for entry-level software engineer profiles.
Tip 2 : Don't mug up the solution as you might not be able to recall the approach or you might face new question that you haven't seen earlier.
Tip 3 : Practice as much as possible from platforms like InterviewBit, LeetCode.

Application resume tips for other job seekers

Tip 1 : Try not to mention those things about which you are not comfortable. 
Tip 2 : Having one or two good projects in resume helps.
Tip 3 : Mention good competitive programming ranks (if any)
Tip 4 : Use overleaf.com for making a resume using Latex.

Final outcome of the interviewSelected

Mahindra Holidays & Resorts Interview FAQs

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

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

  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

Tell us how to improve this page.

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 222 Interviews
ITC Hotels Interview Questions
4.1
 • 80 Interviews
Pizza Hut Interview Questions
3.9
 • 43 Interviews
Hyatt Regency Interview Questions
4.2
 • 42 Interviews
JW Marriott Interview Questions
4.1
 • 39 Interviews
Ihg Group Interview Questions
4.0
 • 35 Interviews
View all
Mahindra Holidays & Resorts Software Engineer Salary
based on 13 salaries
₹2.6 L/yr - ₹5.2 L/yr
60% 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 & Benefits

5.0

Job Security

4.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Relationship Manager
558 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Senior Relationship Manager
518 salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

Tele Marketing Executive
265 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Sales Executive
174 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Territory Manager
108 salaries
unlock blur

₹3.9 L/yr - ₹11 L/yr

Explore more salaries
Compare Mahindra Holidays & Resorts with

Sterling Holiday Resort

3.9
Compare

Taj Hotels Resorts and Palaces

4.2
Compare

THE LEELA PALACES HOTELS & RESORTS

4.0
Compare

ITC Hotels

4.1
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