Upload Button Icon Add office photos

Filter interviews by

Aruna Industrial Products Senior QA Engineer Interview Questions, Process, and Tips

Updated 14 Nov 2024

Aruna Industrial Products Senior QA Engineer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What are the types of steel?
  • Ans. 

    Types of steel include carbon steel, alloy steel, stainless steel, and tool steel.

    • Carbon steel: primarily made of iron and carbon, with small amounts of other elements.

    • Alloy steel: contains additional elements such as manganese, silicon, nickel, and chromium for improved properties.

    • Stainless steel: contains chromium for corrosion resistance and can be further categorized into austenitic, ferritic, and martensitic.

    • Tool ...

  • Answered by AI
  • Q2. State types of testing
  • Ans. 

    Types of testing include functional testing, non-functional testing, manual testing, automated testing, regression testing, and performance testing.

    • Functional testing: Testing the functionality of the software against the requirements.

    • Non-functional testing: Testing aspects like performance, usability, and security.

    • Manual testing: Testing performed manually by QA engineers.

    • Automated testing: Testing performed using aut...

  • Answered by AI
  • Q3. What is the difference between Quality Control and Quality Assurance?
  • Ans. 

    Quality Control focuses on identifying defects in the final product, while Quality Assurance focuses on preventing defects from occurring in the first place.

    • Quality Control is product oriented, while Quality Assurance is process oriented

    • Quality Control involves testing and inspecting the final product, while Quality Assurance involves establishing processes and standards to prevent defects

    • Quality Control occurs after t...

  • Answered by AI
  • Q4. State the list of standards you have to refer for testings.
  • Ans. 

    Some standards for testing include ISO 9000, IEEE 829, and ISTQB.

    • ISO 9000 - Quality management systems

    • IEEE 829 - Test documentation

    • ISTQB - International Software Testing Qualifications Board

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Aruna Industrial Products Senior QA Engineer interview:
  • Foundry
  • Quality Control
  • Quality Assurance
  • Testing
  • Quality Inspection

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Match 14 characters before @ , given an url
  • Q2. Match Atleast one capital, once small case, 1 digit and 1 special character using regex?
  • Q3. Given a string ="This is my interview for QA engineer"; write code to give an output of each word with vowel count?
  • Q4. Given a 2X2 Matrix, find the maximum diagonal sum?
  • Q5. How do you find the selected option text from dropdown in selenium?
  • Q6. Given a dropdown contains options with duplicates. Find those duplicates along with its occurrence/frequency?
  • Q7. How do you resolve merge conflicts in git?
  • Q8. How to bring specific commit changes to your branch?
  • Q9. How to switch to frame and come out of it in selenium?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep doing any activity(remove/add/update resume, change skills etc..) in naukri/linkedin so that i catches recruiters attention
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between type and typeAndWait
  • Ans. 

    typeAndWait is used to wait for a specific element to appear before proceeding, while type does not wait.

    • typeAndWait is used in Selenium WebDriver to wait for a specific element to appear before typing into it

    • type does not wait for the element to appear and may cause errors if the element is not present

    • typeAndWait is useful for dynamic web pages where elements may take time to load

  • Answered by AI
  • Q2. How to change window size in selenium
  • Ans. 

    To change window size in Selenium, you can use the set_window_size() method of the WebDriver class.

    • Use driver.set_window_size(width, height) to change the window size

    • Specify the width and height in pixels as parameters

    • Example: driver.set_window_size(800, 600) will set the window size to 800x600 pixels

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Different listeners in TestNG
  • Ans. 

    TestNG provides different listeners to customize test execution and reporting.

    • TestNG provides several built-in listeners such as IInvokedMethodListener, ITestListener, ISuiteListener, etc.

    • Listeners can be used to perform actions before or after test methods, suites, or entire test runs.

    • Listeners can be implemented by creating classes that extend the corresponding listener interfaces.

    • Listeners can be configured in the t...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium framework level questions
  • Q2. ETL questions & Data warehouse concepts
  • Q3. Functional/ manual testing related questions
Round 2 - HR 

(2 Questions)

  • Q1. Few technical questions & generic questions
  • Q2. CTC & Experience & expected CTC & Notice period, etc
Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Introduce yourself and give some brief about work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - I have appeared for the interview for the Role of QA Automation Engineer at Vadodara Branch. I joined the meeting early 5 minutes as usual then waited around 15 minutes of the panel and they joined the meeting. After that, I was asked to introduce myself and give some brief about my experience and role. So,I mentioned that I have 2 years of experience in Automation Testing which I had already mentioned to HR during the screening round and the panel asked rudely I have only 2 years' experience they put the meeting on hold for a longer time and came back and just message in the meeting saying we required at least 4 years of experience and how come you didn't tell HR.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response
Round 1 - Coding Test 

Java - String reverse, finding 2nd largest number

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - Coding Test 

Interviewer gave a java program and asked output.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Regression testing
  • Q2. Defect life cycle
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Method overload, Method Over ride, Inheritance, POM model explanation, Run only failed test cases in TESTNG how to achieve this, How to determine the tool for project, Write the X-path for random web e...
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

Aruna Industrial Products Interview FAQs

How many rounds are there in Aruna Industrial Products Senior QA Engineer interview?
Aruna Industrial Products interview process usually has 1 rounds. The most common rounds in the Aruna Industrial Products interview process are One-on-one Round.
What are the top questions asked in Aruna Industrial Products Senior QA Engineer interview?

Some of the top questions asked at the Aruna Industrial Products Senior QA Engineer interview -

  1. What is the difference between Quality Control and Quality Assuran...read more
  2. State the list of standards you have to refer for testin...read more
  3. What are the types of ste...read more

Tell us how to improve this page.

Aruna Industrial Products Senior QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Aruna Industrial Products Senior QA Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Design Engineer
11 salaries
unlock blur

₹1.6 L/yr - ₹3 L/yr

Purchase Engineer
6 salaries
unlock blur

₹1.8 L/yr - ₹2.9 L/yr

Production Engineer
5 salaries
unlock blur

₹2.2 L/yr - ₹2.8 L/yr

Production Manager
3 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Explore more salaries
Compare Aruna Industrial Products with

BHEL

4.1
Compare

Tata Steel

4.1
Compare

Reliance Industries

4.0
Compare

Hindalco Industries

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