Upload Button Icon Add office photos

Eli Lilly and Company

Compare button icon Compare button icon Compare

Filter interviews by

Eli Lilly and Company Software Engineer Interview Questions and Answers

Updated 12 Jan 2025

Eli Lilly and Company Software Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via campus placement at University of Reading and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why do you want to work for eli lilly
  • Q2. Tell me about a time you perserved
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

The assessment consists of basic aptitude, quantitative reasoning, and three coding questions.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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

I applied via Indeed and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

The interview session took 30 minutes

Round 2 - Technical 

(1 Question)

  • Q1. Implement java code to filter given data from a list using the Java Stream API
  • Ans. 

    Implement Java code to filter data from a list using Java Stream API

    • Use Stream.filter() method to filter data based on a given condition

    • Use lambda expressions to define the filtering condition

    • Collect the filtered data using Collectors.toList() method

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for core Java, and React concepts for full stack role. You must consider capability to demonstrate your knowledge and skills with RESTful APIs.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Cardinal Health user image Kasireddy Santhosh Kumar Reddy

posted on 14 Mar 2024

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

I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical regarded questions
Round 2 - Technical 

(1 Question)

  • Q1. Senior management
Round 3 - HR 

(1 Question)

  • Q1. HR round - to discuss about benefits and others
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Basic DSA question on Binary Tree and Array.
  • Q2. Question on Unit testing
  • Q3. JS and TS question
  • Q4. Question on Design Patterns

I applied via Approached by Company and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Discussion with hiring manager
  • Q2. What is your career goal ?
  • Ans. 

    To become a technical leader in software engineering, contributing to innovative projects and mentoring junior engineers.

    • To continuously enhance my technical skills and stay updated with the latest technologies.

    • To lead and deliver complex software projects successfully.

    • To mentor and guide junior engineers, fostering their growth and development.

    • To contribute to the development of innovative and impactful software solut...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Behaviour questions on cloud hosting
  • Q2. How will you implement secure cloud deployments
  • Ans. 

    Secure cloud deployments can be implemented through various measures such as encryption, access control, and regular security audits.

    • Implement encryption for data at rest and in transit

    • Use access control mechanisms to restrict unauthorized access

    • Regularly conduct security audits to identify and address vulnerabilities

    • Implement multi-factor authentication for added security

    • Ensure compliance with industry standards and r...

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

(1 Question)

  • Q1. How will you troubleshoot 500 internal server error
  • Ans. 

    Check server logs, review code, test endpoints, and verify database connections.

    • Check server logs for error messages

    • Review code for syntax errors or logical mistakes

    • Test endpoints using tools like Postman or cURL

    • Verify database connections and credentials

    • Check for any recent changes or updates

    • Consider scaling issues or server overload

    • Consult with team members or experts if necessary

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What is your next career goals ?
  • Ans. 

    My next career goal is to become a technical lead and mentor junior engineers.

    • I want to take on more leadership responsibilities and guide a team towards success.

    • I plan to enhance my skills in project management and communication.

    • I aim to contribute to the growth and development of the organization.

    • I aspire to continuously learn and stay updated with the latest technologies and industry trends.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlaxoSmithKline Pharmaceuticals Senior Software Engineer interview:
  • Cloud
  • Security
  • Terraform
  • Python
Interview preparation tips for other job seekers - Mostly discussions were focusing on roles and responsibilities. Technical questions are on Cloud, automation, troubleshooting and security aspects.

Skills evaluated in this interview

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

(1 Question)

  • Q1. How did you handle conflicts in the team?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding questions were tested

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development

    • Strong problem-solving skills

    • Excellent team player

    • Quick learner and adaptable to new technologies

  • Answered by AI
  • Q2. What's your salary expectation
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Software Developers.

    • Consider my years of experience in software development

    • Research the average salary for Software Developers in this location

    • Factor in any additional skills or certifications I may have

    • Be open to negotiation based on the overall compensation package

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

The interview session took 30 minutes

Round 2 - Technical 

(1 Question)

  • Q1. Implement java code to filter given data from a list using the Java Stream API
  • Ans. 

    Implement Java code to filter data from a list using Java Stream API

    • Use Stream.filter() method to filter data based on a given condition

    • Use lambda expressions to define the filtering condition

    • Collect the filtered data using Collectors.toList() method

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for core Java, and React concepts for full stack role. You must consider capability to demonstrate your knowledge and skills with RESTful APIs.

Skills evaluated in this interview

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

Round 1 - Coding Test 

Anagram and binary tree

Round 2 - Technical 

(1 Question)

  • Q1. Cloud, java Apache drools angular, Kafka, camel
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Topics to prepare for Cardinal Health Full Stack Software Developer interview:
  • Java
  • Cloud
  • Drools
  • Angular
Interview preparation tips for other job seekers - Love coding problem on topics like strings data structures.
Technical round on the projects which you are working.

Eli Lilly and Company Interview FAQs

How many rounds are there in Eli Lilly and Company Software Engineer interview?
Eli Lilly and Company interview process usually has 1 rounds. The most common rounds in the Eli Lilly and Company interview process are One-on-one Round and Aptitude Test.
How to prepare for Eli Lilly and Company Software Engineer 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 Healthcare, SQL, Python, Computer science and Agile.

Tell us how to improve this page.

Eli Lilly and Company Software Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Hetero Interview Questions
3.9
 • 199 Interviews
Abbott Interview Questions
4.1
 • 146 Interviews
Viatris Interview Questions
4.2
 • 134 Interviews
Piramal Pharma Interview Questions
4.0
 • 88 Interviews
Novo Nordisk Interview Questions
4.1
 • 82 Interviews
Sanofi Interview Questions
4.2
 • 72 Interviews
View all
Eli Lilly and Company Software Engineer Salary
based on 17 salaries
₹11 L/yr - ₹24 L/yr
105% more than the average Software Engineer Salary in India
View more details

Eli Lilly and Company Software Engineer Reviews and Ratings

based on 5 reviews

2.4/5

Rating in categories

3.1

Skill development

3.9

Work-life balance

2.2

Salary

4.3

Job security

4.0

Company culture

2.1

Promotions

3.1

Work satisfaction

Explore 5 Reviews and Ratings
Senior Associate Manager
225 salaries
unlock blur

₹9 L/yr - ₹30.1 L/yr

Associate Manager
164 salaries
unlock blur

₹8.1 L/yr - ₹21.5 L/yr

Associate Consultant
141 salaries
unlock blur

₹10.7 L/yr - ₹25.7 L/yr

Consultant
99 salaries
unlock blur

₹21 L/yr - ₹45 L/yr

Senior Associate Consultant
96 salaries
unlock blur

₹17.5 L/yr - ₹32 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