Upload Button Icon Add office photos

Filter interviews by

Uno Minda Buehler Motor Jv Senior SQA Engineer Interview Questions and Answers

Updated 7 May 2024

Uno Minda Buehler Motor Jv Senior SQA Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Sqa related question

Interview questions from similar companies

I applied via Naukri.com

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 

(1 Question)

  • Q1. Achievement as sqa, challenges
Round 3 - HR 

(1 Question)

  • Q1. Justify your resume .know what you commit in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Know what you write in resume . Stay committed to your work mentioned

QA Engineer Interview Questions & Answers

Genpact user image Skumar test user4

posted on 5 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table in the SELECT statement

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. HR Round for Company review & offer

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions with 28 aptitude question in 1 hrs .

Round 2 - Technical 

(1 Question)

  • Q1. Data Structure,Java questions and basics of the sql
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(10 Questions)

  • Q1. Locatord in selenium
  • Ans. 

    Locator in Selenium is used to identify web elements on a web page.

    • Locators are used to find and interact with elements on a web page.

    • Common locators include ID, name, class name, tag name, link text, and partial link text.

    • XPath and CSS selectors are also commonly used locators in Selenium.

    • Example: driver.findElement(By.id("username"));

  • Answered by AI
  • Q2. ID,linktexr,lass name,xpath,css selector
  • Q3. Action class in selenium
  • Ans. 

    Action class in Selenium is used to perform complex user interactions like drag and drop, double click, etc.

    • Action class is part of the Selenium WebDriver API

    • It is used to perform advanced user interactions like drag and drop, double click, etc.

    • Actions class is instantiated by creating an object of Actions class and passing the WebDriver instance as a parameter

    • Actions class methods include moveToElement, click, context

  • Answered by AI
  • Q4. Used for mouse and keyboard actions
  • Q5. Select class in selenium
  • Ans. 

    In Selenium, the Select class is used to work with dropdown elements on a web page.

    • The Select class is part of the org.openqa.selenium.support.ui package

    • It provides methods to interact with dropdown elements such as selecting options by visible text, value, or index

    • To use the Select class, you first need to locate the dropdown element using a locator like ID, name, or class name

  • Answered by AI
  • Q6. Used to handle dropdowns
  • Q7. Waits in selenium
  • Ans. 

    Waits in Selenium are used to synchronize the test execution with the application's behavior.

    • Waits help in handling synchronization issues between test scripts and web elements

    • Types of waits in Selenium include Implicit Wait, Explicit Wait, and Fluent Wait

    • Example: WebDriverWait wait = new WebDriverWait(driver, 10); wait.until(ExpectedConditions.visibilityOfElementLocated(By.id("elementID")));

  • Answered by AI
  • Q8. Explicit,implicit,fluent waits def
  • Ans. 

    Explicit, implicit, and fluent waits are different types of waits used in automation testing to handle synchronization issues.

    • Explicit wait is used to wait for a certain condition to be met before proceeding with the test execution. It is defined by the tester in the code.

    • Implicit wait is used to wait for a certain amount of time before throwing an exception if the element is not found. It is defined globally for the e...

  • Answered by AI
  • Q9. What kind of reports
  • Q10. Testng reports have been used

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(5 Questions)

  • Q1. Tell me introduce yourself
  • Ans. Hi, My name is Deep Naskar, I belong to Howrah, West Bengal. I am a quality assurance professional with 2years Experience  in BPO industry, I completed my Secondary Examination in 2015 then completed higher secondary examination in 2018 post that I took admission in ITI and completed in 2018. Coming to my skills, I am well versed with MS excel, MS WORD and Google sheets, MS PowerPoint and outlook functions. My strength...
  • Answered Anonymously
  • Q2. What is the job rool of a QA
  • Ans. The job rool of a qa is to evaluate the process transactions which is being done by the advisors. sharing feedback with the advisors best on the evaluation of those transactions if there is any error. Sharing process lavel insights for improvement of the process and rich client experience These are basic QA job roles.
  • Answered Anonymously
  • Q3. What are the steps you took to improve the CSAT of your previous process?
  • Ans. 

    I implemented several steps to improve the CSAT of my previous process.

    • Conducted thorough analysis of customer feedback

    • Identified common pain points and areas of improvement

    • Collaborated with cross-functional teams to implement necessary changes

    • Implemented regular training sessions for support agents

    • Introduced automated testing to ensure product quality

    • Established a proactive approach to customer support

  • Answered by AI
  • Q4. How are you used to DAST analysis?
  • Ans. 

    DAST analysis involves using dynamic testing techniques to identify vulnerabilities in a software application.

    • DAST stands for Dynamic Application Security Testing.

    • It involves analyzing an application while it is running to identify security vulnerabilities.

    • DAST tools simulate attacks on the application to identify weaknesses.

    • Common DAST techniques include fuzz testing, penetration testing, and vulnerability scanning.

    • DA...

  • Answered by AI
  • Q5. How do you provide your feedback?
  • Ans. I used to share the feedback by following the sandwich method. ‌Firstly I told them what good things they have done in the call, then I share them the observation of what they have done wrong in the call and how that can be rectified.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - I will suggest my friends and relatives for doing this job
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Coding Test consist of 3 coding question, 2 sql questions and 10 output question.

Round 2 - One-on-one 

(1 Question)

  • Q1. Project written on CV, Java questions, Scenario based question and 2 coding question 1. palindrome and string question.
Round 3 - Technical 

(2 Questions)

  • Q1. Panel of 5 , with company CT0, Backend Manager, Android Team Manager and 2 more people. Java question based on String, Java, Scenario based question on testing like, coffee machine, lift, Water bottle, Pa...
  • Q2. Geeksforgeeks puzzle question 2, Aptitude question based on Probalility.
Round 4 - HR 

(2 Questions)

  • Q1. With HR and QA Team Manager
  • Q2. Aptitude and puzzle question. why you want to join company, what are your strengths and weakness, hobbies. Salary Discussion

I applied via LinkedIn and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Testcase enumeration
  • Q2. Coding question based on an array traversal

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with qa process documents. Test plan, testing process. Test case scenarios.

I applied via Naukri.com and was interviewed in Feb 2022. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Discuss about future skill and taking responsibility for senior/upper management positions
  • Q2. Discuss about basic knowledge on your skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont try to be oversmart, explain and answer whatever knowledge you have. Share the answer wisely and confidence.

I applied via Referral and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

12 Questions

  • Q1. Explain your framework in detail
  • Ans. 

    My framework is a hybrid framework that combines data-driven and keyword-driven approaches.

    • The framework uses Excel sheets to store test data and keywords.

    • It uses Selenium WebDriver for browser automation.

    • It has a modular structure with reusable functions and libraries.

    • It generates detailed HTML reports for test results.

    • It supports parallel execution of tests.

    • It has built-in exception handling and logging mechanisms.

  • Answered by AI
  • Q2. What is Maven and explain it's structure
  • Ans. 

    Maven is a build automation tool used primarily for Java projects.

    • Maven uses a Project Object Model (POM) to manage dependencies and build process

    • It uses a central repository to download dependencies

    • Maven has a defined directory structure for projects

    • Plugins can be added to extend Maven's functionality

  • Answered by AI
  • Q3. What is setting.xml in Maven
  • Ans. 

    settings.xml is a configuration file used by Maven to customize its behavior.

    • It contains information about the local repository location, proxy settings, and server credentials.

    • It can be used to define profiles for different environments.

    • It is located in the .m2 directory in the user's home directory.

    • It can be overridden by using the -s or --settings command-line option.

  • Answered by AI
  • Q4. How to link TestNG file in Maven POM
  • Ans. 

    To link TestNG file in Maven POM, add the TestNG dependency and plugin in POM.xml

    • Add TestNG dependency in POM.xml

    • Add TestNG plugin in POM.xml

    • Configure TestNG plugin to run the TestNG XML file

    • Example: org.testng testng 7.4.0 org.apache.maven.plugins maven-surefire-plugin 3.0.0-M5 testng.xml

  • Answered by AI
  • Q5. What is Select class in Selenium. Write down syntax and explain the methods
  • Ans. 

    Select class in Selenium is used to handle dropdowns and multi-select options on a web page.

    • Syntax: Select select = new Select(driver.findElement(By.id("dropdownId")));

    • Methods: selectByVisibleText(), selectByValue(), selectByIndex(), getOptions(), isMultiple(), getAllSelectedOptions(), deselectAll(), deselectByVisibleText(), deselectByValue(), deselectByIndex()

    • Select class is used to handle dropdowns and multi-select o...

  • Answered by AI
  • Q6. What is Jenkins and how to create job in jenkins
  • Ans. 

    Jenkins is an open-source automation server used for continuous integration and delivery. It allows creating and managing jobs.

    • Jenkins is a popular tool for automating software development processes.

    • It provides a web-based interface for creating and managing jobs.

    • Jobs in Jenkins are used to define tasks and workflows for building, testing, and deploying software.

    • To create a job in Jenkins, navigate to the Jenkins dashb...

  • Answered by AI
  • Q7. How to point to any other branch other than master in Jenkins
  • Ans. 

    To point to any other branch in Jenkins, use the 'Branch specifier' field in the 'Source Code Management' section.

    • In the Jenkins job configuration, go to the 'Source Code Management' section

    • Select the appropriate SCM tool (e.g. Git, SVN)

    • In the 'Branch specifier' field, enter the name of the branch you want to point to (e.g. 'develop', 'feature/xyz')

    • Save the configuration and run the job

  • Answered by AI
  • Q8. What is the design pattern used in my framework
  • Ans. 

    I don't have the available data to answer this question.

    • N/A

  • Answered by AI
  • Q9. What is polymorphism and explain with examples you used in your project
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as if they were the same type.

    • Polymorphism is achieved through method overriding and method overloading

    • Example: A parent class Animal has a method called makeSound(). Child classes like Dog, Cat, and Cow can override this method to make their own unique sound.

    • Another example is method overloading where a...

  • Answered by AI
  • Q10. What is abstraction and difference between interface and abstract class
  • Ans. 

    Abstraction is a way of hiding implementation details. An interface is a contract that specifies the behavior of a class.

    • Abstraction is achieved through abstract classes and interfaces

    • Abstract classes can have both abstract and non-abstract methods

    • Interfaces can only have abstract methods and constants

    • A class can implement multiple interfaces but can only inherit from one abstract class

    • Abstract classes can have constru...

  • Answered by AI
  • Q11. Write SQL query to delete duplicate records
  • Ans. 

    SQL query to delete duplicate records

    • Use the DELETE statement with a subquery to identify and delete duplicate records

    • The subquery should select the duplicate records based on the columns that define uniqueness

    • Use the ROW_NUMBER() function to assign a unique number to each row, and delete rows with a number greater than 1

  • Answered by AI
  • Q12. Write SQL query to get the 10th highest salary from employee table
  • Ans. 

    SQL query to get the 10th highest salary from employee table

    • Use ORDER BY and LIMIT clauses

    • Subquery can be used to get the 10th highest salary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on the framework you have in your organization and you should know why have you used particular line in your framework.

Skills evaluated in this interview

Uno Minda Buehler Motor Jv Interview FAQs

How many rounds are there in Uno Minda Buehler Motor Jv Senior SQA Engineer interview?
Uno Minda Buehler Motor Jv interview process usually has 1 rounds. The most common rounds in the Uno Minda Buehler Motor Jv interview process are Technical.

Tell us how to improve this page.

Uno Minda Buehler Motor Jv Senior SQA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Deputy Manager
3 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Senior Design Engineer
3 salaries
unlock blur

₹7 L/yr - ₹7.6 L/yr

Explore more salaries
Compare Uno Minda Buehler Motor Jv 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