Upload Button Icon Add office photos

Filter interviews by

Fomar CV Brakes Quality Assurance Engineer Interview Questions and Answers

Updated 19 Dec 2023

Fomar CV Brakes Quality Assurance Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Recruitment Consulltant

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. Family introduction
Round 3 - Assignment 

5 core tools , MSA, red bin analysis

Interview Preparation Tips

Topics to prepare for Fomar CV Brakes Quality Assurance Engineer interview:
  • IATF

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

Fomar CV Brakes Interview FAQs

How many rounds are there in Fomar CV Brakes Quality Assurance Engineer interview?
Fomar CV Brakes interview process usually has 3 rounds. The most common rounds in the Fomar CV Brakes interview process are Resume Shortlist, HR and Assignment.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
View all
Production Engineer
5 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Assistant Manager
4 salaries
unlock blur

₹5.1 L/yr - ₹6.7 L/yr

Engineer
4 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Senior Engineer
4 salaries
unlock blur

₹3.1 L/yr - ₹6.7 L/yr

Deputy Manager
4 salaries
unlock blur

₹7.5 L/yr - ₹15 L/yr

Explore more salaries
Compare Fomar CV Brakes 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