i
Zepto
Filter interviews by
I applied via Referral and was interviewed before Mar 2022. There were 4 interview rounds.
Decrease costing by optimizing inventory, reducing waste, negotiating with suppliers, and improving efficiency.
Optimize inventory to reduce excess stock and minimize storage costs
Reduce waste by implementing better inventory management and tracking systems
Negotiate with suppliers for better pricing and discounts
Improve efficiency by streamlining processes and reducing labor costs
Consider outsourcing certain tasks to re
We maintain inventory hygiene through regular checks and proper storage.
Regularly check inventory for expired or damaged products
Ensure proper storage conditions such as temperature and humidity control
Implement a first-in, first-out (FIFO) system to prevent expired products from being sold
Train employees on proper handling and storage procedures
Maintain a clean and organized storage area
We control expiry by implementing a first-in, first-out (FIFO) system and regularly checking expiration dates.
We use a FIFO system to ensure that older products are sold first
We regularly check expiration dates and remove expired products from the inventory
We train employees to identify and handle expired products properly
We work closely with suppliers to ensure that they provide products with sufficient shelf life
We u...
We implement strict quality control measures to prevent dump, damage, and FNV issues.
Regular inspections and audits of inventory
Proper storage and handling procedures
Training and educating employees on quality control
Establishing relationships with reliable suppliers
Implementing a system for tracking and reporting issues
Collaborating with other departments to address and resolve issues
Continuous improvement through dat...
To decrease manpower attrition, focus on employee engagement, career growth opportunities, and fair compensation.
Conduct regular employee engagement surveys to identify areas of improvement
Provide opportunities for career growth and development
Offer fair compensation and benefits packages
Create a positive work culture and environment
Recognize and reward employees for their hard work and achievements
My ability to handle the store lies in my excellent organizational skills, attention to detail, and ability to motivate and lead a team.
I have experience in managing inventory and ensuring that stock levels are always optimal.
I am skilled in creating schedules and delegating tasks to ensure that all areas of the store are covered.
I have a talent for identifying areas of improvement and implementing changes to increase ...
I appeared for an interview in Jan 2025.
Developed a mobile app for tracking fitness goals
Researched user needs and preferences
Designed user-friendly interface for easy navigation
Implemented features such as goal setting, progress tracking, and workout logging
Collaborated with developers and testers to ensure smooth functionality
Received positive feedback from users on app store reviews
To increase AOV of Zepto, I will implement upselling and cross-selling strategies, offer bundle deals, and personalize recommendations.
Implement upselling and cross-selling strategies to encourage customers to purchase additional products or upgrade to higher-priced items.
Offer bundle deals to incentivize customers to buy multiple items at a discounted price.
Personalize recommendations based on customer preferences and...
Zepto feature allows users to create combos by bundling products together and selling them as a package.
Users can select multiple products and create a combo deal with a discounted price.
The combo feature helps increase average order value and incentivize customers to purchase more.
Zepto provides analytics on the performance of different combos to optimize sales strategy.
To grow Zepto fresh 5-6x, focus on user acquisition, retention, monetization, partnerships, and product innovation.
Implement targeted marketing campaigns to acquire new users.
Optimize user onboarding process to improve retention rates.
Introduce premium features or subscription plans for monetization.
Form strategic partnerships with complementary services or platforms.
Continuously innovate the product based on user feed
I appeared for an interview in Sep 2024.
Calculate sum of large numeric comma separated strings without converting to integers.
Split the strings by comma to get individual numbers
Iterate from right to left and add digits, carrying over if necessary
Maintain correct position of commas in the output string
I have taken various initiatives in my career to improve processes and drive innovation.
Led a team to implement a new agile development process, resulting in faster delivery of products
Introduced automated testing tools to improve software quality and reduce manual effort
Organized coding workshops for junior developers to enhance their skills and knowledge
Initiated a mentorship program to help new hires acclimate to th
I own 5 microservices that handle traffic at a scale of 10,000 requests per minute.
I own 5 microservices
They handle traffic at a scale of 10,000 requests per minute
I have consistently gone above and beyond in my work by taking on additional projects and working extra hours when needed.
Volunteering to lead a high-priority project that required long hours and weekend work
Staying late to troubleshoot and resolve a critical issue before a major deadline
Taking on extra tasks to help a team member who was overwhelmed with their workload
Seeking new challenges and growth opportunities.
Desire for career advancement
Looking for new challenges
Seeking better work-life balance
Company restructuring or changes in management
Zepto interview questions for popular designations
Get interview-ready with Top Zepto Interview Questions
I appeared for an interview in Sep 2024.
I am fluent in three languages: English, Spanish, and French.
Fluent in English, Spanish, and French
Can easily communicate with a diverse range of customers and team members
Able to assist non-English speaking customers effectively
I chose this position because of my passion for retail management and desire to lead a team towards success.
Passion for retail management
Desire to lead a team
Opportunity for growth and development
Previous experience in similar roles
To plan a successful symposium, I would focus on setting clear objectives, selecting engaging speakers, promoting the event effectively, and ensuring smooth logistics.
Set clear objectives for the symposium to guide planning and execution
Select engaging speakers who are knowledgeable and can captivate the audience
Promote the event effectively through various channels to attract attendees
Ensure smooth logistics by arrang...
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
Negative testcases for cart value less than 1000
Add a product with a price less than 1000 to the cart
Remove all products from the cart and check if the total value is less than 1000
Add multiple products to the cart but ensure the total value is less than 1000
HTTP status codes are standardized codes used to indicate the result of a HTTP request.
1. 2xx - Success: Request was successful (e.g. 200 OK)
2. 3xx - Redirection: Further action needs to be taken (e.g. 301 Moved Permanently)
3. 4xx - Client Error: Request cannot be fulfilled (e.g. 404 Not Found)
4. 5xx - Server Error: Server failed to fulfill a valid request (e.g. 500 Internal Server Error)
To check backward compatibility in API after BE changes are deployed on PROD, perform regression testing on existing functionalities.
Perform regression testing on existing API functionalities to ensure they still work as expected after BE changes
Check if any existing API endpoints have been deprecated or modified due to BE changes
Verify if any new API endpoints have been added and test their functionality
Ensure that th...
GET retrieves data, POST submits data, PUT updates data, PATCH partially updates data
GET is used to retrieve data from a server
POST is used to submit data to a server
PUT is used to update existing data on a server
PATCH is used to partially update existing data on a server
Use network monitoring tools and simulate different network conditions to test network latency in mobile apps.
Use network monitoring tools like Wireshark or Charles Proxy to analyze network traffic and identify latency issues.
Simulate different network conditions (3G, 4G, WiFi, etc.) using tools like Network Link Conditioner on iOS or Android Emulator on Android.
Measure latency by sending requests to a server and calcu...
POST method is more secure than GET method for transmitting sensitive data.
POST method sends data in the request body, making it more secure as the data is not visible in the URL.
GET method sends data in the URL, which can be visible in browser history, server logs, and can be easily intercepted.
POST method is recommended for transmitting sensitive information like passwords, credit card details, etc.
GET method is comm...
Update the name of employee with 3rd highest salary in SQL
Use a subquery to find the 3rd highest salary
Join the subquery with the EMPLOYEE table on salary to get the employee name
Use the UPDATE statement to update the name of the employee
A RACE condition is a situation in which the outcome of a program depends on the order of execution of its components.
Occurs in concurrent programming when multiple threads access shared data and the outcome depends on the order of execution
Can lead to unpredictable behavior and bugs in the program
Example: Two threads trying to increment the same variable simultaneously can result in incorrect values due to race condit
I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.
Implementing an accordion feature using vanilla JavaScript
Create HTML structure with headings and content sections
Add event listener to headings to toggle visibility of content
Use CSS to style accordion for better user experience
A polyfill for Promise.all is a code snippet that provides the functionality of Promise.all for browsers that do not support it natively.
Polyfill for Promise.all can be implemented using a combination of Promise, Array.prototype.map, and Array.prototype.reduce.
It allows you to wait for multiple promises to resolve and then returns an array of their results.
Example: const promise1 = Promise.resolve(3); const promise2 = ...
I appeared for an interview in Dec 2024.
I appeared for an interview in Oct 2024, where I was asked the following questions.
Operations involves the management of processes that produce goods and services efficiently and effectively.
Focuses on optimizing resources, such as time, labor, and materials.
Involves supply chain management, ensuring timely delivery of products.
Includes quality control to maintain standards, e.g., in manufacturing.
Utilizes data analysis for decision-making and process improvement.
Examples include logistics in retail
I applied via AmbitionBox and was interviewed in Nov 2024. There was 1 interview round.
What people are saying about Zepto
The duration of Zepto interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 340 interviews
Interview experience
based on 1.4k reviews
Rating in categories
Shift Incharge
419
salaries
| ₹2 L/yr - ₹4.8 L/yr |
Store Manager
160
salaries
| ₹3 L/yr - ₹8.5 L/yr |
Team Lead
149
salaries
| ₹2 L/yr - ₹8.4 L/yr |
Senior Manager
133
salaries
| ₹10 L/yr - ₹31 L/yr |
Delivery Boy
104
salaries
| ₹0.6 L/yr - ₹6 L/yr |
Blinkit
Dunzo
BigBasket
Swiggy