Upload Button Icon Add office photos

IQVIA

Compare button icon Compare button icon Compare

Filter interviews by

IQVIA Software Engineer Interview Questions, Process, and Tips

Updated 2 Mar 2024

Top IQVIA Software Engineer Interview Questions and Answers

IQVIA Software Engineer Interview Experiences

5 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. SQL interview question
  • Q2. Stored Procedure and function differences
  • Ans. 

    Stored procedures are precompiled and stored in the database, while functions are compiled and stored in memory.

    • Stored procedures are precompiled and stored in the database for reuse.

    • Functions are compiled and stored in memory for faster execution.

    • Stored procedures can return multiple values, while functions return a single value.

    • Functions can be called from within a stored procedure, but stored procedures cannot be ca

  • Answered by AI
  • Q3. SQL query flow and window function they will ask

Interview Preparation Tips

Interview preparation tips for other job seekers - Good hands on SQL is required
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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Self and other tools
  • Q2. Jenkins Linux Ansible git AWS

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 experience
3
Average
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 tips
Round 2 - Coding Test 

Complexity level - moderate. Basic concepts.

Round 3 - HR 

(2 Questions)

  • Q1. Questions to assess how independently a candidate can work.
  • Q2. - Can you work independently? - Can you work under pressure in a dynamic environment?
  • Ans. 

    Yes, I have experience working independently and thrive in dynamic environments.

    • I have successfully completed multiple projects on my own, demonstrating my ability to work independently.

    • I am comfortable making decisions and solving problems without constant supervision.

    • I have experience working in fast-paced environments where I had to adapt quickly to changing priorities and deadlines.

  • Answered by AI

What people are saying about IQVIA

View All
a project finance associate
3d
Need Advice on Relocation
Also,how is the relocation experience From Mumbai to Lucknow - Any Tips?
Got a question about IQVIA?
Ask anonymously on communities.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. 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 - Aptitude Test 

It was an aptitude test

Round 3 - Technical 

(2 Questions)

  • Q1. It was technical test
  • Q2. Sort an array with numbers
  • Ans. 

    Use a sorting algorithm like quicksort or mergesort to rearrange the numbers in ascending or descending order.

    • Implement a sorting algorithm like quicksort, mergesort, or bubblesort to rearrange the numbers in the array.

    • Ensure the algorithm is efficient and handles edge cases like empty arrays or arrays with duplicate numbers.

    • Test the sorting function with different arrays to verify its correctness.

    • Example: [5, 2, 9, 1,

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IQVIA Software Engineer interview:
  • DSA
  • Aml

Skills evaluated in this interview

IQVIA interview questions for designations

 Senior Software Engineer

 (9)

 Associate Software Engineer

 (4)

 Software Engineer II

 (1)

 Senior Software QA Engineer

 (1)

 Senior Software Development Engineer

 (1)

 Senior Software Engineer Testing

 (1)

 Junior Software Test Engineer

 (1)

 Software Development Engineer II

 (1)

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

I applied via Naukri.com and was interviewed before Mar 2022. There were 2 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 

(2 Questions)

  • Q1. Singleton in java code. multithreading, spring boot questions.
  • Q2. SQL queries for finding highest salary
  • Ans. 

    SQL queries to find highest salary

    • Use the MAX() function to find the highest salary

    • Combine with the SELECT statement to retrieve the corresponding employee details

    • Use the ORDER BY clause to sort the results in descending order

    • Use the LIMIT clause to limit the number of results returned

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and learn all the core concepts of java and spring boot

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Anagram of two strings in java
  • Ans. 

    Java program to check if two strings are anagrams

    • Create a function that takes two strings as input

    • Convert both strings to character arrays and sort them

    • Check if the sorted arrays are equal to determine if they are anagrams

  • Answered by AI
  • Q2. Insert and select query in MySQL
  • Ans. 

    Insert and select data in MySQL using SQL queries

    • Use INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, ...); to insert data

    • Use SELECT * FROM table_name; to select all data from a table

    • Use SELECT column1, column2 FROM table_name WHERE condition; to select specific data based on a condition

  • Answered by AI
  • Q3. Get and Post APIs in rest
  • Ans. 

    GET and POST are HTTP methods used in REST APIs for retrieving and sending data.

    • GET method is used to retrieve data from a server

    • POST method is used to send data to a server

    • GET requests are idempotent, while POST requests are not

    • GET requests should only be used for retrieving data, not for modifying data

    • Example: GET request to retrieve a list of users - GET /users

    • Example: POST request to create a new user - POST /users

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical round and there were three panelists. Started with alot of database questions and core java question. Prepare well about your project working in the company. I couldn't clear this round recieved rejection mail after two weeks.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Steel and super structure (pile,girder,ms excell,steel reconslation,auto cad,planning ,) Core design type pile quiestion and prestressing process and calculation etc
Round 2 - HR 

(1 Question)

  • Q1. Roles and responsibilities in present company Salary negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - If u not capable English conversation, no problems ,u conversation in Hindi.

I applied via Naukri.com and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Most of the questions were on Java and SQL. They focused more on Data structures. If you are good at SQL then you are 90% selected especially Joins. Also they asked some simple programs to write.
  • Q2. In first round, you'll be given questions on apti, programming test and SQL query test. It was pretty easy to crack.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with joins and all other concepts of SQL. Also data structures. You can crack it easily.

Data Analyst Interview Questions & Answers

ICON Plc user image Vidyesh Poornima

posted on 13 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude along with reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Basic question on your projet in the previous organisations
  • Q2. Behavioral questions
Round 3 - HR 

(1 Question)

  • Q1. General HR discussion and negotiating salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company to work with lot of benefits and perks
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 Nov 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

They send an mail which have the link about assessment test

Round 3 - Group Discussion 

In hall all are discussed and written an interview test

Round 4 - HR 

(1 Question)

  • Q1. Self details, antidiabetis drugs,project ,ect

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't too panic on the point of interview...good karma on his way..🙌

IQVIA Interview FAQs

How many rounds are there in IQVIA Software Engineer interview?
IQVIA interview process usually has 2-3 rounds. The most common rounds in the IQVIA interview process are Resume Shortlist, Technical and Coding Test.
What are the top questions asked in IQVIA Software Engineer interview?

Some of the top questions asked at the IQVIA Software Engineer interview -

  1. - Can you work independently? - Can you work under pressure in a dynamic enviro...read more
  2. SQL queries for finding highest sal...read more
  3. Stored Procedure and function differen...read more

Tell us how to improve this page.

IQVIA Software Engineer Interview Process

based on 5 interviews

1 Interview rounds

  • Resume Shortlist Round
View more
IQVIA Software Engineer Salary
based on 619 salaries
₹4.8 L/yr - ₹18.7 L/yr
27% more than the average Software Engineer Salary in India
View more details

IQVIA Software Engineer Reviews and Ratings

based on 73 reviews

3.8/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

3.2

Salary

3.7

Job security

3.5

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 73 Reviews and Ratings
Associate Consultant
1.1k salaries
unlock blur

₹5 L/yr - ₹19.1 L/yr

Consultant
1.1k salaries
unlock blur

₹8.5 L/yr - ₹30 L/yr

Clinical Data Specialist
778 salaries
unlock blur

₹3.5 L/yr - ₹11.5 L/yr

Drug Safety Associate
744 salaries
unlock blur

₹2 L/yr - ₹8.5 L/yr

Software Developer
731 salaries
unlock blur

₹5.5 L/yr - ₹19 L/yr

Explore more salaries
Compare IQVIA with

Syngene International

3.9
Compare

Aragen Life Sciences

4.0
Compare

SAI Life Sciences

3.9
Compare

Parexel International

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