Google | LinkedIn | AI role
Anonymous User
2982

I had a Telephonic round with Google Brain Paris, they asked 2 question in 45 mins.

1 Implement assert function in c++.
2. You have 2d matrix of points. So implement algo for points collinearity.

I was point blank on the first question implementing assert function. Never expected these type of question and the interviewer drag it for 35 mins. for the 2nd question implemented it in 10 mins missing some corner cases as already finished the time of 45 min.

Got rejected. But I will say not the fair question to ask in Interview.

LinkedIn -

Input:
A method getRandom01Biased() that generates a random integer in [0, 1], where 0 is generated with probability p and 1 is generated with probability (1-p)

Output:
A method getRandom06Uniform() that generates a random integer in [0, 6] with uniform probability
Tip:
getRandom01UnBiased

Dont use any library function.

Multiple Basic question from machine learning and computer vision. Easily answered.
Rejected

Comments (2)