I took the online assessment, which contains one DSA and 16 non-conding questions, It took 70 mins to complete. For DSA it is about to find the common prefix for in an array of String and return at most three words contains the common prefix while user is typing,Should use binary search to find the common prefix to make the time complixity O(logn).