Upload Button Icon Add office photos

Qatar Petroleum

Compare button icon Compare button icon Compare

Filter interviews by

Qatar Petroleum NDT Coordinator Interview Questions and Answers

Updated 4 Sep 2021

Qatar Petroleum NDT Coordinator Interview Experiences

1 interview found

NDT Coordinator Interview Questions & Answers

user image Rishikumar Singh

posted on 4 Sep 2021

I applied via Shine and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. QC NDT COORDINATOR RESPONSIBILITY
  • Ans. Good Sound knowledge &Proper Arrangements &Planing
  • Answered by Rishikumar Singh

Interview Preparation Tips

Interview preparation tips for other job seekers - Proper Comunication for Client and Contractor.Its interview shoul be technical one but was majorly a stress test.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Qatar Petroleum?
Ask anonymously on communities.

Interview questions from similar companies

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

(1 Question)

  • Q1. Basic java coding

NDT Coordinator Interview Questions Asked at Other Companies

asked in USTAY
Q1. What type of probe is used in Ultrasonic Testing for measuring th ... read more
Q2. What principle does liquid penetrant testing work on?
Q3. Which type of film is used for radiography?
Q4. How can we improve our confidence?
Q5. What principle does radiography work on?
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
  • Ans. 

    A Stale Element Reference Exception occurs when a web element is no longer attached to the DOM in Selenium.

    • Element Re-fetching: If you store a reference to a web element and the DOM changes, re-fetch the element before interacting with it.

    • Example: After clicking a button that causes a page refresh, the previously stored element reference will be stale.

    • Wait for Element: Use WebDriverWait to ensure the element is present...

  • Answered by AI
  • Q7. Selenium script for fetch data from table using index
  • Ans. 

    Selenium can fetch data from a table using index by locating elements and iterating through rows and cells.

    • Locate the table using XPath or CSS selectors, e.g., driver.findElement(By.xpath('//table')).

    • Use findElements to get all rows: List<WebElement> rows = driver.findElements(By.xpath('//table/tbody/tr')).

    • Iterate through rows and fetch data using index: String cellData = rows.get(rowIndex).findElements(By.tagNam...

  • Answered by AI
  • 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
  • Ans. 

    Taking a screenshot in automation testing captures the current state of the application for verification.

    • In Selenium WebDriver, use: driver.getScreenshotAs(OutputType.FILE);

    • For saving the screenshot: FileUtils.copyFile(screenshot, new File('path/to/save/screenshot.png'));

    • In Python with Selenium: driver.save_screenshot('screenshot.png')

    • In JavaScript with Puppeteer: await page.screenshot({ path: 'screenshot.png' });

  • Answered by AI
  • Q12. How to handle failed scenarios in your framework
  • Ans. 

    Implementing robust handling for failed scenarios ensures reliability and aids in debugging within a QA framework.

    • Use logging to capture detailed error messages and stack traces for failed tests.

    • Implement retry logic for flaky tests to reduce false negatives. For example, retry a network call up to three times.

    • Categorize failures into critical and non-critical to prioritize fixes. Critical failures halt the pipeline, w...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Project Management
  • Q2. Welding & NDT

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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Asking as per your job, HSE,
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2022. There were 3 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 

Generally, round 1 is for written test, where they test your aptitude, general awareness and basic subject knowledge.

Round 3 - Technical 

(2 Questions)

  • Q1. Interview, Generally panel of 3 (HR + Domain + 1 senior Executive). Interview not too lengthy, each person ask 1 or 2 questions and decide your selection on accuracy of that answers.
  • Q2. HR: Hobbies and gains from that Domain: Knowledge of different Codes Other person: Situation Awareness (Eg. What would i do if a compressor got fire in a CNG station)

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic too much, it would be better if you go light mind. No one ask you any rocket science questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 3 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 - Aptitude Test 

Mainly General awareness

Round 3 - Technical 

(1 Question)

  • Q1. It was a moderate one, mainly they ask about my trainings and projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not panic, Interview is broadly based on your past works
Round 1 - Technical 

(1 Question)

  • Q1. PAST EXPERIENCE, education

Interview Preparation Tips

Interview preparation tips for other job seekers - NICE OVERALL...lot scope to learn

Tell us how to improve this page.

Interview Questions from Similar Companies

GAIL Interview Questions
4.4
 • 70 Interviews
ExxonMobil Interview Questions
3.8
 • 70 Interviews
bp Interview Questions
3.8
 • 69 Interviews
Baker Hughes Interview Questions
4.0
 • 60 Interviews
Mahanagar Gas Interview Questions
4.2
 • 32 Interviews
Gps Renewables Interview Questions
4.0
 • 24 Interviews
Kent plc Interview Questions
4.2
 • 23 Interviews
NBTC GROUP Interview Questions
3.5
 • 20 Interviews
View all
Field Operator
20 salaries
unlock blur

₹4.4 L/yr - ₹17.8 L/yr

Mechanical Technician
14 salaries
unlock blur

₹4.8 L/yr - ₹15 L/yr

Firefighter
10 salaries
unlock blur

₹4.5 L/yr - ₹14 L/yr

Material Specialist
8 salaries
unlock blur

₹13.2 L/yr - ₹18.5 L/yr

Electrical Technician
7 salaries
unlock blur

₹6.7 L/yr - ₹12 L/yr

Explore more salaries
Compare Qatar Petroleum with

GAIL

4.4
Compare

Petrofac

4.3
Compare

Saudi Aramco

4.5
Compare

Baker Hughes

4.0
Compare
write
Share an Interview