Add office photos
Engaged Employer

Dunzo

3.4
based on 735 Reviews
Video summary
Filter interviews by

30+ Flipkart Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. Maximum Coins Collection Problem

Imagine a two-dimensional grid with 'N' rows and 'M' columns, where each cell contains a certain number of coins. Alice and Bob want to maximize the total number of coins they c...read more

Ans.

Given a matrix of coins, Alice and Bob have to collect maximum coins with certain conditions.

  • Alice starts from top left corner and Bob starts from top right corner

  • They can move to (i+1, j+1) or (i+1, j-1) or (i+1, j)

  • They have to collect all the coins that are present at a cell

  • If Alice has already collected coins of a cell, then Bob gets no coins if goes through that cell again

Add your answer

Q2. Arithmetic Subarrays Problem Statement

You are provided with an array A of length N. Your task is to determine the number of arithmetic subarrays present within the array A.

Explanation:

An arithmetic subarray ...read more

Ans.

Count the number of arithmetic subarrays in an array.

  • An arithmetic subarray has 3 or more elements with the same difference between consecutive elements.

  • Loop through the array and check for all possible subarrays with 3 or more elements.

  • If the difference between consecutive elements is the same, increment the count.

  • Return the count for each test case.

Add your answer

Q3. Distance To Nearest 1 in a Binary Matrix Problem

Given a binary matrix MAT containing only 0s and 1s of size N x M, find the distance of the nearest cell containing 1 for each cell in the matrix.

The distance i...read more

Ans.

Given a binary matrix, find the distance of the nearest cell having 1 in the matrix for each cell.

  • Use BFS to traverse the matrix and find the nearest cell having 1 for each cell.

  • Initialize the output matrix with maximum possible distance.

  • If the current cell has 1, distance is 0, else update distance based on the nearest cell having 1.

Add your answer

Q4. Asteroid Collision Problem Description

Given an array/list ASTEROIDS representing asteroids aligned in a row, each element's absolute value identifies the asteroid's size, while its sign indicates the direction...read more

Add your answer
Discover Flipkart interview dos and don'ts from real experiences

Q5. Container with Most Water Problem Statement

Given a sequence of 'N' space-separated non-negative integers A[1], A[2], ..., A[i], ..., A[n], where each number in the sequence represents the height of a line draw...read more

Add your answer

Q6. Number of Subsequences with Even and Odd Sum

Your task is to determine the number of subsequences with odd sums and the number of subsequences with even sums from a given array of positive integers. As resultin...read more

Add your answer
Are these interview questions helpful?

Q7. Word Break II Problem Statement

Given a non-empty string 'S' containing no spaces and a dictionary of non-empty strings, generate and return all possible sentences by adding spaces in the string 'S', such that ...read more

Add your answer

Q8. Maximum Size Rectangle Binary Sub-Matrix with All 1s

Given a binary-valued matrix of size N x M, your task is to determine the largest area of a submatrix that contains only 1's.

Input:

The first line contains ...read more
Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Minimum Cost to Reduce Array Problem Statement

You are given an array ARR containing N positive integers. Your task is to reduce the size of this array to 1 by repetitively merging adjacent elements. Each time ...read more

Add your answer

Q10. Convert Binary Tree to Mirror Tree Problem Statement

Given a binary tree, convert this binary tree into its mirror tree. A binary tree is a tree in which each parent node has at most two children. The mirror of...read more

Add your answer

Q11. Wildcard Pattern Matching Problem Statement

Implement a wildcard pattern matching algorithm to determine if a given wildcard pattern matches a text string completely.

The wildcard pattern may include the charac...read more

Add your answer

Q12. Longest Common Subsequence Problem Statement

Given two strings STR1 and STR2, determine the length of their longest common subsequence.

A subsequence is a sequence that can be derived from another sequence by d...read more

Add your answer

Q13. Bipartite Graph Problem Statement

Given an undirected graph of 'V' vertices (labeled 0, 1, ..., V-1) and 'E' edges, the task is to determine whether the graph is bipartite.

Explanation:

A bipartite graph is one...read more

Add your answer

Q14. Valid Parentheses Problem Statement

Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.

Input:

The first line contains an integer...read more
Add your answer

Q15. Trie Data Structure Implementation

Design and implement a Trie (Prefix Tree) which should support the following two operations:

1. Insert a word into the Trie. The operation is marked as 'insert(word)'.
2. Searc...read more
Add your answer

Q16. Anagram Substring Search

Given two strings 'STR' and 'PTR', identify all starting indices of 'PTR' anagram substrings in 'STR'. Two strings are anagrams if one can be rearranged to form the other.

Input:

First ...read more
Add your answer

Q17. Left View of a Binary Tree

Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side.

Input:

The ...read more
Add your answer

Q18. Next Greater Element Problem Statement

You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, ...read more

Add your answer

Q19. Left View of a Binary Tree Problem Statement

Given a binary tree, your task is to print the left view of the tree.

Example:

Input:
The input will be in level order form, with node values separated by a space. U...read more
Add your answer

Q20. Convert Array to Min Heap Task

Given an array 'ARR' of integers with 'N' elements, you need to convert it into a min-binary heap.

A min-binary heap is a complete binary tree where each internal node's value is ...read more

Add your answer
Q21. How would you implement undo and redo operations for MS Word?
Add your answer

Q22. How challenging is handling blue coloured employees

Ans.

It is not appropriate to refer to employees by their skin color. All employees should be treated equally and with respect.

  • It is important to avoid using language that could be perceived as discriminatory or offensive

  • Focus on individual performance and behavior rather than skin color

  • Provide equal opportunities for all employees to succeed

  • Create a culture of inclusivity and diversity

  • Train managers and employees on diversity and inclusion best practices

Add your answer

Q23. What would be the ideal EPH for any city.

Ans.

Ideal EPH for a city depends on various factors such as population, geography, climate, and infrastructure.

  • EPH stands for 'Events Per Hour', which refers to the number of emergency incidents that occur in a city per hour.

  • The ideal EPH for a city can vary depending on the size of the population, the geography of the area, the climate, and the infrastructure available to respond to emergencies.

  • For example, a city with a high population density and limited emergency services may...read more

Add your answer

Q24. What tools are required to run a smooth operation

Ans.

Tools required for a smooth operation include inventory management software, communication tools, and employee scheduling software.

  • Inventory management software to track stock levels and ensure timely restocking

  • Communication tools such as email, phone, and messaging apps to keep in touch with employees and customers

  • Employee scheduling software to manage shifts and ensure adequate staffing levels

  • Point of sale (POS) system to process transactions and track sales data

  • Security sy...read more

Add your answer

Q25. Overall supply needed for N number of tasks

Ans.

The overall supply needed for N number of tasks depends on the specific requirements of each task.

  • The supply needed for each task should be assessed individually

  • Factors such as task duration, complexity, and required resources should be considered

  • The total supply needed can be calculated by adding up the supply requirements for each task

  • Regular monitoring and adjustment of supply levels may be necessary

Add your answer

Q26. Last ctc and expecting in current organisation

Ans.

I am currently earning INR 8 lakhs per annum and expecting a hike of 10% in my current organization.

  • My last CTC was INR 8 lakhs per annum.

  • I am expecting a hike of 10% in my current organization.

  • I am open to negotiation based on the job responsibilities and market standards.

Add your answer

Q27. Privious company details work responsibility

Add your answer

Q28. What you know abou sales

Ans.

Sales involves identifying customer needs, presenting products or services, and closing deals to generate revenue.

  • Understanding customer needs and preferences

  • Effective communication and persuasion skills

  • Product knowledge and ability to highlight benefits

  • Negotiation and closing techniques

  • Building and maintaining customer relationships

  • Meeting sales targets and goals

Add your answer

Q29. SQL joins difference

Ans.

SQL joins are used to combine rows from two or more tables based on a related column between them.

  • Types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

  • INNER JOIN returns rows when there is at least one match in both tables.

  • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

  • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

  • FULL JOIN returns rows when there is a match in one of ...read more

Add your answer

Q30. What is your expected CTC

Ans.

My expected CTC is in line with industry standards and commensurate with my experience and skills.

  • I have researched the market and have a good understanding of the salary range for this position

  • I am open to negotiation based on the overall compensation package

  • I am looking for a fair and competitive salary that reflects my qualifications and contributions to the company

Add your answer

Q31. What abou your study

Ans.

I have a Bachelor's degree in Business Administration with a focus on sales and marketing.

  • Bachelor's degree in Business Administration

  • Focus on sales and marketing

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Flipkart

based on 61 interviews
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.1
 • 686 Interview Questions
3.7
 • 419 Interview Questions
3.9
 • 362 Interview Questions
4.0
 • 247 Interview Questions
4.3
 • 178 Interview Questions
4.2
 • 139 Interview Questions
View all
Top Dunzo Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter