Upload Button Icon Add office photos

Eli Lilly and Company

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Eli Lilly and Company Senior Data Analyst Interview Questions and Answers

Updated 27 Jun 2024

Eli Lilly and Company Senior Data Analyst Interview Experiences

1 interview found

Senior Data Analyst Interview Questions & Answers

user image Adithya pythireddi

posted on 27 Jun 2024

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

(2 Questions)

  • Q1. Using sql extract substring of name
  • Ans. 

    Using SQL to extract substring of name

    • Use the SUBSTRING function in SQL to extract a specific portion of a string

    • Specify the starting position and length of the substring to be extracted

    • Example: SELECT SUBSTRING('John Doe', 1, 4) AS First_Name will return 'John'

  • Answered by AI
  • Q2. Using sql print cummulative sum of sales
  • Ans. 

    Use SQL to print cumulative sum of sales

    • Use the SUM() function to calculate the cumulative sum of sales

    • Utilize the OVER() clause with ORDER BY to specify the order of the cumulative sum

    • Example: SELECT date, sales, SUM(sales) OVER (ORDER BY date) AS cumulative_sales FROM table_name

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Data Analyst Interview Questions & Answers

Merck user image Nishant Deswal

posted on 19 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a 90 mins round, and we have to do 85 questions. Coding was also a part of it.

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning numerical English sum

Round 2 - Coding Test 

Python power bi sql tablue

Interview Preparation Tips

Topics to prepare for Merck Data Analyst interview:
  • Python
  • SQL
  • Power Bi
  • Tablu
Interview preparation tips for other job seekers - No
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What time intelligence functions can be used for ytd and qtd analysis
  • Ans. 

    Time intelligence functions like YTD (Year-to-Date) and QTD (Quarter-to-Date) can be used for YTD and QTD analysis in data analytics.

    • YTD analysis can be done using functions like YTD() or TOTALYTD() to calculate values from the beginning of the year up to the selected date.

    • QTD analysis can be done using functions like QTD() or TOTALQTD() to calculate values from the beginning of the quarter up to the selected date.

    • Thes...

  • Answered by AI
  • Q2. Difference between import and direct query
  • Ans. 

    Import brings data into Power BI for further analysis, while direct query connects to data source in real-time.

    • Import: Data is loaded into Power BI for analysis, improving performance but requiring periodic refreshes.

    • Direct Query: Connects to data source in real-time, allowing for up-to-date information but potentially slower performance.

    • Import is suitable for smaller datasets, while direct query is better for large da

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. BI and excel presentation on sales related data: all the questions were asked from the presentation only.
  • Q2. Why I am switching my job?

Interview Preparation Tips

Topics to prepare for AstraZeneca Data Analyst interview:
  • Power Bi
  • Advanced Excel
  • sales data

I applied via Recruitment Consulltant and was interviewed before May 2021. There were 4 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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Questions related to Data analytics and SharePoint for my role.
  • Q2. Previous projects and their solutions.
  • Q3. Tool used in previous company. (SharePoint, Power BI, Nintex, InfoPath, Power Apps, Workflows)
Round 3 - Interview 

(1 Question)

  • Q1. Related to professional life and assurance to work.
Round 4 - HR 

(1 Question)

  • Q1. Salary details and candidature check.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with you technical rounds. It will be medium level (not to easy or difficult in cracking the interview).
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
  • 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 defines a l

  • Answered by AI
  • Q2. Difference between list and 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)

  • Answered by AI
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

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

(1 Question)

  • Q1. 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 can be ...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. How to handle noise in data
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Interview 

(1 Question)

  • Q1. Tell me about all your Candidature Background.
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - My Interview was quite impressive. Your interview in AKUMS done by your Department HOD. The Interview process is simple you answers all the questions without any hesitation. So All The Best & Do Your Best.
Contribute & help others!
anonymous
You can choose to be anonymous

Eli Lilly and Company Interview FAQs

How many rounds are there in Eli Lilly and Company Senior Data Analyst interview?
Eli Lilly and Company interview process usually has 1 rounds. The most common rounds in the Eli Lilly and Company interview process are Technical.
How to prepare for Eli Lilly and Company Senior Data 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 Eli Lilly and Company. The most common topics and skills that interviewers at Eli Lilly and Company expect are Analytics, Healthcare, Pharma, CRO and Clinical Data Management.
What are the top questions asked in Eli Lilly and Company Senior Data Analyst interview?

Some of the top questions asked at the Eli Lilly and Company Senior Data Analyst interview -

  1. using sql extract substring of n...read more
  2. using sql print cummulative sum of sa...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Dalmia Bharat Group

No Interviews

INTERVIEWS

Dalmia Bharat Group

No Interviews

INTERVIEWS

Eli Lilly and Company

No Interviews

INTERVIEWS

Eli Lilly and Company

No Interviews

INTERVIEWS

Eli Lilly and Company

No Interviews

Tell us how to improve this page.

Eli Lilly and Company Senior Data Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Hetero Interview Questions
3.9
 • 221 Interviews
Abbott Interview Questions
4.1
 • 146 Interviews
Viatris Interview Questions
4.2
 • 135 Interviews
Piramal Pharma Interview Questions
3.9
 • 92 Interviews
Novo Nordisk Interview Questions
4.1
 • 82 Interviews
Sanofi Interview Questions
4.2
 • 72 Interviews
View all
Eli Lilly and Company Senior Data Analyst Salary
based on 8 salaries
₹12 L/yr - ₹23 L/yr
48% more than the average Senior Data Analyst Salary in India
View more details

Eli Lilly and Company Senior Data Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Associate Manager
225 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Manager
164 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
156 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
109 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
99 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Eli Lilly and Company with

Pfizer

4.0
Compare

GlaxoSmithKline Pharmaceuticals

4.1
Compare

Merck

4.3
Compare

Johnson & Johnson

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent