what is CNN
Learning Management Interview Questions
14,615 learning management interview questions shared by candidates
Tell me about your projects and reason to leave your current organization.
How Lifesure came to fruition
(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'
Questions about why I left companies, my experience on my CV
About my experience and my thoughts/ideas for the role
Given a SQL database with an Integer field, retrieve the sum of said field for all records.
How do you work in a dynamic environment, how do you feel if your projects would be put stop and you would need to work on something else
When coaching what model do you tend to use?
Was asked to implement a K-means clustering algorithm, with the major skeleton of the code provided.
Viewing 1371 - 1380 interview questions