Taro Logo

SDE-intern Interview Experience - Bengaluru, Karnataka

September 1, 2021
Neutral ExperienceGot Offer

Process

I completed one round of DSA. I had received another offer by that time, so I dropped out after the first round. From what I heard, they typically have 3-4 rounds of DSA followed by an HR round. The questions generally didn't go beyond LeetCode Medium at maximum.

Questions

Given a string and an infinitely wide 2D matrix of length n.

You have to write the characters of the string in a zigzag form. For example, if str[0] is at a[0][0], then str[1] goes at a[1][1].

Once you reach the last row, the direction of the zigzag changes: z[i][j] becomes z[i-1][j+1].

Print the final state of the 2D array.

Was this helpful?

Interview Statistics

The following metrics were computed from 4 interview experiences for the Flipkart SDE-intern role in Bengaluru, Karnataka.

Success Rate

0%
Pass Rate

Flipkart's interview process for their SDE-intern roles in Bengaluru, Karnataka is extremely selective, failing the vast majority of engineers.

Experience Rating

Positive75%
Neutral25%
Negative0%

Candidates reported having very good feelings for Flipkart's SDE-intern interview process in Bengaluru, Karnataka.

Flipkart Work Experiences