Upload Button Icon Add office photos

Filter interviews by

Rotork Controls Technical Engineer Interview Questions and Answers

Updated 25 Nov 2015

Rotork Controls Technical Engineer Interview Experiences

1 interview found

Interview Questionnaire 

4 Questions

  • Q1. What is the need for load flow study.?
  • Ans. 

    Load flow study is necessary to ensure efficient and reliable operation of power systems.

    • Helps in determining the steady-state operation of power systems

    • Identifies potential problems such as voltage drops, overloads, and reactive power demand

    • Assists in planning and designing of power systems

    • Ensures efficient and reliable operation of power systems

    • Helps in optimizing the use of power system resources

    • Examples: Load flow ...

  • Answered by AI
  • Q2. Name two advantages of digital data as compare d to analog data
  • Ans. 

    Digital data is more accurate and easier to manipulate than analog data.

    • Digital data can be easily copied and transmitted without losing quality.

    • Digital data can be easily manipulated and edited using software.

    • Digital data is less susceptible to noise and interference than analog data.

    • Digital data can be compressed to take up less storage space.

    • Analog data can degrade over time, while digital data can be preserved inde...

  • Answered by AI
  • Q3. Given two switches A and B, design a configur ation which gives a TRUE output only when A and B are both closed. Include any necessary connectio ns to a 5 Volt power supply,...
  • Q4. The hydraulic steering device of a dish antenna for satellite tracking works by adjusting the elevation using a hydraulic ram. Oil can be pumped into the ram to raise the elevation. The hydraulic seals l...
  • Ans. 

    Design a circuit to maintain constant elevation of a dish antenna between 19 and 20 degrees using hydraulic pressure.

    • Use a pressure sensor to detect the hydraulic pressure in the ram

    • Use a microcontroller to monitor the pressure and activate the pump when necessary

    • Set upper and lower limits for the pressure to keep the elevation between 19 and 20 degrees

    • Use relays to control the pump and the output signals

    • Test the circu

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: It is a very simple round. They looked for Good Projects, Good Managerial Skills like organizing symposiums etc.It seemed like they dint really care about the GPA.
Tips: 1.Have a strong resume
2.Organize Many Symposiums



Round: Technical Interview
Experience: It is a very formal technical interview.They started asking me a series of questions from many topics like Digital Electronics,Electronics Circuits,Power systems etc. I was not so good in the areas(Electronic Circuits,Power Systems) which they questioned me and I was trying to take them to my areas of expertise(Digital Electronics etc). It dint turned around to be well. They expected the person to be technically sound in all areas. They cared very much for the attitude of the person.
Tips: 1.Be strong in Basics of Electronics/Electrical
2.Try to take the panel towards your area

General Tips: 1.Learn Basic Electronics well
2.Organize Events/Symposiums
3.Be
Skill Tips: 1.Be strong in your basic electronics.
Skills: Electronic Circuits, Power Systems, Digital Ele, Att, Basics Of Digital, Our Role As A Manager
College Name: Anna University Chennai

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Refrigeration cycle ?
  • Ans. 

    Refrigeration cycle is a thermodynamic cycle used in refrigerators and air conditioning systems to transfer heat from a low temperature reservoir to a high temperature reservoir.

    • Consists of four main components: compressor, condenser, expansion valve, and evaporator

    • Refrigerant is compressed in the compressor, then condensed in the condenser, expanded in the expansion valve, and evaporated in the evaporator

    • Heat is absor...

  • Answered by AI
  • Q2. Theory on refrigeration
  • Ans. 

    Refrigeration theory involves the transfer of heat from a low temperature region to a high temperature region using a refrigerant.

    • Refrigeration is based on the principles of thermodynamics, specifically the second law which states that heat naturally flows from a higher temperature to a lower temperature.

    • The refrigeration cycle consists of four main components: compressor, condenser, expansion valve, and evaporator.

    • The...

  • Answered by AI
  • Q3. Compressor clearances
Round 3 - HR 

(1 Question)

  • Q1. Why u want to join Kirloskar

I applied via Company Website 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Based upon experience the question is different from each other.
Round 3 - One-on-one 

(1 Question)

  • Q1. Background and experience related questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Technical Background and field related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I had shared all my experience and knowledge of how I accomplished my work.
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 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 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.

I applied via Recruitment Consulltant and was interviewed in May 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 - Technical 

(3 Questions)

  • Q1. Details of OoPs concept.
  • Q2. Write a program using OoPs concept
  • Ans. 

    Program using OOPs concept

    • Identify the objects and their properties

    • Create classes and define their methods

    • Use inheritance and polymorphism

    • Encapsulate data and use access modifiers

    • Example: A program to simulate a bank account

  • Answered by AI
  • Q3. How do code review in your project
  • Ans. 

    Code reviews are conducted regularly to ensure code quality and adherence to coding standards.

    • Code reviews are conducted by peers or senior developers.

    • Reviewers check for code quality, readability, maintainability, and adherence to coding standards.

    • Issues found during code review are documented and addressed by the developer.

    • Code reviews are conducted regularly, either before merging code or on a scheduled basis.

    • Tools ...

  • Answered by AI
Round 3 - Coding Test 

One programming challange just to see how good you use OOPs

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on coding practice using oops so that you can beat coding round.not focused on logic more but the way u use oops

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Nov 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 - Technical 

(3 Questions)

  • Q1. Introduction about your work and Tech work
  • Ans. 

    I have been working as a Software Engineer for the past 5 years, specializing in developing web applications using Java and JavaScript.

    • Proficient in Java and JavaScript

    • Experience in developing web applications

    • Strong understanding of software development principles

    • Familiarity with agile methodologies

    • Knowledge of database management systems

    • Experience with version control systems like Git

    • Ability to work in a team and comm

  • Answered by AI
  • Q2. All Details of OOPs concepts
  • Q3. Write a code by using OOPs technology result doesn't matter approach will be considered
Round 3 - Coding Test 

Coding Round two questions with OOPs concepts

Interview Preparation Tips

Topics to prepare for Emerson Electric Co. Software Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - Be confident
Be Genuine
Write code by separating UI with Logic using OOPs
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jan 2022. 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Related to previous Job and core technical questions
  • Q2. Question depend upon department

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck , try yr best .
Super
Good company

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is your role in quality control department.
  • Q2. Describe one of your project that you did sololy/with extra efforts.
  • Q3. What is your team size. And at which layer lying.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, explain things smoothly.

I applied via Recruitment Consulltant and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Salary discussion
  • Q2. Type of communication protocols , DCS PLC SCADA system
  • Ans. 

    DCS, PLC and SCADA systems use various communication protocols such as Modbus, Profibus, Ethernet/IP, etc.

    • DCS systems use protocols like Modbus, Profibus, HART, Foundation Fieldbus, etc.

    • PLC systems use protocols like Modbus, Ethernet/IP, Profinet, DeviceNet, etc.

    • SCADA systems use protocols like Modbus, DNP3, OPC, IEC 60870-5, etc.

    • Each protocol has its own advantages and disadvantages, and the choice of protocol depends...

  • Answered by AI
  • Q3. Basic electrical
  • Q4. Type of safety action
  • Ans. 

    Safety action refers to any action taken to prevent or mitigate potential hazards or risks.

    • Safety actions can include implementing safety protocols and procedures, providing safety equipment and training, conducting safety audits and inspections, and addressing safety concerns raised by employees or customers.

    • Examples of safety actions include installing guardrails on a construction site, providing personal protective ...

  • Answered by AI
  • Q5. Basic questions

Rotork Controls Interview FAQs

What are the top questions asked in Rotork Controls Technical Engineer interview?

Some of the top questions asked at the Rotork Controls Technical Engineer interview -

  1. The hydraulic steering device of a dish antenna for satellite tracking works by...read more
  2. Name two advantages of digital data as compare d to analog d...read more
  3. What is the need for load flow stud...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 431 Interviews
ABB Interview Questions
4.1
 • 232 Interviews
Schlumberger Interview Questions
4.0
 • 137 Interviews
Baker Hughes Interview Questions
4.0
 • 51 Interviews
Flowserve Interview Questions
4.0
 • 28 Interviews
JNS Instruments Interview Questions
3.8
 • 27 Interviews
Ingersoll Rand Interview Questions
4.2
 • 27 Interviews
Shakti Pumps Interview Questions
3.8
 • 24 Interviews
View all

Fast track your campus placements

View all
Service Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Production
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Field Service Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Service Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Inspector
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Rotork Controls with

Emerson Electric Co.

4.1
Compare

Flowserve

4.0
Compare

Curtiss-Wright

3.6
Compare

Pentair

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