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.
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.
The following metrics were computed from 4 interview experiences for the Flipkart SDE-intern role in Bengaluru, Karnataka.
Flipkart's interview process for their SDE-intern roles in Bengaluru, Karnataka is extremely selective, failing the vast majority of engineers.
Candidates reported having very good feelings for Flipkart's SDE-intern interview process in Bengaluru, Karnataka.