Upload Button Icon Add office photos

Filter interviews by

AccorHotels Senior Software Engineer Interview Questions and Answers

Updated 10 Jan 2025

AccorHotels Senior Software Engineer Interview Experiences

1 interview found

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."

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Group Discussion 

Do you think social media is a good platform?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep prepare always mst
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
-
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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. One of the worst company don't go for interview.
Round 3 - Technical 

(1 Question)

  • Q1. No technical only cleaning cleaning we are not a employees we are labour's
Round 4 - One-on-one 

(1 Question)

  • Q1. There is nothing only cleening 😞

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst area manager and zonal manager there are behavior rude. Don't join.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

DSA , medium n easy leetcode question was there

Round 2 - One-on-one 

(2 Questions)

  • Q1. Low level design
  • Q2. DSA and computer fundamental
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Group Discussion 

Do you think social media is a good platform?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep prepare always mst
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

DSA questions:
1. Replace array of 1s and 0s with 0s in all rows and cols
2. Kandane's algo question

Round 2 - Technical 

(2 Questions)

  • Q1. What is db cluster
  • Ans. 

    A db cluster is a group of databases that work together to provide high availability and scalability.

    • Consists of multiple database instances working together

    • Provides redundancy and fault tolerance

    • Allows for load balancing and scaling

    • Examples: Amazon Aurora, Google Cloud Spanner

  • Answered by AI
  • Q2. Java collections, filters vs interceptors
  • Ans. 

    Filters and interceptors are used in Java collections to manipulate or control the flow of data.

    • Filters are used to selectively include or exclude elements from a collection based on certain criteria.

    • Interceptors are used to perform actions before or after certain operations on a collection.

    • Examples: Java 8 Stream API filters, Servlet filters for HTTP requests, Hibernate interceptors for database operations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not too difficult. cover java basics

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are ur salary expectations
  • Q3. What is ur family backroung
  • Ans. 

    My family background is diverse and multicultural.

    • My parents are from different countries and cultures.

    • I grew up speaking multiple languages at home.

    • My family values education and hard work.

    • I have siblings who are also pursuing careers in technology.

  • Answered by AI
  • Q4. Why should we hire u

Interview Preparation Tips

Topics to prepare for café Coffee day Software Engineer interview:
  • Work Study
  • Communication Skills
  • Computer
Interview preparation tips for other job seekers - Good work in ur company and ur family

AccorHotels Interview FAQs

How many rounds are there in AccorHotels Senior Software Engineer interview?
AccorHotels interview process usually has 1 rounds. The most common rounds in the AccorHotels interview process are Coding Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 224 Interviews
ITC Hotels Interview Questions
4.1
 • 80 Interviews
Burger King Interview Questions
3.9
 • 68 Interviews
Radisson Hotels Interview Questions
4.0
 • 67 Interviews
View all
Duty Manager
44 salaries
unlock blur

₹3.2 L/yr - ₹13.9 L/yr

Guest Service Associate
33 salaries
unlock blur

₹1.3 L/yr - ₹3.5 L/yr

Assistant Manager
27 salaries
unlock blur

₹3.2 L/yr - ₹7.5 L/yr

Front Office Manager
25 salaries
unlock blur

₹6.8 L/yr - ₹12 L/yr

Front Office Associate
18 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Explore more salaries
Compare AccorHotels with

Marriott International

4.2
Compare

Hilton

4.3
Compare

Ihg Group

4.0
Compare

Wyndham Hotel Group

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