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 Site Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Bar banding and Concrete Qty.and auto level Qube Slump
  • Q2. Nominal mix and Design mix Different Cement density Concrete density
  • Ans. 

    Nominal mix is a pre-defined mix of ingredients, while design mix is customized based on specific requirements. Cement density affects concrete density.

    • Nominal mix is a fixed ratio of ingredients like 1:2:4 (cement:sand:aggregate)

    • Design mix is customized based on specific requirements like strength or durability

    • Cement density affects the overall density of concrete

    • Higher cement density can lead to higher concrete densi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Your face smile and

I applied via Company Website and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Asking for experience
Round 3 - Technical 

(1 Question)

  • Q1. Question about ohe foundation

Interview Preparation Tips

Interview preparation tips for other job seekers - Send your resume direct to the hr and take more and mare knowledge about foundation and ohe work
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(4 Questions)

  • Q1. What is your age
  • Q2. What your CTC, what your name
  • Q3. What your qualifications
  • Q4. What your qualifications in mechanical
Round 2 - Technical 

(1 Question)

  • Q1. Nothing and good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Role of my job in previous company
  • Q2. Fully described what I performed there.
  • Q3. Client and sub contractor billing process
  • Q4. Elaborate From end to end billing procedure. Re consolation of materials and analysis of vendor work order
  • Ans. 

    The end-to-end billing procedure involves reconciliation of materials and analysis of vendor work orders.

    • Gather all relevant information for billing, including materials used and vendor work orders.

    • Verify the accuracy of the materials used and work performed against the vendor work orders.

    • Calculate the total cost of materials and work performed for billing purposes.

    • Generate an invoice based on the reconciled materials ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(3 Questions)

  • Q1. What is mixed design
  • Ans. 

    Mixed design is a research design that combines elements of both quantitative and qualitative research methods.

    • Mixed design involves collecting and analyzing both numerical data and non-numerical data.

    • It allows researchers to gain a more comprehensive understanding of a research topic by utilizing the strengths of both quantitative and qualitative approaches.

    • Examples of mixed design studies include using surveys to col...

  • Answered by AI
  • Q2. What is Cube mould
  • Ans. 

    A cube mould is a device used in construction to create concrete cubes for testing the compressive strength of concrete.

    • Cube moulds are typically made of steel or cast iron and come in various sizes.

    • Concrete is poured into the cube mould and allowed to set before being tested for strength.

    • The dimensions of the cube mould are standardized to ensure accurate testing results.

    • Cube moulds are commonly used in construction p...

  • Answered by AI
  • Q3. What is M20 grade
  • Ans. 

    M20 grade is a mix of concrete with a compressive strength of 20 megapascals after 28 days.

    • M20 grade concrete is commonly used for residential construction.

    • It is a mix of 1:1.5:3 (cement:sand:aggregate).

    • The compressive strength of M20 grade concrete is achieved after 28 days of curing.

    • It is suitable for foundations, slabs, beams, columns, etc.

  • Answered by AI

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

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

Interview Questionnaire 

1 Question

  • Q1. Questions were from SQL, Python, Statistics & Business Case Studies/Metrics in the form of 4-5 rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - So Key Takeaway is You have to be good with your Technical Knowledge (SQL Expert, Python, Overall Stats Knowledge) and That is not really enough. What differs a Business Analyst from other Developers/Statisticians etc. is Business acumen, Problem Solving Skills etc. To have a Business Knowledge and Understanding such that you find the problems/solutions/ Metrics and then solve them using the Technology.

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Mainly about sql, previous job role

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

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test has multiple choice questions based on basics of programming and 2 coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. What are the details of Object-Oriented Programming (OOP) concepts?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data and code to manipulate that data.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for creating objects, defining their properties and behaviors.

    • Inheritance allows new classes to be based on existing...

  • Answered by AI
  • Q2. DSA question to solve using any programming language ?
  • Q3. Some concepts of web development and binary tree related questions
Round 3 - HR 

(2 Questions)

  • Q1. What do you know about Digit insurance?
  • Ans. 

    Digit Insurance is a technology-driven insurance company offering a range of general insurance products.

    • Digit Insurance was founded in 2016 by Kamesh Goyal.

    • It is known for its innovative and customer-centric approach to insurance.

    • Digit offers various insurance products such as health insurance, motor insurance, travel insurance, and more.

    • The company leverages technology to simplify the insurance process and provide a s

  • Answered by AI
  • Q2. Where do you see yourself after 5 years ?
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Leading a team of developers on projects

    • Continuing to learn and grow in my technical skills

    • Contributing to the success and growth of the company

    • Possibly pursuing further education or certifications

    • Exploring opportunities for mentorship and leadership roles

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics concept of programming. Brush up coding skills and have good communication skills.

Tell us how to improve this page.

Join Zepto We’re revolutionizing the way India shops.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 434 Interviews
Meesho Interview Questions
3.7
 • 335 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
BlackBuck Interview Questions
3.8
 • 180 Interviews
Tata 1mg Interview Questions
3.6
 • 151 Interviews
Digit Insurance Interview Questions
3.9
 • 146 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 Site Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

3.0

Salary

2.0

Job security

1.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Shift Incharge
414 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Store Manager
159 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Team Lead
150 salaries
unlock blur

₹2 L/yr - ₹8.4 L/yr

Senior Manager
133 salaries
unlock blur

₹10 L/yr - ₹31 L/yr

Delivery Boy
99 salaries
unlock blur

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