Upload Button Icon Add office photos

Petrofac

Compare button icon Compare button icon Compare

Filter interviews by

Petrofac QC Inspector Interview Questions and Answers

Updated 1 Apr 2022

Petrofac QC Inspector Interview Experiences

1 interview found

QC Inspector Interview Questions & Answers

user image Anonymous

posted on 1 Apr 2022

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. Experience on the above job industry.

Interview Preparation Tips

Interview preparation tips for other job seekers - Experience related and the group discussion

Interview questions from similar companies

Manager Interview Questions & Answers

GAIL user image Anonymous

posted on 1 Aug 2022

I applied via Company Website and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Technical questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. About petrochemical operations.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be technically sound about your subject. You should know the business profile of the company as well as it's different operations.

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - No 

(1 Question)

  • Q1. UV related and instumentatoin

Interview Preparation Tips

Topics to prepare for GAIL QC Chemist interview:
  • Anaytical skill
Interview preparation tips for other job seekers - Shuld have sound knowledge of Laboratory
Round 1 - HR 

(2 Questions)

  • Q1. How long would you abord
  • Q2. What is your expectation for salaray

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, just express your advantage
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic java coding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Explain your test automation framework.
  • Ans. 

    My test automation framework is a modular, scalable solution that enhances testing efficiency and reliability across applications.

    • Utilizes Selenium WebDriver for browser automation, allowing for cross-browser testing.

    • Incorporates TestNG for test management, enabling parallel execution and detailed reporting.

    • Employs Page Object Model (POM) design pattern to enhance code reusability and maintainability.

    • Integrates with CI...

  • Answered by AI
  • Q2. OOPS concept used in your framework, explain with an example.
  • Ans. 

    OOP concepts like encapsulation and inheritance enhance test automation frameworks for better maintainability and scalability.

    • Encapsulation: Wrapping data and methods in classes. Example: A 'TestCase' class that contains test steps and results.

    • Inheritance: Creating a base class for common functionalities. Example: 'BaseTest' class that other test classes extend.

    • Polymorphism: Using a single interface for different data ...

  • Answered by AI
  • Q3. What is RTM?
  • Ans. 

    RTM stands for Requirements Traceability Matrix, a tool used to ensure all requirements are met in software development.

    • RTM links requirements to their corresponding test cases, ensuring coverage.

    • It helps in tracking changes in requirements throughout the project lifecycle.

    • Example: If a requirement changes, RTM shows which test cases need updates.

    • RTM aids in identifying gaps in testing and ensures all requirements are

  • Answered by AI
  • Q4. Difference between static and dynamic binding in java
  • Ans. 

    Static binding occurs at compile time, while dynamic binding happens at runtime in Java.

    • Static binding is resolved during compile time, e.g., method overloading.

    • Dynamic binding is resolved during runtime, e.g., method overriding.

    • Static binding is faster as it doesn't involve runtime overhead.

    • Dynamic binding allows for polymorphism, enabling flexible code behavior.

  • Answered by AI
  • Q5. What is an abstract class and interface in java
  • Ans. 

    Abstract classes and interfaces are key concepts in Java for defining abstract types and enforcing contracts for classes.

    • An abstract class can have both abstract methods (without implementation) and concrete methods (with implementation).

    • An interface can only have abstract methods (prior to Java 8) and default methods (from Java 8 onwards).

    • A class can extend only one abstract class but can implement multiple interfaces...

  • Answered by AI
  • Q6. Selenium code for generate stale element reference exception
  • Q7. Selenium script for fetch data from table using index
  • Q8. SQL queries, (Highest value, joining columns)
  • Q9. What are the Git commands
  • Ans. 

    Git commands are essential for version control, enabling collaboration and tracking changes in code repositories.

    • git init: Initializes a new Git repository in the current directory.

    • git clone <repository>: Creates a local copy of a remote repository.

    • git add <file>: Stages changes to be committed.

    • git commit -m 'message': Records the staged changes with a descriptive message.

    • git push: Uploads local commits to ...

  • Answered by AI
  • Q10. Put and patch method difference
  • Ans. 

    PUT replaces a resource, while PATCH updates a resource partially.

    • PUT is idempotent; multiple identical requests have the same effect as a single request.

    • PATCH is not necessarily idempotent; repeated requests may yield different results.

    • Example of PUT: Updating a user's profile by sending the entire profile data.

    • Example of PATCH: Updating just the user's email address without affecting other fields.

  • Answered by AI
  • Q11. Syntax for taking screenshot
  • Q12. How to handle failed scenarios in your framework

I applied via Monster

Interview Questionnaire 

6 Questions

  • Q1. 1. What is Foxboro iA series DCS ?
  • Ans. 

    Foxboro iA series DCS is a distributed control system used in industrial automation.

    • It is designed for process automation and control in industries such as oil and gas, power, and chemical.

    • It offers advanced control strategies and algorithms for optimizing process performance.

    • It includes a range of hardware and software components, including controllers, I/O modules, and engineering tools.

    • It supports various communicat...

  • Answered by AI
  • Q2. 2. Features of Triconex PLC ?
  • Ans. 

    Triconex PLC is a safety instrumented system used in critical applications.

    • Triconex PLC is designed for high availability and fault tolerance.

    • It uses triple modular redundancy (TMR) architecture to ensure safety and reliability.

    • It has a wide range of input/output modules and communication options.

    • It is used in industries such as oil and gas, chemical, and power generation.

    • It has features such as diagnostics, testing, a...

  • Answered by AI
  • Q3. 3. What is spanning tree protocol ?
  • Ans. 

    Spanning Tree Protocol (STP) is a network protocol that prevents loops in a network topology.

    • STP is used to prevent broadcast storms caused by loops in a network.

    • It works by selecting a root bridge and disabling redundant paths to prevent loops.

    • STP is implemented in switches and bridges in a network.

    • It is defined in IEEE 802.1D standard.

    • STP has several variants such as Rapid STP (RSTP) and Multiple STP (MSTP).

  • Answered by AI
  • Q4. How different plants DCS systems are interconnected ?
  • Ans. 

    DCS systems in different plants are interconnected through various communication protocols.

    • DCS systems use communication protocols like Modbus, Profibus, and Ethernet/IP to interconnect.

    • Interconnection allows for data sharing and control between different plant areas.

    • DCS systems can also be connected to other systems like SCADA and MES for higher-level control and monitoring.

    • Interconnection can be achieved through wire...

  • Answered by AI
  • Q5. Features of Siemens PLC, GE Fanuc, Alen Bradley PLC ?
  • Ans. 

    Siemens, GE Fanuc, and Allen Bradley PLCs are programmable logic controllers used in industrial automation.

    • Siemens PLCs are known for their high processing speed and advanced communication capabilities.

    • GE Fanuc PLCs are known for their flexibility and ability to handle complex applications.

    • Allen Bradley PLCs are known for their user-friendly programming software and extensive support network.

    • All three PLCs offer a rang...

  • Answered by AI
  • Q6. What are the steps to be taken for work in a safety critical loop ?
  • Ans. 

    Steps to be taken for work in a safety critical loop

    • Identify the safety critical loop

    • Define the safety requirements

    • Design the loop with redundancy and fault tolerance

    • Implement the loop with safety standards

    • Test the loop thoroughly

    • Maintain the loop regularly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very thorough in the field you are working . Should have indepth knowledge

Skills evaluated in this interview

Interview Preparation Tips

Round: Resume Shortlist
Experience: Conventional Resume Shortlisting

Round: Group Discussion
Duration: 20 minutes

Round: Technical + HR Interview
Experience: I will try and narrate the entire interview experience here. I1 refers to the technical interviewer, I2 refers to the HR interviewer and C refers to the interviewee (me)
I2: Good evening, So you interned in Schlumberger, what happened?
C: I did not get a PPO.
I2: But they came on campus, right?
C: Ya, but I did not get shortlisted.
I1 (surprised): They did not even shortlist you?
C: Initially, they did not but today morning I got a call again.
I2: Then, what happened?
C: I do not know, haven't checked the result.
I2: You did not even bother to check the result? Shows your utter disinterest in Schlumberger..
C: No, it shows my interest in Cairn India.

At this point, I2 got silenced and urged I1 to continue..

I1: So Kartik, tell us about your work in Schlumberger?
C: Explained him all the technical details, without divulging any confidential information.
I1: Can you tell me the block name?
C: No sir, I am not allowed to do so.
Please remember , questions like these are asked just to c

College Name: IIT Kharagpur

Interview Questionnaire 

6 Questions

  • Q1. Tell me about your internships
  • Ans. 

    I have completed two internships, one in a software development company and the other in a manufacturing firm.

    • Interned as a software developer at XYZ Technologies for 6 months

    • Worked on developing a web application using ReactJS and NodeJS

    • Assisted in testing and debugging the application

    • Interned as a production engineer at ABC Manufacturing for 3 months

    • Assisted in the production process and quality control

    • Learned about ...

  • Answered by AI
  • Q2. Tell me about yourself ?
  • Ans. 

    I am a recent engineering graduate with a passion for problem-solving and innovation.

    • I graduated with a degree in Mechanical Engineering from XYZ University.

    • During my time at university, I completed several projects that involved designing and building prototypes.

    • I am proficient in CAD software such as SolidWorks and have experience with programming languages like Python.

    • I am a quick learner and enjoy working in a team...

  • Answered by AI
  • Q3. Tell me about your hobbies?
  • Ans. 

    I enjoy reading, playing sports, and exploring new places.

    • Reading books on various topics such as science fiction, biographies, and history

    • Playing basketball and badminton with friends

    • Traveling to new cities and trying local cuisine

    • Learning new languages and cultures through books and travel

  • Answered by AI
  • Q4. Tell me about 2 failures and how did you overcome them ?
  • Ans. 

    I failed to meet a project deadline and failed to secure an internship. I overcame them by learning from my mistakes and improving my skills.

    • Failed to meet a project deadline due to poor time management

    • Overcame it by creating a detailed schedule and prioritizing tasks

    • Failed to secure an internship due to lack of experience

    • Overcame it by taking online courses and gaining relevant skills

    • Learned from both failures and imp

  • Answered by AI
  • Q5. What were the other companies you are going to sit during your placements?
  • Ans. 

    I am sitting for placements in companies like ABC, XYZ, and PQR.

    • ABC

    • XYZ

    • PQR

  • Answered by AI
  • Q6. Why Oil and gas sector?
  • Ans. 

    Oil and gas sector offers challenging work, global exposure, and opportunities for growth.

    • Oil and gas sector is a dynamic and constantly evolving industry.

    • It offers a wide range of challenging work, from exploration to production and refining.

    • Working in this sector provides global exposure and opportunities to work on projects in different parts of the world.

    • The sector offers opportunities for growth and career advance...

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Experience: There were 10 candidates in each group and I guess there were around 5 such groups, and all are from chemical engineering department. Group discussion for the GG students were held separately. Duration of the group discussion was only 5 min and so each candidate will get a chance to speak for less than 1-2 min. During the GD I made good conclusion which was also supported by the whole group which gave an added advantage to my points. GD's with my batch mates really helped me because discussing with your friends gives you broader perspective, better understanding of the topics, get to to know your weaknesses, reduce fear and stress during the GD's.The Key is ' be confident, put relevant points and try to convince the group in a smart way'. FInally only 2 students from each group got shortlisted and around 12 students were selected for the final Technical & HR Interview.
Tips: Be updated with the recent topics and better to do some group discussions with your wing mates or batch mates. This really helped me. Do not shout in the GD, put your points in smart way and make a good conclusion... :)
Duration: 5 Min minutes

Round: Technical Interview
Experience: My Interview started with ' Tell me about yourself' and then they grilled me on my internships. I did my third year Intern in Haldia Petrochemicals Ltd. Q1. What are the different types of pumps and their parts? (Centrifugal, positive displacement pumps and their parts) Q2. Different types of valves and their application? (Like gate, globe, butterfly, Non return valves (NRV)- check valves, ball valves etc.) Q3. Calculation of pressure drop through a pipe in turbulent flow (Not hagen poiseuille equation,it is for Laminar flow)
Q4. Pinch temperature Q5. Temperature profiles for cold fluid and hot fluid in cocurrent and counter current heat exchanger. Q6. Advantages of counter current heat exchanger over co current heat exchanger. (Other than LMTD, Check DQ Kern)- Ans. Hot fluid outlet temperature can go below cold fluid inlet temperature in counter current HEx which is not possible in case of co current HEx.
Q7. JT Expansion. MY 4th year internship was in U of S, canada where I developed two processes for manufacturing of glycerol carbonate and propylene glycol using Aspen hysys. They asked me regarding mass, energy balance (utilities) involved in the process and how I applied pinch analysis for the processes.


Tips: Be Confident, Be completely prepared with your projects, should be strong in your core concepts and try to answer logically.

Round: HR Interview
Experience: These are all basic standard questions
Tips: Be yourself, state real life examples and make some good stories.

General Tips: Be positive, keep smiling and make proper plan for the placements and work accordingly.
Skills: Chemical Engineering Basics
College Name: IIT Kharagpur
Motivation: I am interested to pursue my career in core chemical engineering and CAIRN is one of the best options available in oil and gas industry.

I appeared for an interview in Oct 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: The shortlist had 26 students and it was completely on the basis of OGPA
Tips: Maintain good grades throughout

Round: Group Discussion
Experience: Initially it was a bit chaotic but everyone calmed down in a few minutes. I gave in some good points ,others also contributed in a healthy discussion and we came to a common conclusion that whenever players come on to the field they give their 100%
Tips: Try to pitch in at the right moment with good points rather than constant blabbering
Duration: 20 minutes

Round: Technical + HR Interview
Tips: Stay Calm and answer confidently. Take time to revive and frame your answer properly. Do not be in a hurry

College Name: IIT ISM Dhanbad

Petrofac Interview FAQs

How many rounds are there in Petrofac QC Inspector interview?
Petrofac interview process usually has 2 rounds. The most common rounds in the Petrofac interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Bharat Petroleum Interview Questions
4.1
 • 148 Interviews
Schlumberger Interview Questions
3.9
 • 137 Interviews
TechnipFMC Interview Questions
4.0
 • 70 Interviews
GAIL Interview Questions
4.5
 • 64 Interviews
ExxonMobil Interview Questions
3.8
 • 64 Interviews
bp Interview Questions
3.8
 • 61 Interviews
Saudi Aramco Interview Questions
4.5
 • 56 Interviews
View all

Petrofac QC Inspector Reviews and Ratings

based on 4 reviews

4.9/5

Rating in categories

4.8

Skill development

4.9

Work-life balance

4.9

Salary

4.8

Job security

4.9

Company culture

4.8

Promotions

4.9

Work satisfaction

Explore 4 Reviews and Ratings
Principal Engineer
62 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Senior Engineer
60 salaries
unlock blur

₹10.5 L/yr - ₹30 L/yr

Senior Design Engineer
49 salaries
unlock blur

₹8 L/yr - ₹21.5 L/yr

Instrument Engineer
35 salaries
unlock blur

₹10.3 L/yr - ₹25 L/yr

Process Engineer
32 salaries
unlock blur

₹6.1 L/yr - ₹22 L/yr

Explore more salaries
Compare Petrofac with

GAIL

4.4
Compare

Schlumberger

3.9
Compare

Saudi Aramco

4.5
Compare

Baker Hughes

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