Upload Button Icon Add office photos

AstraZeneca

Compare button icon Compare button icon Compare

Filter interviews by

AstraZeneca Interview Questions and Answers

Updated 26 Apr 2025
Popular Designations

16 Interview questions

A Manager - Global Planning Insights was asked 2mo ago
Q. How did you handle conflict management?
Ans. 

Effective conflict management involves communication, understanding perspectives, and finding common ground to resolve issues.

  • Active Listening: I ensure all parties feel heard by summarizing their points before responding, which helps in de-escalating tensions.

  • Collaborative Problem-Solving: In a project dispute, I facilitated a meeting where team members brainstormed solutions together, leading to a consensus.

  • Sett...

A Senior Consultant was asked 3mo ago
Q. What is SCD and what are the different types of SCD?
Ans. 

SCD refers to Slowly Changing Dimensions in data warehousing, managing changes in data over time.

  • Type 0: Passive - No changes are made to the existing data. Example: Historical data remains unchanged.

  • Type 1: Overwrite - Old data is replaced with new data. Example: Correcting a misspelled name.

  • Type 2: Add New Row - A new record is created for changes, preserving history. Example: Tracking changes in customer addres...

View all Senior Consultant interview questions
A Senior Consultant was asked 3mo ago
Q. What is MDM?
Ans. 

MDM stands for Master Data Management, a process for managing critical data across an organization.

  • Ensures consistency and accuracy of key business data across systems.

  • Involves data governance, data quality, and data integration.

  • Examples include managing customer, product, and supplier data.

  • Helps in decision-making by providing a single source of truth.

View all Senior Consultant interview questions
A Senior Consultant was asked 3mo ago
Q. Write an SQL query to join two tables.
Ans. 

SQL joins combine rows from two or more tables based on related columns.

  • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

  • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

  • RIGHT JOIN: Returns all records from the right table and matched records from the ...

View all Senior Consultant interview questions
A Digital Marketer was asked 9mo ago
Q. Explain the best sorting technique.
Ans. 

The best sorting technique is the one that suits the specific requirements of the data set, such as quicksort or mergesort.

  • Consider the size of the data set and the range of values

  • Choose a sorting algorithm based on time complexity and space complexity

  • Quicksort is efficient for large data sets, while mergesort is stable and works well with linked lists

View all Digital Marketer interview questions
A Data Analyst was asked 12mo ago
Q. What is a lambda function?
Ans. 

Lambda function is an anonymous function in programming that can have multiple arguments but can only have one expression.

  • Lambda functions are used for creating small, one-time use functions without the need to define a formal function.

  • They are often used in functional programming languages like Python.

  • Lambda functions can take any number of arguments, but can only have one expression.

  • Example: lambda x: x*2 define...

View all Data Analyst interview questions
An Automation Engineer was asked
Q. What is a recursive function?
Ans. 

A recursive function is a function that calls itself within its definition.

  • A recursive function must have a base case to prevent infinite recursion.

  • It can be used to solve problems that can be broken down into smaller, similar subproblems.

  • Examples include factorial calculation and Fibonacci sequence generation.

View all Automation Engineer interview questions
Are these interview questions helpful?
An Analyst was asked
Q. Given an array of numbers, how would you count the frequency of each number?
Ans. 

Count the frequency of each number in an array using a dictionary or hashmap.

  • Use a dictionary to store numbers as keys and their counts as values. Example: [1, 2, 2, 3] results in {1: 1, 2: 2, 3: 1}.

  • Iterate through the array and update the count for each number. Example: for num in array: counts[num] += 1.

  • Consider edge cases like empty arrays or arrays with all identical elements. Example: [] results in {}.

View all Analyst interview questions
A Graduate Trainee was asked
Q. What is the difference between heap and stack memory in Java?
Ans. 

Heap is used for dynamic memory allocation, while stack is used for static memory allocation in Java.

  • Heap memory is used for storing objects and is managed by the JVM.

  • Stack memory is used for storing method calls and local variables.

  • Heap memory is larger in size compared to stack memory.

  • Objects created in heap memory can be accessed globally, while variables in stack memory are only accessible within the method th...

View all Graduate Trainee interview questions
An IT Business Analyst was asked
Q. What will you do if the business and BPM do not have the same objectives?
Ans. 

I will try to understand the reasons behind the differences and work towards finding a common ground.

  • I will schedule a meeting with both parties to discuss their objectives and concerns.

  • I will analyze the requirements and constraints of both parties.

  • I will try to find a compromise that satisfies both parties.

  • If a compromise cannot be reached, I will escalate the issue to higher management for resolution.

View all IT Business Analyst interview questions

AstraZeneca Interview Experiences

60 interviews found

Digital Marketer Interview Questions & Answers

user image Darrien Xavier

posted on 27 Sep 2024

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic one 2 coding and rest are aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the best sorting technique
  • Ans. 

    The best sorting technique is the one that suits the specific requirements of the data set, such as quicksort or mergesort.

    • Consider the size of the data set and the range of values

    • Choose a sorting algorithm based on time complexity and space complexity

    • Quicksort is efficient for large data sets, while mergesort is stable and works well with linked lists

  • Answered by AI
  • Q2. Do you have any experience in marketing
  • Ans. 

    Yes, I have over 5 years of experience in marketing, including digital marketing, social media marketing, and content marketing.

    • Over 5 years of marketing experience

    • Specialize in digital marketing, social media marketing, and content marketing

    • Managed successful marketing campaigns for various clients

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Why Astra Zeneca
  • Q2. After completing a B.Tech in IT, You have decided to pursue a career in Digital Marketing. How does it work?
Round 4 - HR 

(1 Question)

  • Q1. Basic Communication skills

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Past experiences
Round 2 - One-on-one 

(2 Questions)

  • Q1. Deeper into past experiences
  • Q2. A sample supply chain project
  • Ans. 

    Implemented a demand forecasting model to optimize inventory levels and reduce stockouts.

    • Identified key demand drivers and historical trends

    • Utilized statistical forecasting methods such as ARIMA or exponential smoothing

    • Collaborated with cross-functional teams to gather input and validate forecasts

    • Monitored forecast accuracy and made adjustments as needed

    • Implemented inventory optimization strategies based on forecasted ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What's was your last double visit feedback?
  • Ans. 

    Received positive feedback on the double visit, highlighting strong relationship building and effective communication skills.

    • Client appreciated the thorough follow-up on previous discussions

    • Client mentioned feeling valued and understood during the visit

    • Client expressed satisfaction with the proposed solutions and next steps

  • Answered by AI
  • Q2. Which area do you need to improve according to your Boss?
  • Ans. 

    My boss has mentioned that I need to improve my time management skills.

    • Prioritize tasks based on importance and deadlines

    • Set specific goals and deadlines for each task

    • Use tools like calendars and to-do lists to stay organized

    • Regularly review and adjust schedule to ensure timely completion of tasks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to Focus on patients needs.

Test Manager Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Defect related, process and so on
  • Q2. Experience related to the role

Boiler Operator 1 Interview Questions & Answers

user image Venkatesh Venka

posted on 29 Mar 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
  • Q1. Fuseble plug and gauge glass greakedd
  • Ans. 

    Understanding the implications of a fusible plug failure and gauge glass breakage in boiler operations is crucial for safety.

    • A fusible plug is designed to melt at high temperatures, preventing boiler overpressure.

    • If a fusible plug fails, it can lead to dangerous pressure build-up, risking an explosion.

    • Gauge glass breakage can lead to inaccurate water level readings, risking boiler damage or failure.

    • Regular maintenance ...

  • Answered by AI
  • Q2. Feed pump service and lpg manifold oprating
  • Q3. Boiler mainantance
  • Q4. Treap servicing p r v seting
  • Q5. Stem line maintance
  • Q6. Safety value and blowdonvalue service
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Testing Topics and Test related Artifacts
  • Q2. Are you ok to come to office 3 days a week
  • Ans. 

    Yes, I am okay to come to the office 3 days a week.

    • I am comfortable with the arrangement and can adjust my schedule accordingly.

    • I believe in-person collaboration is important for team dynamics and productivity.

    • I can use the remaining days to work remotely and focus on individual tasks.

    • I have reliable transportation to commute to the office as needed.

  • Answered by AI

Consultant Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2025

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Values of AZ
  • Q2. Behaviour at work
  • Ans. 

    My work behavior is characterized by collaboration, adaptability, and a strong commitment to achieving team goals.

    • I prioritize open communication, ensuring everyone is on the same page, as seen in my previous project where weekly check-ins improved team alignment.

    • I adapt quickly to changing circumstances, demonstrated when I successfully led a project pivot due to unexpected client feedback.

    • I actively seek feedback fro...

  • Answered by AI

Data Analyst Interview Questions & Answers

user image ROHIT JAIN

posted on 9 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the basics of power bi

Skills evaluated in this interview

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is SCD and types of SCD
  • Ans. 

    SCD refers to Slowly Changing Dimensions in data warehousing, managing changes in data over time.

    • Type 0: Passive - No changes are made to the existing data. Example: Historical data remains unchanged.

    • Type 1: Overwrite - Old data is replaced with new data. Example: Correcting a misspelled name.

    • Type 2: Add New Row - A new record is created for changes, preserving history. Example: Tracking changes in customer addresses.

    • T...

  • Answered by AI
  • Q2. SQL query for join
  • Ans. 

    SQL joins combine rows from two or more tables based on related columns.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

    • RIGHT JOIN: Returns all records from the right table and matched records from the left ...

  • Answered by AI
  • Q3. What is MDM
  • Ans. 

    MDM stands for Master Data Management, a process for managing critical data across an organization.

    • Ensures consistency and accuracy of key business data across systems.

    • Involves data governance, data quality, and data integration.

    • Examples include managing customer, product, and supplier data.

    • Helps in decision-making by providing a single source of truth.

  • Answered by AI

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Jun 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is lamda function
  • Q2. Difference between list and tuple
Round 2 - HR 

(2 Questions)

  • Q1. Explain your previous work experience
  • Q2. Explain with example how your work related to real life example

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare very well for the job description give most of the questions will be based on that

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about AstraZeneca?
Ask anonymously on communities.

AstraZeneca Interview FAQs

How many rounds are there in AstraZeneca interview?
AstraZeneca interview process usually has 2-3 rounds. The most common rounds in the AstraZeneca interview process are Technical, HR and Resume Shortlist.
How to prepare for AstraZeneca interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at AstraZeneca. The most common topics and skills that interviewers at AstraZeneca expect are Recruitment, Healthcare, Pharmacy, Automation Testing and Agile Coaching.
What are the top questions asked in AstraZeneca interview?

Some of the top questions asked at the AstraZeneca interview -

  1. What will you do if the business and BPM do not have same objectiv...read more
  2. Workday experience in creating the calculated fie...read more
  3. How did you handle conflict manageme...read more
What are the most common questions asked in AstraZeneca HR round?

The most common HR questions asked in AstraZeneca interview are -

  1. What are your strengths and weakness...read more
  2. What are your salary expectatio...read more
  3. Where do you see yourself in 5 yea...read more
How long is the AstraZeneca interview process?

The duration of AstraZeneca interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 58 interview experiences

Difficulty level

Easy 15%
Moderate 73%
Hard 12%

Duration

Less than 2 weeks 42%
2-4 weeks 27%
4-6 weeks 8%
6-8 weeks 12%
More than 8 weeks 12%
View more

Interview Questions from Similar Companies

Abbott Interview Questions
4.1
 • 160 Interviews
Piramal Pharma Interview Questions
4.0
 • 105 Interviews
Pfizer Interview Questions
3.9
 • 77 Interviews
Sanofi Interview Questions
4.2
 • 76 Interviews
Strides Pharma Interview Questions
3.9
 • 64 Interviews
NecLife Interview Questions
3.6
 • 54 Interviews
Shilpa Medicare Interview Questions
3.5
 • 52 Interviews
View all

AstraZeneca Reviews and Ratings

based on 892 reviews

4.0/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.9

Salary

3.7

Job security

3.9

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 892 Reviews and Ratings
Senior Consultant
467 salaries
unlock blur

₹22.1 L/yr - ₹40.2 L/yr

Consultant
365 salaries
unlock blur

₹11.5 L/yr - ₹20 L/yr

Engineer
270 salaries
unlock blur

₹10 L/yr - ₹17.5 L/yr

Territory Business Manager
217 salaries
unlock blur

₹3.4 L/yr - ₹12.5 L/yr

Associate Engineer
196 salaries
unlock blur

₹4.4 L/yr - ₹9.5 L/yr

Explore more salaries
Compare AstraZeneca with

Abbott

4.1
Compare

Pfizer

3.9
Compare

Granules India Limited

3.8
Compare

Sanofi

4.1
Compare
write
Share an Interview