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

Clear (1)

Zepto Software Development Engineer 3 Interview Questions, Process, and Tips

Updated 9 Nov 2024

Top Zepto Software Development Engineer 3 Interview Questions and Answers

View all 6 questions

Zepto Software Development Engineer 3 Interview Experiences

9 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Instahyre and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Design movie booking system
  • Ans. 

    Design a movie booking system

    • Create a database to store movie details, showtimes, and seat availability

    • Develop a user interface for customers to browse movies, select showtimes, and book seats

    • Implement a payment gateway for secure transactions

    • Include features like seat selection, seat reservation timeout, and booking confirmation

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design online book reader

Skills evaluated in this interview

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

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

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. LLD Question to design tic tac toe
  • Q2. Resume discussion
Round 2 - Technical 

(1 Question)

  • Q1. Design a book reader service such as kindle
  • Ans. 

    Design a book reader service similar to Kindle

    • Implement a user-friendly interface for browsing and purchasing books

    • Include features like bookmarking, highlighting, and note-taking

    • Support various file formats such as PDF, EPUB, and MOBI

    • Provide options for customization like font size, background color, and reading progress tracking

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - External interviewers are not good, they want textbook answers

Skills evaluated in this interview

Software Development Engineer 3 Interview Questions Asked at Other Companies

asked in Fiserv
Q1. What are triggers , where can they be used ? What is a mutating t ... read more
asked in Tesco
Q2. Find overlapping interval to calculate final payment for store wo ... read more
asked in Fiserv
Q3. How to define a parameterized cursor in PLSQL , how to open and c ... read more
asked in Fiserv
Q4. What is Rownum ? Is expression Rownum >4 correct ?
asked in Tesco
Q5. Design a mook-my-show type of system for companies. Companies can ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Movie booking System
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design Splitwise
  • Ans. 

    Design Splitwise - an app for splitting expenses among friends

    • Allow users to create groups and add expenses

    • Track who owes how much to whom

    • Support different currencies and payment methods

    • Send notifications for pending payments

    • Generate reports for easy settlement

  • Answered by AI

Skills evaluated in this interview

Zepto interview questions for designations

 Senior Software Engineer 3

 (1)

 Tech Lead Software Engineer 3

 (1)

 Software Development Engineer II

 (4)

 Quality Assurance Engineer 3

 (1)

 Software Engineer

 (4)

 Senior Software Engineer

 (9)

 Lead Software Engineer

 (2)

 Software Engineer III

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Referral

Round 1 - Technical 

(2 Questions)

  • Q1. Movie booking system
  • Q2. Cab booking system

Get interview-ready with Top Zepto Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Instahyre and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Design movie booking system
  • Ans. 

    Design a movie booking system for users to book tickets for movies at various theaters.

    • Create a database to store movie details, theater information, show timings, and seat availability.

    • Develop a user-friendly interface for users to search for movies, select show timings, and book seats.

    • Implement a payment gateway for users to make online payments for ticket bookings.

    • Include features like seat selection, seat availabil...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Design Google calendar
  • Ans. 

    Design a Google calendar

    • Allow users to create events and set reminders

    • Provide options for recurring events

    • Include sharing and collaboration features

    • Integrate with other Google services like Gmail and Maps

  • Answered by AI
  • Q2. NO question asked in the second round

Skills evaluated in this interview

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

(1 Question)

  • Q1. Design LLD of Dream11
  • Ans. 

    Design LLD of Dream11

    • Use microservices architecture for scalability and flexibility

    • Implement user authentication and authorization for secure access

    • Utilize caching mechanisms to improve performance

    • Design database schema for storing user data, teams, matches, and scores

    • Include features like creating teams, joining contests, and viewing live scores

  • Answered by AI

Skills evaluated in this interview

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

DSA | LC Medium was asked

Round 2 - LLD 

(1 Question)

  • Q1. Typical LLD with API and DB schema
  • Ans. 

    LLD stands for Low Level Design, which includes designing API and database schema for a software system.

    • LLD involves detailed design of individual components/modules of a software system.

    • API design includes defining endpoints, request/response formats, authentication mechanisms, etc.

    • DB schema design involves defining tables, relationships, indexes, constraints, etc.

    • LLD ensures that the system is scalable, maintainable,...

  • Answered by AI

Skills evaluated in this interview

What people are saying about Zepto

View All
an assistant manager
2d
The Dark Side of Zepto & Zepto Café – What No One Talks About
At first g... read more
FeedCard Image
Got a question about Zepto?
Ask anonymously on communities.

Interview questions from similar companies

I was interviewed before Feb 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 65 minutes
Round difficulty - Easy

There were 2 sections – 
Aptitude and Logical Reasoning and MCQ based on Java question ,C++, coding for 20 min and 45 min respectively.
Section A- Not very difficult to clear this round although less time was a problem.
Section B- It contains 15 multiple choice question on c/c++,java and 4 simple coding questions

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next pointer points back to a previous node.

    • Traverse the linked list using two pointers, one moving at double the speed of the other.

    • If the two pointers meet at any point, there is a cycle in the linked list.

    • Use Floyd's Cycle Detection Algorithm for O(N) time complexity and O(1) space complexity.

  • Answered by AI
Round 2 - Coding Test 

(3 Questions)

Round duration - 75 minutes
Round difficulty - Medium

It was an online coding test in which 3 coding question were given.

  • Q1. 

    Smallest Window Problem Statement

    Given two strings, S and X, your task is to find the smallest substring in S that contains all the characters present in X.

    Example:

    Input:
    S = "abdd", X = "bd"
    Outpu...
  • Ans. 

    Find the smallest substring in string S that contains all characters in string X.

    • Iterate through string S and keep track of characters in X found in a window

    • Use two pointers to maintain the window and slide it to find the smallest window

    • Return the smallest window containing all characters in X

  • Answered by AI
  • Q2. 

    Smallest Integer Not Representable as Subset Sum

    Given a non-decreasing sorted array ARR of N positive numbers, determine the smallest positive integer that cannot be expressed as the sum of elements from...

  • Ans. 

    Find the smallest positive integer that cannot be expressed as the sum of elements from any proper subset of a non-decreasing sorted array of positive numbers.

    • Start with the smallest possible integer that cannot be represented, which is 1.

    • Iterate through the array and update the smallest integer that cannot be represented.

    • If the current element is greater than the smallest integer that cannot be represented, return tha...

  • Answered by AI
  • Q3. 

    Minimum Steps for a Knight to Reach Target

    Given a square chessboard of size 'N x N', determine the minimum number of moves a Knight requires to reach a specified target position from its initial position...

  • Ans. 

    Calculate the minimum number of moves a Knight needs to reach a target position on a chessboard.

    • Implement a function that takes knight's starting position, target position, and chessboard size as input

    • Use breadth-first search algorithm to find the shortest path for the Knight

    • Consider all possible 8 movements of the Knight on the chessboard

    • Return the minimum number of moves required for the Knight to reach the target po

  • Answered by AI
Round 3 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

It started with a discussion on the programs given in coding round. They asked me about my interest field after that they directly jumped into Networking, Linux and Ethical Hacking part looking my interest domain. They asked me various question on networking and linux.
Then they asked me to code a simple c program

  • Q1. 

    Reverse Linked List Problem Statement

    Given a singly linked list of integers, return the head of the reversed linked list.

    Example:

    Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
    Reversed link...
  • Ans. 

    Reverse a singly linked list of integers and return the head of the reversed linked list.

    • Iterate through the linked list and reverse the pointers to point to the previous node.

    • Keep track of the current, previous, and next nodes while reversing the linked list.

    • Update the head of the reversed linked list as the last node encountered during reversal.

  • Answered by AI
  • Q2. What are the port numbers of protocols such as FTP and SMTP?
  • Ans. 

    FTP uses port number 21 and SMTP uses port number 25.

    • FTP uses port 21 for data transfer and port 20 for control information.

    • SMTP uses port 25 for email communication.

    • Understanding port numbers is important for network communication.

  • Answered by AI
  • Q3. Can you explain the OSI Model?
  • Ans. 

    The OSI Model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • The OSI Model stands for Open Systems Interconnection Model.

    • It consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and communicates with the adjacent layers.

    • Example: Layer 1 (Physical) deals with physi...

  • Answered by AI
  • Q4. How do you copy files in Linux?
  • Ans. 

    To copy files in Linux, you can use the 'cp' command.

    • Use the 'cp' command followed by the source file and destination directory to copy a file.

    • To copy a directory and its contents, use the '-r' flag with the 'cp' command.

    • You can also use wildcards like '*' to copy multiple files at once.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAMakeMyTrip interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Zepto Interview FAQs

How many rounds are there in Zepto Software Development Engineer 3 interview?
Zepto interview process usually has 1-2 rounds. The most common rounds in the Zepto interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in Zepto Software Development Engineer 3 interview?

Some of the top questions asked at the Zepto Software Development Engineer 3 interview -

  1. Design a book reader service such as kin...read more
  2. Typical LLD with API and DB sch...read more
  3. Design movie booking sys...read more

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

JOBS

AxionConnect Infosolutions

No Jobs

LIST OF COMPANIES

Lericon Informatics

Locations

JOBS

Sutherland Global Services

No Jobs

JOBS

Barclays Shared Services

No Jobs

SALARIES

Northern Trust Operating Services

JOBS

Oberoi International School

No Jobs

Tell us how to improve this page.

Zepto Software Development Engineer 3 Interview Process

based on 11 interviews

1 Interview rounds

  • Technical Round
View more

HCLTech

A more secure future awaits you

Join Zepto We’re revolutionizing the way India shops.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Blinkit Interview Questions
3.7
 • 181 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
View all
Shift Incharge
406 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
144 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Store Manager
141 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
129 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Delivery Boy
97 salaries
unlock blur

₹0 L/yr - ₹0 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