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

      Scientific Games

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Scientific Games | Offres d’emploi chez Scientific Games | Salaires chez Scientific Games | Avantages sociaux chez Scientific Games
      Entretiens chez Scientific GamesEntretiens d’embauche pour Software Engineer chez Scientific GamesEntretien chez Scientific Games


      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 Software Engineer

      31 mai 2016
      Candidat à l'entretien anonyme
      Pune
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Scientific Games (Pune) en mai 2016

      Entretien

      Initially they took C++ MCQ test. Test was average. It was like you have to guess the output of program. etc and then there was face to face interview on C++. Mostly there focus on design pattern and gaming logic. Please refer following questions of 1st F2F round

      Questions d'entretien [1]

      Question 1

      1. What is polymorphism? What is static and dynamic polymorphism 2. What is vitual functions? 3. What is vtable and vptr? 4. What are the type of design pattern? Explain it. Tell about subtype of that. 5. Which design pattern you have used in you project? How will you decide which design pattern to use where? 6. What is singleton design. 7. Write small fun for operator overloading for + operator 8. Why we use const in prototype of operator overloading? 9. class test { int funct( void ) const; }; what it will return? ->There is a pointer to the object for which a function is called known as the 'this' pointer. By default the type of 'this' is X *const ( a constant pointer). The const keyword changes the type to const X *const ( a constant pointer to constant data ). 10. Difference betn vector and list? How will u decide which one to use 11. You have a class called Math which having 2 virtual fun add(), sub(). How many vtable will be created for this class and how it looks like?? What we store in vtable?
      Répondre à cette question
      18

      Autres retours d’entretien d’embauche pour un poste comme Software Engineer chez Scientific Games

      Entretien pour Software Engineer

      7 juil. 2025
      Employé (anonyme)
      Bengaluru
      Offre acceptée
      Expérience positive
      Entretien facile

      Candidature

      J'ai passé un entretien chez Scientific Games (Bengaluru)

      Entretien

      Very easy one technical round one techno managerial round but very easy to crack the interview. Easily we can answer all the questions asked . Technical round was very easy just basic database questions and oops concepts they will ask, in techno managerial round same more on data base questions.

      Questions d'entretien [1]

      Question 1

      Basic database questions, oops concepts
      1 réponse
      1

      Entretien pour Software Engineer

      5 nov. 2024
      Employé (anonyme)
      Bengaluru
      Offre acceptée
      Expérience positive
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Scientific Games (Bengaluru)

      Entretien

      It was smooth and onboarding process was written process which i didnt liked as it was very time taking process and took a day to complete it. Recruiter was very professional and helped alot

      Questions d'entretien [1]

      Question 1

      Tell me about yourself and projects you worked on
      Répondre à cette question

      Entretien pour Software Engineer

      25 nov. 2024
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez Scientific Games en mars 2024

      Entretien

      Overall pretty chill interview. Primarily was asked about certain fundamentals of Object Oriented Programming and Pass By Value vs Pass By Reference types of questions before starting the coding question.

      Questions d'entretien [1]

      Question 1

      Given an array of integers nums sorted in non-decreasing order, find the starting and ending position of a given target value.
      Répondre à cette question