Quality Engineer

  Home  Quality Assurance  Quality Engineer


“Certified Quality Engineer related Frequently Asked Questions in various Quality Engineer based job Interviews by interviewer. The set of questions here ensures that you offer a perfect answer posed to you. So get preparation for your new job hunting”



80 Quality Engineer Questions And Answers

2⟩ Tell me about your previous interactions with customers. How do you handle customer complaints?

Quality engineers can serve as the link between customers and suppliers. When a customer complains about product quality, the engineer must then solve the problem between the customer, the company, and its affiliates, including material and parts suppliers. Briefly describe some interesting problems that you have successfully tackled.

 146 views

3⟩ How effective team-playing skills are?

Quality Engineers interact with employees at all levels, from minor suppliers to organization management. Describe a specific assignment where you had to use your communication skills, participate in a group endeavor or manage/lead a team. Discuss your routine communication with all levels of management, quality managers and inspectors, development engineering divisions, operations and QA testing staff.

 140 views

4⟩ Define Quality Assurance?

Quality Assurance refers to the planned and systematic way of monitoring the quality of process which is followed to produce a quality product. QA tracks the outcomes and adjusts the process to meet the expectation.

 129 views

5⟩ Define Quality Control?

Quality Control concern with the quality of the product. QC finds the defects and suggests improvements. The process set by QA is implemented by QC. The QC is the responsibility of the tester.

 116 views

6⟩ How would you describe Software Testing?

Software Testing is the process of ensuring that product which is developed by the developer meets the user requirement. The motive to perform testing is to find the bugs and make sure that they get fixed.

 144 views

7⟩ Do you know when to start QA in a project?

Good time to start the QA is from the beginning of the project startup. This will lead to plan the process which will make sure that product coming out meets the customer quality expectation. QA also plays a major role in the communication between teams. It gives time to step up the testing environment. The testing phase starts after the test plans are written, reviewed and approved.

 116 views

9⟩ What can you suggest to ensure quality of materials and products?

Basic procedure in quality engineering is Continuous Improvement. Describe involvement, method of data collection from observation and monitoring of production processes. Problem-solving skills are the key to success here and you will do well to mention your unique abilities in this area: Problems you solved, corrections you facilitated and improvements you initiated.

 125 views

10⟩ Can you please explain the difference between verification and validation?

★ Verification is Static Testing where as Validations is Dynamic Testing.

★ Verification takes place before validation.

★ Verification evaluates plans, documents, requirements and specifications, where as Validation evaluates product.

★ Verification inputs are checklist, issues list, walk-through and inspection, where as in Validation testing of actual product.

★ Verification output is set of documents, plans, specifications and requirement documents where as in Validation actual product is output.

 117 views

11⟩ Tell me what is destructive testing?

Destructive testing includes methods where material is broken down to evaluate the mechanical properties, such as strength, toughness and hardness.

For example, finding the quality of a weld is good enough to withstand extreme pressure and also to verify the properties of a material.

 138 views

13⟩ Describe Testware?

★ The subset of software which helps in performing the testing of application.

★ Testware are required to plan, design, and execute tests. It contains documents, scripts, inputs, expected results, set-up and additional software or utilities used in testing.

★ Testware is term given to combination of all utilities and application software that required for testing a software package.

 143 views

15⟩ Can you please explain the difference between Retesting and Regression testing?

★ Retesting is done to verify defects fixes where as regression is perform to check if the defect fix have not impacted other functionality that was working fine before doing changes in the code.

★ Retesting is planned testing based on the defect fixes listed where as regression is not be always specific to any defect fix. Also regression can be executed for some modules or all modules.

★ Retesting concern with executing those test cases that are failed earlier whereas regression concern with executing test cases that was passed in earlier builds.

★ Retesting has higher priority over regression, but in some case retesting and regression testing are carried out in parallel.

 117 views

16⟩ Described about bug life cycle?

★ When a tester finds a bug .The bug is assigned with NEW or OPEN status.

★ The bug is assigned to development project manager who will analyze the bug .He will check whether it is a valid defect. If it is not valid bug is rejected, now status is REJECTED.

★ If not, next the defect is checked whether it is in scope. When bug is not part of the current release .Such defects are POSTPONED

★ Now, Tester checks whether similar defect was raised earlier. If yes defect is assigned a status DUPLICATE

★ When bug is assigned to developer. During this stage bug is assigned a status IN-PROGRESS

★ Once code is fixed. Defect is assigned with FIXED status.

★ Next the tester will re-test the code. In case the test case passes the defect is CLOSED

★ If the test case fails again the bug is RE-OPENED and assigned to the developer. That's all to Bug Life Cycle.

 112 views

17⟩ Do you know how much bug is affecting the functionality of the application?

High Priority and Low Severity:

★ Company logo is not properly displayed on their website.

High Priority and High Severity:

★ Suppose you are doing online shopping and filled payment information, but after submitting the form, you get a message like "Order has been cancelled."

Low Priority and High Severity:

★ If we have a typical scenario in which the application get crashed, but that scenario exists rarely.

Low Priority and Low Severity:

★ There is a mistake like "You have registered success" instead of successfully, success is written.

 121 views

18⟩ List the common problems with software automation?

1) Purchasing the license of tool (QTP, selenium, QC, LR)

2) Lack of skilled Tester to run the tool

3) Expectation that automated tests will find a lot of new defects

4) Maintenance of automated tests

5) Technical problems of tools

 138 views

19⟩ Described the role of QA in a project development?

★ QA team is responsible for monitoring the process to be carried out for development.

★ Responsibilities of QA team are planning testing execution process.

★ QA Lead creates the time tables and agrees on a Quality Assurance plan for the product.

★ QA team communicated QA process to the team members.

★ QA team ensures traceability of test cases to requirements.

 120 views