Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alirezadir/Machine-Learning-Interviews
This repo is meant to serve as a guide for Machine Learning/AI technical interviews.
https://github.com/alirezadir/Machine-Learning-Interviews
ai deep-learning interview interview-practice interview-preparation interviews machine-learning machine-learning-algorithms scalable-applications system-design
Last synced: 10 days ago
JSON representation
This repo is meant to serve as a guide for Machine Learning/AI technical interviews.
- Host: GitHub
- URL: https://github.com/alirezadir/Machine-Learning-Interviews
- Owner: alirezadir
- License: mit
- Created: 2021-01-31T03:52:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T08:33:43.000Z (8 months ago)
- Last Synced: 2024-10-27T18:20:53.724Z (14 days ago)
- Topics: ai, deep-learning, interview, interview-practice, interview-preparation, interviews, machine-learning, machine-learning-algorithms, scalable-applications, system-design
- Language: Jupyter Notebook
- Homepage:
- Size: 5.23 MB
- Stars: 4,688
- Watchers: 78
- Forks: 824
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Machine Learning Technical Interviews :robot:
This repo aims to serve as a guide to prepare for **Machine Learning (AI) Engineering** interviews for relevant roles at big tech companies (in particular FAANG). It has compiled based on the author's personal experience and notes from his own interview preparation, when he received offers from Meta (ML Specialist), Google (ML Engineer), Amazon (Applied Scientist), Apple (Applied Scientist), and Roku (ML Engineer).
The following components are the most commonly used interview modules for technical ML roles at different companies. We will go through them one by one and share how one can prepare:
|Chapter | Content|
|---| --- |
| Chapter 1 | [General Coding (Algos and Data Structures)](src/lc-coding.md) |
| Chapter 2 | [ML Coding](src/MLC/ml-coding.md) |
| Chapter 3 | [ML System Design (Updated in 2023)](src/MLSD/ml-system-design.md)|
| Chapter 4 | [ML Fundamentals/Breadth](src/ml-fundamental.md)|
| Chapter 5 | [Behavioral](src/behavior.md)|
| | |Notes:
* At the time I'm putting these notes together, machine learning interviews at different companies do not follow a unique structure unlike software engineering interviews. However, I found some of the components very similar to each other, although under different naming.
* The guide here is mostly focused on *Machine Learning Engineer* (and Applied Scientist) roles at big companies. Although relevant roles such as "Data Science" or "ML research scientist" have different structures in interviews, some of the modules reviewed here can be still useful. For more understanding about different technical roles within ML umbrella you can refer to [Link]
* As a supplementary resource, you can also refer to my [Production Level Deep Learning](https://github.com/alirezadir/Production-Level-Deep-Learning) repo for further insights on how to design deep learning systems for production.
# Contribution
* Feedback and contribution are very welcome :blush:
**If you'd like to contribute**, please make a pull request with your suggested changes).