Skip to content

alirezadir/Machine-Learning-Interviews

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
March 16, 2023 13:25
March 11, 2023 17:26
March 5, 2023 21:44
January 30, 2021 19:52
March 15, 2023 00:13

A guide for Machine Learning Technical Interviews πŸ€–

This repo aims to serve as a guide to prepare for Machine Learning (AI) Engineer 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 1 General Coding (Algos and Data Structures)
Chapter 2 ML Coding
Chapter 3 ML System Design (Updated in 2023)
Chapter 4 ML Fundamentals/Breadth
Chapter 5 Behavioral

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 repo for further insights on how to design deep learning systems for production.

Contribution

  • Feedback and contribution are very welcome 😊 If you'd like to contribute, please make a pull request with your suggested changes).