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

      Goldman Sachs

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Goldman Sachs | Offres d’emploi chez Goldman Sachs | Salaires chez Goldman Sachs | Avantages sociaux chez Goldman Sachs
      Entretiens chez Goldman SachsEntretiens d’embauche pour Technology Division chez Goldman SachsEntretien chez Goldman Sachs


      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.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Citi
      3.6★Rémunération et avantages
      avatar
      Allianz
      3.6★Rémunération et avantages
      avatar
      UBS
      3.5★Rémunération et avantages
      avatar
      Moody's
      3.7★Rémunération et avantages

      Entretien pour Technology Division

      17 juil. 2015
      Candidat à l'entretien anonyme
      New York, NY

      Autres retours d’entretien d’embauche pour un poste comme Technology Division chez Goldman Sachs

      Entretien pour Technology Division

      24 janv. 2018
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez Goldman Sachs en janv. 2018

      Aucune offre
      Expérience négative
      Entretien facile

      Candidature

      J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 4 semaines. J'ai passé un entretien chez Goldman Sachs (New York, NY) en mars 2015

      Entretien

      Submitted resume online and was called for an on campus interview. On campus interview was quite straight forward, two interviews (one on one); one behavioral and more about fit, the other technical. The technical one was about how you might write a code to schedule someone's day. Not really any right or wrong answer, it seemed like the interviewer just wanted to know how I thought. Both interviewers were very friendly and made me feel comfortable. Second round was at the NJ office. Two interviews (two on one this time) and again one behavioral and one about fit. Both interviews were really uncomfortable. In the more technical interview, I was asked the question about coins (below), started explaining that I'd do it using the method they wanted, was told I was wrong by the interviewer... and so explained it again, only to have the interviewer tell me I was wrong and then proceed to repeat exactly what I had just said. A lot of "why do you want to work here" questions.

      Questions d'entretien [1]

      Question 1

      You have 8 coins, one of which is lighter than the rest, and a scale one which you can weigh two things against each other. You can use the scale 3 times, determine which coin is lighter than the rest.
      2 réponse(s)
      Le processus a pris 3 jours. 

      Entretien

      One hour interview: an explanation of the team, general questions about my knowledge of skills listed on my resume, 2 technical questions (the first simple, the second more involved), then time for me to ask questions.

      Questions d'entretien [2]

      Question 1

      Implement a run length encoding function. For a string input the function returns output encoded as follows: "a" -> "a1" "aa" -> "a2" "aabbb" -> "a2b3" "aabbbaa" -> "a2b3a2" "" -> ""
      Répondre à cette question

      Question 2

      Group Anagrams 1) Given a list of words, group them by anagrams Input: List of "cat", "dog", "god" Output: A Set of Sets of anagrams: {{'cat'}, {'dog', 'god'}} 2) Run this code in the REPL to observe its behaviour. The execution entry point is main(). 3) Consider adding some additional tests in doTestsPass(). 4) Implement the AnagramSolution group() method correctly. 5) If time permits, try to improve your implementation.
      Répondre à cette question
      2