Upload Button Icon Add office photos

Filter interviews by

Energy Transfer Partners Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. What is main reason for belt joint failure?
  • Ans. 

    The main reason for belt joint failure is usually due to improper installation or maintenance.

    • Improper installation of the belt joint, such as incorrect alignment or tensioning

    • Lack of proper maintenance, leading to wear and tear of the joint

    • Use of low-quality materials for the joint

    • Excessive load or stress on the belt joint

    • Environmental factors like temperature or humidity affecting the joint

  • Answered by AI
  • Q2. What was the alignment maximum tolerance?
  • Ans. 

    The alignment maximum tolerance refers to the maximum allowable deviation from the specified alignment.

    • Alignment maximum tolerance is the maximum allowable deviation from the specified alignment.

    • It is typically expressed in terms of a percentage or a specific measurement unit.

    • For example, a machine part may have an alignment maximum tolerance of +/- 0.005 inches.

    • Exceeding the alignment maximum tolerance can lead to per

  • Answered by AI
  • Q3. How to replace the bucket wheel reclaimer luffing cylinder?
  • Ans. 

    To replace the bucket wheel reclaimer luffing cylinder, follow these steps.

    • 1. Shut down the machine and ensure all power sources are disconnected.

    • 2. Remove any surrounding components that may obstruct access to the luffing cylinder.

    • 3. Use appropriate tools to disconnect the hydraulic hoses and fittings from the cylinder.

    • 4. Support the weight of the cylinder as it is removed to prevent damage to surrounding components.

    • 5...

  • Answered by AI
  • Q4. What is different between JSA and HIRA?
  • Ans. 

    JSA stands for Job Safety Analysis, focusing on specific job tasks, while HIRA stands for Hazard Identification and Risk Assessment, focusing on overall workplace hazards.

    • JSA is task-specific, focusing on individual job tasks and potential hazards

    • HIRA is broader, looking at overall workplace hazards and assessing risks

    • JSA involves breaking down a job into steps and identifying potential hazards for each step

    • HIRA involv...

  • Answered by AI
  • Q5. How create a PR in SAP?
  • Ans. 

    To create a PR in SAP, you can use transaction code ME51N or ME21N.

    • Use transaction code ME51N to create a purchase requisition in SAP.

    • Enter the necessary details such as material, quantity, delivery date, etc.

    • Save the purchase requisition and it will be created in the system.

    • Alternatively, you can also use transaction code ME21N to create a purchase order directly.

  • Answered by AI
  • Q6. What is procedure of pulley replacement?
  • Ans. 

    The procedure of pulley replacement involves identifying the faulty pulley, removing the old pulley, installing the new pulley, and testing the system.

    • Identify the faulty pulley by checking for any signs of wear or damage.

    • Use appropriate tools to remove the old pulley, such as a pulley puller or wrench.

    • Install the new pulley by aligning it properly and securing it in place.

    • Test the system to ensure the new pulley is fu...

  • Answered by AI
  • Q7. Explain the procedure of PTW?
  • Ans. 

    PTW stands for Permit to Work, a procedure used to ensure that work is carried out safely in potentially hazardous environments.

    • PTW is a formal written system used to control certain types of work that are identified as potentially hazardous.

    • Before starting work, a permit must be obtained from a designated authority.

    • The permit outlines the work to be done, the hazards involved, and the necessary precautions to be taken...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please talk with friendly don't get panic while answering.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can't remember the question
  • Q2. Can't recall the question

GA Analyst Interview Questions & Answers

British Petroleum user image Anonymous

posted on 9 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Meaning of accrual
  • Q2. Meaning of depreciation and accumulated depreciation
  • Q3. Golden rules of accounting
  • Q4. Journal entry for prepaid expense
  • Q5. Concept of Provisions and entry for the same
  • Q6. With holding tax returns filed in Spain
Round 2 - One-on-one 

(4 Questions)

  • Q1. How to deal with toxic people among organisation
  • Q2. In case of colleague who is not performing well due to some reason, what would/have you done
  • Q3. If new tool/software is required to be learnt for improving work then would you learn ? Have you learned any new tool/software in your existing company to improve your performance
  • Q4. There are strict timelines to complete work and an important data which needs to be shared by stakeholder is not received on time but work should be finished on time. In such situation what would you do ?

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied for a position in accounts and finance. I was informed that they do not hire freshers and consider only experienced candidates.
In first round work related questions were asked and they have high expectations. Second round was based on situational questions where candidate is supposed to answer on the basis of his own experience or with the help of some hypothetical situation.
Overall experience was good but do refer basic concepts of accounting before interview.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at College of Engineering ( Formerly Pune Instiute of Enginering and Technology ), Pune and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

If everyone is cheating you should also do it?

Round 2 - Technical 

(4 Questions)

  • Q1. Everyhting about project..
  • Q2. Linear vs logistic regression
  • Ans. 

    Linear regression is used for continuous variables, while logistic regression is used for binary outcomes.

    • Linear regression is used to predict a continuous outcome based on one or more input variables.

    • Logistic regression is used to predict the probability of a binary outcome based on one or more input variables.

    • Linear regression assumes a linear relationship between the independent and dependent variables, while logist...

  • Answered by AI
  • Q3. Normalization in dbms
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down data into smaller, more manageable tables and establishing relationships between them.

    • It helps in reducing data redundancy, minimizing data anomalies, and improving data consistency.

    • There are different normal forms such as 1NF, 2NF, 3NF, BCNF, and 4NF, each with spec...

  • Answered by AI
  • Q4. List array difference etc
  • Ans. 

    Array difference is finding the elements that are present in one array but not in another.

    • Use set operations like difference to find elements in one array but not in another.

    • Example: arr1 = ['a', 'b', 'c'], arr2 = ['b', 'c', 'd'], arr_diff = set(arr1) - set(arr2) = ['a']

  • Answered by AI

Skills evaluated in this interview

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

A medium python program

Round 2 - One-on-one 

(2 Questions)

  • Q1. Code dictionary
  • Q2. Optimise that code written
  • Ans. 

    Optimizing code for better performance and efficiency

    • Use built-in functions and libraries for faster execution

    • Minimize unnecessary loops and conditions

    • Avoid redundant code and optimize data structures

    • Implement caching or memoization for repetitive computations

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Optimise python code
  • Ans. 

    Optimizing Python code involves improving efficiency and performance.

    • Use built-in functions and libraries instead of writing custom code

    • Avoid unnecessary loops and nested loops for better performance

    • Optimize data structures and algorithms for faster execution

  • Answered by AI
  • Q2. Numpy code examples and optimisation
  • Ans. 

    Numpy is a powerful library for numerical operations in Python, with efficient array operations and mathematical functions.

    • Use vectorized operations instead of loops for better performance.

    • Avoid unnecessary copying of arrays to save memory.

    • Utilize broadcasting to perform operations on arrays of different shapes.

    • Use numpy functions like np.sum(), np.mean(), np.max(), etc. for efficient calculations.

    • Optimize code by prof

  • Answered by AI

Skills evaluated in this interview

Not important Interview Questions & Answers

Sterling Oil Exploration & Energy Production user image Anonymous

posted on 22 Dec 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dumb HR will ruin the company or maybe they behave how the company wants them to behave.

Interview Preparation Tips

Interview preparation tips for other job seekers - Consider joining this company only if you have no other options and are on the verge of financial collapse. I was a top candidate for selection but ultimately chose to reject the offer. My conversation with HR revealed that they seek individuals who will blindly obey rather than fostering a relationship with employees. They expect compliance and submission. I have declined their offer.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What ASTM standard for Block works
  • Ans. 

    ASTM standard for Block works is ASTM C90.

    • ASTM C90 is the standard specification for loadbearing concrete masonry units.

    • It covers hollow and solid loadbearing concrete masonry units made from portland cement, water, and aggregates.

    • The standard specifies the compressive strength, absorption, dimensions, and tolerances for concrete blocks.

    • ASTM C90 also includes requirements for moisture content, density, and surface fini

  • Answered by AI
  • Q2. Standard grout Strength in PSI
  • Ans. 

    Standard grout strength in PSI is typically around 2,000 to 5,000 PSI.

    • Standard grout strength is usually between 2,000 to 5,000 PSI

    • Higher strength grouts can have strengths up to 10,000 PSI or more

    • Grout strength can vary depending on the mix design and curing conditions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident,
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about AWS services
  • Q2. Data manipulation using Python
  • Ans. 

    Python is commonly used for data manipulation tasks due to its powerful libraries like Pandas and NumPy.

    • Use Pandas library for data manipulation tasks in Python

    • Pandas provides data structures like DataFrame for easy manipulation

    • Use NumPy for numerical operations on data arrays

    • Example: df['new_column'] = df['column1'] + df['column2']

  • Answered by AI

Skills evaluated in this interview

Start Up Engineer Interview Questions & Answers

Valmet user image Anonymous

posted on 4 Nov 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. About Yourself, education, previous work exp etc
Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical questions Engineering, paper making
  • Q2. Hydraulics, Pneumatics, CAD dwg reading
Round 3 - Technical 

(2 Questions)

  • Q1. Project management, Customer Handling, Site installations
  • Q2. Troubleshooting, Performance guarantee
Round 4 - Aptitude Test 

Verbal Reasoning, Numerical ability, General Knowledge, English Proficiency.

Round 5 - HR 

(2 Questions)

  • Q1. Why you want to join?
  • Q2. What you will bring with your previous exp and education?
  • Ans. 

    I will bring a combination of practical experience and theoretical knowledge from my previous work and education.

    • Practical experience in implementing engineering solutions

    • Theoretical knowledge gained from education in engineering principles

    • Ability to troubleshoot and problem solve based on past experiences

    • Strong communication skills to collaborate with team members and stakeholders

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Why do you deserve this job?

Tell us how to improve this page.

Interview Questions from Similar Companies

Schlumberger Interview Questions
4.0
 • 133 Interviews
Baker Hughes Interview Questions
4.1
 • 50 Interviews
TotalEnergies Interview Questions
3.9
 • 28 Interviews
ADNOC Interview Questions
4.5
 • 25 Interviews
NBTC GROUP Interview Questions
3.6
 • 18 Interviews
Valmet Interview Questions
4.0
 • 14 Interviews
View all

Energy Transfer Partners Reviews and Ratings

based on 2 reviews

4.7/5

Rating in categories

4.1

Skill development

4.0

Work-Life balance

4.7

Salary & Benefits

4.4

Job Security

4.7

Company culture

4.1

Promotions/Appraisal

4.7

Work Satisfaction

Explore 2 Reviews and Ratings
Compare Energy Transfer Partners with

Schlumberger

4.0
Compare

Baker Hughes

4.1
Compare

NBTC GROUP

3.6
Compare

British Petroleum

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview