内容简介:Data-Science-Interview-Resources is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial.
Data-Science-Interview-Resources is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial.
Data-Science-Interview-Resources
First of all, thanks for visiting this repo, congratulations on making a great career choice, I aim to help you land an amazing Data Science job that you have been dreaming for, by sharing my experience, interviewing heavily at both large product-based companies and fast-growing startups, hope you find it useful.
With an increase in demand for so many Data Scientists, it's really hard to successfully get screened and accepted for an interview. In this repo, I include everything from getting successfully screened and rocking that interview to land that amazing position, make sure to nail it with the following resources.
Every Resource I list here is personally verified by me and most of them I have used personally, which have helped me a lot.
Word of Caution:Data Science/Machine Learning has a very big domain and there are a lot of things to learn. This by no means is an exhaustive list and is just for helping you out if you are struggling to find some good resources to start your preparation. However, I try to cover and update this frequently and my goal is to cover and unify everything into one resource that you can use to rock those interviews! Please leave a star if you appreciate the effort.
Note:For contribution, refer Contribution.md
How to get an interview ?
-
First and foremost, develop the necessary skills and be sound with the fundamentals , these are some of the horizons you should be extremely comfortable with -
- Business Understanding(this is extremely critical across all seniority levels, but specifically for people with more than 3 years of experience)
- SQL and Databases(very crucial)
- Programming Skills(preferably in Python)
- Mathematics(Probability, Statistics, Linear Algebra and Calculus) - https://medium.com/@rbhatia46/essential-probability-statistics-concepts-before-data-science-bb787b7a5aef
- Machine Learning(this includes Deep Learning) and Model building
- Data Structures and Algorithms(must and mandatory for top product based companies like FAANG)
- Domain Understanding(Optional for most openings, though very critical for some roles based on company's requirement)
- Literature Review(must for Research based roles) : Being able to read and understand a new research paper is one of the most essential and demanding skills needed in the industry today, as the culture of Research and Development, and innovation grows across most good organizations.
- Communication Skills - Being able to explain the analysis and results to business stakeholders and executives is becoming a really important skill for Data Scientists these days
- Some Engineering knowledge(Not mandatory, but good to have) - Being able to develop a RESTful API, writing clean and elegant code, Object Oriented programming are some of the things you can focus on for some extra brownie points.
- Big data knowledge(not mandatory for most openings, but good to have) - Spark, Hive, Hadoop.
-
Build a personal Brand
- Develop a good GitHub/portfolio of use-cases you have solved, always strive for solving end-to-end use cases, which demonstrate the entire Data Science lifecycle, from business understanding to model deployment.
- Write blogs, start a YouTube channel if you enjoy teaching, write a book.
- Work on a digital, easy-to-open, easy-to-read, clean, concise and easily customizable Resume/CV, always include your demo links and source code of every use-case you have solved.
- Participate in Kaggle competitions, build a good Kaggle profile and send them to potential employers for increasing the chances of getting an interview call real-quick.
-
Develop good connections, through LinkedIn, by attending conferences, and doing everything you can, it's very important to land referrals and get yourself started with the interview process through good connections. Connect regularly with Data Scientists working at top product-based organizations, fast-growing startups, build a network, slowly and steadily, it's very important.`
Some Tips on Resume/CV:
-
Describe past roles and an impact you made in a quantifiable way, be concise and I repeat, quantify the impact, rather than talking with facts that have no relevance. According to Google Recruiters, use the XYZ formula -
Accomplished [X] as measured by [Y], by doing [Z]
-
Keep it short, ideally not more than 2 pages, as you might know, an average recruiter scans your resume only for 6 seconds, and makes a decision based on that.
-
If you are a fresher and don't have experience, try to solve end-to-end use-cases and mention them in your CV, preferably with the demo link(makes it easy for the recruiter) and the link to source code on GitHub.
-
Avoid too much technical jargon, and this goes without saying, do not mention anything you are not confident about, this might become a major bottleneck during your interview.
-
Some helpful links :
- Advice on building Data Portfolio Projects
:blue_book: - How to write a killer Software Engineering Resume
:blue_book: - Get your Data Science Resume past the ATS
:blue_book:
- Advice on building Data Portfolio Projects
Probability and Statistics
- Understand the basics of Descriptive Statistics(Really Important for an interview)
:blue_book: - 40 Question on probability for a Data Science Interview
:blue_book: - Probability and Statistics in the context of Deep Learning
:blue_book: - Probability v/s Likelihood
:video_camera: - Bootstrap Methods - The Swiss Army Knife of any Data Scientist
:blue_book: - Confidence Intervals Explained Simply for Data Scientists
:blue_book: - P-value Explained Simply for Data Scientists
:blue_book: - PDF is not a probability
:blue_book: - 5 Sampling algorithms every Data Scientist should know
:blue_book: - The 10 Statistical Techniques Data Scientists Need to Master
:blue_book:
SQL and Data Acquisition
This is probably the entry point of your Data Science project, SQL is one of the most important skills for any Data Scientist.
- 5 Common SQL Interview Problems for Data Scientists
:blue_book: - 46 Questions to test a Data Scientist on SQL
:blue_book: - 30 SQL Interview Questions curated for FAANG by an Ex-Facebook Data Scientist
:blue_book: - SQL Interview Questions
:blue_book: - How to ace Data Science Interviews - SQL
:blue_book: - 3 Must Know SQL Questions to pass your Data Science Interview
:blue_book: - 10 frequently asked SQL Queries in Interviews
:blue_book: - Technical Data Science Interview Questions: SQL and Coding
:blue_book: - How to optimize SQL Queries - Datacamp
:blue_book: - Ten SQL Concepts You Should Know for Data Science Interviews
:blue_book:
Data Preparation and Visualization
- 5 Feature Selection Algorithms every Data Scientist should know
:blue_book: - 6 Different Ways to Compensate for Missing Values In a Dataset
:blue_book: - A Brief Overview of Outlier Detection Techniques
:blue_book: - Cleaning and Prepping Data with Python for Data Science — Best Practices and Helpful Packages
:blue_book: - When to use which plot for visualization
:blue_book: - Ways to detect and remove Outliers
:blue_book: - Dealing with Class Imbalances in Machine Learning
:blue_book: - Smarter ways to encode categorical data
- Numpy and Pandas Cheatsheet
:blue_book: - 3 Methods to deal with outliers
:blue_book: - Feature Selection Techniques
:blue_book: - Why, how and When to scale your features
:blue_book: - Everything you need to know about Scatter plots
:blue_book: - How to Select Features for Machine Learning
:video_camera:
Classic Machine Learning Algorithms
1. Logistic Regression
- All about Logistic Regression in one article
:blue_book: - Understanding Logistic Regression step-by-step
:blue_book: - Logistic Regression - Short and Clear Explanation - 9 Mins
:video_camera: - Linear Regression vs Logistic Regression
:video_camera: - 30 Questions to test a Data Scientist on Logistic Regression
:blue_book: - Logistic Regression - Understand Everything (Theory + Maths + Coding) in 1 video
:video_camera:
2. Linear Regression
- 30 Questions to test a Data Scientist on Linear Regression
:blue_book: - Linear Regression - Understand Everything (Theory + Maths + Coding) in 1 video
:video_camera: - 5 Types of Regression and their properties
:blue_book: - Ridge Regression - Clearly Explained
:video_camera: - Lasso Regression - Clearly Explained
:video_camera:
3. Tree Based/Ensemble Algorithms
- 30 Questions to test a Data Scientist on Tree based models
:blue_book: - Gini-index v/s Information Entropy
:blue_book: - Decision Tree vs. Random Forest – Which Algorithm Should you Use?
:blue_book: - Why Random Forest doesn't work well for Time-Series?
:blue_book: - Comprehensive guide to Ensemble Models
:blue_book: - The Simple Math behind 3 Decision Tree Splitting criterions
:blue_book:
4. K-Nearest-Neighbors
- Fundamental Interview Questions on KNN - A Quick refresh
:blue_book: - 30 Questions to test a Data Scientist on KNN
:blue_book: - Pros and Cons of KNN
:blue_book: - KNN Algorithm - Understand Everything (Theory + Maths + Coding) in 1 video
:video_camera:
5. Support Vector Machines
- All about SVMs - Math, Terminology, Intuition, Kernels in one article
:blue_book: - 25 Questions to test a Data Scientist on SVMs
:blue_book:
6. Naive Bayes
- 12 tips to make most out of Naive Bayes
:blue_book: - Naive Bayes - Understand Everything (Theory + Maths + Coding) in 1 video
:video_camera: - 6 easy steps to learn Naive Bayes
:blue_book:
Time Series
- 40 Questions to test a Data Scientist on Time Series
:blue_book: - 11 Classical Time Series Forecasting Methods
:blue_book: - Interview Questions on ARIMA
:video_camera:
Unsupervised Learning
- The DOs and DONTs of PCA(Principal Component Analysis)
:blue_book: - An introduction to t-SNE : DataCamp
:blue_book: - Dimensionally Reducing Squeezing out the good stuff
:blue_book: - Dimensionality Reduction for Dummies : Part 1 - Intuition
:blue_book:
Recommender Systems
Deep Learning
- Why Regularization reduces overfitting in Deep Neural Networks
:video_camera: - Pros and Cons of Neural Networks
:blue_book: - When not to use Neural Networks
:blue_book: - 40 Questions to test a Data Scientist on Deep learning
:blue_book: - 21 Popular Deep Learning Interview Questions
:blue_book: - Deep Learning Interview Questions - Edureka
:video_camera: - Activation Functions in a Neural Network - Explained
:blue_book: - Vanishing and Exploding Gradient - Clearly Explained
:video_camera: - Bias and Variance - Very clearly explained
:video_camera: - Why use ReLU over Sigmoid
:blue_book: - 25 Deep Learning Interview Qurstions to test your knowledge
:blue_book: - 10 Deep Learning Best Practices to Keep in Mind in 2020
:blue_book:
Machine Learning Interpretability
- Four Questions on Deciphering the World of Machine Learning Models
:blue_book: - Machine Learning Explanaibility - Crash Course by Kaggle
:blue_book:
Case Studies
Case studies are extremely important for interviews, below are some resources to practice, think first before looking at the solutions.
- Dawn of Taxi Aggregators
:blue_book: - Optimizing product prices for an online vendor
:blue_book: - Tips for a Case-Study Interview
:blue_book: - Mercari Price Prediction
:blue_book: - End-to-End multiclass Text Classification pipeline
:blue_book: - End-to-End multiclass Image Classification pipeline
:blue_book: - Large Scale Forecasting for 1000+ products - Nagarro
:video_camera: - Clustering and Classification in E-Commerce
:blue_book: - The ABCs of Learning to Rank
:blue_book:
Becoming a Rockstar Data Scientist(read if you have extra time)
Going through these will definately add extra brownie points, so don't miss these if you got time.
- Top 13 Skills To Become a Rockstar Data Scientist
:blue_book: - Understand these 4 ML concepts to sound like a master
:blue_book: - 12 things I wish I knew before starting as a Data Scientist
:blue_book: - Understand the Data Science pipeline
:blue_book: - Kaggle Data Science Glossary
:blue_book: - Google Machine Learning Glossary
:blue_book: - Running your ML Predictions 50 times faster - Hummingbird
:blue_book: - 3 Mistakes you should not make in a Data Science Interview
:blue_book: - How to find Feature importances for BlackBox Models?
:blue_book:
Data Structures and Algorithms(Optional)
Although this might be optional, but do not miss this if the Job Description explicitly asks for this, and especially never miss this if you are interviewing at FAANG and similar organizations, or if you have a CS Background. You don't have to be as good as an SDE at this, but at least know the basics.
- A Data Scientist's guide to Data Structures and Algorithms
:blue_book: - Handling Trees in Data Science Algorithmic Interview
:blue_book: - A simple introduction to Linked Lists for Data Scientists
:blue_book: - Dynamic Programming for Data Scientists
:blue_book: - 3 Programming concepts for Data Scientists
:blue_book: - Data Scientists, The 5 Graph Algorithms that you should know
:blue_book:
Engineering and Deployment
- A Layman’s Guide for Data Scientists to create APIs in minutes
:blue_book: - Take your Machine Learning Models to Production with these 5 simple steps
:blue_book: - 2 way to deploy your ML models
:blue_book: - How to deploy a Keras model as a web app through Flask
:blue_book:
General Interview Questions across the Spectrum (Video)
- Common Data Science Interview Questions - Edureka
- Common Machine Learning Interview Question - Edureka
- Top 5 algorithms used in Data Science
- Common Data Science Interview Questions - Analytics University
- 3 types of Data Science Interview Questions
- Lessons learned the hard way - Hacking the Data Science Interview
- What it's like to Interview as a Data Scientist
- 5 Tips for getting a Data Science Job
- 8 Frequently used Data Science Algorithms
- Scenario Based Practical Interview
- KNN v/s K Means
General Interview Questions across the Spectrum (Reading)
- The Data Science Interview Guide
- Top 30 Data Science Interview Questions
- 35 Important Data Science Interview Questions
- The Most Comprehensive Data Science Interview Guide
- 41 essential ML interview questions - Springboard
- 30 days of Data Science Interview Preparation - iNeuron
- 109 Data Science Interview Questions - Springboard
- Most asked Data Science interview questions in India - Springboard
- List of AI Startups in India and resources for preparing for the interview
- 5 interview questions to predict a good Data Scientist
- 8 proven ways to improve the accuracy of your ML model
- 60 Interview Questions on Machine Learning - AnalyticsIndiaMag
- The Big List of DS and ML interview Resources
- 100 Basic Data Science Interview Questions along with answers
- 40 interview questions asked at Startups in ML/DS Interview
- My Data Science/Machine Learning Job Interview Experience : List of DS/ML/DL Questions – Machine Learning in Action
- How do I prepare for a Data Science phone interview at Airbnb
- Best ML algorithm for regression problems
- How to ace the In person Data Science Interview
- How to land a Data Scientist job at Airbnb
- 120 Data Science Interview Questions(from all domains)
- Understanding the Bias-Variance Tradeoff
- You Need these Cheatsheets if you are tackling ML algorithms
- Red Flags in a Data Science Interview
- A Data Scientist's take on Interview Questions
- What is Cross Entropy(Nice and Short Explanation)
- What does an ideal Data Scientist's profile look like
- 25 Fun Questions for a Machine Learning interview
- How to Prepare for Machine Learning Interviews
- How to develop a Machine Learning Model from scratch
- End to End guide for a Machine Learning Project
- Classification v/s Regression
- Must Know mathematical measures for Every Data Scientist
- Where did the least square come from
- Regularization in Machine Learning - Explained
Interesting Reads
以上所述就是小编给大家介绍的《Best Data Science Interview Resources》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Ethnography and Virtual Worlds
Tom Boellstorff、Bonnie Nardi、Celia Pearce、T. L. Taylor / Princeton University Press / 2012-9-16 / GBP 21.00
"Ethnography and Virtual Worlds" is the only book of its kind - a concise, comprehensive, and practical guide for students, teachers, designers, and scholars interested in using ethnographic methods t......一起来看看 《Ethnography and Virtual Worlds》 这本书的介绍吧!