Upload Button Icon Add office photos

Filter interviews by

Sandhar Amkin Industries Senior Quality Engineer Interview Questions and Answers

Updated 21 Aug 2024

Sandhar Amkin Industries Senior Quality Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Audit process about
  • Q2. Qc tools and kst exp

Interview questions from similar companies

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
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Java hashmap and strings

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 Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Tell me about yourself?
  • Q2. GD&T related quesstions
  • Q3. Difference b/w Profile of surface and Profile of line
  • Ans. 

    Profile of surface refers to the 3D deviation of a surface from its perfect form, while Profile of line refers to the 2D deviation of a line from its perfect form.

    • Profile of surface is a 3D measurement, while Profile of line is a 2D measurement

    • Profile of surface considers the entire surface, while Profile of line focuses on a specific line on the surface

    • Profile of surface is used to evaluate the overall shape and form ...

  • Answered by AI
  • Q4. How to measure sheet metal parts?
  • Ans. 

    Sheet metal parts can be measured using various tools and techniques to ensure accuracy and quality.

    • Use calipers to measure dimensions such as length, width, and thickness.

    • Utilize a micrometer for more precise measurements of thickness.

    • Perform a visual inspection to check for any defects or imperfections.

    • Use a coordinate measuring machine (CMM) for complex geometries and tight tolerances.

    • Verify measurements against eng...

  • Answered by AI
  • Q5. Does sheet metal parts required fixtures? How do you hold?
  • Ans. 

    Yes, sheet metal parts often require fixtures to hold them in place during manufacturing processes.

    • Sheet metal parts often have complex shapes that require fixtures to ensure accurate and consistent manufacturing.

    • Fixtures can be custom-designed to hold the sheet metal parts securely in place during processes such as cutting, bending, and welding.

    • Common types of fixtures for sheet metal parts include clamps, jigs, and s...

  • Answered by AI
  • Q6. What's Cp Cpk? Difference? And calculation
  • Ans. 

    Cp and Cpk are process capability indices used to measure how well a process is performing within specification limits.

    • Cp measures how well the process spread fits within the specification limits

    • Cpk measures how centered the process is between the specification limits

    • Cp and Cpk are calculated using the formula: Cp = (USL - LSL) / (6 * standard deviation) and Cpk = min((USL - mean) / (3 * standard deviation), (mean - LS...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident while answering the questions, keep interviewer engaged in the discussion.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 1. project framwork questions 2. knowledge about agile 3. Taiko gauge experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Performance testing why it is important
  • Ans. 

    Performance testing is important to ensure that the system can handle expected user load and provide a good user experience.

    • Identifies bottlenecks and performance issues before they impact users

    • Helps optimize system performance and resource utilization

    • Ensures that the system can handle expected user load and provide a good user experience

    • Examples: load testing, stress testing, endurance testing

  • Answered by AI
  • Q2. Describing different scenarios related to authentication
  • Ans. 

    Authentication scenarios include single sign-on, multi-factor authentication, and passwordless authentication.

    • Single sign-on allows users to access multiple applications with a single set of credentials.

    • Multi-factor authentication requires users to provide two or more forms of identification, such as a password and a fingerprint.

    • Passwordless authentication uses methods such as biometric identification or one-time codes...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer with confidence and learn from your interview experiences

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jun 2022. There were 5 interview rounds.

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. Before calling for the technical interview, will have skill assessment test for experienced candidates.In this skill assessment test is completely MCQ's based on your skill set and job requirement.
Round 3 - Technical 

(1 Question)

  • Q1. 1. What is the difference between find elements and find element in selenium 2. Oops concept and where you have applied this concept in your framework 3. Explain the framework you are using 4. How to gener...
  • Ans. 

    Interview questions for Senior Quality Engineer position

    • findElements returns a list of web elements while findElement returns a single web element

    • OOPS concepts include inheritance, polymorphism, encapsulation, and abstraction

    • TestNG framework allows for easy test case management and reporting

    • Reports in TestNG can be generated using the TestNG XML file or by using listeners

    • Defect life cycle includes identification, loggi...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. This round is for profile evaluation. In this round also they will ask technical questions based on job description.
Round 5 - HR 

(1 Question)

  • Q1. They will ask company related questions ( why this company)

Interview Preparation Tips

Interview preparation tips for other job seekers - All the very best for the coming interview. Prepare well.

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. Questions were quite good mostly relate to programming and some in depth concepts of oops
  • Q2. Questions around sql basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay confident and don’t discourage through interviewers tone
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. OOPs Concept, String program
  • Q2. TestNG annotations, Assertions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

Any current topic discussion will be there

Round 2 - Technical 

(2 Questions)

  • Q1. Write a palindrome
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Use words like 'radar', 'level', or 'madam' which read the same forwards and backwards.

    • Numbers like '12321' or '1221' are also palindromes.

    • Phrases like 'A man, a plan, a canal, Panama' are examples of palindromic sentences.

  • Answered by AI
  • Q2. Situations based question
Round 3 - HR 

(1 Question)

  • Q1. About the final year project

Skills evaluated in this interview

Sandhar Amkin Industries Interview FAQs

How many rounds are there in Sandhar Amkin Industries Senior Quality Engineer interview?
Sandhar Amkin Industries interview process usually has 1 rounds. The most common rounds in the Sandhar Amkin Industries interview process are Technical.
What are the top questions asked in Sandhar Amkin Industries Senior Quality Engineer interview?

Some of the top questions asked at the Sandhar Amkin Industries Senior Quality Engineer interview -

  1. Qc tools and kst ...read more
  2. Audit process ab...read more

Tell us how to improve this page.

Assistant Manager
7 salaries
unlock blur

₹4.6 L/yr - ₹9.5 L/yr

Quality Engineer
6 salaries
unlock blur

₹3.3 L/yr - ₹6 L/yr

Regional Sales Manager
5 salaries
unlock blur

₹7.2 L/yr - ₹10 L/yr

Engineer
4 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Senior Engineer
4 salaries
unlock blur

₹3.5 L/yr - ₹5.3 L/yr

Explore more salaries
Compare Sandhar Amkin Industries with

UNO Minda

4.0
Compare

Bharat Forge

3.8
Compare

Sundaram Clayton

4.1
Compare

Endurance Technologies

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview