Upload Button Icon Add office photos

Filter interviews by

B P Engineers Quality Assurance Supervisor Interview Questions and Answers

Updated 10 Aug 2022

B P Engineers Quality Assurance Supervisor Interview Experiences

2 interviews found

I applied via Referral and was interviewed in Jul 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 - HR 

(1 Question)

  • Q1. About yourself, Qualification, Experience
Round 3 - Technical 

(1 Question)

  • Q1. Previous Job Detailed description

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and tell Your all experience related to your Trade.

I was interviewed in Jul 2022.

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 - HR 

(1 Question)

  • Q1. About yourself, Qualification, Experience
Round 3 - Technical 

(1 Question)

  • Q1. Related to your trade and your previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and be honest. Tell them Your all experience.

Quality Assurance Supervisor Interview Questions Asked at Other Companies

asked in MRF Tyres
Q1. Which is your favorite branch of your subject (Eg:- Chemistry)
Q2. In engineering drawing what is the meaning of R.
asked in Korrun
Q3. How can you travel daily from bangalore to maddur?
Q4. Quality assurance from finished goods to customer
Q5. What are the basic quality parameters?

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 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 - One-on-one 

(2 Questions)

  • Q1. What are the basic quality parameters?
  • Ans. 

    Basic quality parameters include accuracy, reliability, consistency, completeness, and timeliness.

    • Accuracy - ensuring that the product or service meets the specified requirements

    • Reliability - consistency in performance over time

    • Consistency - uniformity in quality and performance

    • Completeness - meeting all necessary criteria or standards

    • Timeliness - delivering the product or service within the expected timeframe

  • Answered by AI
  • Q2. What is calibration?
  • Ans. 

    Calibration is the process of comparing measurements of an instrument or device to a known standard to ensure accuracy.

    • Calibration involves adjusting the instrument or device to align with the standard.

    • It is important for maintaining accuracy and reliability in measurements.

    • Examples include calibrating thermometers, scales, and pressure gauges.

    • Calibration certificates are often provided to document the process and resu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Self introduction
  • Q2. Good evening sir thank for giving me great opportunity..my name is jadhav kishoreI'ma.23 basically I'm from sangareddy currently staying in uppal Hyderabad I have completed my bachelor's degree from vision...
  • Q3. My project name formulation Evaluation off dilayed release tablet of esemoprazole it is a proton pumpinhibitors used in tha treatment ofantacide
Round 2 - Group Discussion 

One topic given how to interact people and how to solve problems

Round 3 - HR 

(1 Question)

  • Q1. Hr ask trams and conditions company timing and how to work this company
Round 4 - HR 

(1 Question)

  • Q1. Company trams and conditions are how to work timings and some difficult question

Interview Preparation Tips

Interview preparation tips for other job seekers - Quality assurance
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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About company and experince
  • Q2. About job role and alll
Round 2 - One-on-one 

(3 Questions)

  • Q1. About working environment
  • Q2. Willing to learn new things
  • Q3. About company and experience
Round 3 - One-on-one 

(9 Questions)

  • Q1. About job role and project
  • Q2. About tools and technology
  • Q3. About work efficiency
  • Q4. About over all experience
  • Q5. About working efficiency
  • Q6. About project and tools
  • Q7. About job role and office
  • Q8. About myself and role
  • Q9. About package and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience and office environment was good have gud experince

B P Engineers Interview FAQs

How many rounds are there in B P Engineers Quality Assurance Supervisor interview?
B P Engineers interview process usually has 3 rounds. The most common rounds in the B P Engineers interview process are Resume Shortlist, HR and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k 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
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k 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
Compare B P Engineers with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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