Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      FabHotels

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur FabHotels | Offres d’emploi chez FabHotels | Salaires chez FabHotels | Avantages sociaux chez FabHotels
      Entretiens chez FabHotelsEntretiens d’embauche pour Senior Software Engineer chez FabHotelsEntretien chez FabHotels


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Senior Software Engineer

      25 août 2025
      Employé (anonyme)
      Gurgaon, Haryana
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai passé un entretien chez FabHotels (Gurgaon, Haryana)

      Entretien

      Overall, the interview went well. Three rounds: DSA, Java, and a managerial discussion. Questions ranged from easy to medium. I felt confident throughout and will await next steps and feedback.

      Questions d'entretien [1]

      Question 1

      middle element of linked list.
      Répondre à cette question

      Autres retours d’entretien d’embauche pour un poste comme Senior Software Engineer chez FabHotels

      Entretien pour Senior Software Engineer

      6 janv. 2026
      Candidat à l'entretien anonyme
      Gurgaon, Haryana
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez FabHotels (Gurgaon, Haryana) en janv. 2026

      Entretien

      I was invited for the interview at the premises and was informed that there will be three rounds of interview. First round was core java and basic proograming round and second I am not sure. The third round was supposed to be CT round if the first two are qualified.

      Questions d'entretien [18]

      Question 1

      Can abstract class/interface be instantiated? Can we write default methods inside abstract class/interface?
      Répondre à cette question

      Question 2

      What is immutability in java, how internally is it achieved in java?
      1 réponse

      Question 3

      There are two arrays named Pushed and Popped. You have tell if the Popped sequence can be a valid sequence for provided Pushed sequence in a stack e.g. Pushed=[2,4,1,3,5] and Popped=[4,3,5,1,2] is valid but Popped=[3,1,5,2,4] is not. We can pop at any stage after adding certain elements to stack.
      Répondre à cette question

      Question 4

      What is SCP in java?
      Répondre à cette question

      Question 5

      Can static methods be overridden, if yes, which method will be called when an object of child class accesses this method? Child c1 = new Child(); c1.staticMethod(); Parent c2= new Child(); c2.staticMethod();
      Répondre à cette question

      Question 6

      Difference between Binary and Binary Search Tree.
      Répondre à cette question

      Question 7

      What are the challenges of microservices and in what scenario would you prefer microservices over monoliths?
      Répondre à cette question

      Question 8

      When do you get less latency, accessing services through microservices or using monoliths?
      Répondre à cette question

      Question 9

      What is the default scope in spring boot and why?
      Répondre à cette question

      Question 10

      How to create a singleton class in java?
      Répondre à cette question

      Question 11

      What are fail fast and fail safe iterators?
      Répondre à cette question

      Question 12

      What are optimistic and pessimistic locking?
      Répondre à cette question

      Question 13

      What all design patterns are you aware of? What is saga pattern?
      Répondre à cette question

      Question 14

      What are functional interfaces in java?
      Répondre à cette question

      Question 15

      What is stated in CAP theorem?
      Répondre à cette question

      Question 16

      When do you use Callable?
      Répondre à cette question

      Question 17

      There are three method definitions in class MyClass: public void callMe(String s) {} public void callMe(Integer i) {} public void callMe(Double d) {} What is the output of the following? MyClass m= new MyClass(); m.callMe(null);
      Répondre à cette question

      Question 18

      What is predicate in java?
      Répondre à cette question