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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between BUG and Defect
  • Ans. 

    A bug is a general term for any flaw or error in a software application, while a defect is a specific instance of a bug that causes a deviation from expected behavior.

    • Bug is a broader term encompassing all types of issues in software.

    • Defect is a specific instance of a bug that can be identified and fixed.

    • Example: Bug - Application crashes randomly. Defect - Button does not work as intended.

    • Example: Bug - Incorrect calc...

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

    Agile is a project management methodology that emphasizes flexibility, collaboration, and iterative development.

    • Agile focuses on delivering value to customers through continuous collaboration and feedback.

    • It involves breaking down projects into smaller, manageable tasks called sprints.

    • Teams work in short iterations to adapt to changing requirements and deliver working software quickly.

    • Common Agile frameworks include Sc

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is SDLC explain it?
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a systematic process for building software applications.

    • It consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • Examples of SDLC models include Waterfall, Agi

  • Answered by AI
  • Q2. Explain the scenarios to be tested for movie ticket booking app.
  • Ans. 

    Scenarios to test movie ticket booking app include user registration, movie selection, seat selection, payment processing, and booking confirmation.

    • User registration process

    • Movie selection and availability

    • Seat selection and seating arrangement

    • Payment processing and options

    • Booking confirmation and ticket generation

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. In 5 years where you would be?
  • Ans. 

    In 5 years, I see myself as a Senior Quality Engineer leading a team of quality professionals in a reputable company.

    • Continuing to enhance my skills and knowledge in quality engineering

    • Taking on more leadership responsibilities within the quality department

    • Contributing to the development and implementation of quality improvement initiatives

    • Building strong relationships with cross-functional teams to drive quality goals

    • ...

  • Answered by AI
  • Q2. What are the expectation you have?
  • Ans. 

    I expect clear communication, challenging projects, opportunities for growth, and a supportive team environment.

    • Clear communication with team members and stakeholders

    • Challenging projects that allow me to utilize my skills and knowledge

    • Opportunities for professional growth and development

    • A supportive team environment that fosters collaboration and innovation

  • Answered by AI
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
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your experience
  • Q2. Why do you want to get this job

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.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k 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
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

Senior Manager
7 salaries
unlock blur

₹18 L/yr - ₹23.4 L/yr

Quality Inspector
7 salaries
unlock blur

₹2.1 L/yr - ₹3 L/yr

Explore more salaries
Compare Hero Lectro 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