J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez Agnostiq
Entretien
Initial screening call of ~30 mins where they got to know me and I got to know the company as well. Then 1 hour round with software and coding questions. Last round was 1 hour questions on PhD related topics. Interviewers where kind enough to guide through the process and helped throughout.
Questions d'entretien [1]
Question 1
How to write context dependent flows in python ?
Write an algorithm to flip a coin without using inbuilt random function or any other random package.
How random can this get?
Use that algorithm as a random number generator to generate numbers from 0-1
Use that algorithm to generate normally distributed random variable.
Use the same to do a 1D random walk.
Without simulation, tell us what the mean position would be ?
Simulate it numerically.
Do the same for 2D and what do you expect the area covered by the 2D random walk to be ?