Upload Button Icon Add office photos
Premium Employer

i

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

Zypp Electric Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Zypp Electric Interview Questions and Answers

Updated 27 May 2025
Popular Designations

8 Interview questions

A Team Lead Operations was asked 6mo ago
Q. How can I manage riders and address their issues?
Ans. 

Manage riders by actively listening to their concerns, providing timely solutions, and fostering a positive relationship.

  • Establish open communication channels with riders to encourage them to share their issues

  • Address rider concerns promptly and effectively to ensure their satisfaction

  • Provide training and support to riders to help them navigate challenges

  • Regularly gather feedback from riders to identify recurring ...

View all Team Lead Operations interview questions
A Warranty Engineer was asked 7mo ago
Q. Explain the overall warranty claim process and your decision-making skills.
Ans. 

The overall warranty claim process involves receiving, evaluating, and approving/rejecting claims based on set criteria and decision making skills are used to determine the validity of claims.

  • Receive warranty claim from customer or dealer

  • Evaluate claim based on warranty terms and conditions

  • Investigate the root cause of the issue

  • Use decision making skills to determine if claim is valid

  • Approve or reject claim based ...

View all Warranty Engineer interview questions
An Android Developer was asked 8mo ago
Q. How do you swap two numbers without using a third variable?
Ans. 

Swap two numbers without using a third variable

  • Use bitwise XOR operation to swap two numbers without using a third variable

  • Example: a = 5, b = 10. a = a XOR b, b = a XOR b, a = a XOR b. After swapping, a = 10, b = 5

View all Android Developer interview questions
An Android Developer was asked 8mo ago
Q. What are the types of inheritance in Java?
Ans. 

There are four types of inheritance in Java: single, multilevel, hierarchical, and multiple.

  • Single inheritance: a class can only inherit from one superclass.

  • Multilevel inheritance: a class can inherit from a class which is also derived from another class.

  • Hierarchical inheritance: multiple classes inherit from a single superclass.

  • Multiple inheritance: a class can inherit from multiple superclasses (not supported in...

View all Android Developer interview questions
An Android Developer was asked 8mo ago
Q. Explain the singleton class in Java.
Ans. 

A singleton class in Java is a class that allows only one instance of itself to be created and provides a global point of access to that instance.

  • Singleton pattern ensures that a class has only one instance and provides a global point of access to it.

  • The constructor of a singleton class is private to prevent instantiation from outside the class.

  • The getInstance() method is used to access the single instance of the ...

View all Android Developer interview questions
A Service Advisor was asked
Q. What do you know about Zypp?
Ans. 

Zypp is a last-mile electric vehicle sharing platform in India.

  • Zypp offers electric scooters for short distance commutes.

  • Users can locate, unlock, and rent Zypp scooters through their mobile app.

  • The platform aims to provide a sustainable and convenient transportation solution in urban areas.

  • Zypp operates in cities like Delhi, Gurgaon, Noida, and Ghaziabad.

View all Service Advisor interview questions
An Android Developer was asked
Q. What is the difference between ConstraintLayout and RelativeLayout?
Ans. 

Constraint layout is more flexible and efficient than relative layout.

  • Constraint layout allows for complex layouts with fewer nested views.

  • It uses constraints to position and size views relative to other views or parent layout.

  • Relative layout positions views relative to each other or parent layout using attributes like 'above', 'below', etc.

  • Constraint layout is recommended for complex layouts with many views.

  • Relat...

View all Android Developer interview questions
Are these interview questions helpful?
An Android Developer was asked
Q. How do you find a missing element in an array?
Ans. 

To find a missing element in an array, iterate through the array and compare each element with a range of expected values.

  • Sort the array if it is unsorted.

  • Iterate through the array and compare each element with a range of expected values.

  • If an element is missing, return it.

  • If no element is missing, return null or -1.

View all Android Developer interview questions

Zypp Electric Interview Experiences

20 interviews found

Team Lead Interview Questions & Answers

user image Anonymous

posted on 19 Jan 2025

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

(2 Questions)

  • Q1. Are you comfortable in this field?
  • Ans. 

    Yes, I am comfortable in this field and have extensive experience.

    • I have been working in this field for X years

    • I have successfully led teams in similar projects

    • I am familiar with the latest technologies and trends in this field

  • Answered by AI
  • Q2. How do you manage your team when they are located throughout the city?
  • Ans. 

    I utilize communication tools, set clear expectations, and establish regular check-ins to effectively manage my team located throughout the city.

    • Utilize communication tools such as Slack, Zoom, or Microsoft Teams to stay connected with team members

    • Set clear expectations and goals for each team member to ensure everyone is on the same page

    • Establish regular check-ins through virtual meetings or phone calls to provide upd...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to travel frequently, and you may encounter multiple legal cases within a single month.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Swap two numbers without using third variable
  • Ans. 

    Swap two numbers without using a third variable

    • Use bitwise XOR operation to swap two numbers without using a third variable

    • Example: a = 5, b = 10. a = a XOR b, b = a XOR b, a = a XOR b. After swapping, a = 10, b = 5

  • Answered by AI
  • Q2. Types of inheritance in java
  • Ans. 

    There are four types of inheritance in Java: single, multilevel, hierarchical, and multiple.

    • Single inheritance: a class can only inherit from one superclass.

    • Multilevel inheritance: a class can inherit from a class which is also derived from another class.

    • Hierarchical inheritance: multiple classes inherit from a single superclass.

    • Multiple inheritance: a class can inherit from multiple superclasses (not supported in Java...

  • Answered by AI
  • Q3. Singleton class in java
  • Ans. 

    A singleton class in Java is a class that allows only one instance of itself to be created and provides a global point of access to that instance.

    • Singleton pattern ensures that a class has only one instance and provides a global point of access to it.

    • The constructor of a singleton class is private to prevent instantiation from outside the class.

    • The getInstance() method is used to access the single instance of the class...

  • Answered by AI

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 18 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. How did you fine tune the dataset?
  • Q2. How do identify fake vs real?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What do you know about zypp
  • Ans. 

    Zypp is a last-mile electric vehicle sharing platform in India.

    • Zypp offers electric scooters for short distance commutes.

    • Users can locate, unlock, and rent Zypp scooters through their mobile app.

    • The platform aims to provide a sustainable and convenient transportation solution in urban areas.

    • Zypp operates in cities like Delhi, Gurgaon, Noida, and Ghaziabad.

  • Answered by AI
  • Q2. Some electric vechile parts knowledge and some basic details about education dont say you are a college regular student
  • Ans. Some bascis konwledge how does a an e.v work's what is controller ,controller is like an an cpu of any e.v it pass every physical command in motor and in other parts to performe action .
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - plz don't join this company as a advisor in hub oppreatation's because there was an next level chuti yapa ,iam in zypp electric sector 69 hub and working from 8 months and in past 8 months i have comes daily 10:30 and leaves every day around 11 p.m third class working envirnoment plz don't join if you are a student join only if you are in heavy need of money or a some experience of coperate jobs , i am also leaving this company in this month april 2024.

Intern Interview Questions & Answers

user image Anonymous

posted on 18 Feb 2025

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Aptitude Test 

There is no need to disclose this information as it is not relevant.

Round 2 - HR 

(2 Questions)

  • Q1. Introduction and work
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join Zypp Electric.

HR Associate Interview Questions & Answers

user image Khushboo Negi

posted on 9 Mar 2025

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

(1 Question)

  • Q1. About your work experience and your self
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL, python, queries, indexing
Round 2 - Technical 

(1 Question)

  • Q1. SQL, excel, busi ness
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial, case study, prev work
Round 4 - Assignment 

Case Study, business ideas,

Manager Hrbp Interview Questions & Answers

user image Anonymous

posted on 6 May 2025

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

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What is the role of HRBP
  • Q2. Employee life cycle
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain Overall Warranty claim process & decision making skill
  • Ans. 

    The overall warranty claim process involves receiving, evaluating, and approving/rejecting claims based on set criteria and decision making skills are used to determine the validity of claims.

    • Receive warranty claim from customer or dealer

    • Evaluate claim based on warranty terms and conditions

    • Investigate the root cause of the issue

    • Use decision making skills to determine if claim is valid

    • Approve or reject claim based on fi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep basic knowledge about your work

Software Engineer Interview Questions & Answers

user image Ashish Gupta

posted on 24 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Low level design
  • Q2. Data structure and java question

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Zypp Electric?
Ask anonymously on communities.

Zypp Electric Interview FAQs

How many rounds are there in Zypp Electric interview?
Zypp Electric interview process usually has 1-2 rounds. The most common rounds in the Zypp Electric interview process are One-on-one Round, Technical and HR.
How to prepare for Zypp Electric interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Zypp Electric. The most common topics and skills that interviewers at Zypp Electric expect are Java, Communication Skills, Data Visualization, Hibernate and Project Management.
What are the top questions asked in Zypp Electric interview?

Some of the top questions asked at the Zypp Electric interview -

  1. What is the difference b/w constraint layout & relative layo...read more
  2. How do you find a missing element in an arr...read more
  3. How can I manage riders and address their issu...read more
How long is the Zypp Electric interview process?

The duration of Zypp Electric interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 40 interview experiences

Difficulty level

Easy 38%
Moderate 50%
Hard 13%

Duration

Less than 2 weeks 71%
2-4 weeks 12%
4-6 weeks 6%
6-8 weeks 6%
More than 8 weeks 6%
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 464 Interviews
Meesho Interview Questions
3.7
 • 361 Interviews
CARS24 Interview Questions
3.5
 • 359 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
Zepto Interview Questions
3.5
 • 289 Interviews
BlackBuck Interview Questions
3.7
 • 193 Interviews
Tata 1mg Interview Questions
3.6
 • 180 Interviews
Digit Insurance Interview Questions
3.8
 • 158 Interviews
Paisabazaar.com Interview Questions
3.4
 • 152 Interviews
Urban Company Interview Questions
3.4
 • 143 Interviews
View all

Zypp Electric Reviews and Ratings

based on 322 reviews

3.6/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.7

Salary

3.3

Job security

3.6

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 322 Reviews and Ratings
Inventory Executive

Bangalore / Bengaluru

1-2 Yrs

₹ 1.5-3.3 LPA

Technician

Bangalore / Bengaluru

1-3 Yrs

₹ 2.5-3.5 LPA

Explore more jobs
Cluster Manager
77 salaries
unlock blur

₹4.2 L/yr - ₹8.9 L/yr

Team Lead
63 salaries
unlock blur

₹2.3 L/yr - ₹4.7 L/yr

City Head
25 salaries
unlock blur

₹7 L/yr - ₹16.5 L/yr

Inventory Manager
21 salaries
unlock blur

₹3.3 L/yr - ₹6 L/yr

Assistant Manager
18 salaries
unlock blur

₹3.9 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Zypp Electric with

Udaan

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare

BlackBuck

3.7
Compare
write
Share an Interview