Machine Learning Developer Interview Questions

8,197 machine learning developer interview questions shared by candidates

(onsite interview roun 5): Edit distance There is a big file, it contain lots of words. given the first word and second word, check wether the words are in the path of edit distance e.g. File input: 'aaaa' 'aaab' 'abab' 'acdb' 'almn' 'abbb' Word1: 'aaaa' Word2: 'abbb' Output: True Explaination: Yes. There is an edit distance path from 'aaaa' to 'abbb' 'aaaa' -> 'aaab' -> 'abab' -> 'abbb'
avatar

Machine Learning Engineer

Interviewed at HouseCanary

3.4
Jan 14, 2020

(onsite interview roun 5): Edit distance There is a big file, it contain lots of words. given the first word and second word, check wether the words are in the path of edit distance e.g. File input: 'aaaa' 'aaab' 'abab' 'acdb' 'almn' 'abbb' Word1: 'aaaa' Word2: 'abbb' Output: True Explaination: Yes. There is an edit distance path from 'aaaa' to 'abbb' 'aaaa' -> 'aaab' -> 'abab' -> 'abbb'

'''Question 1: Given a sorted but rotated array, and a target, find the location of the target in the array. If the target is not in the array, returns -1 1) INPUT: [3,6,7,1,2], target = 1 OUTPUT: 3 2) INPUT: [3,6,7,1,2], target = 9 OUTPUT: -1 '''
avatar

Machine Learning Research Scientist

Interviewed at Rocket Fuel

3.5
May 15, 2015

'''Question 1: Given a sorted but rotated array, and a target, find the location of the target in the array. If the target is not in the array, returns -1 1) INPUT: [3,6,7,1,2], target = 1 OUTPUT: 3 2) INPUT: [3,6,7,1,2], target = 9 OUTPUT: -1 '''

Viewing 651 - 660 interview questions

Glassdoor has 8,197 interview questions and reports from Machine learning developer interviews. Prepare for your interview. Get hired. Love your job.