Pergunta de entrevista da empresa OnlineSales.ai

Round 3: 1. Shipping container problem: variation of painter partition, split array sum problem. Needed to use Binary Search 2. Given an array of the prime number containing one prime number which occurs more than one .find that prime number expected TC:O(N) SC:O(1) 3. A SQL based query had to used joins on three tables. The interviewer was kind enough he gave me hints to solve it.