Rigi | SDE 1 | Bengaluru | Feb 2023
Summary
Interview Experience
Round 1 (Technical Round) 1. Given an array of integers, 1 or more zeroes in array, find distance of all zeroes with elements in given array. Example: Input: [1,2,3,0,4,5] Output: [3,2,1,0,1,2] 2. Given a string of parentheses, generate all permutations of valid parentheses. Round 2 (Hiring Manager...


