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

      OpenAI

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa OpenAI | Vagas da empresa OpenAI | Salários da empresa OpenAI | Benefícios da empresa OpenAI
      Entrevistas da empresa OpenAIEntrevistas do cargo de Research Scientist da empresa OpenAIEntrevista da empresa OpenAI


      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.

      Buscas de vagas

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

      Entrevista para Research Scientist

      14 de nov. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Oferta recusada
      Experiência negativa
      Entrevista fácil

      Candidatura

      Candidatei-me online. Fui entrevistado pela OpenAI em nov. de 2024

      Entrevista

      You are given an MNIST dataset and a cross entropy loss function. They ask questions: If Accuracy of Classifier is 1, what is the lower/upper bound on the loss function for a single training example. (Your answer should just be a scalar value) If the accuracy of the classifier is now assumed to be zero, what is the lower/upper bound on the loss function for a single training example? Then, derive answers to the same question as we consider not just a single observation but rather an entire dataset. Then, you are asked to describe the expected shape of a train/validation error curve. This follows the classic answer that we all learn in school. The interviewer will ask about why we are entering over fitting territory as # epocha grows large based on the log loss curve (note that the accuracy curve does not show the same phenomena). The reason is because the log loss depends on the predicted probability of each class. As the model becomes overconfident in its predictions, a phenomena that happens with overtraining, the log loss gets worse. The interviewer will then ask, based on the initially posed questions about bounds on log loss, whether the increase in loss is most likely coming from many small errors or one large error. It's more likely that a single incorrectly classified observation is affecting the loss function more so than many correctly classified observations with each a small loss. (This is in part response to the question - how can the log loss increase even when accuracy is nearly 1?) After, you are given a section for writing code. The code is about an Average Calibration Error. In particular, this is defined by bucketing the predictions based on their magnitude, and then seeing within each bucket of predictions what's the average calibration error (defined as the average absolute difference between the predictions and the labels, for each bucket). The solution is about 12 lines long. You need a total variable, a for loop, and to calculate the bounds of each bin. It's dead simple. At the end, the interviewer asks about the noise in the plot from Average Calibration Error as a function of # epochs. The reason this is noisy is because our metric uses bins that may have a small number of predictions/data points available. Using a weighted average instead of an unweighted average would mitigate the noise in the metric.

      Perguntas de entrevista [1]

      Pergunta 1

      Average Calibration Error as it relates to Overfitting MNIST with cross entropy loss.
      1 resposta
      14

      Outras avaliações de entrevista de vagas de Research Scientist da empresa OpenAI

      Entrevista para Research Scientist

      31 de mar. de 2026
      Candidato(a) sigiloso(a) à entrevista
      San Francisco, CA
      Nenhuma oferta
      Experiência positiva
      Entrevista difícil

      Candidatura

      Candidatei-me por indicação de um funcionário. O processo levou 3 dias. Fui entrevistado pela OpenAI (San Francisco, CA) em mar. de 2026

      Entrevista

      This was the first coding round after the HR call. It began with a self-introduction, followed by the coding portion, where I worked through the problem and explained my thinking step by step.

      Entrevista para Research Scientist

      7 de nov. de 2025
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência neutra
      Entrevista com nível médio de dificuldade

      Candidatura

      Fiz uma entrevista na empresa OpenAI.

      Entrevista

      It was a really fun interview process! I got four interviews, and there was a final round after that. The problems asked were interesting and challenging and I had a great time. I'm excited to apply again soon!

      Perguntas de entrevista [1]

      Pergunta 1

      ML Coding questions and some math
      Responder à pergunta
      2

      Entrevista para Research Scientist

      18 de ago. de 2025
      Candidato(a) sigiloso(a) à entrevista
      New York, NY
      Nenhuma oferta
      Experiência positiva
      Entrevista difícil

      Candidatura

      Fiz uma entrevista na empresa OpenAI (New York, NY).

      Entrevista

      1. Coding & Algorithms Expect standard algorithm and data structure problems (like from LeetCode). Emphasis on clean code, optimal solutions, and reasoning. Examples: Implement a cache with O(1) access. Design a rate limiter. Solve graph traversal or dynamic programming problems. 2. Systems Design / ML Systems Design robust, scalable systems—often in AI/ML contexts. Examples: How would you design a distributed training system? How do you deploy and monitor a large language model in production? 3. Machine Learning & Deep Learning (for relevant roles) Deep understanding of models (transformers, diffusion models, etc.) Expect questions about training dynamics, loss functions, and optimization. Examples: Why does layer normalization work better than batch norm in transformers? How would you debug a model that's overfitting?

      Perguntas de entrevista [1]

      Pergunta 1

      Design a user-facing product powered by GPT-4. How would you prioritize safety and utility in a new feature?
      Responder à pergunta
      1