On-line Evaluation : Consists of some multiple-choice questions and the coding query of medium issue
Technical Spherical-1:Face to Face interview
- It begins with a short introduction after which the interviewer transfer to coding questions
- It mainly consists of two coding questions:-
- https://leetcode.com/issues/pascals-triangle/.He requested me to write down each(brute and higher) the approaches
- Given an M × N matrix consisting of solely 0 or 1, change all components of row i and column j to 0 if cell (i, j) has a price of 0. Do that with out utilizing any further area for each (i, j) having worth 0.
First I had informed the brute power strategy after which he requested me to optimize it after which I used the in-place approach and he was happy with the reply, he requested me to write down the code
Technical Spherical-2 (Face to Face interview): It begins with a short introduction after which the interviewer transfer to coding questions. It mainly consists of two coding questions:-