Upload Button Icon Add office photos

Novo Nordisk

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Novo Nordisk Analyst Interview Questions and Answers

Updated 19 Apr 2024

Novo Nordisk Analyst Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between validation and qualification
  • Ans. 

    Validation ensures that the system meets the user's needs, while qualification ensures that the system is installed and operates correctly.

    • Validation confirms that the system meets the user's requirements and expectations.

    • Qualification ensures that the system is installed correctly and operates within predefined specifications.

    • Validation is more focused on user needs and expectations, while qualification is more focuse...

  • Answered by AI
  • Q2. What is GLP and data integrity
  • Ans. 

    GLP stands for Good Laboratory Practice, which ensures the reliability and integrity of data generated in a laboratory setting.

    • GLP is a set of guidelines for conducting non-clinical safety studies on chemicals, pharmaceuticals, and other products.

    • It includes requirements for the organization, personnel, facilities, equipment, and documentation of studies.

    • Data integrity refers to the accuracy, completeness, and reliabil...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is HPLC and GC
  • Ans. 

    HPLC and GC are analytical techniques used in chemistry to separate and analyze compounds in a mixture.

    • HPLC stands for High Performance Liquid Chromatography, which uses a liquid mobile phase to separate compounds based on their interactions with a stationary phase.

    • GC stands for Gas Chromatography, which uses a gas mobile phase to separate compounds based on their volatility and interactions with a stationary phase.

    • Bot...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

Analyst Jobs at Novo Nordisk

View all

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Nov 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Excel and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Excel and SQL well

I applied via Company Website and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. My education, asked me to describe myself

Interview Preparation Tips

Interview preparation tips for other job seekers - hiring managers asked about my education in B.Pharm, what I know about Abott, which areas are they into, asked about any extra curricular activities I was engaged in while I was in College, etc
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The first round had aptitude,logical reasoning questions. There were three coding question of which I remember Jump Game IV.

Round 2 - One-on-one 

(1 Question)

  • Q1. They started off with a brief introduction of myself and then asked questions regarding my projects.And this went on - mainly based on projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please just dont focus just on the technical part like doing leetcode or just studying core subjects and going into the interview. Practice communication skills,maintain a rapport with your interviewer and show your passion.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Round 1 consisted of Aptitude and coding questions. Aptitude was doable and coding questions were a bit difficult.

Round 2 - One-on-one 

(3 Questions)

  • Q1. CV go through. Tell me about your Projects.
  • Q2. Explain any supervised and unsupervised algorithm.
  • Ans. 

    Supervised algorithms learn from labeled data while unsupervised algorithms learn from unlabeled data.

    • Supervised algorithms are used for classification and regression tasks.

    • Examples of supervised algorithms include decision trees, random forests, and support vector machines.

    • Unsupervised algorithms are used for clustering and dimensionality reduction tasks.

    • Examples of unsupervised algorithms include k-means clustering,

  • Answered by AI
  • Q3. Difference between SQL and MySQL
  • Ans. 

    SQL is a language used to manage relational databases while MySQL is a relational database management system.

    • SQL is a language used to manage relational databases while MySQL is a relational database management system.

    • SQL is a standard language used across different database management systems while MySQL is a specific implementation of a relational database management system.

    • MySQL is open-source and free to use while ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Where do u see yourself in couple of years and why Eli Lilly.
  • Q2. Strengths and weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and solve aptitude questions regularly and try solving easy and medium questions from gfg

Skills evaluated in this interview

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

It contains multiple sections and it also contains coding test section also

Round 2 - Technical 

(3 Questions)

  • Q1. What is gen Ai?
  • Ans. 

    Gen Ai refers to the generation of artificial intelligence that focuses on mimicking human cognitive functions.

    • Gen Ai aims to create AI systems that can think, learn, and problem-solve like humans.

    • It involves technologies such as natural language processing, machine learning, and neural networks.

    • Examples include virtual assistants like Siri and Alexa, as well as self-driving cars.

  • Answered by AI
  • Q2. What is cloud and how it works?
  • Ans. 

    Cloud computing is the delivery of computing services over the internet, including storage, servers, databases, networking, software, and more.

    • Cloud computing allows users to access and use resources on-demand without the need for physical infrastructure.

    • It offers scalability, flexibility, cost-effectiveness, and increased efficiency compared to traditional on-premises solutions.

    • Examples of cloud services include Amazo...

  • Answered by AI
  • Q3. About my projects and asked me to explain?

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Have you make any Down payment
  • Ans. 

    Yes, I have made a down payment on my car loan.

    • Yes, I made a down payment of 20% on my car loan.

    • The down payment helped lower my monthly payments.

    • I saved up for the down payment over several months.

  • Answered by AI
  • Q2. Did you come across any situation like aging invoices pending to process and how you clear that
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

SQL and 2 coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The company came in my colllege and all rounds happened after that
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between List and Tuple?
  • Ans. 

    List is mutable, Tuple is immutable in Python.

    • List can be modified after creation, Tuple cannot be modified

    • List is defined using square brackets [], Tuple is defined using parentheses ()

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

  • Answered by AI
  • Q2. Define a sales forecasting approach?
  • Ans. 

    Sales forecasting approach is a method used to predict future sales based on historical data and market trends.

    • Sales forecasting can be done using quantitative methods like time series analysis or qualitative methods like expert opinion.

    • It involves analyzing past sales data, market trends, and other relevant factors to predict future sales.

    • Different approaches include moving average method, exponential smoothing, regre...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Sanofi Analyst interview:
  • Python
  • SQL
Interview preparation tips for other job seekers - Just prepare basic python and SQL

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They tested my behavioral skills more than my technical knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and answer straight away without any hesitation. Here in Astrazeneca they are insisting the SpeakUp culture. Hence sharing your thought and opinion directly to them will impress them a lot.

Novo Nordisk Interview FAQs

How many rounds are there in Novo Nordisk Analyst interview?
Novo Nordisk interview process usually has 2 rounds. The most common rounds in the Novo Nordisk interview process are Technical.
How to prepare for Novo Nordisk Analyst 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 Novo Nordisk. The most common topics and skills that interviewers at Novo Nordisk expect are Recruitment, Procurement, Analytics, Financial Planning and Pharma.
What are the top questions asked in Novo Nordisk Analyst interview?

Some of the top questions asked at the Novo Nordisk Analyst interview -

  1. What is difference between validation and qualificat...read more
  2. What is GLP and data integr...read more
  3. What is HPLC and...read more

Tell us how to improve this page.

Novo Nordisk Analyst Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Novo Nordisk Analyst Salary
based on 27 salaries
₹6.3 L/yr - ₹25.5 L/yr
118% more than the average Analyst Salary in India
View more details

Novo Nordisk Analyst Reviews and Ratings

based on 5 reviews

3.5/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.5

Salary

2.6

Job security

5.0

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 5 Reviews and Ratings
Analyst

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Explore more jobs
Business Analyst
337 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Specialist
207 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Advanced Business Analyst
178 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Specialist
172 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Business Analyst
157 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Novo Nordisk with

Eli Lilly and Company

3.8
Compare

Sanofi

4.2
Compare

GlaxoSmithKline Pharmaceuticals

4.1
Compare

Abbott

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