Implement k-means, how would you make it scale to a large datasets. How would you test it (unit tests) ?
Learning Management Interview Questions
14,615 learning management interview questions shared by candidates
(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
They are very strict on their weird amoeba culture and insist people have to be a believer.
How much experience do you have with Python?
Describe a situation when I faced challenging behaviors in a student and how did I handle them.
One of the last questions were really long and word, asking about cognitive thinking and enrichment.
How long have you worked with python? or computer vision? They mainly asked technical questions about my research.
What knowledge do you have of safeguarding and prevent?
Viewing 1361 - 1370 interview questions