Machine Learning Engineer Interview Questions

6,179 machine learning engineer interview questions shared by candidates

System type questions: - Module variable scope vs. function variable scope. Defined a variable in the module, and then defined a variable with the same name in a function, and asked what value would be seen in or outside of the function. = How does Python deal with integer precision? - How to determine the precision of a float in Python? Eg. 32 vs 64 bit? (Hint take diff and see how the diff is rounded)
Oct 13, 2021

System type questions: - Module variable scope vs. function variable scope. Defined a variable in the module, and then defined a variable with the same name in a function, and asked what value would be seen in or outside of the function. = How does Python deal with integer precision? - How to determine the precision of a float in Python? Eg. 32 vs 64 bit? (Hint take diff and see how the diff is rounded)

Q1: Remove repeated elements from list Q2: Given two dictionaries, output a third dictionary based using the keys/values from D1/D2 based on some conditions Q3: Order a set of ordered pairs based on first number in pair: {(7,9) , (1,3), (3,6) } ---> { (1,3) , (3,6), (7,9) }

Machine Learning Engineer

Interviewed at CoVar

4.5
Jan 23, 2025

Q1: Remove repeated elements from list Q2: Given two dictionaries, output a third dictionary based using the keys/values from D1/D2 based on some conditions Q3: Order a set of ordered pairs based on first number in pair: {(7,9) , (1,3), (3,6) } ---> { (1,3) , (3,6), (7,9) }

Viewing 4161 - 4170 interview questions

Glassdoor has 6,179 interview questions and reports from Machine learning engineer interviews. Prepare for your interview. Get hired. Love your job.