|
|
|
|
|
by dep_b
451 days ago
|
|
I only passed the coding test because they asked me exactly the same question the second time. I was definitely one of their top developers there, got great reviews and got approached directly for some great projects so it was pretty obvious I was an above average performer there. Coding tests suck for people from countries that have a more practical mindset at universities. I remember needed algorithms exactly once where I had to apply algorithms to cluster 100,000's of map pointers and every built-in solution was completely slow. Got it to an agreeable performance, which was cool. However using the Geo capabilities of the database directly was much faster, and could be cached for all users, so I just used that instead in the end. |
|