Upload Button Icon Add office photos

Filter interviews by

Emerson Electric Co. Engineer 1 Interview Questions and Answers

Updated 10 Aug 2022

Emerson Electric Co. Engineer 1 Interview Experiences

1 interview found

Engineer 1 Interview Questions & Answers

user image Anonymous

posted on 10 Aug 2022

I applied via Naukri.com and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Engineering basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared engineering calculations.
work on casting, plastic and Geometrical dimensions and tolerances part be ready with this.

Engineer 1 Jobs at Emerson Electric Co.

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Daily. Basis work ,then switching routeing

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep clam and if you know the answer tell it confidently .that it
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain over all experience
  • Q2. Asked question on Core and advance java topic
Round 2 - Technical 

(2 Questions)

  • Q1. Some advance topic of Java
  • Q2. DSA
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Relocation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. String Manipulation program
  • Ans. 

    Create a program for string manipulation using an array of strings.

    • Use built-in string manipulation functions like substring, replace, and concat.

    • Iterate through the array of strings to perform different manipulations.

    • Consider edge cases like empty strings or null values.

    • Example: Reverse each string in the array and concatenate them together.

  • Answered by AI
  • Q2. Internal Working of HashMap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed again to fi...

  • Answered by AI
  • Q3. Spring Annotations
Round 2 - Technical 

(3 Questions)

  • Q1. Coding question
  • Q2. Maven working in Depth
  • Q3. SQL, Oracle/MySql

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Hewlett Packard Enterprise user image 20Z327 - LAKSHMI PRIYADARSHINI M

posted on 12 Oct 2023

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 7 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 - Aptitude Test 

Techinal - 30mins,Aptitude - 15mins

Round 3 - Coding Test 

4 coding question in two different language

Round 4 - Technical 

(1 Question)

  • Q1. Concepts and coding for 50 mins
Round 5 - Technical 

(1 Question)

  • Q1. Projects, concepts coding for 50 mins
Round 6 - Technical 

(1 Question)

  • Q1. Sql,logical resoning,projects, technical for 50 mins
Round 7 - HR 

(1 Question)

  • Q1. Normal hr Interview, like salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions and should complete one after another

Round 2 - Aptitude Test 

60 min test with multiple choice questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Live coding or some questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Interview was on react and .net
Round 3 - Technical 

(1 Question)

  • Q1. Interview was on .net, react, web api and sql
Round 4 - Technical 

(1 Question)

  • Q1. Solid principles, react state managemnt
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2023. There were 3 interview rounds.

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 

(1 Question)

  • Q1. Basic java and one coding question
Round 3 - Technical 

(1 Question)

  • Q1. In depth questions on oops and spring boot hibernate and java 8 features

I applied via Campus Placement and was interviewed in Jul 2022. There were 16 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Sitting arrangement questions

Round 3 - Coding Test 

Blood group relationship

Round 4 - Group Discussion 

Cloud computing Testing

Round 5 - Assignment 

HTML css java script

Round 6 - Case Study 

What is DATA base management system

Round 7 - HR 

(11 Questions)

  • Q1. Tell me about your self
  • Ans. My name is sumalata vastrad iam from Gadag I did my graduation in BCA from Karnataka University dharwad currently iam researching jobs i did my schooling from Howrah
  • Answered Anonymously
  • Q2. Family background detailed
  • Ans. I belong to a nuclear family we are four members in my family father, mother younger brother and me
  • Answered Anonymously
  • Q3. Company background detailed
  • Ans. Enable business outcome for client through global managaed service for networking data centre cloud in structure founded in 1988
  • Answered Anonymously
  • Q4. What is DATA structure
  • Ans. 

    A data structure is a way of organizing and storing data in a computer so that it can be accessed and manipulated efficiently.

    • Data structures provide a means to manage and organize data in a logical and efficient manner.

    • They define the relationship between the data, allowing for easy retrieval and modification.

    • Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.

  • Answered by AI
  • Q5. Definition of java and benifit of java
  • Ans. 

    Java is a popular programming language known for its platform independence and extensive libraries.

    • Java is an object-oriented language that allows developers to write code once and run it on any platform.

    • It provides a robust and secure environment for developing and executing applications.

    • Java has a vast collection of libraries and frameworks that simplify development and enhance productivity.

    • It supports multithreading...

  • Answered by AI
  • Q6. Characters of java script
  • Ans. 

    JavaScript characters include letters, numbers, symbols, and special characters.

    • JavaScript characters can be used to create strings, numbers, and perform operations.

    • Examples of JavaScript characters include 'a', '1', '$', and '&'.

  • Answered by AI
  • Q7. What is software engineer (se)
  • Ans. 

    A software engineer is a professional who designs, develops, and maintains software applications.

    • Software engineers use programming languages and tools to create software solutions.

    • They analyze user requirements and design software architecture.

    • Software engineers write code, test and debug software, and ensure its functionality.

    • They collaborate with other team members and follow software development best practices.

    • Exam...

  • Answered by AI
  • Q8. What are the model of software engineerwat
  • Ans. 

    The models of software engineering refer to different approaches or methodologies used in software development.

    • Waterfall model

    • Agile model

    • Iterative model

    • Spiral model

    • V-model

  • Answered by AI
  • Q9. Explain resk management system
  • Ans. 

    A risk management system is a software tool or platform that helps organizations identify, assess, and mitigate risks.

    • A risk management system helps organizations identify potential risks and their impact on business operations.

    • It assesses the likelihood of risks occurring and the severity of their impact.

    • The system provides tools for documenting and tracking risks, assigning responsibilities, and implementing mitigati...

  • Answered by AI
  • Q10. What is operating system
  • Ans. 

    An operating system is a software that manages computer hardware and software resources and provides common services for computer programs.

    • Manages computer hardware and software resources

    • Provides common services for computer programs

    • Controls and coordinates computer operations

    • Acts as an intermediary between users and computer hardware

    • Examples: Windows, macOS, Linux, Android, iOS

  • Answered by AI
  • Q11. DefiNe software testing
  • Ans. 

    Software testing is the process of evaluating a software system to identify defects or errors.

    • Software testing is essential to ensure the quality and reliability of software.

    • It involves executing the software with the intention of finding bugs or issues.

    • Testing can be done manually or using automated tools.

    • Different types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Examp...

  • Answered by AI
Round 8 - Technical 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Family background detailed
  • Q3. Company background detailed
Round 9 - One-on-one 

(3 Questions)

  • Q1. What is your name please tell Detailed NTT
  • Q2. NTT DATA company background detailed
  • Q3. Tell me your self introduction
Round 10 - Case Study 

Cloud computing Testing

Round 11 - Coding Test 

Blood group relationship

Round 12 - Coding Test 

Sitting arrangement questions

Round 13 - Coding Test 

Alphabet letter coding

Round 14 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Ans. My name is sumalata vastrad iam from Gadag I did my graduation in BCA from Karnataka University dharwad currently iam researching jobs i did my schooling from Howrah
  • Answered Anonymously
  • Q2. Family background detailed
  • Ans. I belong to a nuclear family we are four members in my family father, mother younger brother and me
  • Answered Anonymously
  • Q3. Company background detailed
  • Ans. Founded in 1988 enable business out come for client
  • Answered Anonymously
Round 15 - Coding Test 

Blood group relationship between parents and children

Round 16 - Aptitude Test 

Blood group relationship between parents and children

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company all facilities available in your company

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

It was a bit tricky but it went well

Round 3 - Coding Test 

The coding questions were ds based and a bit difficult

Round 4 - Technical 

(1 Question)

  • Q1. This round was a technical interview with one on one
Round 5 - HR 

(1 Question)

  • Q1. General hr round it was so comfortable

Interview Preparation Tips

Topics to prepare for NielsenIQ Software Engineer interview:
  • Data Structures
  • Java
  • Web Development
  • Javascript
  • SQL
  • DBMS
Interview preparation tips for other job seekers - Please prepare on core topics brush up basics keep practising

Emerson Electric Co. Interview FAQs

How many rounds are there in Emerson Electric Co. Engineer 1 interview?
Emerson Electric Co. interview process usually has 1 rounds. The most common rounds in the Emerson Electric Co. interview process are Technical.
How to prepare for Emerson Electric Co. Engineer 1 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 AutoCAD, Hydraulics, Sheet Metal, Analytical and Ansys.

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 808 Interviews
NTT Data Interview Questions
3.9
 • 605 Interviews
EPAM Systems Interview Questions
3.7
 • 535 Interviews
View all
Emerson Electric Co. Engineer 1 Salary
based on 34 salaries
₹5.6 L/yr - ₹9.1 L/yr
At par with the average Engineer 1 Salary in India
View more details

Emerson Electric Co. Engineer 1 Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

4.0

Skill development

4.4

Work-life balance

3.4

Salary

3.8

Job security

5.0

Company culture

3.9

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Engineer I - VOS

Pune

2-4 Yrs

₹ 7.3-8.5 LPA

Explore more jobs
Senior Engineer
138 salaries
unlock blur

₹6.4 L/yr - ₹19 L/yr

Design Engineer
123 salaries
unlock blur

₹2.5 L/yr - ₹10.4 L/yr

Product Design Engineer
68 salaries
unlock blur

₹3.2 L/yr - ₹10.3 L/yr

Lead Engineer
63 salaries
unlock blur

₹12.5 L/yr - ₹24 L/yr

Engineer
56 salaries
unlock blur

₹4.5 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Emerson Electric Co. with

Siemens

4.1
Compare

ABB

4.1
Compare

Schneider Electric

4.2
Compare

Honeywell International India

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