Upload Button Icon Add office photos

Filter interviews by

Bpcl Lpg Bottling Plant Apprenticeship Trainee Interview Questions and Answers

Updated 7 Jan 2025

Bpcl Lpg Bottling Plant Apprenticeship Trainee Interview Experiences

2 interviews found

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

I applied via Company Website and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Types of motors
  • Ans. 

    There are various types of motors used in different applications.

    • AC motors: commonly used in household appliances and industrial machinery

    • DC motors: used in electric vehicles, robotics, and small household appliances

    • Brushless DC motors: more efficient and reliable than traditional DC motors

    • Servo motors: used in robotics, CNC machines, and automation systems

    • Stepper motors: used in 3D printers, CNC machines, and robotics

  • Answered by AI
  • Q2. Importance of power factor
  • Ans. 

    Power factor is important for efficient energy usage and reducing electricity costs.

    • Power factor measures how effectively electrical power is being used in a system.

    • A low power factor can result in higher electricity costs and inefficient energy usage.

    • Improving power factor can help reduce electricity bills and increase the capacity of electrical systems.

    • Power factor correction devices like capacitors are used to impro...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Related to internship
  • Q2. Related to is project

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical knowledge like corona effect ,skin effect etc and academic project detail

Apprenticeship Trainee Interview Questions Asked at Other Companies

asked in Tata Power
Q1. What is the circuit breaker.circuit breaker protect by short circ ... read more
asked in Tata Power
Q2. What is transformer.transformer work is electric' current up n do ... read more
asked in Tata Motors
Q3. What is the name of the current measuring instrument?
asked in Tata Power
Q4. What is motor .motor is a machine.motor is work on AC current
asked in OPTCL
Q5. What is transformer ?

Interview questions from similar companies

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

I applied via Job Fair and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Golden rules and general entry.
  • Q2. Letter of credit. Letter head.

Interview Preparation Tips

Interview preparation tips for other job seekers - As a fresher. Stick to the basics.if you are fresher.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2023. There were 4 interview rounds.

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 - Aptitude Test 

Math reasoning english

Round 3 - Group Discussion 

Current topic 1 min each

Round 4 - One-on-one 

(1 Question)

  • Q1. Some aptitude questions then number series questions then basic coding questions according to your chosen language
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logic, verbal, numerical abilities checked

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is polymorphism and oops other concepts?
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different data types. OOP concepts include inheritance, encapsulation, and abstraction.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a sin...

  • Answered by AI
  • Q2. What is a controller in c++
  • Ans. 

    A controller in C++ is a class that manages the flow of data between the model and view components of a program.

    • Controllers help in separating the logic of a program from its user interface.

    • They handle user input, update the model, and display the updated data in the view.

    • Example: In a simple calculator program, the controller would handle the user input of numbers and operations, perform the calculations, and update t

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Qualities in a tl?
  • Ans. 

    A team leader should possess strong communication skills, problem-solving abilities, and the ability to motivate and inspire their team.

    • Strong communication skills to effectively convey information and instructions to team members

    • Problem-solving abilities to address challenges and obstacles that may arise

    • Ability to motivate and inspire team members to achieve goals and perform at their best

  • Answered by AI
  • Q2. Basic questions to test your communication

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

Apprentice Interview Questions & Answers

TCS user image Vasavi Metri

posted on 29 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Quantitative, Reasonning, English Grammer

Round 2 - HR 

(2 Questions)

  • Q1. Basic HR quesion
  • Q2. HR Discussion regarding soft skills.
Round 3 - Technical 

(2 Questions)

  • Q1. What is torque?
  • Ans. 

    Torque is a measure of the rotational force applied to an object.

    • Torque is calculated by multiplying the force applied by the distance from the pivot point.

    • It is measured in units such as Newton-meters (Nm) or foot-pounds (ft-lb).

    • Torque is essential in understanding the effectiveness of engines and machinery.

    • For example, a wrench applying force to loosen a bolt is exerting torque.

  • Answered by AI
  • Q2. Explain power factor.
  • Ans. 

    Power factor is a measure of how effectively electrical power is being used in a circuit.

    • Power factor is the ratio of real power (in watts) to apparent power (in volt-amperes) in a circuit.

    • It is a number between 0 and 1, with 1 indicating perfect efficiency.

    • Low power factor can result in increased energy costs and inefficient use of electrical power.

    • Power factor correction can be implemented to improve power factor and...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How python language is interpreted language
  • Ans. 

    Python language is interpreted because it is executed line by line at runtime by the Python interpreter.

    • Python code is not compiled into machine code before execution

    • Python interpreter reads the code line by line and executes it immediately

    • This allows for easier debugging and dynamic typing

  • Answered by AI
  • Q2. What are the data type in python
  • Ans. 

    Data types in Python include integers, floats, strings, lists, tuples, dictionaries, and booleans.

    • Integers are whole numbers without decimals (e.g. 5, -3)

    • Floats are numbers with decimals (e.g. 3.14, -0.5)

    • Strings are sequences of characters enclosed in quotes (e.g. 'hello', '123')

    • Lists are ordered collections of items (e.g. [1, 'apple', True])

    • Tuples are similar to lists but immutable (e.g. (1, 'banana', False))

    • Dictionar...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For this role must have python knowledge

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 2023. There were 2 interview rounds.

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. All basic oops quetions
  • Q2. Sql server basic

Interview Preparation Tips

Topics to prepare for Tech Mahindra Apprentice Trainee interview:
  • C#.Net
Interview preparation tips for other job seekers - Focus on all fundamentals concepts

I applied via Campus Placement

Round 1 - Aptitude Test 

Mixture of quantitative aptitude, logical reasoning, and coding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. This round was both technical and hr. they'll check your knowledge and confidence level.

Interview Preparation Tips

Interview preparation tips for other job seekers - chill and keep calm throughout the interview procedure

Apprentice Engineer Interview Questions & Answers

IBM user image Swetha kristipati

posted on 9 Nov 2022

I applied via Naukri.com and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Apptide test,coding test,group discussion

Round 3 - Coding Test 

Coding on few basci programming quetions

Interview Preparation Tips

Interview preparation tips for other job seekers - interview is good and easy to crack on python automation skills

Bpcl Lpg Bottling Plant Interview FAQs

How many rounds are there in Bpcl Lpg Bottling Plant Apprenticeship Trainee interview?
Bpcl Lpg Bottling Plant interview process usually has 1-2 rounds. The most common rounds in the Bpcl Lpg Bottling Plant interview process are Technical and Resume Shortlist.
What are the top questions asked in Bpcl Lpg Bottling Plant Apprenticeship Trainee interview?

Some of the top questions asked at the Bpcl Lpg Bottling Plant Apprenticeship Trainee interview -

  1. Importance of power fac...read more
  2. Types of mot...read more
  3. Related to interns...read more

Tell us how to improve this page.

Bpcl Lpg Bottling Plant Apprenticeship Trainee Reviews and Ratings

based on 2 reviews

4.6/5

Rating in categories

4.3

Skill development

3.7

Work-life balance

1.7

Salary

5.0

Job security

4.6

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Graduate Engineer
4 salaries
unlock blur

₹3.9 L/yr - ₹4.1 L/yr

Assistant Manager
3 salaries
unlock blur

₹22 L/yr - ₹25 L/yr

Safety Engineer
3 salaries
unlock blur

₹4.1 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Bpcl Lpg Bottling Plant with

Indian Oil Corporation

4.4
Compare

Hindustan Petroleum

4.2
Compare

Reliance Industries

4.0
Compare

Bharat Petroleum

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