Upload Button Icon Add office photos

IQVIA

Compare button icon Compare button icon Compare

Filter interviews by

IQVIA Senior Software Developer Interview Questions and Answers

Updated 15 Apr 2024

IQVIA Senior Software Developer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. What are the OOPs concept
  • Ans. 

    OOPs concepts are fundamental principles of Object-Oriented Programming, including Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex imple...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

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

I applied via Naukri.com and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why pharmacy job not ava

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview can done by video call, conference call &skype.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Is sql necessary for your project ?
  • Ans. 

    SQL is necessary for most projects involving databases to manage and query data efficiently.

    • SQL is essential for creating, updating, and querying databases in most projects.

    • Without SQL, it would be challenging to interact with databases and retrieve specific data.

    • Examples of SQL commands include SELECT, INSERT, UPDATE, and DELETE.

    • SQL can help optimize database performance and ensure data integrity.

  • Answered by AI
  • Q2. What is Hql ?
  • Ans. 

    HQL stands for Hibernate Query Language, a query language similar to SQL but used for Hibernate ORM framework.

    • HQL is used to perform database operations in Hibernate ORM framework.

    • It is similar to SQL but operates on Hibernate objects instead of database tables.

    • HQL queries are written in Hibernate-specific syntax.

    • Example: 'FROM Employee e WHERE e.department = :dept'

    • HQL queries are translated into SQL queries by Hiberna

  • Answered by AI
  • Q3. What are views ?
  • Ans. 

    Views in Java are user interface components that display data from a model in a specific format.

    • Views are used to represent the user interface in Java applications.

    • They display data from a model in a visually appealing format.

    • Examples include buttons, text fields, labels, and checkboxes.

  • Answered by AI
  • Q4. What are cross joins ?
  • Ans. 

    Cross joins are a type of join operation in SQL that combines each row from one table with each row from another table.

    • Cross joins do not have a join condition specified, resulting in a Cartesian product of the two tables.

    • They can be used when you want to combine every row from one table with every row from another table.

    • Cross joins can lead to a large result set if the tables being joined have many rows.

  • Answered by AI
  • Q5. Difference between delete and truncate
  • Ans. 

    Delete removes rows one by one, while truncate removes all rows at once.

    • Delete is a DML command, while truncate is a DDL command.

    • Delete can be rolled back, while truncate cannot be rolled back.

    • Delete fires triggers, while truncate does not fire triggers.

    • Delete is slower as it logs individual row deletions, while truncate is faster as it logs the deallocation of the data pages.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Parexel International Java Developer interview:
  • SQL
  • Advanced Java
  • Spring Framework
Interview preparation tips for other job seekers - Mostly asked about Sql. and java 8 features. and some what basic annotations of spring boot

Skills evaluated in this interview

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..🙌

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

Interview Questionnaire 

2 Questions

  • Q1. What is pharmacovigilance?
  • Q2. Which programing languages do you know?
  • Ans. 

    I know Python, R, SQL, and Java.

    • Python

    • R

    • SQL

    • Java

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Due to corona crises most companies prefer for telephonic interview. But when company reach student on phone call then their may be chance that student may not well prepared to face questions. And most of companies call students without notificaton. So student should be aware of basic knowledge of pharmacovigilance, clinical trials and offcourse the communication tricks. If student can manage this, then the possibility of getting selected increase. All the best.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Normal question of reasoning and maths

Round 2 - Coding Test 

Sorting arraylist , sorted map

Interview Preparation Tips

Interview preparation tips for other job seekers - Core Java questions

Interview Questionnaire 

1 Question

  • Q1. Related to Pharmacovigilance terms

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic of ICSR

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence and Basic of ICSR

IQVIA Interview FAQs

How many rounds are there in IQVIA Senior Software Developer interview?
IQVIA interview process usually has 2 rounds. The most common rounds in the IQVIA interview process are Technical and HR.

Tell us how to improve this page.

IQVIA Senior Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ICON Plc Interview Questions
4.1
 • 73 Interviews
Syneos Health Interview Questions
3.8
 • 45 Interviews
Equinox Labs Interview Questions
3.8
 • 34 Interviews
View all
IQVIA Senior Software Developer Salary
based on 410 salaries
₹9.3 L/yr - ₹34.2 L/yr
53% more than the average Senior Software Developer Salary in India
View more details

IQVIA Senior Software Developer Reviews and Ratings

based on 59 reviews

3.9/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.5

Salary

3.8

Job security

3.9

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 59 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