Upload Button Icon Add office photos

Filter interviews by

Bristol-Myers Squibb Interview Questions, Process, and Tips

Updated 30 Jan 2025

Top Bristol-Myers Squibb Interview Questions and Answers

View all 22 questions

Bristol-Myers Squibb Interview Experiences

Popular Designations

22 interviews found

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)
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)

Bristol-Myers Squibb interview questions for popular designations

 Software Engineer2

 (2)

 Sourcing Manager

 (1)

 Reporter

 (1)

 Mobile Application Developer

 (1)

 Senior Payroll Analyst

 (1)

 Analyst II

 (1)

 Full Stack Developer

 (1)

 Data Engineer

 (1)

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. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Jobs at Bristol-Myers Squibb

View all

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)

Reporter Interview Questions & Answers

user image Anonymous

posted on 1 Feb 2024

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

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

Round 1 - Case Study 

The interviewer provided a data on healthcare and asked me to do visualization according to his requirements like cleaning data , removing duplicates add some basic visualization in power bi

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont get nervous and prepare youself everyday

Reporter Interview Questions asked at other Companies

Q1. What is the media entertainment industry
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There were 3 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions asked on phases of CDM
  • Ans. Provided steps on Set up conduct and close out activities.
  • Answered Anonymously
Round 3 - HR 

(1 Question)

  • Q1. Basic questions on why you want to leave the current organisation.

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 HR.
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, Analytical and Recruitment.
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 25 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Abbott Interview Questions
4.1
 • 146 Interviews
Novartis Interview Questions
4.1
 • 140 Interviews
Sanofi Interview Questions
4.2
 • 72 Interviews
Pfizer Interview Questions
4.0
 • 69 Interviews
AstraZeneca Interview Questions
4.1
 • 53 Interviews
Merck Interview Questions
4.3
 • 15 Interviews
View all

Bristol-Myers Squibb Reviews and Ratings

based on 133 reviews

4.0/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.9

Salary

3.8

Job security

3.8

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 133 Reviews and Ratings
Trial Supplies Manager

Hyderabad / Secunderabad

3-6 Yrs

Not Disclosed

CPSO Demand Planning Analyst

Hyderabad / Secunderabad

5-8 Yrs

Not Disclosed

Associate Director, Senior Clinical Scientist

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Research Associate
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Scientist
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Scientist
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bristol-Myers Squibb with

Pfizer

4.0
Compare

Merck

4.3
Compare

Novartis

4.1
Compare

GlaxoSmithKline Pharmaceuticals

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