Upload Button Icon Add office photos
Engaged 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
3.9

based on 264 Reviews

Filter interviews by

Zypp Electric Interview Questions, Process, and Tips

Updated 14 Dec 2024

Top Zypp Electric Interview Questions and Answers

View all 8 questions

Zypp Electric Interview Experiences

Popular Designations

13 interviews found

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

Android Developer Interview Questions asked at other Companies

Q1. Cube Sum PairsYou are given a positive integer N, and you have to find the number of ways to represent N as a sum of cubes of two integers(let’s say A and B), such that: N = A^3 + B^3. Note: 1. A should be greater than or equal to one (A&g... read more
View answer (3)
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.

Service Advisor Interview Questions asked at other Companies

Q1. How can you make estimate for damaged or accidental vehicle?
View answer (4)
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,

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)
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

Warranty Engineer Interview Questions asked at other Companies

Q1. Explain Overall Warranty claim process & decision making skill
View answer (1)

Zypp Electric interview questions for popular designations

 Android Developer

 (2)

 Analyst

 (1)

 Business Intelligence Analyst

 (1)

 Cluster Manager

 (1)

 Data Scientist

 (1)

 Operations Executive

 (1)

 QA Intern

 (1)

 Service Advisor

 (1)

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

(1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good person

Cluster Manager Interview Questions asked at other Companies

Q1. You are handling 15 DC if Assume one DC man power Suddenly On Leave how will You Clear Pendency?
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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. What is the difference b/w constraint layout & relative layout?
  • 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.

    • Relative l...

  • Answered by AI
  • Q2. 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.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zypp Electric Android Developer interview:
  • DSA
  • OOPS
Interview preparation tips for other job seekers - Be consistent and practice DSA as much as you can.

Skills evaluated in this interview

Android Developer Interview Questions asked at other Companies

Q1. Cube Sum PairsYou are given a positive integer N, and you have to find the number of ways to represent N as a sum of cubes of two integers(let’s say A and B), such that: N = A^3 + B^3. Note: 1. A should be greater than or equal to one (A&g... read more
View answer (3)

Jobs at Zypp Electric

View all

Analyst Interview Questions & Answers

user image Anonymous

posted on 16 May 2024

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

I applied via Walk-in and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Ask about excel like index match vlookup ifs and or and ppt on google slides

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont go there

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you describe your last experience?
  • Ans. 

    I led a team of 10 operations specialists in optimizing processes and improving efficiency.

    • Managed a team of 10 operations specialists

    • Implemented process improvements to increase efficiency

    • Analyzed data to identify areas for optimization

    • Collaborated with cross-functional teams to streamline operations

  • Answered by AI
  • Q2. 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 issue...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have experience in last mile operations

Team Lead Operations Interview Questions asked at other Companies

Q1. What was thr volume of shipment handled per day in previous designation ?
View answer (19)

QA Intern Interview Questions & Answers

user image Shraddha Savita

posted on 18 May 2024

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

I applied via campus placement at GLA Institute of Technology and Management, Mathura and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Asked quant reasoning and verbal aptitude questions

Round 2 - Coding Test 

Asked to solve 2 coding questions not so hard only basic

Round 3 - HR 

(1 Question)

  • Q1. Asked about hobbies and personal experience while projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Asked DSA algorithms and Java basics

QA Intern Interview Questions asked at other Companies

Q1. What is the process for generating test cases for a real-time product?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Advanced excel and Google sheet test...SQL TEST
  • Q2. Tell about previous experience.
  • Ans. 

    I have 3 years of experience as a Business Intelligence Analyst.

    • Worked with a team to develop and implement data-driven strategies

    • Analyzed large datasets to identify trends and patterns

    • Created reports and dashboards to visualize data and present insights

    • Collaborated with stakeholders to understand business requirements

    • Used SQL, Excel, and Tableau for data analysis and visualization

    • Improved data quality and accuracy thr...

  • Answered by AI

Business Intelligence Analyst Interview Questions asked at other Companies

Q1. What features do I know about Tableau desktop, Tableau prep and Tableau Server?
View answer (1)

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 Resume Shortlist.
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, Case, Hibernate, Project Management and Spring Boot.
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.

Zypp Electric Interview Process

based on 8 interviews in last 1 year

Interview experience

4.3
  
Good
View more

People are getting interviews through

based on 9 Zypp Electric interviews
WalkIn
Campus Placement
Referral
Job Portal
22%
22%
22%
11%
23% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 420 Interviews
Tata Power Interview Questions
3.9
 • 157 Interviews
Ather Energy Interview Questions
4.0
 • 53 Interviews
Okaya Power Interview Questions
3.7
 • 30 Interviews
Hero Electric Interview Questions
4.0
 • 16 Interviews
Revolt Motors Interview Questions
3.1
 • 13 Interviews
Bounce Interview Questions
4.0
 • 6 Interviews
View all

Zypp Electric Reviews and Ratings

based on 264 reviews

3.9/5

Rating in categories

3.9

Skill development

3.7

Work-Life balance

3.9

Salary & Benefits

3.6

Job Security

3.8

Company culture

3.7

Promotions/Appraisal

3.7

Work Satisfaction

Explore 264 Reviews and Ratings
Cluster Manager
65 salaries
unlock blur

₹4.2 L/yr - ₹8.9 L/yr

Team Lead
48 salaries
unlock blur

₹2.6 L/yr - ₹4.6 L/yr

Assistant Manager
24 salaries
unlock blur

₹3.3 L/yr - ₹7 L/yr

City Head
16 salaries
unlock blur

₹7 L/yr - ₹13 L/yr

HUB Manager
16 salaries
unlock blur

₹5 L/yr - ₹8.6 L/yr

Explore more salaries
Compare Zypp Electric with

Bounce

4.0
Compare

Vogo Automotive

4.0
Compare

Ather Energy

4.0
Compare

Revolt Motors

3.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview