Add office photos
Engaged Employer

Euler Motors

3.7
based on 197 Reviews
Filter interviews by

10+ Asansol Bottling & Packaging Interview Questions and Answers

Updated 19 Dec 2024

Q1. What is the 5S methodology, and can you explain the meaning of each component in 5S?

Ans.

5S methodology is a systematic approach to workplace organization and standardization.

  • Sort (Seiri) - Separate necessary items from unnecessary items and remove clutter.

  • Set in Order (Seiton) - Organize necessary items in a logical and efficient manner.

  • Shine (Seiso) - Clean and inspect the work area regularly to maintain cleanliness and identify issues.

  • Standardize (Seiketsu) - Establish standards and procedures for maintaining the first three S's.

  • Sustain (Shitsuke) - Develop a ...read more

Add your answer

Q2. What is a Pareto chart, and how is it illustrated with a diagram?

Ans.

A Pareto chart is a type of bar graph that displays the frequency of occurrences in descending order.

  • It helps identify the most significant factors among a set of issues.

  • The bars are arranged in descending order of frequency, with a line graph showing the cumulative total.

  • It is based on the Pareto principle, also known as the 80/20 rule.

  • For example, in manufacturing, a Pareto chart can show the most common defects affecting product quality.

Add your answer

Q3. Random Number generator between 1-6

Ans.

Use Math.random() function to generate random number between 1-6.

  • Use Math.random() function to generate a random decimal number between 0 and 1.

  • Multiply the random decimal number by 6 to get a random decimal number between 0 and 6.

  • Use Math.floor() function to round down the decimal number to the nearest integer.

Add your answer

Q4. Motion of center of gravity of a vehicle when it takes a turn.

Ans.

The center of gravity of a vehicle shifts towards the outside of the turn, causing a lateral force.

  • The lateral force causes the vehicle to lean towards the inside of the turn.

  • The speed of the turn and the height of the center of gravity affect the amount of lateral force.

  • If the center of gravity is too high, the vehicle may tip over.

  • Anti-roll bars and suspension systems can help reduce the lateral force and improve stability.

Add your answer
Discover Asansol Bottling & Packaging interview dos and don'ts from real experiences

Q5. What api is called for capturing audio files and what is gradle file

Ans.

The API for capturing audio files is MediaRecorder in Android. Gradle is a build automation tool for Android projects.

  • MediaRecorder API is used for capturing audio files in Android

  • Gradle is a build automation tool used for building, testing, and deploying Android projects

  • Example: MediaRecorder recorder = new MediaRecorder();

  • Example: Gradle file for an Android project is typically named build.gradle

Add your answer

Q6. What is a fishbone diagram?

Ans.

A fishbone diagram is a visual tool used to identify and organize potential causes of a problem or effect.

  • Also known as Ishikawa diagram or cause-and-effect diagram

  • Categories of potential causes are represented as branches off the main spine

  • Helps in identifying root causes of a problem

  • Commonly used in quality management and process improvement

Add your answer
Are these interview questions helpful?

Q7. hashing vs encryption

Ans.

Hashing is one-way function for data integrity while encryption is two-way function for data confidentiality.

  • Hashing is irreversible, encryption is reversible

  • Hashing is used for data integrity verification, encryption is used for data confidentiality

  • Examples of hashing algorithms: MD5, SHA-256

  • Examples of encryption algorithms: AES, RSA

Add your answer

Q8. How do we provide warranty to customer?

Ans.

Warranty is provided to customers by offering repair or replacement of faulty products within a specified period.

  • Warranty is a guarantee given by the manufacturer or seller to the customer that the product will function as intended.

  • Customers can claim warranty by contacting the customer service department or visiting authorized service centers.

  • The warranty period is usually mentioned in the product documentation or on the manufacturer's website.

  • Warranty coverage may vary depe...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. What are the different battery chemistries?

Ans.

Different battery chemistries include lead-acid, lithium-ion, nickel-cadmium, and nickel-metal hydride.

  • Lead-acid batteries are commonly used in cars and other vehicles.

  • Lithium-ion batteries are used in smartphones, laptops, and electric vehicles.

  • Nickel-cadmium batteries are used in power tools and medical equipment.

  • Nickel-metal hydride batteries are used in hybrid cars and portable electronics.

Add your answer

Q10. Which structure is more stable and why?

Ans.

Triangular structure is more stable due to its inherent strength and ability to distribute weight evenly.

  • Triangular structures distribute weight evenly, reducing stress on individual components.

  • They are inherently strong due to their shape, which allows for better load-bearing capacity.

  • Examples include the Eiffel Tower and suspension bridges.

  • Rectangular structures are less stable as they are more prone to buckling and bending under stress.

Add your answer

Q11. What is the battery's warranty?

Ans.

The battery's warranty is 3 years.

  • The battery comes with a warranty of 3 years.

  • The warranty covers any defects or malfunctions in the battery within the specified period.

  • Customers can contact our customer service for any warranty claims or issues.

  • The warranty does not cover damages caused by misuse or improper handling of the battery.

Add your answer

Q12. What is basic principle of EV?

Ans.

The basic principle of EV is the use of electric power to propel the vehicle instead of internal combustion engines.

  • Electric vehicles (EVs) use electric motors and batteries to generate power and propel the vehicle.

  • EVs produce zero tailpipe emissions, reducing air pollution and greenhouse gas emissions.

  • EVs can be charged from various sources such as home charging stations, public charging stations, or fast-charging stations.

  • Regenerative braking is a key feature of EVs, where ...read more

Add your answer

Q13. What is accounts payable process?

Ans.

Accounts payable process involves recording and paying invoices from vendors for goods and services received.

  • Receiving invoices from vendors

  • Verifying the accuracy of the invoices

  • Recording the invoices in the accounting system

  • Obtaining approval for payment

  • Processing payments to vendors

  • Reconciling accounts payable to ensure accuracy

Add your answer

Q14. Any experience building batteries?

Ans.

Yes, I have experience building batteries.

  • I have designed and built batteries for small electronic devices.

  • I have experience with lithium-ion, nickel-cadmium, and lead-acid batteries.

  • I am familiar with battery management systems and safety protocols.

  • I have worked on optimizing battery performance and extending battery life.

  • I have also conducted testing and analysis on battery performance.

Add your answer

Q15. What is accounts payable?

Ans.

Accounts payable is the amount of money a company owes to its suppliers or vendors for goods or services purchased on credit.

  • Accounts payable represents a company's short-term debt obligations to its suppliers.

  • It is listed as a current liability on the balance sheet.

  • Examples include invoices from suppliers for raw materials, utilities, or services.

  • Managing accounts payable effectively is crucial for maintaining good relationships with suppliers.

Add your answer

Q16. strength of materials

Ans.

Strength of materials is the study of how materials behave under different loads and stresses.

  • It involves analyzing the properties of materials such as elasticity, plasticity, and toughness.

  • It is important in designing structures and machines that can withstand different types of forces.

  • Examples include calculating the load-bearing capacity of a bridge or the stress on an airplane wing during flight.

  • It also includes understanding the failure mechanisms of materials and how to...read more

Add your answer

Q17. Explain android manifest file

Ans.

Android manifest file is a XML file that contains essential information about the app, such as permissions, activities, services, etc.

  • Contains package name and version code

  • Defines permissions required by the app

  • Lists activities, services, broadcast receivers, etc.

  • Specifies hardware and software requirements

  • Declares app components and their configurations

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Asansol Bottling & Packaging

based on 15 interviews in the last 1 year
Interview experience
3.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 6.2k Interview Questions
3.9
 • 1.4k Interview Questions
3.4
 • 785 Interview Questions
4.1
 • 373 Interview Questions
4.2
 • 207 Interview Questions
3.8
 • 188 Interview Questions
View all
Top Euler Motors Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter