Upload Button Icon Add office photos

Filter interviews by

Engineers Mech Quality Assurance Engineer Interview Questions and Answers

Updated 3 May 2019

Engineers Mech Quality Assurance Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed before May 2018. There were 8 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Normal question ask by HR like current salary, reason for leaving job and expected salary
  • Q2. About company policy on my profile
  • Q3. Question ask by Technical person are on those topics which you mention in CV
  • Q4. This round is about salary final and about company overview

Interview Preparation Tips

Round: Resume Shortlist
Experience: By sending on their website

Round: Test
Experience: Almost questions are related to reasoning and mathematics

Round: Group Discussion
Experience: GD about quality related troubleshooting and control about issues in quality at in-house and customer end

Round: Practically Skill Checking
Experience: Hiring company also check practical skill of candidates like instruments handling and about knowledge of drawing of parts which they manufacture

General Tips: If any job seekers want to select in company which called him/her for interview then ones should prepare all topics related their profile and having positive about interviews
Skills: Engineering Drawing, Practical Application Of Concepts, Communication, Body Language, Problem Solving, Presentation Skills, Time Management
Duration: 1-3 Months

Interview questions from similar companies

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 

Basic aptitude questions not so difficult

Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join this organisation
  • Q2. Where do you see yourself after 5 yrs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared for the interview and be well prepared for the aptitude test

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

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 

(2 Questions)

  • Q1. All manual questions
  • Q2. Android testing, API testing
Round 3 - Technical 

(1 Question)

  • Q1. How you handle the prod issue
  • Ans. 

    I handle prod issues by following a structured approach and collaborating with the team.

    • Identify the issue and its impact on users

    • Communicate with the team and stakeholders

    • Prioritize the issue based on severity and impact

    • Investigate the root cause and propose a solution

    • Implement the solution and verify its effectiveness

    • Document the issue and solution for future reference

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. How you tackle the problematic situations

Interview Preparation Tips

Interview preparation tips for other job seekers - Here first 2 rounds will be purely technical and last round will be technical + HR

I applied via Campus Placement and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. About yourself, your strength and weaknesss, Willing to relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - Logical reasoning, Aptitude questions, Analytical
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

ICM 10
Medical coding

Round 2 - Technical 

(7 Questions)

  • Q1. Development reports
  • Q2. Development of good product
  • Q3. Good manufacturing
  • Q4. Good cleaning process
  • Q5. Good sterile product
  • Q6. Development production
  • Q7. Good quality assurance

Interview Preparation Tips

Topics to prepare for Wipro Quality Assurance Officer interview:
  • Quality Assurance
Interview preparation tips for other job seekers - Good quality
Good quantity
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(7 Questions)

  • Q1. What is abstraction in c#
  • Ans. 

    Abstraction in C# is the process of hiding the implementation details and showing only the necessary features of an object.

    • Abstraction allows us to focus on what an object does rather than how it does it

    • It helps in reducing complexity and improving maintainability of the code

    • In C#, abstraction is achieved using abstract classes and interfaces

  • Answered by AI
  • Q2. What is xpath and its type.
  • Ans. 

    XPath is a language used for navigating through XML documents and selecting nodes based on their attributes or values.

    • XPath stands for XML Path Language.

    • It is used to navigate through elements and attributes in an XML document.

    • There are two types of XPath: Absolute XPath and Relative XPath.

    • Absolute XPath starts from the root node, denoted by a single forward slash (/).

    • Relative XPath starts from the current node, denote

  • Answered by AI
  • Q3. Can we change wait time during runtime.
  • Ans. 

    Yes, wait time can be changed during runtime by adjusting the code logic or configuration settings.

    • Wait time can be changed by modifying the code to include dynamic wait times based on certain conditions.

    • Configuration settings in the application or system can also be adjusted to change wait times.

    • For example, in automated testing scripts, wait times can be adjusted based on the response time of the application being te

  • Answered by AI
  • Q4. How to hand window in selenium
  • Ans. 

    To handle windows in Selenium, you can use the switchTo() method to switch between windows.

    • Use getWindowHandles() to get all window handles

    • Use switchTo().window() to switch to a specific window handle

    • Perform actions on the desired window

  • Answered by AI
  • Q5. How to hand scroll bar.
  • Ans. 

    To handle a scroll bar, simply click and drag the scroll bar up or down to navigate through a webpage or document.

    • Click on the scroll bar and drag it up or down to move through the content.

    • Use the scroll wheel on your mouse to scroll up or down.

    • On touch devices, swipe up or down on the screen to scroll.

    • You can also use the arrow keys on your keyboard to scroll up or down.

  • Answered by AI
  • Q6. How to handle popup window.
  • Ans. 

    To handle a popup window, you can use automation tools like Selenium WebDriver to locate and interact with the popup elements.

    • Use Selenium WebDriver to switch to the popup window

    • Identify and interact with elements on the popup window

    • Perform necessary actions on the popup window

    • Switch back to the main window after handling the popup

  • Answered by AI
  • Q7. How to open new tab.
  • Ans. 

    To open a new tab, you can use keyboard shortcuts or mouse clicks depending on the browser you are using.

    • For most browsers, you can open a new tab by pressing Ctrl + T on your keyboard.

    • Alternatively, you can right-click on a link and select 'Open link in new tab' from the context menu.

    • You can also click on the '+' icon next to the existing tabs to open a new tab.

    • Some browsers allow you to open a new tab by pressing Ctr

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Differnce between static and dynamic testing
  • Ans. 

    Static testing is done without executing the code, while dynamic testing involves executing the code.

    • Static testing is performed during the early stages of development to prevent defects from entering the codebase.

    • Dynamic testing is carried out during the later stages of development to validate the behavior of the software.

    • Examples of static testing include code reviews, walkthroughs, and inspections.

    • Examples of dynami...

  • Answered by AI
  • Q2. Locators in selenium
  • Ans. 

    Locators in Selenium are used to identify web elements on a web page in order to perform actions like click, type, etc.

    • Locators are used to find elements on a web page based on certain attributes like id, name, class, etc.

    • Common types of locators in Selenium include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.

    • For example, driver.findElement(By.id("username")) will find the elem

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for interview

Skills evaluated in this interview

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

I applied via Indeed and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated Quality Assurance Officer with 5 years of experience in ensuring product quality and compliance.

    • 5 years of experience in quality assurance

    • Strong knowledge of quality control processes

    • Experience in ensuring compliance with industry standards

    • Skilled in conducting audits and inspections

    • Excellent attention to detail and analytical skills

  • Answered by AI
  • Q2. About the final year project
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical Reasoning , Blood relation questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basic Oops concepts
  • Q2. Palindrome , pattern questions

QA Manager Interview Questions & Answers

Capgemini user image Akshaya Mahurkar

posted on 26 Jul 2024

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

(1 Question)

  • Q1. Explain ETL Architecture
  • Ans. 

    ETL Architecture refers to the process of extracting, transforming, and loading data from source systems to a data warehouse.

    • ETL involves extracting data from various sources such as databases, files, APIs, etc.

    • The extracted data is then transformed to meet the requirements of the target system or data warehouse.

    • Finally, the transformed data is loaded into the target system or data warehouse for analysis and reporting.

    • ...

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

People are getting interviews through

based on 1 Engineers Mech interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Engineers Mech Quality Assurance Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-Life balance

3.0

Salary & Benefits

5.0

Job Security

4.0

Company culture

3.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Production Engineer
6 salaries
unlock blur

₹3 L/yr - ₹3.3 L/yr

Quality Engineer
5 salaries
unlock blur

₹2.2 L/yr - ₹2.8 L/yr

Executive Accountant
4 salaries
unlock blur

₹2.2 L/yr - ₹2.2 L/yr

Diploma Mechanical Engineer
4 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Graphic Designer
3 salaries
unlock blur

₹2.2 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Engineers Mech with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview