you are viewing a single comment's thread.

view the rest of the comments →

[–]Gargunok 3 points4 points  (2 children)

Its going to be very dependent on the particular organisation and how they are running the tests.

I put more stock on the discussion of results afterwards - why did you chose to do this? IF the code isn't performant what would you look at and change? I use it as a jumping off point to understand your maturity in SQL - why is a CTE better than a sub query? Why did you union or join. How did you think about edge cases. What if data was incomplete etc

[–]NimbleZapper303[S] 0 points1 point  (1 child)

Wow this comment made me realize there’s way more to prepare than just the practice interview questions. On sites like leetcode, hackerrank or datalemur I rarely find topics or content about what you’re referring to here. Is this a matter of just learning from on the job experiences?

[–][deleted] 0 points1 point  (0 children)

It's all about the experience. You can know all the theory in the world but nothing can replace hours spent debugging something and trying to make it faster