Upload Button Icon Add office photos

Filter interviews by

Completion Oil Tools Engineer Interview Questions and Answers

Updated 8 Feb 2024

Completion Oil Tools Engineer Interview Experiences

1 interview found

Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Feb 2024

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

15 min aptitude general question technical

Round 2 - Technical 

(2 Questions)

  • Q1. Stress vs strain stress vs pressure
  • Ans. 

    Stress is the internal force per unit area within a material, while strain is the measure of deformation caused by stress.

    • Stress is a measure of the internal force within a material, while strain is a measure of the resulting deformation.

    • Stress is typically measured in units of force per unit area (such as pascals), while strain is a dimensionless quantity.

    • Stress and strain are related through the material's elastic mo...

  • Answered by AI
  • Q2. Stres vx pressure

Interview Preparation Tips

Interview preparation tips for other job seekers - dont sign bond agreement

Interview questions from similar companies

I appeared for an interview in Jul 2016.

Interview Questionnaire 

5 Questions

  • Q1. What do you know about assembly language?
  • Ans. 

    Assembly language is a low-level programming language that is specific to a particular computer architecture.

    • Assembly language is a symbolic representation of machine code instructions.

    • It is used to write programs that directly control the computer's hardware.

    • Assembly language is platform-dependent and requires knowledge of the computer's architecture.

    • It provides direct access to the computer's memory and registers.

    • Exa...

  • Answered by AI
  • Q2. Where is it used?
  • Q3. My project related questions
  • Q4. Questions like are you ready to relocate?
  • Q5. More situation based questions

Interview Preparation Tips

Round: Technical Interview
Experience: My interview was more on technical line. Questions were asked to check my technical skills related to the job applied.

Round: HR Interview
Experience: Few real life company problems were asked. You can easily develop the ability to answer such questions by participating in more project works.

Skills: Interpersonal Skills, Technical Skills
College Name: Vivekanand Education Society's Institute Of Technology (VESIT)

I applied via Company Website and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Wifi connectivity

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about wifi and performance

Engineer Interview Questions & Answers

TCS user image Anonymous

posted on 1 Jul 2015

Interview Preparation Tips

Round: Other Interview
Experience: They were core interviews basically and highly focused on Resume points.
Tips: Projects and internships were given significant importance and they grilled students on these aspects.

General Tips: Interview questions were mostly core sprinkled with a few HR questions. They asked a lot of questions on Heat,mass transfer. They look for students who have good conceptual knowledge of fundamentals of core courses.
Skill Tips: High importance was given to all courses basics.
Skills: Core courses concepts., Project and internship experiences.
College Name: IIT MADRAS

I applied via Naukri.com and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Swap two numbers without using temp variable
  • Ans. 

    Swapping two numbers without using a temp variable

    • Use arithmetic operations to swap the values

    • Add the two numbers and store the result in the first variable

    • Subtract the second variable from the result and store it in the second variable

    • Subtract the second variable from the first variable to get the original value of the second variable

    • Example: a=5, b=7; a=a+b=12, b=a-b=5, a=a-b=7

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for service based companies

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Past experience and communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Interview Questionnaire 

3 Questions

  • Q1. How make the current in transformer?
  • Ans. 

    The current in a transformer is made by inducing voltage across the primary coil.

    • The primary coil of a transformer is connected to an alternating current (AC) source.

    • The alternating current in the primary coil creates a changing magnetic field.

    • This changing magnetic field induces a voltage across the secondary coil.

    • The induced voltage in the secondary coil causes a current to flow through it.

    • The current in the secondar...

  • Answered by AI
  • Q2. Explain the dc shunt motors
  • Ans. 

    DC shunt motors are a type of direct current motor that have a parallel field winding and a series armature winding.

    • DC shunt motors have a parallel field winding and a series armature winding.

    • They are commonly used in applications that require constant speed and moderate starting torque.

    • The speed of a DC shunt motor can be controlled by varying the field current or the armature voltage.

    • DC shunt motors are widely used i...

  • Answered by AI
  • Q3. Characteristics of dc shunt motor
  • Ans. 

    A DC shunt motor is a type of direct current motor that has a shunt field winding connected in parallel with the armature winding.

    • The field winding and armature winding are connected in parallel

    • The shunt motor has a relatively constant speed-torque characteristic

    • The speed of the motor can be controlled by varying the field current

    • The motor provides good starting torque

    • The shunt motor is commonly used in applications wh...

  • Answered by AI

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Coming to AEM,Interviewer has covered all the topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't join in TechMahindra.Especially for AEM Folks.Because there are no projects at all.They force you to learn and work in other domain.Then your AEM knowledge will vanish.Worst Company.

Interview Questionnaire 

6 Questions

  • Q1. Explain abstract factory design pattern ?
  • Ans. 

    Abstract Factory is a creational design pattern that provides an interface for creating families of related objects.

    • Abstract Factory is used when we need to create families of related objects without specifying their concrete classes.

    • It provides an interface for creating objects of related classes without specifying their concrete classes.

    • It encapsulates a group of factories that have a common theme.

    • It promotes loose c...

  • Answered by AI
  • Q2. How do you do range based map iteration
  • Ans. 

    Range based map iteration can be done using a for-each loop or iterators.

    • Use a for-each loop to iterate over the map elements.

    • Alternatively, use iterators to traverse the map.

    • The range-based for loop is preferred for its simplicity and readability.

    • Example: for(auto const& [key, value] : myMap) { //do something with key and value }

  • Answered by AI
  • Q3. What are detached and joined threads
  • Ans. 

    Detached threads are independent threads that run separately from the main thread. Joined threads are threads that wait for the main thread to finish.

    • Detached threads are created using pthread_detach() function

    • Joined threads are created using pthread_join() function

    • Detached threads do not need to be explicitly terminated

    • Joined threads must be explicitly terminated using pthread_exit() or return statement

    • Detached thread...

  • Answered by AI
  • Q4. What are static code analysis tools
  • Ans. 

    Static code analysis tools are software programs that analyze source code to find potential issues and improve code quality.

    • Static code analysis tools scan code without executing it

    • They can detect issues such as security vulnerabilities, coding errors, and performance problems

    • Examples of static code analysis tools include SonarQube, ESLint, and Checkstyle

  • Answered by AI
  • Q5. Command to list currently running threads in linux
  • Ans. 

    Command to list currently running threads in linux

    • Use the 'ps' command with the 'H' option to display threads in a hierarchy

    • Use the 'top' command to display threads in real-time

    • Use the 'htop' command for an interactive display of threads

  • Answered by AI
  • Q6. Can we perform arithmetic operation on Unique pointer
  • Ans. 

    No, arithmetic operations cannot be performed on unique pointers.

    • Unique pointers are used to manage the lifetime of dynamically allocated objects.

    • They cannot be copied or assigned, only moved.

    • Arithmetic operations are not defined for pointers, including unique pointers.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. About skilla
  • Q2. Project
  • Q3. Roles in

Completion Oil Tools Interview FAQs

How many rounds are there in Completion Oil Tools Engineer interview?
Completion Oil Tools interview process usually has 2 rounds. The most common rounds in the Completion Oil Tools interview process are Aptitude Test and Technical.
What are the top questions asked in Completion Oil Tools Engineer interview?

Some of the top questions asked at the Completion Oil Tools Engineer interview -

  1. stress vs strain stress vs press...read more
  2. stres vx press...read more

Tell us how to improve this page.

Completion Oil Tools Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Engineer Interview Questions from Similar Companies

TCS Engineer Interview Questions
3.7
 • 21 Interviews
Wipro Engineer Interview Questions
3.7
 • 4 Interviews
View all

Completion Oil Tools Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

3.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Design Engineer
9 salaries
unlock blur

₹2.5 L/yr - ₹4.7 L/yr

Lathe Machine Operator
7 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

Design & Development Engineer
6 salaries
unlock blur

₹3.6 L/yr - ₹9 L/yr

Senior Design Engineer
4 salaries
unlock blur

₹5.1 L/yr - ₹5.7 L/yr

Production Engineer
4 salaries
unlock blur

₹2.3 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Completion Oil Tools with

TCS

3.7
Compare

Accenture

3.8
Compare

Infosys

3.6
Compare

Wipro

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