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

      Google

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Google | Offres d’emploi chez Google | Salaires chez Google | Avantages sociaux chez Google
      Entretiens chez GoogleEntretiens d’embauche pour Data Scientist chez GoogleEntretien chez Google


      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 Data Scientist

      2 sept. 2021
      Candidat à l'entretien anonyme
      Mountain View, CA
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé via la recommandation d'un employé. Le processus a pris 5 semaines. J'ai passé un entretien chez Google (Mountain View, CA) en août 2021

      Entretien

      Very standard process of Google DS interview. 2 technical sessions, 1 bq, then another 2 technical sessions. My experience is very standard except that 2/4 technical sessions are ruined by the interviewers asking for inappropriate questions. I complained and got a final round of back up session, but it is useless and could not change my overall review. Difficulty is average as those hard ones are either wrong, or out of control of the interviewers (even the interviewers solved it wrong!)

      Questions d'entretien [2]

      Question 1

      R1: You need to diagnose an error in the program: The google maps team wants to understand whether dismiss rate is a reasonable metric to help understand user experience of a button in the app. The hypothesis is that, the higher the dismiss rate, the worse the user experience. Hence, they perform a simulation in the A/A comparison scenario. In the simulation, signal = all interactions on the button (click, dismiss, ignore, ...), and negative signal = dismiss. The pseudo code is as follows. Note that we might refer to the numerator and denominator often in later discussions. result_pval = [] for replica in (1:1000):         # the number of overall signals follows a roughly bell shaped distribution         num_signal_control = round(random.normal(150, std = 30))         num_signal_treatment = round(random.normal(150, std = 30))         # given the number of overall signals, the number of negative signals follows a binomial distribution         num_negative_signal_control = random.binomial(num_signal_control, 0.5) num_negative_signal_treatment = random.binomial(num_signal_treatment, 0.5) # define numerator and denominator of the test statistics # the idea of the denominator is: we use Normal approximation to estimate the variance of the numerator p_hat_control = num_negative_signal_control / num_signal_control p_hat_treatment = num_negative_signal_treatment / num_signal_treatment numerator = p_hat_treatment - p_hat_control denominator = sqrt( p_hat_treatment*(1-p_hat_treatment)/num_signal_treatment + p_hat_control *(1-p_hat_control) /num_signal_control ) testing_statistics = numerator / denominator # calculate p value and append to the result vector p_value = 2*std_normal_area_under_curve( lower = abs(testing_statistics), upper = infinity)         result_pval = append(result_pval, p_value) plot_histogram(result_pval) The histogram of the p-values is skewed to the right on [0,1]. In other words, there are more p values < 0.5 than p values > 0.5. Q1: Is such a distribution of p-value expected?
      1 réponse

      Question 2

      R4: Assume the distribution of children per family is given by: # children 0 | 1 | 2 | 3 | 4 | >=5 p 0.3 | 0.25 | 0.2 | 0.15 | 0.1 | 0 Consider a random girl in the population of children. What's the probability that she has a sister?
      4 réponse(s)
      25

      Autres retours d’entretien d’embauche pour un poste comme Data Scientist chez Google

      Entretien pour Data Scientist

      28 avr. 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Google

      Entretien

      It was all good, the interviewer was very nice. Technical questions were a bit challenging but overall it was good. The hiring manager was looking for some hands on experience

      Entretien pour Data Scientist

      30 mars 2026
      Employé (anonyme)
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez Google

      Entretien

      Back to back interview. [1]. Mainly ask ML concepts, e.g., how to develop a classifer for youtube video; they will also ask some statistical concepts [2] Coding for both python and sql

      Questions d'entretien [1]

      Question 1

      how to develop a classifer for youtube video
      Répondre à cette question

      Entretien pour Data Scientist

      2 mars 2026
      Candidat à l'entretien anonyme
      Mountain View, CA
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Google (Mountain View, CA)

      Entretien

      Applied at PhD level so I had two back to back technical interviews. One all stats concepts and the other talking over a hypothetical experiment design and walking through my thought process.