Premium Employer

i

This company page is being actively managed by Zepto Team. If you also belong to the team, you can get access from here

Zepto Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zepto SDE Interview Questions and Answers

Updated 16 Nov 2024

Zepto SDE Interview Experiences

2 interviews found

SDE Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is state props drilling
  • Ans. 

    State props drilling is the process of passing down props from a parent component to a deeply nested child component.

    • Involves passing props through multiple levels of components

    • Can lead to prop drilling if not managed properly

    • Can be avoided by using context or Redux for state management

  • Answered by AI
  • Q2. Javascript tic tac toe

Skills evaluated in this interview

SDE Interview Questions & Answers

user image Anonymous

posted on 22 Jun 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Had online coding round as part of screening. Questions were easy and made it through but didn't hear back form the recruiter

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 Nagarro
Q4. Maximum Meetings Selection You are tasked with scheduling meeting ... read more
asked in Amazon
Q5. There is a 12 km road and a contractor who is in-charge of repair ... read more

Interview questions from similar companies

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

The aptitude test consist of 50 questions which was simple and mixed if all concepts

Round 2 - Coding Test 

Only one easy coding question

Round 3 - Technical 

(2 Questions)

  • Q1. About Linked List
  • Q2. Basic level understanding questions on DBMS and other concepts
Round 4 - Technical 

(1 Question)

  • Q1. Basic Technical questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. System design of Cricbuzz
  • Ans. 

    Cricbuzz system design involves handling real-time sports data, user traffic, and providing live scores, news, and updates.

    • Use microservices architecture to handle different functionalities like live scores, news, and updates.

    • Implement caching mechanisms to reduce load on servers and improve performance.

    • Utilize a distributed database to store large amounts of sports data efficiently.

    • Implement a robust notification syst...

  • Answered by AI

Skills evaluated in this interview

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 & 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

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
  • 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

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

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 

    0/1 Knapsack Problem Statement

    A thief is planning to rob a store and can carry a maximum weight of 'W' in his knapsack. The store contains 'N' items where the ith item has a weight of 'wi' and a value of...

  • Ans. 

    Yes, the 0/1 Knapsack problem can be solved using dynamic programming with a space complexity of not more than O(W).

    • Use a 1D array to store the maximum value that can be stolen for each weight capacity from 0 to W.

    • Iterate through each item and update the array based on whether including the item would increase the total value.

    • The final value in the array at index W will be the maximum value that can be stolen.

  • Answered by AI
  • Q2. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    Find the second largest element in an array of integers.

    • Iterate through the array to find the largest and second largest elements.

    • Handle cases where all elements are identical.

    • Return -1 if a second largest element does not exist.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

System Design Round

  • Q1. Design a system for Twitter, discussing its architecture, key components, and scalability considerations.
  • Ans. 

    Design a scalable system for Twitter with key components and architecture.

    • Use microservices architecture for scalability and fault isolation.

    • Key components include user service, tweet service, timeline service, and notification service.

    • Use a distributed database like Cassandra for storing tweets and user data.

    • Implement a message queue like Kafka for handling real-time updates and notifications.

    • Use a caching layer like ...

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

It is just a formality

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaResume shortlistingSwiggy interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Core Java, Algorithms, DBMS, SQL,Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : System Design
Tip 2 : Practice questions from leetcode
Tip 3 : Have some projects.

Application resume tips for other job seekers

Tip 1 : Mention what you know 
Tip 2 : Good previous work to showcase

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you understand the supply of restaurant in a particular area of a city ?
  • Ans. 

    To understand the supply of restaurants in a particular area of a city, we can use various methods.

    • Collect data from online directories like Yelp, Zomato, etc.

    • Conduct surveys to gather information about the number of restaurants in the area.

    • Analyze the population density and demographics of the area to estimate the demand for restaurants.

    • Check the number of restaurant permits issued by the local government.

    • Use GIS mapp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand any city's demographics for instance. Take most busy road and assume that 70% supply will be on food -tech (MArket Standard). Open Sw / Zo and see the supply available in that area in peak time. There can be more than one way to solve for these question

Zepto Interview FAQs

How many rounds are there in Zepto SDE interview?
Zepto interview process usually has 1 rounds. The most common rounds in the Zepto interview process are Coding Test and One-on-one Round.
What are the top questions asked in Zepto SDE interview?

Some of the top questions asked at the Zepto SDE interview -

  1. What is state props drill...read more
  2. Javascript tic tac ...read more

Tell us how to improve this page.

Zepto SDE Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
Join Zepto We’re revolutionizing the way India shops.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 434 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
Meesho Interview Questions
3.7
 • 332 Interviews
BlackBuck Interview Questions
3.8
 • 179 Interviews
Tata 1mg Interview Questions
3.6
 • 150 Interviews
Digit Insurance Interview Questions
3.9
 • 145 Interviews
Paisabazaar.com Interview Questions
3.4
 • 142 Interviews
Urban Company Interview Questions
3.4
 • 136 Interviews
Ninjacart Interview Questions
3.9
 • 96 Interviews
Zetwerk Interview Questions
4.1
 • 89 Interviews
View all
Zepto SDE Salary
based on 4 salaries
₹31.5 L/yr - ₹70 L/yr
153% more than the average SDE Salary in India
View more details

Zepto SDE Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

3.0

Skill development

1.0

Work-life balance

2.0

Salary

3.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Shift Incharge
414 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Store Manager
158 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Team Lead
147 salaries
unlock blur

₹2 L/yr - ₹8.4 L/yr

Senior Manager
134 salaries
unlock blur

₹10 L/yr - ₹31 L/yr

Store Incharge
94 salaries
unlock blur

₹2.3 L/yr - ₹5 L/yr

Explore more salaries
Compare Zepto with

Blinkit

3.7
Compare

Dunzo

3.4
Compare

BigBasket

3.9
Compare

Swiggy

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview