Upload Button Icon Add office photos

Blinkit

Compare button icon Compare button icon Compare

Filter interviews by

Blinkit SDE Interview Questions and Answers

Updated 22 Jun 2024

Blinkit SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 22 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Predict the winner leetcode problem
  • Ans. 

    The winner leetcode problem involves finding the candidate with the most votes in an election scenario.

    • Iterate through the list of candidates and keep track of their votes

    • Return the candidate with the highest number of votes

    • Example: Input - ['Alice', 'Bob', 'Alice', 'Charlie', 'Bob'], Output - 'Alice'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA

Skills evaluated in this interview

Interview questions from similar companies

SDE Interview Questions & Answers

Meesho user image Vaibhav Garg

posted on 2 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA - 3 Coding Questions

Round 2 - Technical 

(1 Question)

  • Q1. Machine coding - low level design

SDE Interview Questions Asked at Other Companies

asked in Infosys
Q1. Return Subsets Sum to K Problem Statement Given an integer array ... read more
asked in Nagarro
Q2. Partition to K Equal Sum Subsets Problem Given an array of intege ... read more
asked in Nagarro
Q3. Sort a "K" Sorted Doubly Linked List Given a doubly-linked list w ... read more
asked in Amazon
Q4. Describe a scenario where you were given updates on repaired road ... read more
asked in Nagarro
Q5. Maximum Meetings Selection You are tasked with scheduling meeting ... read more

SDE Interview Questions & Answers

Meesho user image Anonymous

posted on 6 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write system design for cab booking system
  • Ans. 

    Design a scalable cab booking system for efficient ride management and user experience.

    • User Registration: Users can sign up using email or phone number.

    • Cab Availability: Real-time tracking of cabs using GPS for efficient allocation.

    • Booking Process: Users can book a cab by entering pickup and drop-off locations.

    • Payment Integration: Support for multiple payment methods like credit cards, wallets.

    • Driver App: A separate in...

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions & Answers

Myntra user image Anonymous

posted on 22 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There was only two coding questions in 50 minutes interview

Round 2 - Technical 

(3 Questions)

  • Q1. One coding question
  • Q2. Only one coding question
  • Q3. Medium level coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA medium level questions

What people are saying about Blinkit

View All
duskyorangutan
Verified Icon
2w
currently not working
BLINKIT Data Analysis: Sales insights you need to know
Key Metrics: Total Sales: ₹18.59 Million Total MRP: ₹1.20 Million Total Visibility: 563.64 Top-Selling Item Types: 1. Fruits and Vegetables 2. Snack Foods 3. Household Items 4. Frozen Foods 5. Dairy Sales by Outlet Type: Supermarket Type1 leads (~₹12M+), followed by Type3 & Type2. Grocery Stores contribute the least. Sales by Location Type: Tier 3 Cities > Tier 2 > Tier 1 Highest MRP Contribution: Fruits & Vegetables – ₹178.12K (14.82%) Snack Foods – ₹175.43K (14.6%) Household – ₹135.98K (11.32%) Observations: High-selling items = higher visibility & MRP Supermarkets (Type 1) > grocery stores Tier 3 markets are Blinkit's strongest.
FeedCard Image
Got a question about Blinkit?
Ask anonymously on communities.

SDE Interview Questions & Answers

Myntra user image Anonymous

posted on 9 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round has two questions ranging in medium -hard level leetcode questions

Round 2 - Technical 

(3 Questions)

  • Q1. Doubly Linked List
  • Q2. Graph - topological sort
  • Q3. Operating system, database management system
Round 3 - Technical 

(2 Questions)

  • Q1. Longest Common Subsequence
  • Ans. 

    Longest Common Subsequence is the longest sequence of characters that appear in the same order in both strings.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the lengths of longest common subsequences.

    • Iterate through the strings to fill the array and find the longest common subsequence.

  • Answered by AI
  • Q2. Largest area in histogram
  • Ans. 

    The largest area in a histogram refers to the rectangle with the maximum area that can be formed within the histogram bars.

    • Identify the largest rectangle that can be formed by considering each bar as a potential height and calculating the area based on the width of the rectangle.

    • Use a stack data structure to efficiently find the largest area in a histogram by keeping track of the indices of the bars in non-decreasing o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - make sure to revise sde sheet properly for interviews

Skills evaluated in this interview

SDE Interview Questions & Answers

Myntra user image Anonymous

posted on 15 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium question

Round 2 - Technical 

(3 Questions)

  • Q1. Technical coding
  • Q2. Java basics questions were asked
  • Q3. Basics of Unix and shell scripting

SDE Interview Questions & Answers

Meesho user image Shashirith Sonu

posted on 15 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. DESIGN CALENDER
  • Ans. 

    Design a calendar system that manages events, reminders, and scheduling for users efficiently.

    • Define user requirements: Understand what features users need, such as event creation, reminders, and recurring events.

    • Choose data structures: Use arrays or linked lists for storing events, and hash maps for quick access to dates.

    • Implement user interface: Design a simple UI for users to view, add, and edit events easily.

    • Consid...

  • Answered by AI
  • Q2. DESIGN FACEBOOK
  • Ans. 

    Design a social networking platform with features like user profiles, news feed, messaging, and photo sharing.

    • Create user profiles with customizable information and privacy settings

    • Implement a news feed algorithm to display relevant content to users

    • Include messaging functionality for private communication between users

    • Allow users to share photos and videos on their profiles and in posts

  • Answered by AI
  • Q3. LLD ROUND ON BOTH THIS QUESTIONS
Round 2 - HR 

(2 Questions)

  • Q1. WHY DO YOU WANT TO JOIN
  • Q2. ARE YOU FREE FOR THIS ROLE

Skills evaluated in this interview

Are these interview questions helpful?

SDE Interview Questions & Answers

Swiggy user image Anonymous

posted on 22 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It had 9 uqestions , one problem solving , one SQL , one API and 6 mcq

Round 2 - Assignment 

Easy assignment , if you hav eOOps knowledge you can do it

Interview Questionnaire 

1 Question

  • Q1. Ask experience for sale
  • Ans. 

    I have extensive experience in sales, focusing on building relationships and achieving targets through strategic planning and execution.

    • Developed and executed a sales strategy that increased revenue by 30% in one year.

    • Built strong relationships with clients, resulting in a 95% customer retention rate.

    • Conducted market research to identify new opportunities, leading to the successful launch of a new product line.

    • Trained ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - English must

I applied via Naukri.com and was interviewed in Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How to increase business?
  • Ans. 

    To increase business, focus on customer satisfaction, expand marketing efforts, and offer promotions.

    • Improve customer service to increase customer satisfaction and loyalty

    • Expand marketing efforts through social media, email marketing, and targeted advertising

    • Offer promotions such as discounts, referral programs, and loyalty rewards

    • Analyze market trends and adjust business strategies accordingly

    • Collaborate with other bu...

  • Answered by AI
  • Q2. Case study and solutions to business problem
  • Q3. Experience

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 40 candidates and 2 posts were there,
The interview was ,
Written test,
Group discussion,
Interview with Manager.

You need to be prepared for ground level questions.

Blinkit Interview FAQs

How many rounds are there in Blinkit SDE interview?
Blinkit interview process usually has 1 rounds. The most common rounds in the Blinkit interview process are Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

SDE Interview Questions from Similar Companies

Meesho SDE Interview Questions
3.7
 • 3 Interviews
Myntra SDE Interview Questions
3.9
 • 3 Interviews
Swiggy SDE Interview Questions
3.7
 • 1 Interview
Snapdeal SDE Interview Questions
3.8
 • 1 Interview
LinkedIn SDE Interview Questions
4.2
 • 1 Interview
Licious SDE Interview Questions
3.7
 • 1 Interview
Facebook SDE Interview Questions
4.3
 • 1 Interview
View all
Blinkit SDE Salary
based on 7 salaries
₹16 L/yr - ₹36 L/yr
21% more than the average SDE Salary in India
View more details
Store Manager
1k salaries
unlock blur

₹3.6 L/yr - ₹7.6 L/yr

Senior Executive
560 salaries
unlock blur

₹3.5 L/yr - ₹7.4 L/yr

Assistant Store Manager
474 salaries
unlock blur

₹2.8 L/yr - ₹5.2 L/yr

Assistant Manager
467 salaries
unlock blur

₹4 L/yr - ₹9.2 L/yr

Team Lead
449 salaries
unlock blur

₹1.4 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Blinkit with

Zepto

3.5
Compare

BigBasket

3.9
Compare

Udaan

3.9
Compare

Swiggy

3.7
Compare
write
Share an Interview