Other than Kaggle
LeetCode for Python questions, easy gets you past coding rounds at most companies, DataLemur for SQL interview prep, Cracking the PM Interview is good for product data science questions and more open-ended business-y DS case problems. For ML interview questions, just knowing the most important concepts + terminology from Intro to Statistical Learning is good (most interviews ask about classical techniques, so don't worry if you aren't a deep learning pro). Practical Stats is good for Prob/Stat conceptual questions (but doesn't exactly map to what interviews test... unfortunately at FAANG + Wall Street you will find the occasional probability brain teaser).
You can also check out the book "Ace the Data Science Interview" on Amazon, which is like "Cracking the Coding Interview" but for Data Science & ML interviews. It covers all the topics mentioned above, but I'm a tad biased since I wrote the book!
Leetcode. Unfortunately.
Hi, I am planning to further enhance my Python skills for interviews related to data science roles.
I was thinking of using Leetcode
Pandas library practice: https://leetcode.com/studyplan/30-days-of-pandas/
For Python programming, one of these:
https://leetcode.com/studyplan/programming-skills/
https://leetcode.com/studyplan/leetcode-75/
https://leetcode.com/studyplan/top-interview-150/
The only thing is that I'm not sure if the above 3 links are relevant and if they are even asked for data science / ML interviews.
Should I go ahead with this or look at some other platform that is focused on data science preparation?
P.S: I live in Europe so looking at the European job market
A lot of questions seems to be more oriented towards software engineers, like graph traversals and dynamic programming.
My experience interviewing for my data engineering job (well funded startup) has been easier python questions not found on Leetcode, like string manipulations and easy questions using a python dictionary.
Since that is just one company, I wasn't sure how representative that is of all data engineering jobs.