Upload Button Icon Add office photos

Filter interviews by

Br.CAT International QC Welding Inspector Interview Questions and Answers

Updated 22 Apr 2022

Br.CAT International QC Welding Inspector Interview Experiences

1 interview found

QC Welding Inspector Interview Questions & Answers

user image Mohammed Ameeruddin

posted on 17 Apr 2022

I applied via Company Website and was interviewed in Oct 2021. 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 - Technical 

(3 Questions)

  • Q1. What is contents of wps and pqr
  • Ans. 

    WPS (Welding Procedure Specification) and PQR (Procedure Qualification Record) are documents that provide detailed instructions for welding processes.

    • WPS outlines the welding process, materials, and techniques to be used for a specific welding job

    • PQR documents the results of a test weld and provides proof that the welding process is capable of producing a sound weld

    • Both documents are essential for ensuring the quality ...

  • Answered by AI
  • Q2. How is welder rejection rate calculated
  • Ans. 

    Welder rejection rate is calculated by dividing the number of rejected welds by the total number of welds and multiplying by 100.

    • Count the number of rejected welds

    • Count the total number of welds

    • Divide the number of rejected welds by the total number of welds

    • Multiply the result by 100 to get the percentage of rejected welds

  • Answered by AI
  • Q3. Questions on ASME section IX
Round 3 - HR 

(1 Question)

  • Q1. Asked about previous experience , previous employment Salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge on Asme codes and API 1104 mainly will help you out and all aramco Standards..... Will help you clear the interview, they prefer maily Aramco CBT approved candidates

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Based on your project

Interview Preparation Tips

Interview preparation tips for other job seekers - stick to basics, answer straight forward, try to provide some examples while answering.

I applied via Campus Placement and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. About college project
  • Q2. Why you want this job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful about what you have done in project.

I applied via Recruitment Consultant and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. How to inspect heat exchanger
  • Ans. 

    Heat exchangers can be inspected using various methods such as visual inspection, non-destructive testing, and cleaning.

    • Visual inspection of the heat exchanger tubes and fins for any signs of corrosion, erosion, or damage.

    • Non-destructive testing methods such as ultrasonic testing, radiography, and eddy current testing can be used to detect any defects or cracks in the heat exchanger.

    • Cleaning the heat exchanger regularl...

  • Answered by AI
  • Q2. What looks in pipe fit up
  • Ans. 

    Pipe fit up should be checked for proper alignment, gap, and cleanliness.

    • Check for proper alignment of pipes

    • Ensure there is no gap between the pipes

    • Inspect for cleanliness of the pipes

    • Verify that the pipes are properly supported

    • Check for any defects or damages in the pipes

  • Answered by AI
  • Q3. What will be see in Weld visual
  • Ans. 

    In weld visual inspection, we will see the quality of the weld and any defects present.

    • Quality of the weld

    • Presence of any defects

    • Cracks, porosity, lack of fusion, undercutting, etc.

    • Weld reinforcement and penetration

    • Alignment and dimensions of the weld

    • Surface finish and cleanliness

  • Answered by AI
  • Q4. How to see in visual test
  • Ans. 

    Visual test involves using the naked eye to inspect a surface or material for defects or irregularities.

    • Ensure proper lighting and angle for optimal visibility

    • Look for cracks, corrosion, discoloration, or other abnormalities

    • Compare with reference standards or previous inspections

    • Use magnifying glasses or borescopes for closer examination

    • Document findings and report any issues

  • Answered by AI
  • Q5. How many type of heat exchanger
  • Ans. 

    There are several types of heat exchangers used in various industries.

    • Shell and tube heat exchanger

    • Plate heat exchanger

    • Double pipe heat exchanger

    • Spiral heat exchanger

    • Air cooled heat exchanger

    • Finned tube heat exchanger

  • Answered by AI
  • Q6. Welding type
  • Q7. Rt, UT, MPI, PMI, vt,

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was conducted in technical. It was about 30 minutes. The interviewer wanted to test my technical skill as well as confident. Most of the questions asked to me were related to my B. Tech curriculum i. e. Practical based question. I was able to answer most of the questions correctly

Skills evaluated in this interview

I applied via Campus Placement

Interview Preparation Tips

Skill Tips: Thermodynamics
Mass transfer
Heat transfer
CRE
Skills: Core Courses Concepts
Duration: 2
College Name: IIT Madras
Motivation: No motivation whatsoever.
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
  • 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
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Project related details
  • Q2. Problem facing regarding project
  • Ans. 

    The main problem facing the project is the lack of clear communication between team members.

    • Lack of clear communication leading to misunderstandings and delays

    • Team members not sharing important information with each other

    • Difficulty in coordinating tasks and aligning goals

    • Possible solutions include regular team meetings, clear communication channels, and project management tools

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

2 hrs quantitative and Current affairs

Round 2 - One-on-one 

(2 Questions)

  • Q1. What were doing after completion of your B Tech
  • Ans. 

    After completing my B Tech, I pursued a Master's degree in Engineering to further enhance my skills and knowledge.

    • Enrolled in a Master's program in Engineering

    • Focused on specialized courses related to my field of interest

    • Participated in research projects and internships to gain practical experience

  • Answered by AI
  • Q2. What is generative AI
  • Ans. 

    Generative AI is a type of artificial intelligence that is capable of creating new content, such as images, text, or music, based on patterns and examples it has been trained on.

    • Generative AI uses neural networks to generate new content based on patterns in existing data.

    • Examples of generative AI include DeepDream, which creates surreal images, and GPT-3, a language model that can generate human-like text.

    • Generative AI...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and you are bound to get it

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic java coding

Br.CAT International Interview FAQs

How many rounds are there in Br.CAT International QC Welding Inspector interview?
Br.CAT International interview process usually has 3 rounds. The most common rounds in the Br.CAT International interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in Br.CAT International QC Welding Inspector interview?

Some of the top questions asked at the Br.CAT International QC Welding Inspector interview -

  1. What is contents of wps and ...read more
  2. How is welder rejection rate calcula...read more
  3. Questions on ASME section...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Shell Interview Questions
4.0
 • 197 Interviews
Schlumberger Interview Questions
3.9
 • 142 Interviews
ExxonMobil Interview Questions
3.8
 • 65 Interviews
bp Interview Questions
3.8
 • 62 Interviews
Saudi Aramco Interview Questions
4.5
 • 56 Interviews
Baker Hughes Interview Questions
4.0
 • 55 Interviews
View all
Br.CAT International QC Welding Inspector Salary
based on 5 salaries
₹19.1 L/yr - ₹24 L/yr
57% more than the average QC Welding Inspector Salary in India
View more details

Br.CAT International QC Welding Inspector Reviews and Ratings

based on 7 reviews

3.6/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

4.4

Salary

4.6

Job security

3.9

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 7 Reviews and Ratings
Safety Officer
11 salaries
unlock blur

₹0.7 L/yr - ₹4.4 L/yr

HSE Officer
6 salaries
unlock blur

₹6.3 L/yr - ₹12.9 L/yr

QC Inspector
5 salaries
unlock blur

₹8.4 L/yr - ₹24 L/yr

QA QC Welding Inspector
5 salaries
unlock blur

₹17.9 L/yr - ₹20 L/yr

QC Welding Inspector
5 salaries
unlock blur

₹19 L/yr - ₹24 L/yr

Explore more salaries
Compare Br.CAT International with

Reliance Industries

4.0
Compare

Indian Oil Corporation

4.4
Compare

Shell

4.0
Compare

Oil And Natural Gas Corporation

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