Upload Button Icon Add office photos

Filter interviews by

Bristol-Myers Squibb Interview Questions, Process, and Tips

Updated 3 Apr 2025

Top Bristol-Myers Squibb Interview Questions and Answers

View all 22 questions

Bristol-Myers Squibb Interview Experiences

Popular Designations

24 interviews found

Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Group Discussion 

It was a 45 minute long interview where they asked deep questions about old projects. It is important to know your projects inside out, and all the machine learning concepts behind it. They asked me questions about Principal Component Analysis, Naive Bayes classifier, Linear Regression, Statistical testing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume and projects inside out. Even if you did something as a group projects, make sure you understand every bit of it.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Questions on pyspark, SQL, AWS and Python

Round 2 - Group Discussion 

Pyspark, SQL, python and AWS

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How you handled a challenging task
  • Ans. Provide a real life case scenario and discuss on how you handled it.
  • Answered Anonymously
  • Q2. Describe a situation where you had to work beyond your expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be transparent and discuss more realistic incidents based on your experience.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2/3 coding questions+technical questions on dbms,os,cn

Round 2 - Interview 

(1 Question)

  • Q1. Its much about managerial related to project kept in resume and some basic tech questions on skills kept in resume
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions and few questions on project

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Bristol-Myers Squibb interview questions for popular designations

 Software Engineer2

 (2)

 Sourcing Manager

 (1)

 Reporter

 (1)

 Mobile Application Developer

 (1)

 Analyst II

 (1)

 Full Stack Developer

 (1)

 Assistant Category Manager

 (1)

 Data Engineer

 (1)

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Find distinct without distinct keyword in SQL
  • Ans. 

    Use GROUP BY to find distinct values in SQL without using the DISTINCT keyword.

    • Use GROUP BY clause with all columns in the SELECT statement

    • This will group the rows with the same values together, effectively giving distinct values

  • Answered by AI
  • Q2. Concat 3 columns and handle when null: select concat(a, b, c) from table
  • Ans. 

    Concatenate 3 columns and handle null values in SQL query

    • Use CONCAT_WS function to concatenate columns and handle null values

    • Provide a separator as the first argument in CONCAT_WS function

    • Use IFNULL function to replace null values with a specified value

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for an interview without proper conversation with the HR about the salary. Also the interview panel is really non competent, they will send someone who has literally less experience than you, which means whatever skills you have is not determined by you but by the under experienced person. Such a bad behavior.

Skills evaluated in this interview

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

Interview with VP. They ask a variety of questions including current role, future aspirations, people orientation, ethics etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Data driven, people orientation

Director of Operations Interview Questions asked at other Companies

Q1. I will send you few properties for rent. Kindly see if it suits you. What is your budget in staying in a rented house?
View answer (2)

Jobs at Bristol-Myers Squibb

View all

Interview Questions & Answers

user image Sukriti POONI

posted on 16 Dec 2024

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

I applied via Approached by Company and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Brain teasers: after how many steps would a man fall into a pit who moves 2 step forward and 1 step backwards
  • Q2. Forecasting strategies

Interview Preparation Tips

Topics to prepare for Bristol-Myers Squibb interview:
  • Forecasting

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Feb 2024

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

I applied via LinkedIn and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Be prepared with Pyspark and SQL
  • Q2. How to rename a column in pyspark
  • Ans. 

    To rename a column in PySpark, use the 'withColumnRenamed' method.

    • Use the 'withColumnRenamed' method on the DataFrame

    • Specify the current column name and the new column name as arguments

    • Assign the result to a new DataFrame to store the renamed column

  • Answered by AI
  • Q3. Difference between multiprocessing and multithreading
  • Ans. 

    Multiprocessing involves executing multiple processes simultaneously, while multithreading involves executing multiple threads within a single process.

    • Multiprocessing utilizes multiple CPUs or cores to execute multiple processes concurrently.

    • Multithreading involves creating multiple threads within a single process to execute tasks concurrently.

    • Processes in multiprocessing have separate memory spaces, while threads in m...

  • Answered by AI
  • Q4. Which one to use when

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)

Interview Questions & Answers

user image Anonymous

posted on 10 Aug 2024

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

I applied via LinkedIn and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Application development
  • Q2. React native basics
Round 2 - Case Study 

Airwatvh production deployment

Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiations
  • Q2. Bonus discussion
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions based on your stream
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions based on the app

Mobile Application Developer Interview Questions asked at other Companies

Q1. How to handle the huge number of concurrent HTTP requests of orders for the same item? What if there is only one item left in the stock?
View answer (1)

Bristol-Myers Squibb Interview FAQs

How many rounds are there in Bristol-Myers Squibb interview?
Bristol-Myers Squibb interview process usually has 1-2 rounds. The most common rounds in the Bristol-Myers Squibb interview process are Technical, One-on-one Round and Group Discussion.
How to prepare for Bristol-Myers Squibb 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 Bristol-Myers Squibb. The most common topics and skills that interviewers at Bristol-Myers Squibb expect are Clinical Trials, Healthcare, Information Technology, Recruitment and Analytical.
What are the top questions asked in Bristol-Myers Squibb interview?

Some of the top questions asked at the Bristol-Myers Squibb interview -

  1. What are the different types of joins in database management? Can a primary key...read more
  2. What visualization would you create to display continuous sales data from Janua...read more
  3. How would you approach the situation if the supplier shared a competitive price...read more
How long is the Bristol-Myers Squibb interview process?

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

Tell us how to improve this page.

Bristol-Myers Squibb Interview Process

based on 27 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Hetero Interview Questions
3.9
 • 231 Interviews
Mankind Pharma Interview Questions
3.9
 • 195 Interviews
MSN Laboratories Interview Questions
3.7
 • 137 Interviews
Novo Nordisk Interview Questions
4.1
 • 83 Interviews
Piramal Group Interview Questions
3.9
 • 62 Interviews
AstraZeneca Interview Questions
4.1
 • 56 Interviews
Fresenius Kabi Interview Questions
4.2
 • 44 Interviews
Apotex Research Interview Questions
4.0
 • 30 Interviews
View all

Bristol-Myers Squibb Reviews and Ratings

based on 147 reviews

3.8/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.8

Salary

3.6

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 147 Reviews and Ratings
HR Data Specialist

Hyderabad / Secunderabad

1-5 Yrs

Not Disclosed

Senior Manager, Finance Change Operations

Hyderabad / Secunderabad

7-9 Yrs

Not Disclosed

Analyst III, Enabling Services - Global Fleet Operations

Hyderabad / Secunderabad

1-4 Yrs

Not Disclosed

Explore more jobs
Senior Manager
35 salaries
unlock blur

₹23.5 L/yr - ₹75 L/yr

Senior Research Associate
34 salaries
unlock blur

₹4.8 L/yr - ₹7.2 L/yr

Associate Scientist
32 salaries
unlock blur

₹5.5 L/yr - ₹10.6 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹14 L/yr - ₹40 L/yr

Data Engineer
22 salaries
unlock blur

₹10 L/yr - ₹38 L/yr

Explore more salaries
Compare Bristol-Myers Squibb with

Intas Pharmaceuticals

4.1
Compare

Hetero

3.9
Compare

Mankind Pharma

3.9
Compare

MSN Laboratories

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