J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Google (Bengaluru) en janv. 2024
Entretien
Google’s interview process takes around one to two months, and there are seven steps: resume screen, recruiter call, phone screen(s), onsite interviews, hiring committee, team matching, and salary negotiation. The steps that will require the most preparation are the phone screens and onsite interviews.
Questions d'entretien [1]
Question 1
Travelling Salesman Problem I Set 1 (Naive and Dynamic Programming).
Total of 3 rounds, asked dsa related questions, each round is of 45 mins, need yo think if approach first l then align with it with interviewer and then code it
J'ai postulé en ligne. J'ai passé un entretien chez Google (New York, NY)
Entretien
oa+interview, and also you need to go to one office to get onboard interview, tech interview about leetcode problem, They ask you to write it on the board and docs
Questions d'entretien [1]
Question 1
You are given two N-sided dice, P and Q, where each die has N integer values (not necessarily unique or standard).
When rolled, each side is equally likely to appear.
Given the values on each side of dice P and Q, determine:
The number of outcomes where P's roll is greater than Q's roll (i.e., P wins).
Follow up 1: The number of outcomes where Q wins.
Follow up 2: The number of outcomes where both rolls are equal (tie).
P and Q are always in non-decreasing sorted order.