1. Telephonic Round : a. Find first and last indexes of given element in sorted array.
b.LCA of binary tree
2. Onsite coding 1 : a. Find if a target 'k' can be made adding 4 elements from given array.(repetition allowed) eg [2,2] k = 8 . output - true
b.Find if a target 'k' can be made adding 4 elements from given array.(repetition not allowed) eg [2,2] k = 8 . output - false, [2,2,2,2], k=8.output = true;
3.Onsite coding 2 : a. Remove minimum paranthesis to make string valid paranthesis.https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses/
b.capacity to ship packages https://leetcode.com/problems/capacity-to-ship-packages-within-d-days/
4.Standard behavioral round. 45 mins
5.Design instagram(focus on backend) 45 mins
Outcome : Accepted Offer