Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      Goldman Sachs

      Essa empresa é sua?

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Goldman Sachs | Vagas da empresa Goldman Sachs | Salários da empresa Goldman Sachs | Benefícios da empresa Goldman Sachs
      Entrevistas da empresa Goldman SachsEntrevistas do cargo de Technology Division da empresa Goldman SachsEntrevista da empresa Goldman Sachs


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Nuri
      3.7★Remuneração e benefícios
      ABB
      4.3★Remuneração e benefícios
      SBFIC
      4.6★Remuneração e benefícios
      avatar
      EBRD
      3.8★Remuneração e benefícios

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      Entrevista para Technology Division

      17 de jul. de 2015
      Candidato(a) sigiloso(a) à entrevista
      New York, NY

      Outras avaliações de entrevista de vagas de Technology Division da empresa Goldman Sachs

      Entrevista para Technology Division

      24 de jan. de 2018
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência negativa
      Entrevista com nível médio de dificuldade
      Nenhuma oferta
      Experiência negativa
      Entrevista fácil

      Candidatura

      Candidatei-me por meio de uma faculdade ou universidade. O processo levou 4 semanas. Fui entrevistado pela Goldman Sachs (New York, NY) em mar. de 2015

      Entrevista

      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.

      Perguntas de entrevista [1]

      Pergunta 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 respostas

      Candidatura

      Candidatei-me online. O processo levou 3 dias. Fui entrevistado pela Goldman Sachs em jan. de 2018

      Entrevista

      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.

      Perguntas de entrevista [2]

      Pergunta 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" "" -> ""
      Responder à pergunta

      Pergunta 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.
      Responder à pergunta
      2