Flipkart limited interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Flipkart limited
upvote
share-icon
1 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Data Structures, Pointers, Algorithms, Dynamic Programming,Arrays,Strings
Tip
Tip

Tip 1 : Do projects(development projects like on appdev or webdev) in your college duration 
Tip 2 : Practice questions but focus more on quality rather than quantity 
Tip 3 : Do read answers(different approaches) in editorial links or answers given in discussion section

Application process
Where: Other
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Have some projects on resume.
Tip 2 : Do provide links to those projects

Interview rounds

01
Round
Medium
Video Call
Duration80 minutes
Interview date25 Jul 2021
Coding problem2

Timing was in the morning
It was a coding round in which the interviewer could see the changes in the code done simultaneously
The interviewer was very helpful

1. Maximum In Sliding Windows Of Size K

Moderate
20m average time
80% success
0/80
Asked in companies
AppleWalmartOYO

Given an array/list of integers of length ‘N’, there is a sliding window of size ‘K’ which moves from the beginning of the array, to the very end. You can only see the ‘K’ numbers in a particular window at a time. For each of the 'N'-'K'+1 different windows thus formed, you are supposed to return the maximum element in each of them, from the given array/list.

Try solving now

2. Best Time to Buy and Sell Stock

Moderate
20m average time
80% success
0/80
Asked in companies
IntuitOptumOYO

You are given an array/list 'prices' where the elements of the array represent the prices of the stock as they were yesterday and indices of the array represent minutes. Your task is to find and return the maximum profit you can make by buying and selling the stock. You can buy and sell the stock only once.

Note:

You can’t sell without buying first.
For Example:
For the given array [ 2, 100, 150, 120],
The maximum profit can be achieved by buying the stock at minute 0 when its price is Rs. 2 and selling it at minute 2 when its price is Rs. 150.
So, the output will be 148.
Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
SDE - Intern
1 rounds | 2 problems
Interviewed by Flipkart limited
1612 views
0 comments
0 upvotes
SDE - Intern
3 rounds | 5 problems
Interviewed by Flipkart limited
1627 views
0 comments
0 upvotes
SDE - Intern
4 rounds | 7 problems
Interviewed by Flipkart limited
2389 views
0 comments
0 upvotes
SDE - Intern
2 rounds | 4 problems
Interviewed by Flipkart limited
2158 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15605 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15499 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10215 views
2 comments
0 upvotes