Zypp Electric
Glad Technologies Interview Questions and Answers
Q1. What is the difference b/w constraint layout & relative layout?
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 layout is recommended for simple layouts with few views.
Q2. How do you find a missing element in an array?
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.
Q3. swap two numbers without using third variable
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
Q4. types of inheritance in java
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).
Q5. singleton class in java
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.
Example: public class Singleton { private static Singleto...read more
Q6. How can I manage riders and address their issues?
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 issues and implement improvements
Build a strong rapport with ri...read more
Q7. what do you know about zypp
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.
Q8. Explain Overall Warranty claim process & decision making skill
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 findings
Communicate decision to customer or dealer
Track and ...read more
Top HR Questions asked in Glad Technologies
Interview Process at Glad Technologies
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month