arr = [1,1, 2,3,3,4,4, ] find unique element
Machine Learning Interviews
Machine Learning Interview Questions
"To get a job in machine learning, you must have the programming and mathematical knowledge to create artificial intelligence that is capable of learning new tasks without being explicitly coded. In an interview you may be asked about your experience with pertinent coding languages such as Java and C++ as well as with writing algorithms. The interview will be comprised mainly of technical questions that test your knowledge of the fundamental concepts of machine learning such as data mining and signal processing."
8,197 machine learning interview questions shared by candidates
What kind of project are you doing? Some JAVA and Python question?
Print strings "Ivani" "is" "cool" based on certain criteria. Some noxious self bragging here.
Implement k-means, how would you make it scale to a large datasets. How would you test it (unit tests) ?
(onsite interview round 5): Edit distance There is a big file, it contain lots of words. given the first word and second word, check whether 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'
( Onsite interview Round 1 ): Programming: Given an array, find whether it has any contiguous sub-array with the sum equal to target value e.g. input: arr = [1,2,3,4,5] target = 7 output: [3,4]
(Phone Round 2 - Technical) Write an algorithm to say if two strings are anagrams of each other? Input: 'ace' and 'cae' Output: True
How much experience do you have with Python?
How long have you worked with python? or computer vision? They mainly asked technical questions about my research.
what is CNN
Viewing 641 - 650 interview questions