Upload Button Icon Add office photos

Filter interviews by

NALUX Electronics AM QA Interview Questions and Answers

Updated 16 Jun 2022

NALUX Electronics AM QA Interview Experiences

1 interview found

AM QA Interview Questions & Answers

user image PK Gupt

posted on 16 Jun 2022

I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. QMS Knowledge? ISO 9001
  • Q2. Customer Handling Internal rejection Supplier Handling
Round 2 - HR 

(2 Questions)

  • Q1. Overall plant quality handing
  • Ans. 

    Overall plant quality handling involves ensuring that all processes and products meet quality standards.

    • Establishing and implementing quality control procedures

    • Conducting regular audits and inspections

    • Training employees on quality standards and procedures

    • Identifying and addressing quality issues and implementing corrective actions

    • Collaborating with other departments to ensure quality throughout the plant

    • Maintaining doc

  • Answered by AI
  • Q2. CTC What are the reasons for change the company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep cool during interview.
Online interview process are there.

Interview questions from similar companies

QA Engineer Interview Questions & Answers

Deloitte user image Fazila Mujawar

posted on 15 Jun 2024

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

(4 Questions)

  • Q1. Explain Framework
  • Ans. 

    Framework is a structured set of guidelines, libraries, and tools used to develop software applications.

    • Framework provides a foundation for developers to build upon

    • It includes pre-written code, libraries, and APIs

    • Frameworks help in organizing code and promoting best practices

    • Examples: Selenium for automated testing, Angular for web development

  • Answered by AI
  • Q2. Git flow and conflict resolution
  • Q3. WAP to find the odd numbers from given array using collection
  • Ans. 

    Program to find odd numbers from array using collection

    • Create a list to store odd numbers

    • Iterate through the array and check if each element is odd

    • Add odd numbers to the list

    • Return the list of odd numbers

  • Answered by AI
  • Q4. How to locate a link and perform click on all the links
  • Ans. 

    Locate and click on links using Selenium WebDriver

    • Use Selenium WebDriver to locate elements on the webpage

    • Identify the links using locators like ID, class name, xpath, etc.

    • Iterate through the list of links and perform a click action on each link

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic of java and problems
  • Q2. Questions on selenium and framework
  • Q3. Coding questions
Round 2 - HR 

(1 Question)

  • Q1. General questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

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

QA Engineer Interview Questions & Answers

Amazon user image Navdeep Singh

posted on 31 Jan 2024

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

Technical assessment
Work style assessment
programming knowledge (DSA, JAVA)

Round 2 - Technical 

(3 Questions)

  • Q1. Test cases, test plan and test data for QR code
  • Q2. Questions on selenium and java basics
  • Q3. Questions on xpath

QA Engineer Interview Questions & Answers

IBM user image Rishik Bhimavarapu

posted on 11 Oct 2023

Interview experience
3
Average
Difficulty level
Moderate
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 - Coding Test 

2 coding ques in 1 hr

Round 3 - Technical 

(5 Questions)

  • Q1. Core java and oops
  • Q2. Use of this keyword in java
  • Ans. 

    The 'this' keyword in Java refers to the current instance of the class.

    • Used to refer to instance variables or methods of the current object

    • Can be used to differentiate between instance variables and local variables with the same name

    • Can be passed as an argument to other methods

  • Answered by AI
  • Q3. Difference between final and finally
  • Ans. 

    final is a keyword used in Java to declare constants, while finally is a block of code used in exception handling to ensure a piece of code is always executed.

    • final is used to declare constants in Java, its value cannot be changed once assigned

    • finally is a block of code used in exception handling to ensure a piece of code is always executed, regardless of whether an exception is thrown or not

    • Example: final int MAX_VALU...

  • Answered by AI
  • Q4. Basic principles of oops
  • Ans. 

    Basic principles of OOP include encapsulation, inheritance, and polymorphism.

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

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

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

    • Example: A 'Car' class may have properties like 'color' and 'model', and methods like 'st

  • Answered by AI
  • Q5. Method over riding and method overloading

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal

Round 1 - Aptitude Test 

Time frame one hour, 60 questions

Round 2 - Technical 

(1 Question)

  • Q1. QA life cycle, Selenium basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1) how to fetch first 50% data from table? 2) about pop up in selenium 3) string question by giving code 4) GitHub commands 5) BDD related questions
  • Ans. 

    Answers to interview questions for QA Engineer position

    • 1) To fetch first 50% data from a table, you can use SQL queries with LIMIT and OFFSET clauses.

    • 2) In Selenium, handling pop-ups can be done using the Alert class or by switching to the pop-up window using window handles.

    • 3) Please provide the specific string question with code to answer it.

    • 4) GitHub commands include git clone, git add, git commit, git push, etc.

    • 5) B...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Find duplicates in string, Find frequency in string

Round 2 - Technical 

(1 Question)

  • Q1. Explain about project responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong in basics

QA Engineer Interview Questions & Answers

Capgemini user image praveen gopalsamy

posted on 2 Aug 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. JAVA AND SELENIUM AND CUCUCMBER
  • Q2. API AUTOMATION TESTING WITHREST ASSURED
Round 2 - Technical 

(1 Question)

  • Q1. JAVA, SELENIUM AND CUCUMBER

NALUX Electronics Interview FAQs

How many rounds are there in NALUX Electronics AM QA interview?
NALUX Electronics interview process usually has 2 rounds. The most common rounds in the NALUX Electronics interview process are Technical and HR.
What are the top questions asked in NALUX Electronics AM QA interview?

Some of the top questions asked at the NALUX Electronics AM QA interview -

  1. Overall plant quality hand...read more
  2. Customer Handling Internal rejection Supplier Handl...read more
  3. QMS Knowledge? ISO 9...read more

Tell us how to improve this page.

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.9
 • 3k Interviews
View all
Assistant Manager
6 salaries
unlock blur

₹6.5 L/yr - ₹8.6 L/yr

Senior Engineer
5 salaries
unlock blur

₹6.2 L/yr - ₹8.2 L/yr

Engineer
3 salaries
unlock blur

₹3.2 L/yr - ₹4.2 L/yr

Purchase Executive
3 salaries
unlock blur

₹3.8 L/yr - ₹5 L/yr

QA Engineer
3 salaries
unlock blur

₹1.8 L/yr - ₹2 L/yr

Explore more salaries
Compare NALUX Electronics with

Sony

4.2
Compare

Samsung

4.0
Compare

LG Electronics

4.0
Compare

Panasonic

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