Upload Button Icon Add office photos

Filter interviews by

EMERSON PROCESS MANAGEMENT Senior QA Engineer Interview Questions, Process, and Tips

Updated 18 Oct 2024

EMERSON PROCESS MANAGEMENT Senior QA Engineer Interview Experiences

1 interview 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

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quant , Logical REASONING , Java

Round 2 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Q2. What is your family background?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company to work for , Be honest and well rounded discussions on CV

I applied via Walk-in and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Compilation process steps?
  • Ans. 

    Compilation process involves several steps to convert source code into executable code.

    • Preprocessing: Includes header file inclusion, macro expansion, and conditional compilation.

    • Compilation: Translates source code into assembly code.

    • Assembly: Converts assembly code into machine code.

    • Linking: Combines object files and libraries to create an executable file.

    • Loading: Loads the executable file into memory and prepares it

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well prior the interview, revise all the basic concepts of Embedded C and MATLAB if you have applied for embedded systems.

I applied via Naukri.com and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Write the equation for dynamics and wave spectra equations. I do not remember questions as it is 3 years back.

Interview Preparation Tips

Interview preparation tips for other job seekers - This happened in Technip FMC Hyderabad, India. I hold 10 years experience. Interviewers don not know what to get from the candidates. The panel tried to prove within themselves that can ask difficult questions. The even entered to doctorate level questions which is not valid for performing job. Finally, I conclude that they performed some time-pass session.

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

Interview Questionnaire 

1 Question

  • Q1. Questions were related to the post John Deere were offering to candidates. For me it was Diagnostics Author position.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be aware that answer as simple as you can.
If you don't know the answer don't try to attempt simply say that you don't know and assure interviewer that if you ll get a chance you will definitely answer that.

Be optimistic and attentive.

Interview Questionnaire 

1 Question

  • Q1. Sfd and bmd. Good amount of strength of material was asked.

I applied via Recruitment Consultant and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions will be related to the post which company is offering.
  • Q2. Should be very accurate to all electronics queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be smart and to the point answers will help.

Software Engineer Interview Questions & Answers

Epiroc user image jyothika undapalli

posted on 9 Jul 2024

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

I applied via Campus Placement and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was about to 30 min.

Round 2 - Group Discussion 

It was about to 15 min.

Round 3 - Technical 

(1 Question)

  • Q1. All questions related to our technical part.
Round 4 - HR 

(1 Question)

  • Q1. About your self

I applied via LinkedIn and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How your standing different from other.
  • Q2. I have have Diversify experience in assembly sourcing quality this experience will help me during the design of new product.
  • Q3. Why you want to move from your city.
  • Q4. I wold like to build my career with good profile I need to come out of from comfort zone.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2023. 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 - HR 

(1 Question)

  • Q1. HR reached out to me through naukri. Based on my tech stack i matched the requirements. On the first call HR asked me a lot of the questions on why i was looking out for a change, what kind of work have i ...
Round 3 - Technical 

(5 Questions)

  • Q1. Write a program to find last non repeating character in a given string using Java 8 functions only like Streams and Lambda's.
  • Ans. 

    Program to find last non-repeating character in a given string using Java 8 functions only.

    • Use Java 8 Streams and Lambda's to filter the string and find the last non-repeating character.

    • Create a Map to store the frequency of each character in the string.

    • Use the filter() method to get the non-repeating characters and find the last one using reduce().

  • Answered by AI
  • Q2. Given two interface, Interface A and Interface B both having the same functions in them let's say apply(). If a class implements both of these interface then which function will get implemented?
  • Q3. Given a employee table with name, ID, age, salary and ratings column. Find the top 3 employee based on the ratings.
  • Ans. 

    Find the top 3 employees based on ratings in an employee table.

    • Sort the employee table based on ratings in descending order.

    • Select the top 3 employees from the sorted table.

    • Return the selected employees as the result.

  • Answered by AI
  • Q4. Group anagram coding question.
  • Q5. Given an Employee class with 3 fields name, age and salary. Make changes in the class so that any two employee objects having same names are considered duplicates.
  • Ans. 

    Modify Employee class to consider objects with same names as duplicates.

    • Add a static HashSet to keep track of unique names.

    • Override equals() and hashCode() methods to compare names.

    • In the constructor, check if the name already exists in the HashSet and mark it as duplicate if true.

Answered by AI

Interview Preparation Tips

Topics to prepare for Hilti Senior Software Engineer interview:
  • Java 8
  • OOPS
  • SQL Queries
  • Coding
  • DSA
  • Algorithms
Interview preparation tips for other job seekers - Technical and coding in depth Knowledge required. Un

Skills evaluated in this interview

EMERSON PROCESS MANAGEMENT Interview FAQs

How many rounds are there in EMERSON PROCESS MANAGEMENT Senior QA Engineer interview?
EMERSON PROCESS MANAGEMENT interview process usually has 1 rounds. The most common rounds in the EMERSON PROCESS MANAGEMENT interview process are Technical.
What are the top questions asked in EMERSON PROCESS MANAGEMENT Senior QA Engineer interview?

Some of the top questions asked at the EMERSON PROCESS MANAGEMENT Senior QA Engineer interview -

  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

Tell us how to improve this page.

EMERSON PROCESS MANAGEMENT Senior QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ABB Interview Questions
4.1
 • 241 Interviews
John Deere Interview Questions
4.1
 • 234 Interviews
Cummins Interview Questions
4.3
 • 233 Interviews
Caterpillar Inc Interview Questions
4.2
 • 177 Interviews
Atlas Copco Interview Questions
4.2
 • 79 Interviews
TechnipFMC Interview Questions
4.0
 • 72 Interviews
TÜV SÜD Interview Questions
3.9
 • 64 Interviews
Hilti Interview Questions
3.5
 • 61 Interviews
Timken Interview Questions
4.0
 • 47 Interviews
Epiroc Interview Questions
3.9
 • 34 Interviews
View all
EMERSON PROCESS MANAGEMENT Senior QA Engineer Salary
based on 5 salaries
₹9.1 L/yr - ₹10.8 L/yr
19% less than the average Senior QA Engineer Salary in India
View more details
Assistant Manager
202 salaries
unlock blur

₹7.8 L/yr - ₹20 L/yr

Senior Engineer
167 salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Project Engineer
97 salaries
unlock blur

₹1.8 L/yr - ₹8 L/yr

Engineer
92 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Applications Engineer
87 salaries
unlock blur

₹2.8 L/yr - ₹6.7 L/yr

Explore more salaries
Compare EMERSON PROCESS MANAGEMENT with

John Deere

4.1
Compare

Cummins

4.3
Compare

ABB

4.1
Compare

Caterpillar Inc

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