Upload Button Icon Add office photos

Filter interviews by

BPCL Bina Refinery Apprentice Trainee Interview Questions and Answers

Updated 13 Oct 2023

BPCL Bina Refinery Apprentice Trainee Interview Experiences

1 interview found

Interview experience
3
Average
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 - One-on-one 

(1 Question)

  • Q1. Plant information
Round 3 - HR 

(1 Question)

  • Q1. Family fanincal back ground

Interview Preparation Tips

Interview preparation tips for other job seekers - No

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

More about reasoning

Round 2 - Coding Test 

Java silk c c++ advance couses

Round 3 - Group Discussion 

About our courage to speak

Round 4 - One-on-one 

(1 Question)

  • Q1. About ourself and our speaking knowledge about our IT skills they need
Round 5 - Technical 

(1 Question)

  • Q1. More about coding
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
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project discussion
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:
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. 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
Interview experience
1
Bad
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 - HR 

(2 Questions)

  • Q1. Tell me about journal entries
  • Ans. 

    Journal entries are records of financial transactions that are recorded in a company's general ledger.

    • Journal entries are used to record transactions such as sales, purchases, and expenses.

    • They include the date of the transaction, the accounts involved, and the amount of the transaction.

    • Journal entries are used to create financial statements such as the balance sheet and income statement.

    • Examples of journal entries inc...

  • Answered by AI
  • Q2. Sales journal how it's populated on books
  • Ans. 

    Sales journal is populated by recording all sales transactions in chronological order.

    • Sales journal is a chronological record of all sales transactions.

    • It includes details such as date, customer name, invoice number, and amount.

    • Sales are recorded in the journal as they occur, usually daily or weekly.

    • The journal is then used to post entries to the general ledger.

    • This helps to keep track of sales and ensure accuracy in f

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Having the knowledge on previous education where as degree

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

I applied via Naukri.com and was interviewed in May 2022. There were 2 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 - Group Discussion 

Group discussion is very good

Interview Preparation Tips

Topics to prepare for Accenture Graduate Apprentice Trainee interview:
  • MS Office
Interview preparation tips for other job seekers - Search with a job on nowkari app that app was a very helpful to fresher job seekers

I applied via Company Website and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude: 25 Questions in 35 min
Logical: 25 Questions in 35 min
English: 25 Questions in 25 min
Coading: 20 Questions in 20 min

Round 2 - HR 

(5 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.
  • Q3. What is inheritance?
  • Ans. 

    Inheritance is the process by which genetic information is passed down from parents to their offspring.

    • Inheritance determines the traits and characteristics that an organism will have.

    • It occurs through the transmission of DNA from parent to offspring.

    • Inheritance can result in genetic disorders or diseases if there are mutations or abnormalities in the DNA.

    • Examples of inherited traits include eye color, hair color, and

  • Answered by AI
  • Q4. Write the logic to solve factorial using recursion?
  • Ans. 

    Factorial using recursion logic

    • Define a function that takes an integer as input

    • Check if the input is 0 or 1, return 1 if true

    • If not, call the function recursively with input-1 and multiply with input

  • Answered by AI
  • Q5. Why python is popular in market and java popularity is decreasing?
  • Ans. 

    Python's simplicity, versatility, and ease of use make it popular. Java's complexity and verbosity make it less popular.

    • Python has a simpler syntax and is easier to learn than Java.

    • Python is versatile and can be used for a wide range of applications, including web development, data analysis, and artificial intelligence.

    • Java's verbosity and complexity make it less appealing to developers.

    • Python has a large and active co...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Apprentice interview:
  • Inheritance
  • OOPS
  • Fundamentals
  • Recursion
Interview preparation tips for other job seekers - Focus on basics of programmmings and command on atleast one programming language.

Skills evaluated in this interview

BPCL Bina Refinery Interview FAQs

How many rounds are there in BPCL Bina Refinery Apprentice Trainee interview?
BPCL Bina Refinery interview process usually has 3 rounds. The most common rounds in the BPCL Bina Refinery interview process are Resume Shortlist, One-on-one Round and HR.
What are the top questions asked in BPCL Bina Refinery Apprentice Trainee interview?

Some of the top questions asked at the BPCL Bina Refinery Apprentice Trainee interview -

  1. Family fanincal back gro...read more
  2. Plant informat...read more

Tell us how to improve this page.

BPCL Bina Refinery Apprentice Trainee Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

BPCL Bina Refinery Apprentice Trainee Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

3.5

Work-life balance

4.5

Salary

4.0

Job security

5.0

Company culture

3.0

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Junior Executive
9 salaries
unlock blur

₹7.6 L/yr - ₹13 L/yr

Plant Operator
4 salaries
unlock blur

₹1.4 L/yr - ₹3.5 L/yr

Assistant Manager
3 salaries
unlock blur

₹10 L/yr - ₹23 L/yr

Production Manager
3 salaries
unlock blur

₹28 L/yr - ₹50 L/yr

Lead Engineer
3 salaries
unlock blur

₹5 L/yr - ₹5.5 L/yr

Explore more salaries
Compare BPCL Bina Refinery with

Indian Oil Corporation

4.4
Compare

Reliance Industries

4.0
Compare

Mangalore Refinery and Petrochemicals

3.9
Compare

Chennai Petroleum Corporation

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