Meta Phone Interview
Summary
I had a phone interview with Meta in London where I was asked two questions. I successfully solved the first question but ran out of time for the second, and unfortunately, did not advance to the next round.
Full Experience
Location : London
Got 2 questions :
1.Minimum flight cost.
2.Given a mouse with 2 APIs in a maze. Design an algorithm to find a cheese in the maze using only the 2 given APIs shown below :
hasCheese()
move()
I was able to solve the 1st question completely.
Ran out of time for 2nd question.
Unfortunately, could not make it to next round.
Would like give a shout out to Mimner for his work in explaining all the different Meta variants.
Interview Questions (1)
Given a mouse with 2 APIs in a maze. Design an algorithm to find a cheese in the maze using only the 2 given APIs shown below :
hasCheese()
move()