Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Petrotec India Team. If you also belong to the team, you can get access from here

Petrotec India Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 12 Reviews

Filter interviews by

Petrotec India Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

Sliding window leet code style

Round 2 - Assignment 

Computer vision task. Image segmentation

Round 3 - One-on-one 

(2 Questions)

  • Q1. What was the algorithm you used in the task
  • Ans. 

    I used the Random Forest algorithm for the task.

    • Random Forest is an ensemble learning method that builds multiple decision trees and merges them together to get a more accurate and stable prediction.

    • It is commonly used for classification and regression tasks.

    • Example: RandomForestClassifier in scikit-learn library.

  • Answered by AI
  • Q2. What are metrics you can use for this task
  • Ans. 

    Metrics for evaluating machine learning tasks

    • Accuracy

    • Precision

    • Recall

    • F1 Score

    • ROC AUC

    • Confusion Matrix

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. A presentation of a past project with followup questions
  • Q2. Some questions on text classification

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How can you shortout your challenges
  • Ans. 

    To overcome challenges, I prioritize tasks, seek support from team members, and continuously improve my skills.

    • Prioritize tasks based on urgency and importance

    • Seek support and guidance from team members or mentors

    • Continuously improve skills through training and self-development

    • Stay organized and maintain a positive attitude

    • Adapt to changes and learn from failures

    • Set clear goals and create action plans

  • Answered by AI
  • Q2. What is PPE regarding work
  • Ans. 

    PPE stands for Personal Protective Equipment and refers to equipment worn to minimize exposure to hazards that can cause injuries or illnesses at work.

    • Includes items like gloves, goggles, helmets, masks, and safety shoes

    • Should be provided by the employer and used by employees when necessary

    • Helps protect against physical, electrical, heat, chemicals, and biohazards

    • Training on proper use and maintenance of PPE is essenti

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

(1 Question)

  • Q1. Why do you deserve this job?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Steam Turbines,Pump, Compressor,
  • Q2. Rotating equipment parameters.
  • Ans. 

    Rotating equipment parameters refer to the various factors that affect the performance and operation of rotating machinery.

    • Key parameters include speed, torque, power, vibration levels, temperature, and lubrication.

    • Proper monitoring and maintenance of these parameters are essential for ensuring optimal performance and preventing breakdowns.

    • Examples of rotating equipment include pumps, compressors, turbines, and motors.

    • ...

  • Answered by AI

Petrotec India Interview FAQs

How to prepare for Petrotec India interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Petrotec India. The most common topics and skills that interviewers at Petrotec India expect are Embedded C, Java, C#, J1939 and PCB Designing.

Tell us how to improve this page.

Interview Questions from Similar Companies

Bharat Petroleum Interview Questions
4.2
 • 153 Interviews
Nayara Energy Interview Questions
4.2
 • 79 Interviews
GAIL Interview Questions
4.5
 • 78 Interviews
Cairn Energy Interview Questions
4.0
 • 29 Interviews
Adani Gas Interview Questions
3.3
 • 28 Interviews
Oil India Interview Questions
4.4
 • 20 Interviews
View all

Petrotec India Reviews and Ratings

based on 12 reviews

4.3/5

Rating in categories

3.5

Skill development

4.6

Work-life balance

3.6

Salary

4.7

Job security

4.3

Company culture

2.7

Promotions

3.9

Work satisfaction

Explore 12 Reviews and Ratings
Electronic Engineer ( Gandhinagar)

Gandhinagar,

Ahmedabad

3-7 Yrs

Not Disclosed

Design Engineer Mechanical (Gandhinagar )

Gandhinagar

3-5 Yrs

Not Disclosed

Senior Hardware Lead -Mumbai

Mumbai

8-12 Yrs

Not Disclosed

Explore more jobs
HR Executive
6 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Procurement Engineer
5 salaries
unlock blur

₹2.5 L/yr - ₹5.2 L/yr

Valve Technician
5 salaries
unlock blur

₹2 L/yr - ₹12 L/yr

Process Engineer
4 salaries
unlock blur

₹4.3 L/yr - ₹5.8 L/yr

Mechanical Engg. Design
4 salaries
unlock blur

₹2.5 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Petrotec India with

Bharat Petroleum

4.2
Compare

Hindustan Petroleum

4.2
Compare

Indian Oil Corporation

4.4
Compare

Reliance Industries

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