Upload Button Icon Add office photos

Filter interviews by

APU Packaging QA QC Engineer Interview Questions and Answers

Updated 2 Mar 2023

APU Packaging QA QC Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Mar 2022. There were 3 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 - HR 

(1 Question)

  • Q1. Some basic information regarding to current sallery and expections
Round 3 - Technical 

(1 Question)

  • Q1. A written test .in this test normal question about quality.7q knowledge Ppm,5S ,kaizan,pokayoka etc some knowledge of Ppap

Interview Preparation Tips

Topics to prepare for APU Packaging QA QC Engineer interview:
  • 7 Qc
Interview preparation tips for other job seekers - Prepare well for qualify interview.and disscus All sallery issue at this yime also

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. 1.About Clear Cover....?
  • Q2. 2. Checking point in Beam and Column....?
  • Ans. 

    Checking points in beam and column are critical for ensuring structural integrity.

    • Checking for cracks or deformations

    • Ensuring proper alignment and levelness

    • Verifying adequate reinforcement

    • Checking for proper bearing and connection details

    • Using non-destructive testing methods

    • Following applicable codes and standards

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is spring boot
  • Ans. 

    Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating Spring applications by providing a set of default configurations.

    • It allows for easy setup of Spring projects with minimal configuration.

    • Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow, making it easy to deploy applications.

    • It provides product...

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

    Serialisation is the process of converting an object into a stream of bytes to store or transmit data.

    • Serialisation is used to save the state of an object and recreate it when needed.

    • It allows objects to be converted into a format that can be easily stored or transmitted.

    • Common examples include JSON, XML, and binary serialisation.

    • Serialisation is important for data persistence and inter-process communication.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Java Interview Question
  • Q2. How to reverse a string
  • Ans. 

    To reverse a string, iterate through the string from end to start and append each character to a new string.

    • Iterate through the string from end to start

    • Append each character to a new string

    • Return the reversed string

  • Answered by AI
  • Q3. How to find a Duplicate from a string
  • Ans. 

    Use a hash set to find duplicates in a string array.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if the element is already in the hash set.

    • If it is, then it is a duplicate.

    • Example: ['apple', 'banana', 'apple'] -> 'apple' is a duplicate.

  • Answered by AI
  • Q4. How to check an integer is palindrome or not
  • Ans. 

    To check if an integer is a palindrome, reverse the integer and compare it with the original integer.

    • Convert the integer to a string to easily reverse it

    • Reverse the string and compare it with the original string

    • If they are the same, the integer is a palindrome

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good in Java

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There were 2 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. General SOM and FEA questions Hypermesh related questions

Interview Preparation Tips

Topics to prepare for Accenture Senior Engineer interview:
  • Som fea tools
Interview preparation tips for other job seekers - Prepare well on Hypermesh and abaqus
Little bit of SOM and it's good to go
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. About your pacakge
  • Q2. About your family

Interview Preparation Tips

Interview preparation tips for other job seekers - Br prepared

Interview Questionnaire 

1 Question

  • Q1. Spring and SpringBoot
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About SPFx, power platform, SharePoint versions and features

I applied via Company Website and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Experience on AWS and spring boot
  • Q2. Principles to be followed while designing microservices application
  • Ans. 

    Design microservices with loose coupling, high cohesion, and fault tolerance.

    • Decompose the application into small, independent services

    • Use API gateways for service discovery and routing

    • Implement fault tolerance with circuit breakers and retries

    • Ensure each service has a single responsibility and is highly cohesive

    • Use asynchronous communication between services

    • Implement security and authentication at the API gateway leve...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - should learn the core java and stream API , and must create a POC on spring rest services if really don't have experience on it

Skills evaluated in this interview

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

APU Packaging Interview FAQs

How many rounds are there in APU Packaging QA QC Engineer interview?
APU Packaging interview process usually has 3 rounds. The most common rounds in the APU Packaging interview process are Resume Shortlist, HR and Technical.
What are the top questions asked in APU Packaging QA QC Engineer interview?

Some of the top questions asked at the APU Packaging QA QC Engineer interview -

  1. A written test .in this test normal question about quality.7q knowledge Ppm,5S ...read more
  2. Some basic information regarding to current sallery and expecti...read more

Tell us how to improve this page.

APU Packaging QA QC Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

APU Packaging QA QC Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

2.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Junior Engineer
7 salaries
unlock blur

₹2.1 L/yr - ₹3.2 L/yr

Quality Engineer
7 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Accountant
4 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

QA Engineer
4 salaries
unlock blur

₹3.6 L/yr - ₹4.9 L/yr

Production Supervisor
4 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

Explore more salaries
Compare APU Packaging with

Uflex

3.8
Compare

EPL Limited

3.9
Compare

Cosmo Films

3.7
Compare

TCPL Packaging

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