Upload Button Icon Add office photos

Filter interviews by

IQVIA Interview Questions, Process, and Tips

Updated 20 Jan 2025

Top IQVIA Interview Questions and Answers

View all 253 questions

IQVIA Interview Experiences

Popular Designations

456 interviews found

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

I applied via campus placement at National Institute of Technology (NIT), Jamshedpur and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was a 1 hour test. topics were profit and loss, numbers, percentage, speed and time, English comprehension.

Round 2 - Technical 

(2 Questions)

  • Q1. The interviewer asked me about my Resume and projects for 25-30 minutes. Basic questions from the project were also asked. Then 1 easy to moderate coding problem.
  • Q2. Find pairs from array whose sum is equal to target.
  • Ans. 

    Find pairs from array whose sum is equal to target.

    • Use a hashmap to store the difference between target and each element in the array.

    • Iterate through the array and check if the current element exists in the hashmap.

    • If it exists, then a pair with the sum equal to target is found.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why IQVIA? What will you bring to the table?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Prepare every single detail about your project. Do not mention anything which you don't know about.

Skills evaluated in this interview

Top IQVIA Associate Software Developer Interview Questions and Answers

Q1. find pairs from array whose sum is equal to target.
View answer (1)

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula - F(n) = F(n-1) + F(n-2), Where, F(1) = F(2) = 1 Provided N you have to find out the Nth Fibonacci Number. Input Fo... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in May 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Types of query reports in Rave

Top IQVIA Clinical Data Specialist Interview Questions and Answers

Q1. Adverse events and reconciliation and other flow in clinical data management
View answer (2)

Clinical Data Specialist Interview Questions asked at other Companies

Q1. Adverse events and reconciliation and other flow in clinical data management
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is pharmacovigilance?
  • Q2. It is defined as the science and activities related to detection, understanding, assessment and prevention of adverse reaction and other drug related problems.

Medical Reviewer Interview Questions asked at other Companies

Q1. Myocardial infarction, role of pancreas, role of liver, clinical trials stages
Add answer
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2023.

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 

(5 Questions)

  • Q1. Year garp vachidhini
  • Ans. 

    2022 vachidhi epudu job search ing

  • Answered Anonymously
  • Q2. Agreement 3year atunaru
  • Q3. Meru ekkada woke checharu
  • Q4. Night step atunaru
  • Q5. Salary petigu vudhi

Executive Relationship Officer Interview Questions asked at other Companies

Q1. Do you know what documents required for housing loan?
View answer (1)

IQVIA interview questions for popular designations

 Drug Safety Associate

 (25)

 Clinical Data Specialist

 (19)

 Analyst

 (17)

 Associate Consultant

 (15)

 Safety Associate Trainee

 (12)

 Software Developer

 (11)

 Data Analyst

 (10)

 Senior Software Engineer

 (9)

Consultant Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2024

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

Market research on multiple sclerosis drugs and competition

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Get interview-ready with Top IQVIA Interview Questions

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

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

Round 1 - Technical 

(1 Question)

  • Q1. 1. Solid principles 2. Design patterns 3. Background services .net core 4. .net core basics 5. Reverse a sentence along with a word

Top IQVIA Senior Software Engineer Interview Questions and Answers

Q1. Design a employee-Manager class. Write method to display employee organizational hierarchy like we see in Microsoft Teams Org tab
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Jobs at IQVIA

View all
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Assignment 

Basic questions from pharmacy UG and PG courses

Round 2 - HR 

(2 Questions)

  • Q1. Phases of clinical trials
  • Q2. What is plasma half life?

Interview Preparation Tips

Interview preparation tips for other job seekers - I answered all questions but unfortunately I didn't get offer letter

Skills evaluated in this interview

Clinical Data Coordinator Interview Questions asked at other Companies

Q1. How do you share patient data with client?
Add answer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What ia apex ?
  • Ans. 

    Apex is a programming language used in Salesforce development for creating custom business logic and functionality.

    • Apex is similar to Java and is used to write triggers, controllers, and classes in Salesforce.

    • It allows developers to add custom code to Salesforce applications to meet specific business requirements.

    • Apex code runs on the Salesforce platform and can interact with database records, perform complex validatio

  • Answered by AI
  • Q2. What is batch apex
  • Ans. 

    Batch Apex is a Salesforce feature that allows for processing large amounts of data asynchronously in batches.

    • Batch Apex is used to handle large data volumes that would exceed normal processing limits.

    • It allows for processing records in batches to prevent hitting governor limits.

    • Batch Apex jobs can be scheduled to run at specific times or intervals.

    • Example: Using Batch Apex to update all Account records in Salesforce.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write a trigger ?
  • Ans. 

    A trigger is a stored procedure in a database that automatically executes when certain events occur.

    • Triggers are used to maintain referential integrity, enforce business rules, and automate tasks.

    • They can be set to execute before or after INSERT, UPDATE, or DELETE operations on a table.

    • Triggers are written in SQL and can contain conditional logic and SQL statements.

    • Example: CREATE TRIGGER trg_after_insert ON table_name

  • Answered by AI
  • Q2. What id lwc ?
  • Ans. 

    LWC stands for Lightning Web Components, a programming model for building web components using the Lightning Component framework.

    • LWC allows developers to build reusable components using modern web standards like JavaScript and HTML.

    • LWC components can be used in Salesforce Lightning Experience, Salesforce Mobile App, and standalone apps.

    • LWC provides a way to encapsulate code and markup, making it easier to maintain and

  • Answered by AI

Skills evaluated in this interview

Top IQVIA Associate Software Developer Interview Questions and Answers

Q1. find pairs from array whose sum is equal to target.
View answer (1)

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula - F(n) = F(n-1) + F(n-2), Where, F(1) = F(2) = 1 Provided N you have to find out the Nth Fibonacci Number. Input Fo... read more
View answer (4)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How will you derive safety flag
  • Q2. Syntax for Graph
  • Ans. 

    The syntax for creating a graph in statistical programming.

    • Use the appropriate graphing function in the statistical programming language you are using (e.g. ggplot2 in R, matplotlib in Python).

    • Specify the data source and variables to be plotted.

    • Customize the appearance of the graph with options like colors, labels, and titles.

    • Add additional elements such as legends, annotations, and trend lines if needed.

  • Answered by AI

Skills evaluated in this interview

Senior Statistical Programmer Interview Questions asked at other Companies

Q1. Write SAS code - 1. how will you create and correctly sort multiple Unscheduled visits & Planned visits 2. Data- names and ages- Flag highest and lowest age
View answer (1)

Clinical Data Specialist Interview Questions & Answers

user image Pallavi Ashok Bhosale

posted on 3 Jun 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Difference between AE and SAE

Top IQVIA Clinical Data Specialist Interview Questions and Answers

Q1. Adverse events and reconciliation and other flow in clinical data management
View answer (2)

Clinical Data Specialist Interview Questions asked at other Companies

Q1. Adverse events and reconciliation and other flow in clinical data management
View answer (2)

IQVIA Interview FAQs

How many rounds are there in IQVIA interview?
IQVIA interview process usually has 2-3 rounds. The most common rounds in the IQVIA interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for IQVIA 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 IQVIA. The most common topics and skills that interviewers at IQVIA expect are Life Sciences, Clinical Research, Windows, GCP and Networking.
What are the top questions asked in IQVIA interview?

Some of the top questions asked at the IQVIA interview -

  1. There are 2 cricket teams, A and B, with 11 players each. If every player of te...read more
  2. There is a cricket team with 11 players. If every player in the team shakes han...read more
  3. What is clinical research?what is a trail how we can describe trail.What are ph...read more
How long is the IQVIA interview process?

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

Tell us how to improve this page.

IQVIA Interview Process

based on 170 interviews in last 1 year

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

IQVIA Reviews and Ratings

based on 3.9k reviews

3.9/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.5

Salary

3.9

Job security

3.9

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 3.9k Reviews and Ratings
Primary Market Research

Noida,

Gurgaon / Gurugram

+1

3-8 Yrs

Not Disclosed

Senior Full Stack Developer

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Program Manager

Bangalore / Bengaluru

14-18 Yrs

Not Disclosed

Explore more jobs
Associate Consultant
1.1k salaries
unlock blur

₹4.8 L/yr - ₹18.5 L/yr

Consultant
1k salaries
unlock blur

₹8.5 L/yr - ₹30 L/yr

Clinical Data Specialist
764 salaries
unlock blur

₹3.5 L/yr - ₹11.5 L/yr

Drug Safety Associate
754 salaries
unlock blur

₹2.4 L/yr - ₹8.5 L/yr

Software Developer
706 salaries
unlock blur

₹4.9 L/yr - ₹18.9 L/yr

Explore more salaries
Compare IQVIA with

Cognizant

3.8
Compare

Accenture

3.9
Compare

TCS

3.7
Compare

Infosys

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