Upload Button Icon Add office photos

Filter interviews by

Emerson Electric Co. Senior Engineer Interview Questions and Answers

Updated 4 May 2023

Emerson Electric Co. Senior Engineer Interview Experiences

3 interviews found

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

I appeared for an interview before May 2021.

Round 1 - Technical 

(1 Question)

  • Q1. Opps and asp.net questions , dependency injection
Round 2 - Behavioral 

(1 Question)

  • Q1. Personality and character checking are you fit for position
  • Ans. 

    Yes

    • I have the necessary personality traits and character qualities for the Senior Engineer position.

    • I am highly motivated, detail-oriented, and have excellent problem-solving skills.

    • I am a team player and have strong communication and leadership abilities.

    • I am adaptable and can handle pressure and tight deadlines effectively.

    • I have a track record of successfully delivering complex projects and meeting objectives.

    • I cont...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Takes many days in processing your candidature

Senior Engineer Interview Questions Asked at Other Companies

Q1. What does the 'M' signify in M20, M25, and M30 grades of concrete ... read more
asked in Nagarro
Q2. Write a program that takes an integer N and an array of integers ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When would you perform a half or full engine overhaul?

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.
  • Ans. 

    As a Senior Engineer, I ensure product quality through rigorous testing, process improvement, and collaboration with cross-functional teams.

    • Develop and implement quality control processes to ensure product standards are met.

    • Conduct regular inspections and testing of materials and products to identify defects.

    • Collaborate with design and production teams to integrate quality considerations early in the development proces...

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

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Emerson Electric Co.?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Spring and SpringBoot

I applied via Campus Placement and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the basics of c, c++ and java, also asked to explain the project that I developed.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and transparent. Explain your reasons and issues if any they are under standable.

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

Interview Questionnaire 

1 Question

  • Q1. Most of them are irrelevant, mostly they focus on how to break things rather how you make. All questions are anti pattern to micro services. Eg: Interviewer asked he will declare react controller in Sprin...

Interview Preparation Tips

Interview preparation tips for other job seekers - Not recommended. At Lead or senior level. Most of them doesn't know whats Microservies and where it should be leveraged

Interview Questionnaire 

1 Question

  • Q1. React hooks
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. React hooks

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

Interview Questionnaire 

7 Questions

  • Q1. Describe yourself
  • Q2. What is difference between c and c++
  • Q3. What is oops?
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and functions to manipulate that data.

    • It emphasizes on encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages are Java, C++, Python, etc.

  • Answered by AI
  • Q4. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • It allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A shape class can have different subclasses like circle, square, triangle, etc. and all of them can be treated as shapes.

    • Example: A method can have different implementations in different clas...

  • Answered by AI
  • Q5. What is data abstraction
  • Ans. 

    Data abstraction is the process of hiding implementation details and showing only the necessary information to the user.

    • It is a way of organizing complex systems

    • It allows users to interact with complex systems without needing to understand the underlying details

    • It helps to reduce complexity and increase efficiency

    • Examples include object-oriented programming and APIs

  • Answered by AI
  • Q6. String reverse c program
  • Ans. 

    A C program to reverse a given string.

    • Declare a character array to store the input string.

    • Use a loop to iterate through the string and swap the characters.

    • Print the reversed string.

  • Answered by AI
  • Q7. Swap number in macro
  • Ans. 

    Swapping two numbers using macro in C language

    • Use a temporary variable to store the value of one number

    • Assign the value of the second number to the first number

    • Assign the value of the temporary variable to the second number

    • Define a macro for swapping the numbers

    • Example: #define SWAP(a,b) {int temp; temp=a; a=b; b=temp;}

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and need to be prepared for c and c++

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Whats is your skill level in Should casting
  • Ans. 

    I have an intermediate skill level in shell casting.

    • I have experience in creating shell molds using different materials such as ceramic, resin, and plaster.

    • I am familiar with the process of pouring molten metal into the shell mold and the subsequent cooling and solidification process.

    • I have worked on projects that required precision and accuracy in shell casting, such as creating intricate metal parts for aerospace app...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest , say what you know.
Stick to your basics.
Don't try to convince as if you know everything.

Emerson Electric Co. Interview FAQs

How many rounds are there in Emerson Electric Co. Senior Engineer interview?
Emerson Electric Co. interview process usually has 3 rounds. The most common rounds in the Emerson Electric Co. interview process are Technical, Behavioral and HR.
How to prepare for Emerson Electric Co. Senior Engineer 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 Emerson Electric Co.. The most common topics and skills that interviewers at Emerson Electric Co. expect are Instrumentation, Project Management, Automation, Equity and Oracle.
What are the top questions asked in Emerson Electric Co. Senior Engineer interview?

Some of the top questions asked at the Emerson Electric Co. Senior Engineer interview -

  1. Type of communication protocols , DCS PLC SCADA sys...read more
  2. Type of safety act...read more
  3. Opps and asp.net questions , dependency inject...read more

Tell us how to improve this page.

Emerson Electric Co. Senior Engineer Salary
based on 149 salaries
₹9.6 L/yr - ₹17.4 L/yr
35% more than the average Senior Engineer Salary in India
View more details

Emerson Electric Co. Senior Engineer Reviews and Ratings

based on 24 reviews

3.5/5

Rating in categories

3.0

Skill development

3.7

Work-life balance

3.1

Salary

3.5

Job security

4.0

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 24 Reviews and Ratings
Senior Engineer - Product Design

Pune

5-8 Yrs

₹ 8.3-13.5 LPA

Senior Engineer E&I

Pune

4-5 Yrs

Not Disclosed

Engineer / Senior Engineer - IPM

Chennai

4-5 Yrs

Not Disclosed

Explore more jobs
Senior Engineer
149 salaries
unlock blur

₹9.6 L/yr - ₹17.4 L/yr

Design Engineer
123 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Product Design Engineer
60 salaries
unlock blur

₹5.2 L/yr - ₹10.3 L/yr

Technical Lead
58 salaries
unlock blur

₹19.8 L/yr - ₹32.8 L/yr

System Engineer
56 salaries
unlock blur

₹5 L/yr - ₹11.5 L/yr

Explore more salaries
Compare Emerson Electric Co. with

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview