Upload Button Icon Add office photos

Filter interviews by

Bhagwan Auto Products Interview Questions and Answers

Updated 8 May 2022

Bhagwan Auto Products Interview Experiences

1 interview found

I applied via Approached by Company

Round 1 - HR 

(3 Questions)

  • Q1. Hou maintain fifo boad
  • Q2. How maintain received & issue forging
  • Ans. 

    To maintain received & issued forgings, proper documentation and inventory management is necessary.

    • Create a system for receiving and documenting all incoming forgings

    • Ensure proper labeling and storage of received forgings

    • Maintain accurate inventory records and update them regularly

    • Establish a system for issuing forgings and tracking their usage

    • Implement a process for conducting regular inventory audits

    • Train staff on pr

  • Answered by AI
  • Q3. How maintain records received forging in 6month
  • Ans. 

    Records of received forging in 6 months can be maintained through proper documentation and organization.

    • Create a spreadsheet or database to record all received forgings

    • Include details such as date received, supplier, quantity, and quality

    • Regularly update the records to ensure accuracy

    • Implement a system for organizing physical copies of documents, such as purchase orders and invoices

    • Ensure that all records are easily ac

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dear sir
Har jabab bahut sahajta se dena ji sir & yes sir ke sath company me senior person ko ha ho jayega karta tha ka jabab kabhi mat dena

Assistant Store Incharge Interview Questions asked at other Companies

Q1. How to maintain inventory and store stock and which the GRN and material MRN crreat and computer knowledge.
View answer (1)

Interview questions from similar companies

I applied via Monster and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Introduce Yourself.
  • Q2. What do you know about Maruti Suzuki Pvt. Ltd.?
  • Q3. Why do you want to switch yourself in the Automobile Sales from Pharmaceutical Sales when it has a greater and broader scope of potentials?
  • Q4. How soon can you join the job, if selected?
  • Q5. What is your salary expectation with the job you are applying for as you will be regarded almost as a fresher candidate in this industry as of now?

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best shot as per your dimension of knowledge you acquire, and gather related knowledge to the job applied in the Company you are applying in with also a handful of knowledge about its business in the market.

Interview Questionnaire 

1 Question

  • Q1. First Self intro, family background, educational background and then they asked about my total experience serial wise starting from my first company, asked about my profile and my job responsibilities and ...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(5 Questions)

  • Q1. What is your Work experience
  • Q2. What do you know about retail
  • Ans. 

    Retail involves the sale of goods or services to consumers through various channels such as brick-and-mortar stores, online platforms, and mobile apps.

    • Retail involves selling products or services directly to consumers

    • It includes various channels like physical stores, e-commerce websites, and mobile apps

    • Retailers often purchase products from wholesalers or manufacturers and sell them at a markup to make a profit

    • Customer...

  • Answered by AI
  • Q3. How would you present your self to Coustmer
  • Q4. What do you know about conversion
  • Ans. 

    Conversion refers to turning leads or prospects into paying customers through sales techniques and strategies.

    • Conversion rate is the percentage of visitors who take a desired action, such as making a purchase or filling out a form.

    • Conversion optimization involves testing and improving various elements of a sales process to increase the conversion rate.

    • Common strategies for improving conversion include A/B testing, crea...

  • Answered by AI
  • Q5. What is up sale and cross sale
  • Ans. 

    Upselling is persuading a customer to buy a more expensive item, while cross-selling is selling related or complementary products.

    • Upselling involves convincing a customer to purchase a higher-end version of the product they are interested in.

    • Cross-selling involves offering additional products that complement or enhance the original purchase.

    • Example of upselling: Suggesting a customer upgrade to a premium version of a s...

  • Answered by AI
Round 3 - Aptitude Test 

Basic mathematics and retail sector questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to work make your communication skills more fluent

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

- write code for permutations & combination out of n numbers with k possibilities

Round 2 - Technical 

(3 Questions)

  • Q1. - diff between generator & decorator - write code for recursive decorator
  • Ans. 

    Generator produces a sequence of values while decorator adds functionality to an existing function. Recursive decorator calls itself within the decorator function.

    • Generator produces values lazily while decorator enhances functionality of a function.

    • Generators use 'yield' keyword to yield values one at a time.

    • Decorators use '@' symbol to apply additional functionality to a function.

    • Example of recursive decorator: def re...

  • Answered by AI
  • Q2. Explain generators
  • Ans. 

    Generators are functions in Python that allow you to pause and resume execution, yielding multiple values over time.

    • Generators are defined using a function with 'yield' statements instead of 'return'.

    • They can be iterated over using a for loop or by calling the next() function.

    • Generators are memory efficient as they do not store all values in memory at once.

    • They are useful for generating large sequences of values or pro...

  • Answered by AI
  • Q3. Sample application using flask
  • Ans. 

    A sample application using Flask, a Python web framework

    • Create a virtual environment for the project

    • Install Flask using pip

    • Create routes and views for different pages

    • Use templates to render HTML pages

    • Connect to a database using Flask-SQLAlchemy

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What is product knowledge?
  • Ans. 

    Product knowledge is understanding the features, benefits, and uses of a product or service.

    • Understanding the features and specifications of the product

    • Knowing the benefits and advantages it offers to customers

    • Being aware of how the product can be used in different scenarios

    • Having knowledge of competitors' products and how they compare

    • Being able to effectively communicate the value of the product to potential customers

  • Answered by AI

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Design tiny url service which should be scalable up to 10m requests a year. Derive the algorithm such as every request that the system generates is unique and read operation should be very efficient for ob...
  • Ans. 

    Design a scalable tiny URL service with unique requests and efficient read operation.

    • Use a hashing algorithm to generate unique short URLs from long URLs

    • Store the mappings in a distributed key-value store like Redis or Cassandra

    • Use a load balancer to distribute requests across multiple servers

    • Implement caching to improve read performance

    • Consider using a CDN to serve frequently accessed URLs

    • Implement rate limiting and t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS, Algo and system designing.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Java 8 features with code, Spring Boot, and Microservices in depth, was asked to write SQL queries.
  • Ans. 

    Interview question on Java 8 features, Spring Boot, Microservices, and SQL queries for Senior Engineer role.

    • Java 8 features include lambda expressions, functional interfaces, streams, and default methods.

    • Spring Boot is a framework for building microservices with minimal configuration.

    • Microservices architecture involves breaking down a large application into smaller, independent services.

    • SQL queries are used to retrieve...

  • Answered by AI
  • Q2. Garbage collection with example, Problem solving
  • Ans. 

    Garbage collection is an automatic memory management process. It frees up memory occupied by objects that are no longer in use.

    • Garbage collection is used in programming languages like Java, Python, and C#.

    • It helps prevent memory leaks and improves program efficiency.

    • For example, in Java, the garbage collector runs periodically to identify and remove objects that are no longer referenced by the program.

    • Garbage collectio...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a good interview, I had an online test, Technical F2F, Technical manager discussion, HR.
we need to understand the questions and answer cut and clear.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Coding Test 

It was mix up of technical and cognitive questions

Round 2 - Technical 

(1 Question)

  • Q1. Questions on java 8, Spring Boot, Microservices, Restful Webservices, With 2 coding questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical round 2 had questions regarding project, coding to be written for problem statement, garbage collection, exception. It was like a positive discussion than an interview.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion. Got offer letter within 2 working day.

Interview Preparation Tips

Topics to prepare for Falabella Senior Engineer interview:
  • Java
  • Java 8
Interview preparation tips for other job seekers - Brush up with core concepts of java and code well
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Js concepts & internals, predict the o/p
  • Q2. Coding Question based on hashmap

Bhagwan Auto Products Interview FAQs

How many rounds are there in Bhagwan Auto Products interview?
Bhagwan Auto Products interview process usually has 1 rounds. The most common rounds in the Bhagwan Auto Products interview process are HR.
What are the top questions asked in Bhagwan Auto Products interview?

Some of the top questions asked at the Bhagwan Auto Products interview -

  1. How maintain records received forging in 6mo...read more
  2. How maintain received & issue forg...read more
  3. Hou maintain fifo b...read more

Tell us how to improve this page.

Bhagwan Auto Products Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

MR.DIY Interview Questions
3.3
 • 30 Interviews
Bazar India Interview Questions
3.6
 • 14 Interviews
Falabella Interview Questions
3.3
 • 14 Interviews
Inorbit Mall Interview Questions
4.3
 • 13 Interviews
Tresor Systems Interview Questions
4.1
 • 10 Interviews
JK Files Interview Questions
3.6
 • 9 Interviews
View all

Bhagwan Auto Products Reviews and Ratings

based on 35 reviews

3.8/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.4

Salary

3.4

Job security

3.4

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 35 Reviews and Ratings
Quality Engineer
13 salaries
unlock blur

₹1.5 L/yr - ₹3.1 L/yr

Senior Engineer
10 salaries
unlock blur

₹3.6 L/yr - ₹5.4 L/yr

Design Engineer
8 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Supplier Quality Engineer
7 salaries
unlock blur

₹2.5 L/yr - ₹2.8 L/yr

Assistant Manager
5 salaries
unlock blur

₹3.2 L/yr - ₹7 L/yr

Explore more salaries
Compare Bhagwan Auto Products with

MR.DIY

3.3
Compare

Karuna Management Services

4.1
Compare

Bazar India

3.7
Compare

Citylife Retail

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview