AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

AstraZeneca

Compare button icon Compare button icon Compare
4.0

based on 892 Reviews

Play video Play video Video summary
  • About
  • Reviews
    892
  • Salaries
    6.5k
  • Interviews
    60
  • Jobs
    -
  • Benefits
    170
  • Photos
    -
  • Posts
    2

Filter interviews by

AstraZeneca Interview Questions and Answers

Updated 26 Apr 2025
Popular Designations

20 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 Boiler Operator 1 was asked 3mo ago
Q. What are the issues with a fusible plug and a broken gauge glass?
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 mainten...

View all Boiler Operator 1 interview questions
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 Data Analyst was asked 9mo ago
Q. What are the basics of Power BI?
Ans. 

Power BI is a business analytics tool by Microsoft for visualizing and analyzing data.

  • Power BI is a business analytics tool by Microsoft

  • It allows users to visualize and analyze data from various sources

  • Users can create interactive reports and dashboards

  • Power BI offers a wide range of data connectors for seamless integration

  • It provides features like data modeling, data preparation, and data visualization

  • Power BI ca...

View all Data Analyst 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
Are these interview questions helpful?
A Data Analyst was asked
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
A Data Analyst was asked
Q. What is the difference between a list and a tuple?
Ans. 

List is mutable, tuple is immutable in Python.

  • List can be modified after creation, tuple cannot.

  • List uses square brackets [], tuple uses parentheses ().

  • List is used for collections of items that may change, tuple for fixed collections.

  • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

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
1 2

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
    Add your answer
  • 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
    Add your answer
Round 3 - One-on-one 

(2 Questions)

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

(1 Question)

  • Q1. Basic Communication skills
  • Add your answer

Skills evaluated in this interview

Anonymous

Senior Supply Chain Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2024

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

(1 Question)

  • Q1. Past experiences
  • Add your answer
Round 2 - One-on-one 

(2 Questions)

  • Q1. Deeper into past experiences
  • Add your answer
  • 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
    Add your answer
Anonymous

Key Account Manager Interview Questions & Answers

user image Jan Baginski

posted on 14 Oct 2024

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
    Add your answer
  • 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
    Add your answer

Interview Preparation Tips

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

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
  • Add your answer
  • Q2. Experience related to the role
  • Add your answer
Anonymous

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
    Add your answer
  • Q2. Feed pump service and lpg manifold oprating
  • Add your answer
  • Q3. Boiler mainantance
  • Add your answer
  • Q4. Treap servicing p r v seting
  • Add your answer
  • Q5. Stem line maintance
  • Add your answer
  • Q6. Safety value and blowdonvalue service
  • Add your answer
Anonymous

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Sep 2024

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

(2 Questions)

  • Q1. Testing Topics and Test related Artifacts
  • Add your answer
  • 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
    Add your answer
Anonymous

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
  • Add your answer
  • 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
    Add your answer
Anonymous

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
  • Add your answer

Skills evaluated in this interview

Anonymous

Senior Consultant Interview Questions & Answers

user image Shakthi Vel

posted on 18 Mar 2025

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
    Add your answer
  • 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
    Add your answer
  • 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
    Add your answer
Anonymous

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
  • Add your answer
  • Q2. Difference between list and tuple
  • Add your answer
Round 2 - HR 

(2 Questions)

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

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

Anonymous

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.
More about working at AstraZeneca
  • HQ - Cambridge, Cambridgeshire, United Kingdom (UK)
  • Pharma
  • 501-1k Employees (India)
  • Public
  • Biotechnology

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.

AstraZeneca Interviews By Designations

  • AstraZeneca Consultant Interview Questions
  • AstraZeneca Data Analyst Interview Questions
  • AstraZeneca Analyst Interview Questions
  • AstraZeneca Senior Analyst Interview Questions
  • AstraZeneca Software Engineer Interview Questions
  • AstraZeneca Statistical Programmer Interview Questions
  • AstraZeneca Associate Engineer Interview Questions
  • AstraZeneca Territory Business Manager Interview Questions
  • Show more
  • AstraZeneca Patient Safety Specialist Interview Questions
  • AstraZeneca Software Developer Interview Questions

Interview Questions for Popular Designations

  • Consultant Interview Questions
  • Executive Interview Questions
  • Team Lead Interview Questions
  • Software Engineer Interview Questions
  • Senior Engineer Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Accountant Interview Questions
  • Java Developer Interview Questions
  • Show more
  • System Engineer Interview Questions
  • Assistant Manager Interview Questions

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
Abbott Interview Questions
4.1
 • 160 Interviews
Piramal Pharma
Piramal Pharma Interview Questions
4.0
 • 105 Interviews
Unichem Laboratories
Unichem Laboratories Interview Questions
3.8
 • 89 Interviews
Pfizer
Pfizer Interview Questions
3.9
 • 77 Interviews
Sanofi
Sanofi Interview Questions
4.2
 • 76 Interviews
Eli Lilly and Company
Eli Lilly and Company Interview Questions
3.7
 • 76 Interviews
Granules India Limited
Granules India Limited Interview Questions
3.8
 • 73 Interviews
Strides Pharma
Strides Pharma Interview Questions
3.9
 • 64 Interviews
NecLife
NecLife Interview Questions
3.6
 • 54 Interviews
Shilpa Medicare
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
AstraZeneca Salaries in India
Senior Consultant
467 salaries
unlock blur

₹22.1 L/yr - ₹40.2 L/yr

Consultant
366 salaries
unlock blur

₹11.5 L/yr - ₹20 L/yr

Engineer
263 salaries
unlock blur

₹10.1 L/yr - ₹18.7 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

Abbott

4.1
Compare
Pfizer

Pfizer

3.9
Compare
Granules India Limited

Granules India Limited

3.8
Compare
Sanofi

Sanofi

4.1
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • AstraZeneca Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter