Upload Button Icon Add office photos
Engaged Employer

i

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

United Drilling Tools Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

United Drilling Tools Interview Questions and Answers

Updated 30 Jan 2022

United Drilling Tools Interview Experiences

Popular Designations

4 interviews found

Store Officer Interview Questions & Answers

user image Anonymous

posted on 30 Jan 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 Resume tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Step by step records mentain
  • Q2. Delly uses toolset workers distbute & reseve
  • Q3. Delly uses tipes of tools.
  • Q4. What work of scrugage & barniyerkailipars

Interview Preparation Tips

Interview preparation tips for other job seekers - All store metriyel protact & delly record maintena

Store Officer Interview Questions asked at other Companies

Q1. Maintaining stock Upload, Issue, Receipt of material in The System Define maximum & minimum stock level for all type materials. Generate nonmoving item list & highlight to concern H.O.D. Monitoring of all incoming material. Maintain... read more
View answer (1)

Interview Questionnaire 

2 Questions

  • Q1. Very bad company ,3 times interview that was only time pass,very rude staff and behaviour of chaudhary.
  • Q2. Don't waste your golden time , don't go for interview

Maintenance Manager, Head of Maintenance , TPM Coordinator, Safety Coordinator, HOD of Maintenance Interview Questions asked at other Companies

Q1. How to we introduce RCM tool for machine
View answer (1)

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

Interview Questionnaire 

2 Questions

  • Q1. They are making fool the candidate take in three or four rounds of interview and paid the minimum salary. join the candidate in Noida location but transfer in him to Gujarat location . dewanhat candidate a...
  • Q2. Very bad poltics

Interview Preparation Tips

Interview preparation tips for other job seekers - don't waste your time in this company for interview.

Project Manager-Production/Manufacturing/Maintenance Interview Questions asked at other Companies

Q1. What is mean by production engineer and what actual define the production word in all the auto sector?
View answer (3)

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1) Welding defects?
  • Q2. Saw welding?
  • Q3. Different types of Ndt
  • Ans. 

    NDT stands for Non-Destructive Testing. There are various types of NDT methods used for testing materials without causing damage.

    • Ultrasonic Testing (UT)

    • Magnetic Particle Testing (MPT)

    • Liquid Penetrant Testing (LPT)

    • Radiographic Testing (RT)

    • Eddy Current Testing (ECT)

    • Visual Testing (VT)

  • Answered by AI
  • Q4. Ultrasonic testing related questions
  • Q5. Document related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Smooth interview

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

United Drilling Tools interview questions for popular designations

 Maintenance Manager, Head of Maintenance , TPM Coordinator, Safety Coordinator, HOD of Maintenance

 (1)

 Quality Engineer

 (1)

 Project Manager-Production/Manufacturing/Maintenance

 (1)

 Store Officer

 (1)

Jobs at United Drilling Tools

View all

Interview questions from similar companies

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

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in project management and team leadership.

    • Over 8 years of experience in project management

    • Proven track record of successfully leading cross-functional teams

    • Strong communication and problem-solving skills

    • Proficient in various project management tools such as Microsoft Project and Jira

  • Answered by AI
  • Q2. Setting fake goals and made to work for it
  • Ans. 

    Setting fake goals and making employees work towards them can be demotivating and harmful to morale.

    • Fake goals can lead to wasted time and effort

    • Employees may feel deceived and lose trust in management

    • Realistic and achievable goals are essential for employee motivation and success

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Fmliy backgorund
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2023. There were 2 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 Resume tips
Round 2 - Technical 

(6 Questions)

  • Q1. What is oops, explain them?
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.

    • OOP is based on the concept of classes and objects.

    • It allows for encapsulation, inheritance, and polymorphism.

    • Encapsulation hides the internal details of an object and provides a public interface.

    • Inheritance allows classes to inherit properties and methods from other classes.

    • Polymorphism allows objects of diff...

  • Answered by AI
  • Q2. What is difference between interface and abstract class?
  • Ans. 

    Interface defines only method signatures while abstract class can have method implementations.

    • An interface can be implemented by multiple classes while a class can extend only one abstract class.

    • An abstract class can have instance variables while an interface cannot.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can provide default implementations for some methods while an interface...

  • Answered by AI
  • Q3. What is difference between docker and kubernet?
  • Ans. 

    Docker is a containerization platform while Kubernetes is a container orchestration tool.

    • Docker is used to create, deploy, and run applications in containers.

    • Kubernetes is used to manage and orchestrate multiple containers in a cluster.

    • Docker provides a way to package and distribute applications in a portable manner.

    • Kubernetes provides features like automatic scaling, load balancing, and self-healing.

    • Docker is a lower-...

  • Answered by AI
  • Q4. What is event emitter in angular?
  • Ans. 

    Event emitter is a class in Angular that allows communication between components.

    • Event emitter is used to emit custom events in Angular.

    • It allows communication between parent and child components.

    • It can be used to pass data from child to parent component.

    • It is a part of the @angular/core package.

    • Example: @Output() eventEmitter = new EventEmitter();

  • Answered by AI
  • Q5. What is view encapsulation in angular?
  • Ans. 

    View encapsulation is a feature in Angular that allows for the creation of isolated components.

    • View encapsulation ensures that styles defined in a component do not affect other components.

    • There are three types of view encapsulation: Emulated, Native, and None.

    • Emulated is the default and uses CSS to emulate shadow DOM.

    • Native uses the browser's native shadow DOM implementation.

    • None does not provide any view encapsulation

  • Answered by AI
  • Q6. How to communicate with components in angular?
  • Ans. 

    Components in Angular can communicate with each other using @Input, @Output, and services.

    • Use @Input to pass data from parent to child component

    • Use @Output to emit events from child to parent component

    • Use services to share data between components that are not directly related

    • Use RxJS subjects to create a shared data stream between components

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep basic ready but it luck is equally important.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2023. There were 4 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 Resume tips
Round 2 - Case Study 

Asked Real Time Scenario to create Microservice for Train and Station information. The interviewer asked what are the properties needs to be considered for evaluating service.

Core Java 11 questions: Webservices, Improvement in JVM, Threads

Java 8: Asked to write a program based on Group By Scenario.

The interview lasts around 2 hrs.

Round 3 - Technical 

(1 Question)

  • Q1. Managerical round: Asked about current project details, The reason to join BH, Scenario based question on LinkedList vs ArrayList
Round 4 - HR 

(1 Question)

  • Q1. It was easy. The HR told about company policies

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Cover Spring Boot, MySQL more
2. Go to BH page to know more, This will help u to answer questions will be asked in Manager Round.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Digital Interview 

(1 Question)

  • Q1. Tell me about yourself?
Round 2 - Technical 

(1 Question)

  • Q1. Ohm's Law, Bernoulli's Eqn, Hobbies, IC Engines
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions.

I applied via Naukri.com and was interviewed in Feb 2022. There were 4 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Core Java, spring jpa, relationship like one to one, one to many, many to oneetc, composit key. More important many questions come from your cv like what you did in your project
Round 3 - Behavioral 

(1 Question)

  • Q1. Just basic behaviour questions, also be ready with some technical questions as well
Round 4 - HR 

(1 Question)

  • Q1. Only joining discussion and formalities 😃😃

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick with your core java basics, your project details
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Most interview question based on resume only. And related oil and gas industry.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Topics to prepare for TechnipFMC Senior Engineer interview:
  • API 6A
  • Subsea
  • Pressure Handling
Interview preparation tips for other job seekers - Go with confidence
Contribute & help others!
anonymous
You can choose to be anonymous

United Drilling Tools Interview FAQs

How many rounds are there in United Drilling Tools interview?
United Drilling Tools interview process usually has 2 rounds. The most common rounds in the United Drilling Tools interview process are Resume Shortlist and One-on-one Round.
How to prepare for United Drilling Tools 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 United Drilling Tools. The most common topics and skills that interviewers at United Drilling Tools expect are Mechanical Engineering, API Manufacturing, Business Development, Machine Shop and NDT Level.
What are the top questions asked in United Drilling Tools interview?

Some of the top questions asked at the United Drilling Tools interview -

  1. Different types of ...read more
  2. they are making fool the candidate take in three or four rounds of interview an...read more
  3. Very bad company ,3 times interview that was only time pass,very rude staff and...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Omega Healthcare

No Interviews

INTERVIEWS

Optum360

No Interviews

INTERVIEWS

Piramal Group

No Interviews

LIST OF COMPANIES

Bharat Oman Refineries

Overview

SALARIES

Bharat Oman Refineries

Tell us how to improve this page.

Interview Questions from Similar Companies

Schlumberger Interview Questions
3.9
 • 136 Interviews
BHEL Interview Questions
4.1
 • 113 Interviews
TechnipFMC Interview Questions
4.0
 • 69 Interviews
Baker Hughes Interview Questions
4.0
 • 51 Interviews
Cairn Energy Interview Questions
3.9
 • 29 Interviews
Mazagon Dock Interview Questions
4.4
 • 18 Interviews
Weatherford Interview Questions
3.9
 • 10 Interviews
View all

United Drilling Tools Reviews and Ratings

based on 55 reviews

3.1/5

Rating in categories

3.0

Skill development

2.9

Work-life balance

2.9

Salary

3.0

Job security

2.8

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 55 Reviews and Ratings
Sales Engineer

Noida

5-7 Yrs

₹ 7-9 LPA

Payroll & Statuary Compliance officer

Noida

7-10 Yrs

₹ 4.75-5.5 LPA

Explore more jobs
Quality Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Inspector
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QC Inspector
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Store Supervisor
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare United Drilling Tools with

Mazagon Dock

4.4
Compare

BHEL

4.1
Compare

Kirloskar Brothers

3.8
Compare

Schlumberger

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent