Microsoft Codility Online Assessment
  1. Unique Integers That Sum Up To 0
  2. Max number of words in a sentence. Input is a paragraph (String) and each sentence is delimited by ?.!
  3. Number of right cyclic shifts to give the biggest number
    Change only 2 lines to make the program work
    https://codereview.stackexchange.com/questions/91653/number-of-right-cyclic-shifts-to-give-the-biggest-number
    Answer is m = (N >>> i | N << (30-i)) & 0x3fffffff;

Time: 90 mins

YoE: 2 years
Position: SE-2

Comments (0)