Open In App

Flipkart Interview Experience | On-Campus 2021

Round 1: Written

3 questions in round 1. Candidates who solved all three questions get shortlisted for the next round.



Round 2: Technical Interview 1

Round 3: Technical Interview 2



  1. Find the largest length cross which can be formed in a given matrix. ( A variation of this for largest plus can be found here https://leetcode.com/problems/largest-plus-sign/ )
  2. Maximize the sum of the array given that you can multiply adjacent numbers or add them with a condition that if you are multiplying two numbers then you can not multiply their output with the 3rd number.
  3. Code the excel cell formulas resolution. Refer to an example
Given cells A   B    C      D      E
             1   4  A*B  C+B  B+2

For me, I have answered all 3 questions in the 1st and 2nd rounds and in the 3rd 2.5 ques.

Round 4:  Managerial Round

Tips:

Article Tags :