Upload Button Icon Add office photos

Emerson Electric Co.

Compare button icon Compare button icon Compare

Filter interviews by

Emerson Electric Co. Software Developer Interview Questions and Answers

Updated 30 Sep 2023

Emerson Electric Co. Software Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Sep 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 

(1 Question)

  • Q1. Asp.net, C#, Coding questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Software Developer Jobs at Emerson Electric Co.

View all

Interview questions from similar companies

I was interviewed in Aug 2017.

Interview Questionnaire 

4 Questions

  • Q1. Difference between c and java?
  • Ans. 

    C is a procedural programming language while Java is an object-oriented programming language.

    • C is a low-level language while Java is a high-level language.

    • C requires manual memory management while Java has automatic memory management.

    • C is platform-dependent while Java is platform-independent.

    • C supports pointers while Java does not.

    • C has a simpler syntax compared to Java.

  • Answered by AI
  • Q2. Difference between final, finally and finalize
  • Ans. 

    final, finally, and finalize are keywords in Java with different meanings.

    • final is a keyword used to declare a constant value, a variable that cannot be modified.

    • finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.

    • finalize is a method in the Object class that is called by the garbage collector before an object is destroyed.

    • final and finally a...

  • Answered by AI
  • Q3. About yourself
  • Q4. Why Johnson
  • Ans. 

    Johnson is a reputable company known for its innovative software solutions and collaborative work environment.

    • Johnson has a strong reputation in the industry for delivering high-quality software solutions.

    • The company values collaboration and teamwork, which aligns with my own work style.

    • I admire Johnson's commitment to innovation and staying ahead of technological advancements.

  • Answered by AI

Interview Preparation Tips

Round: Apptitude Test
Experience: Questions was unpredictable as it was from reasoning,verbal , and from general knowledge also.Technical questions was also there.
Tips: Technical question was not that hard. Just have good basic knowledge of programming and DBMS

Round: Technical Interview
Experience: It was from basic concepts only.

Round: HR Interview
Experience: There were 12 HRs to take my interview but asked mainly from CV only.

Tips: Be calm and confident and learn the basic of subjects

College Name: BPPIMT

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30min and ask one coding question

Round 2 - Coding Test 

30min and ask 2 coding question

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you explain the difference between a stack and a queue and provide a real-world example where each would be used.
  • Ans. 

    A stack is a Last In First Out (LIFO) data structure, while a queue is a First In First Out (FIFO) data structure.

    • Stack: LIFO - Last In First Out. Example: browser history where the last page visited is the first to be accessed.

    • Queue: FIFO - First In First Out. Example: a line at a grocery store where the first person in line is the first to be served.

  • Answered by AI
  • Q2. Given an array of integers, write a function to find the two numbers that add up to a specific target. How would you optimize this solution?
  • Ans. 

    Function to find two numbers in array that add up to target. Optimize solution.

    • Use a hash map to store each number and its index as you iterate through the array.

    • For each number, check if the difference between the target and the number exists in the hash map.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with coding challenges, especially related to arrays, linked lists, and trees.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Prevent the duplicate accounts

Interview Preparation Tips

Interview preparation tips for other job seekers - I am attending the interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are your Skills?
  • Ans. 

    I have strong skills in programming languages such as Java, Python, and C++, as well as experience with database management and software development methodologies.

    • Proficient in Java, Python, and C++ programming languages

    • Experience with database management systems like MySQL and MongoDB

    • Familiarity with software development methodologies such as Agile and Scrum

  • Answered by AI
  • Q2. What is the current role & responsibilities
  • Ans. 

    As a Software Engineer, my current role involves designing, developing, testing, and maintaining software applications.

    • Designing software solutions based on client requirements

    • Developing code using programming languages like Java, Python, or C++

    • Testing software to ensure functionality and performance

    • Maintaining and updating existing software applications

    • Collaborating with team members to troubleshoot and resolve issues

    • ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. General questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is const and volatile
  • Ans. 

    const and volatile are keywords in C/C++ used to define constants and variables that can change unexpectedly.

    • const keyword is used to define constants that cannot be changed during program execution

    • volatile keyword is used to indicate that a variable may be changed unexpectedly, often by hardware or other threads

    • const volatile is used when a variable is both constant and volatile, meaning it cannot be changed and may b

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Build your basics

Skills evaluated in this interview

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

I was interviewed in Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Observables vs promises Lifecycle hooks Pipes
  • Ans. 

    Observables are used for handling asynchronous operations in a stream-like manner, promises are for handling a single async operation, and lifecycle hooks are methods that allow you to tap into the lifecycle of a component in Angular.

    • Observables are used in Angular for handling asynchronous operations in a stream-like manner, allowing you to work with data over time.

    • Promises are used for handling a single asynchronous ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Lazy loading Dependency injection

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude+ coding questions ,easy to moderate level questions

Round 2 - Behavioral interview 

(1 Question)

  • Q1. Situation based questions by recording answers upto 3 min
Round 3 - Technical 

(1 Question)

  • Q1. Basics of Java and c questions Difference between finalze and final Instances of abstract class

Interview Questionnaire 

3 Questions

  • Q1. Simple question as per 4 year of experience
  • Q2. Same question asked by interviewer
  • Q3. Too much tried for negotiation and not gave expected compansession

Emerson Electric Co. Interview FAQs

How many rounds are there in Emerson Electric Co. Software Developer interview?
Emerson Electric Co. interview process usually has 3 rounds. The most common rounds in the Emerson Electric Co. interview process are Resume Shortlist, Technical and HR.
How to prepare for Emerson Electric Co. Software Developer 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 SQL, Software Design, Windows, C++ and Javascript.

Tell us how to improve this page.

Emerson Electric Co. Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Emerson Electric Co. Software Developer Salary
based on 39 salaries
₹5.5 L/yr - ₹22.2 L/yr
56% more than the average Software Developer Salary in India
View more details

Emerson Electric Co. Software Developer Reviews and Ratings

based on 4 reviews

4.8/5

Rating in categories

3.2

Skill development

4.9

Work-life balance

4.1

Salary

4.5

Job security

3.5

Company culture

2.3

Promotions

3.2

Work satisfaction

Explore 4 Reviews and Ratings
Senior Engineer
136 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
122 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Design Engineer
68 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Emerson Electric Co. with

Siemens

4.1
Compare

ABB

4.1
Compare

Schneider Electric

4.1
Compare

Honeywell International India

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