Upload Button Icon Add office photos

Filter interviews by

Hero Lectro Senior Manager QA Interview Questions and Answers

Updated 3 Aug 2023

Hero Lectro Senior Manager QA Interview Experiences

1 interview found

Senior Manager QA Interview Questions & Answers

user image Bhupender Kumar

posted on 3 Aug 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. IATF -16949 Std. requirements, SPC, MSA, PFMEA, Customer handling, Warranty Management,
Round 3 - Technical 

(1 Question)

  • Q1. Warranty Improvement case study

Interview questions from similar companies

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. All Manual testings
  • Q2. Code for a Start pattern
  • Ans. 

    Code for a Start pattern

    • Use nested loops to print the pattern

    • Increment the number of stars in each row

    • Use a combination of spaces and stars to create the pattern

  • Answered by AI
  • Q3. Code for reverse string
  • Ans. 

    Code to reverse a string in an array of strings

    • Iterate through each string in the array

    • For each string, use a loop to reverse the characters

    • Store the reversed string back in the array

  • Answered by AI
  • Q4. Code to start Web browser,go to a specific url and find a element and display
  • Ans. 

    Use Selenium WebDriver to start a web browser, navigate to a specific URL, find an element, and display it.

    • Use Selenium WebDriver to automate browser actions

    • Instantiate a WebDriver object and open a browser

    • Use the get() method to navigate to the specified URL

    • Locate the desired element using findElement() method

    • Retrieve and display the element's text or attributes

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. About project,roles and responsibilities
  • Q2. Steps to start Mobile automation
  • Ans. 

    To start mobile automation, first identify the tools and frameworks, set up the testing environment, create test cases, and execute tests.

    • Identify the tools and frameworks suitable for mobile automation (e.g. Appium, Selenium)

    • Set up the testing environment with necessary software and devices

    • Create test cases based on requirements and user scenarios

    • Execute tests on different mobile devices and platforms to ensure compat

  • Answered by AI
  • Q3. Client meeting to handle them
  • Q4. Why you want to join us
  • Ans. 

    I am excited about the opportunity to contribute my expertise in quality engineering to a dynamic and innovative team.

    • I am impressed by the company's reputation for excellence in quality standards.

    • I am excited about the chance to work on cutting-edge projects and technologies.

    • I believe my skills and experience align well with the company's goals and values.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiable
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Write the program -> input -> aabbccc. Output -> a2b2c3
  • Ans. 

    Program to count consecutive characters in a string

    • Iterate through the string and compare each character with the next one

    • Maintain a count for each character and append to the output string when a different character is encountered

    • Example: input 'aabbccc' -> output 'a2b2c3'

  • Answered by AI
  • Q2. Write the dynamic xpath (both relative and absolute)
  • Ans. 

    Dynamic xpath is a way to locate elements on a web page based on changing attributes or positions.

    • Use functions like contains(), starts-with(), or ends-with() to create dynamic xpaths

    • Avoid using indexes in xpaths as they can change with page updates

    • Consider using unique attributes or text within the element to create a reliable xpath

  • Answered by AI
  • Q3. API difference between put and patch
  • Ans. 

    PUT is used to update or replace an entire resource, while PATCH is used to update specific fields of a resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • PATCH is not necessarily idempotent, as multiple identical requests may have different effects.

    • PUT requires the client to send the entire updated resource, while PATCH only requires the client to send the spe

  • Answered by AI
  • Q4. Basic SQL query

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on java collects and do write logic using same. Better to practice without IDE (usually interviewer ask to write in note pad or online complier)
Selenium concepts - Waits, Locators and Mouse Actions

Final,
All depends on interviewer mood.

Skills evaluated in this interview

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

Print the webtable and gett all the data

Round 2 - One-on-one 

(1 Question)

  • Q1. Whdn prioty -1 and 1 is implimented which will execute first
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is BVA Testing?
  • Ans. 

    BVA Testing stands for Boundary Value Analysis Testing, a software testing technique to test the boundary values of input ranges.

    • BVA Testing is used to identify errors at the boundaries of input ranges.

    • It involves testing the minimum and maximum values, as well as just inside and just outside the boundaries.

    • For example, if a system accepts values from 1 to 10, BVA Testing would test values 0, 1, 10, and 11.

  • Answered by AI
  • Q2. High severity low priority
  • Q3. Test technics
  • Q4. Test methodologies
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Favorite bug? time you had to resolve conflict with manager.
Round 2 - Coding Test 

Reverse linked list. followup for optimized way.

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

(2 Questions)

  • Q1. What are the drawback for selenium
  • Ans. 

    Drawbacks of Selenium include limited support for non-web applications and challenges in handling dynamic web elements.

    • Limited support for non-web applications, such as desktop or mobile apps

    • Challenges in handling dynamic web elements, leading to flakiness in tests

    • Steep learning curve for beginners

    • Requires programming knowledge to create and maintain test scripts

    • Slower execution speed compared to other automation tools

  • Answered by AI
  • Q2. Multiple occurrence in a string
  • Ans. 

    Count the number of occurrences of a specific substring in a given string.

    • Use a loop to iterate through the string and check for the occurrence of the substring.

    • Use the indexOf method to find the position of the substring in the string.

    • Increment a counter each time the substring is found.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated QA QC Engineer with 5 years of experience in ensuring product quality and compliance with industry standards.

    • Experienced in conducting quality control inspections and audits

    • Skilled in developing and implementing quality assurance processes

    • Proficient in using testing tools and techniques to identify defects

    • Strong attention to detail and problem-solving skills

    • Excellent communication and teamwork abilitie

  • Answered by AI
  • Q2. What is selenium
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium is used for automating web browsers.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is the most commonly used component for writing automation scripts.

    • Selenium Grid is used for parallel testing across different browsers and environments.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

MCQ test conducted including questions based on Java basics, Collection,& selenium

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain OOPs concepts in Java
  • Ans. 

    OOPs concepts in Java include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: Allows a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the implementation details and showing only the necessary feature

  • Answered by AI
  • Q2. Robot class & Actions class

Interview Preparation Tips

Topics to prepare for Capgemini QA Executive interview:
  • Java, Selenium

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Java hashmap and strings

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

(2 Questions)

  • Q1. About CI/CD pipeline
  • Q2. Automation

Hero Lectro Interview FAQs

How many rounds are there in Hero Lectro Senior Manager QA interview?
Hero Lectro interview process usually has 3 rounds. The most common rounds in the Hero Lectro interview process are Technical and Resume Shortlist.
What are the top questions asked in Hero Lectro Senior Manager QA interview?

Some of the top questions asked at the Hero Lectro Senior Manager QA interview -

  1. IATF -16949 Std. requirements, SPC, MSA, PFMEA, Customer handling, Warranty Man...read more
  2. Warranty Improvement case st...read more

Tell us how to improve this page.

Hero Lectro Senior Manager QA Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Oprating Engineer
31 salaries
unlock blur

₹1.8 L/yr - ₹2.6 L/yr

Assistant Manager
19 salaries
unlock blur

₹5.6 L/yr - ₹9 L/yr

Engineer
12 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Quality Inspector
7 salaries
unlock blur

₹2.1 L/yr - ₹3 L/yr

Senior Manager
7 salaries
unlock blur

₹18 L/yr - ₹23.4 L/yr

Explore more salaries
Compare Hero Lectro with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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