I applied through college or university. The process took 1 day. I interviewed at FactSet (Bengaluru) in Aug 2018
Interview
The interview was based on algorithms there were 3 rounds.
1st round:- Three question we have to write pseudo codes for it .
2nd and 3rd round was mainly based on algorithm discussion.
Interview questions [1]
Question 1
1 question was on a greedy selection
2 was to make a tree from a given preorder and inorder traversal without any space
3 was to find a triplet given a condition a[i]<a[k]<a[j] i<j<k in a array
4.find the next permutation
5.find a smallest window in an array with maximum number of distinct number of digits