Not specifically this but the questions focused on me; and not necessarily my experience but where I'd fit into the team that was already built. Something like: If you were offered this position what challenges do you think you'd have in getting up to speed, what tools would you use, and what do you think will be your key to success?
Learning Technology Specialist Interview Questions
3,002 learning technology specialist interview questions shared by candidates
30-60-90 plan. How would you approach the territory?
Describe a situation when you failed fast and learned fast.
What kind of project are you doing? Some JAVA and Python question?
Why are you interested in eVestment?
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
Viewing 21 - 30 interview questions