Upload Button Icon Add office photos

Filter interviews by

EMERSON PROCESS MANAGEMENT Interview Questions, Process, and Tips for Freshers

Updated 25 Jan 2025

Top EMERSON PROCESS MANAGEMENT Interview Questions and Answers for Freshers

EMERSON PROCESS MANAGEMENT Interview Experiences for Freshers

Popular Designations

7 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is difference between regression and retesting. what all thing are included in regression testing.
  • Ans. 

    Regression testing is testing the entire application after a change, while retesting is testing a specific bug fix.

    • Regression testing is done to ensure that new code changes do not adversely affect existing functionality.

    • Retesting is done to verify that a specific bug or issue has been fixed.

    • Regression testing includes testing all the previously tested features to ensure they still work correctly.

    • Retesting focuses on t...

  • Answered by AI
  • Q2. Write test case on weight vending machine
  • Ans. 

    Test case for weight vending machine to ensure accurate measurement and dispensing of items.

    • Verify that the machine displays the correct weight of the item being measured.

    • Test if the machine dispenses the correct amount of item based on the weight entered.

    • Check if the machine recalibrates properly after dispensing multiple items.

    • Ensure that the machine alerts the user if the weight measurement is inaccurate.

  • Answered by AI
  • Q3. Tell me how will you automate following feature. you have a parent node and multiple child node attached to each parent node. you can read node name and also modify it.
  • Ans. 

    Automate feature to read and modify parent and child nodes

    • Use a scripting language like Python to automate the process

    • Identify parent nodes and their corresponding child nodes

    • Implement functions to read and modify node names

    • Utilize libraries like Selenium for web automation if nodes are on a webpage

  • Answered by AI
  • Q4. Tell me about you project. what all technology you have used.
  • Ans. 

    Developed a web application for online shopping using Java, Spring Boot, Angular, and MySQL.

    • Used Java for backend development

    • Implemented RESTful APIs using Spring Boot

    • Developed frontend using Angular framework

    • Utilized MySQL for database management

  • Answered by AI
  • Q5. Define Bug Life cycle.
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing a software bug.

    • Bug identification by QA engineer

    • Bug reporting with detailed steps to reproduce

    • Bug fixing by development team

    • Bug retesting to ensure it is resolved

    • Bug closure after verification

  • Answered by AI

Skills evaluated in this interview

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your projects

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)
Round 1 - Aptitude Test 

Simple Aptitude test

Round 2 - Group Discussion 

Around 10 people per group

Round 3 - One-on-one 

(1 Question)

  • Q1. Mostly Technical and from Resume
Round 4 - HR 

(1 Question)

  • Q1. More of "Fit for company" questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple, no need to sweat it out as a fresher

Applications Engineer Interview Questions asked at other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length N. There are two operations defined for each index i in the array: FIRST_SUM(i): Calculates the sum of the first i numbers. LAST_SUM(i): Calculates the sum of the last N-i+1 ... read more
View answer (1)

I applied via Naukri.com and was interviewed in Apr 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. Technical ouestion only
  • Q2. Technically ouestion

Interview Preparation Tips

Interview preparation tips for other job seekers - Eqsy questions only and technical questions the mechanical engineer sub oriented

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

EMERSON PROCESS MANAGEMENT interview questions for popular designations

 Applications Engineer

 (3)

 Assistant Technical Lead

 (2)

 Project Manager

 (1)

 Engineer

 (1)

 Senior Engineer

 (1)

 Sales

 (1)

 Project Engineer

 (1)

 System Engineer

 (1)

I applied via Naukri.com and was interviewed before Apr 2021. 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. Tell me about your self
  • Q2. Tell the boiler closed loops
  • Ans. 

    Boiler closed loops are systems that recirculate water to maintain a constant temperature.

    • Boiler closed loops are used in heating and cooling systems.

    • They involve a pump that circulates water through a closed loop of pipes.

    • The water is heated or cooled by the boiler or chiller and then returned to the loop.

    • This maintains a constant temperature in the system.

    • Examples include radiant heating systems and chilled water sys

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Power plant process asking more questions

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Interview Questionnaire 

1 Question

  • Q1. Why you relive you job.

Production Engineer Interview Questions asked at other Companies

Q1. How to solve the problem in robot means how to detect fault?
View answer (9)

I applied via Campus Placement and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Mostly from fluid mechanics

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering the questions

Project Engineer Interview Questions asked at other Companies

Q1. Triangle Star Pattern Task Your task is to print a triangle pattern using stars (*) for a given integer N, which represents the number of rows. Input: Integer N (Total number of rows) Output: The triangle pattern printed over N lines Exampl... read more
View answer (11)

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. I did an Online Banking Project on the C++ platform. They asked me about the challenges I faced in designing the front end and back end.
  • Q2. After how many years are you planning to go for MBA

Interview Preparation Tips

Interview preparation tips for other job seekers - Since the interview was technical, They asked me about C++ some basic questions, location preferences, etc.

Interview Questionnaire 

2 Questions

  • Q1. A telephonic HR interview was taken with the basic personal questions.
  • Q2. Education description Family background Etc.

I applied via Company Website and was interviewed in Oct 2021. 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. Core, Tecnical questions for 1 hour
Round 3 - Technical 

(1 Question)

  • Q1. Core and Technical questions for 30 mins
Round 4 - HR 

(1 Question)

  • Q1. General discussion and policies

EMERSON PROCESS MANAGEMENT Interview FAQs

How many rounds are there in EMERSON PROCESS MANAGEMENT interview for freshers?
EMERSON PROCESS MANAGEMENT interview process for freshers usually has 2 rounds. The most common rounds in the EMERSON PROCESS MANAGEMENT interview process for freshers are Technical, Resume Shortlist and One-on-one Round.
How to prepare for EMERSON PROCESS MANAGEMENT interview for freshers?
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 PROCESS MANAGEMENT. The most common topics and skills that interviewers at EMERSON PROCESS MANAGEMENT expect are Analytical skills, Communication Skills, MS Office and Quality Assurance.
What are the top questions asked in EMERSON PROCESS MANAGEMENT interview for freshers?

Some of the top questions asked at the EMERSON PROCESS MANAGEMENT interview for freshers -

  1. what is difference between regression and retesting. what all thing are include...read more
  2. tell me how will you automate following feature. you have a parent node and mul...read more
  3. write test case on weight vending mach...read more
How long is the EMERSON PROCESS MANAGEMENT interview process?

The duration of EMERSON PROCESS MANAGEMENT interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

EMERSON PROCESS MANAGEMENT Interview Process for Freshers

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 418 Interviews
ABB Interview Questions
4.1
 • 235 Interviews
Cummins Interview Questions
4.3
 • 231 Interviews
Yokogawa Interview Questions
3.7
 • 35 Interviews
Danaher Interview Questions
4.0
 • 9 Interviews
Endress Hauser Interview Questions
4.4
 • 4 Interviews
View all

EMERSON PROCESS MANAGEMENT Reviews and Ratings

based on 622 reviews

4.0/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.6

Salary

3.9

Job security

4.0

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 622 Reviews and Ratings
Senior Engineer
222 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
193 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Engineer
99 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
95 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Applications Engineer
86 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare EMERSON PROCESS MANAGEMENT with

ABB

4.1
Compare

Siemens

4.1
Compare

Honeywell Automation

3.8
Compare

Schneider Electric

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