Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Goldman Sachs

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Goldman Sachs | Offerte di lavoro di Goldman Sachs | Stipendi di Goldman Sachs | Benefit di Goldman Sachs
      Colloqui di Goldman SachsColloqui per Technology Division presso Goldman SachsColloquio di Goldman Sachs


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      Access Bank PLC
      3.7★Stipendio e benefit
      avatar
      The Blackstone Group
      3.9★Stipendio e benefit
      avatar
      Catapult Advisors
      4.0★Stipendio e benefit
      avatar
      S.C.I Group (Botswana)
      4.0★Stipendio e benefit

      Colloquio per Technology Division

      17 lug 2015
      Candidato anonimo a colloquio
      New York, NY

      Altre recensioni di colloqui per Technology Division presso Goldman Sachs

      Colloquio per Technology Division

      24 gen 2018
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza negativa
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Goldman Sachs nel mese di gen 2018

      Nessuna offerta
      Esperienza negativa
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Goldman Sachs (New York, NY) nel mese di mar 2015

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 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 risposte
      La procedura ha richiesto 3 giorni. 

      Colloquio

      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.

      Domande di colloquio [2]

      Domanda 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" "" -> ""
      Rispondi alla domanda

      Domanda 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.
      Rispondi alla domanda
      2