Upload Button Icon Add office photos

Filter interviews by

Aptar Pharma Interview Questions and Answers

Updated 7 Aug 2023

Aptar Pharma Interview Experiences

Popular Designations

2 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I was interviewed in Jul 2023.

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 

(3 Questions)

  • Q1. Chillers cooling tower DGs air compressors ro plant
  • Q2. Chillers cooling tower DGs air compressors ro plant 5s
  • Q3. Compressor PM and DGs general check up
Round 3 - Technical 

(2 Questions)

  • Q1. Air compressor cooling tower ro plant DGs
  • Q2. Air compressor DGs cooling tower ro plant chillers

Interview Preparation Tips

Interview preparation tips for other job seekers - Tq you

Electrical Technician Interview Questions asked at other Companies

Q1. Preventive Maintenance of All Kinds of H.V & LV Breakers, Motors, Voltage Up To 33 KV & 11 KV & 6.6.KV /2400 KW ,Transformer(15.75KV /230 KV ), Corrective Maintenance of HV/MV /LV Switches gears,VCB,ACB,MOCB,SF6 Breakers, Breake... read more
View answer (4)

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked to me about my previous job work
  • Ans. I m telling them briefly about my job profile work of my previous company
  • Answered by Sudarshan Kumar

Interview Preparation Tips

Interview preparation tips for other job seekers - It was knowledable , some time I have some queries with questions but interviewer correct me on that time

QA QC Engineer Interview Questions asked at other Companies

Q1. wha is your response ?, if material will purchase from any factory then what will u do that ? , how many hours can u do work in a day?, do u know all plant calibration?, how the borrow area will select ?, how u manage your junior in work pe... read more
View answer (4)

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 7 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 - Aptitude Test 

Aptitude test was quite good if we are good at basics

Round 3 - Group Discussion 

Group discussion happened to eliminate most of the candidates, just we have to put our point forward boldly, we can succeed

Round 4 - Coding Test 

Coding test was but hard, they asked algorithms for searching and sorting techniques with code, OOPs concept was emphasised

Round 5 - Coding Test 

Again there was a coding test, this time few coding related questions are given like the hacker rank and hacker earth problems

Round 6 - One-on-one 

(1 Question)

  • Q1. This round was with the manager and coding questions were asked in this round. Along with that few riddles were asked related to the logical thinking.
Round 7 - HR 

(2 Questions)

  • Q1. General HR questions are asked like tell about yourself
  • Q2. What are your strengths
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Aptitude test with mechanical questions

Round 2 - Technical 

(1 Question)

  • Q1. Instrument question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself? Why are you interested in Berry Global?

I applied via Naukri.com and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Here they have work basically based on windows. So better to have c# and windows related stuff. Like win32, mfc, .net, c# . Here in my case I did not have experience in windows to ki made them clear about ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Two technical rounds were there and one more technical round with US panel were there. They were very cooperative.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

Fitness & Skill with Dream lab project

Round 2 - Assignment 

Understand project & make a PowerPoint presentation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not any great advice for Job seeker.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal and was interviewed in Dec 2022. 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 

(6 Questions)

  • Q1. How do you find the code performance issue in the code deployed in production?
  • Ans. 

    To find code performance issues in production, use monitoring tools and profiling techniques.

    • Use monitoring tools like New Relic, AppDynamics, or Datadog to track performance metrics and identify bottlenecks.

    • Use profiling techniques like CPU profiling, memory profiling, and network profiling to pinpoint specific areas of the code that are causing performance issues.

    • Analyze logs and error messages to identify patterns a...

  • Answered by AI
  • Q2. What is asynchronous programming
  • Ans. 

    Asynchronous programming is a programming paradigm that allows multiple tasks to run concurrently without blocking each other.

    • Asynchronous programming is used to improve the performance of applications that require a lot of I/O operations.

    • It involves the use of callbacks, promises, and async/await keywords in JavaScript.

    • Asynchronous programming can be used in both front-end and back-end development.

    • Examples of asynchro...

  • Answered by AI
  • Q3. Write a program to change background after every 0.5 sec interval to orange,white,green on button click in Angular?
  • Ans. 

    Program to change background color on button click in Angular

    • Create a button in Angular template

    • Add click event listener to the button

    • Use setInterval() function to change background color after every 0.5 sec

    • Use ngStyle directive to change background color dynamically

  • Answered by AI
  • Q4. How to load a component only after 3 of my services are loaded?
  • Ans. 

    Use Angular's 'resolve' property to load component after services are loaded.

    • Create a resolver service that waits for all three services to complete before resolving.

    • Add the resolver service to the 'resolve' property of the component's route.

    • Access the resolved data in the component using the ActivatedRoute service.

    • Example: { path: 'my-component', component: MyComponent, resolve: { data: MyResolverService } }

  • Answered by AI
  • Q5. What is difference between iquerable and ienumrable
  • Ans. 

    IQueryable is for querying data from a source that implements IQueryable interface while IEnumerable is for iterating over a collection of data.

    • IQueryable is used for deferred execution while IEnumerable is used for immediate execution.

    • IQueryable is used for querying data from a remote data source while IEnumerable is used for querying data from an in-memory collection.

    • IQueryable is more efficient for large datasets as...

  • Answered by AI
  • Q6. When you go with entity framework and ado.net
  • Ans. 

    Entity Framework is an ORM while ADO.NET is a data access technology.

    • Entity Framework is easier to use and provides more abstraction than ADO.NET.

    • ADO.NET is faster and more flexible than Entity Framework.

    • Use Entity Framework for simple CRUD operations and ADO.NET for complex queries and performance-critical applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on skills from your resume. Prepare more on Angular,Design patterns. Should have knowledge on Azure.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. He asked me about my process . He told that he will be calling tomorrow . Still i didnt get any call from that company . Very Worst response . They should tell the reason for not selecting .

I applied via Referral and was interviewed before Nov 2021. 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 - Group Discussion 

Give all answer of questions very well

Round 3 - HR 

(3 Questions)

  • Q1. How much experience in your field
  • Q2. Are you work out side
  • Q3. You have a single or joint family

Interview Preparation Tips

Topics to prepare for Gerresheimer Wireman Technician interview:
  • Basic knowledge
Interview preparation tips for other job seekers - Interview is very well and they satisfy with my answer

Aptar Pharma Interview FAQs

How many rounds are there in Aptar Pharma interview?
Aptar Pharma interview process usually has 3 rounds. The most common rounds in the Aptar Pharma interview process are Technical and Resume Shortlist.
What are the top questions asked in Aptar Pharma interview?

Some of the top questions asked at the Aptar Pharma interview -

  1. Chillers cooling tower DGs air compressors ro pl...read more
  2. Chillers cooling tower DGs air compressors ro plant...read more
  3. Air compressor cooling tower ro plant ...read more

Tell us how to improve this page.

Aptar Pharma Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Aptar Pharma Reviews and Ratings

based on 43 reviews

4.0/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

3.5

Salary

3.7

Job security

3.8

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 43 Reviews and Ratings
Production Supervisor
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Supervisor
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Aptar Pharma with

West Pharmaceutical Services

3.9
Compare

Gerresheimer

3.0
Compare

Catalent

1.5
Compare

SCHOTT

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