Waymo virtual onsite recap, data fluency got me
Replies (4)
Data fluency rounds are brutal, went through something similar and just could not find any prep material beforehand.
How much AV or self driving background did you actually need for the data fluency rounds? Trying to figure out how much time to sink into that before my loop.
Same boat, I went in with zero AV knowledge and it showed. Felt like they wanted a stats framework more than domain stuff but hard to say for sure.
BFS versus DFS discussion sounds about right, that came up in my phone screen too on a different board layout question.
Did the heap approach for Car Fleet Scheduler need a custom comparator or was default min heap fine for the basic version?
Default was fine for the base case, custom comparator only came up once I added the skip time follow up.