Upload Button Icon Add office photos

IQVIA

Compare button icon Compare button icon Compare

Filter interviews by

IQVIA Salesforce Developer Interview Questions, Process, and Tips

Updated 24 Jun 2024

Top IQVIA Salesforce Developer Interview Questions and Answers

View all 6 questions

IQVIA Salesforce Developer Interview Experiences

4 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the diff between Master Detail And Lookup
  • Ans. 

    Master Detail is a strict parent-child relationship where the child record is deleted when the parent record is deleted. Lookup is a looser relationship where the child record can exist without the parent record.

    • Master Detail is a required relationship, while Lookup is not required.

    • Master Detail relationship helps in maintaining data integrity by enforcing referential integrity, while Lookup does not enforce referentia...

  • Answered by AI
  • Q2. What is Org wide Default
  • Ans. 

    Org wide Default is the baseline level of access that all users have to records in Salesforce.

    • Org wide Default determines the default level of access to records for all users in an organization

    • It can be set to Private, Public Read Only, Public Read/Write, or Controlled by Parent

    • Org wide Default settings can be adjusted in the Sharing Settings of Salesforce

    • For example, setting Org wide Default to Public Read Only allows

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Question Related to C language

Skills evaluated in this interview

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

(2 Questions)

  • Q1. 1.Different relationships? 2.Difference between whoid and whatid? 3.what is global class? 4.what is Salesforce?
  • Ans. 

    A Salesforce Developer interview question about relationships, whoid and whatid, global class, and Salesforce.

    • Different relationships in Salesforce include one-to-many, many-to-many, and hierarchical relationships.

    • Whoid and whatid are fields used in Salesforce to identify the related object in an activity record. Whoid represents a person, while whatid represents an object.

    • A global class in Salesforce is a class that c...

  • Answered by AI
  • Q2. Write scenario based triggers?
  • Ans. 

    Scenario-based triggers are used to automate processes based on specific events or conditions.

    • Create a trigger that sends an email notification when a new lead is created

    • Create a trigger that updates the status of an opportunity when it reaches a certain stage

    • Create a trigger that assigns a task to a specific user when a case is created

    • Create a trigger that updates a custom field on a contact when a related account is

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basic interview questions...
Study trigger,testclass,batch apex

Skills evaluated in this interview

Salesforce Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Write a trigger to update contact when accounts phone changed.
asked in Infosys
Q2. How do you make the child records read only of its parent record' ... read more
asked in TCS
Q3. Difference between Roles & Profiles, Difference between Workf ... read more
asked in Infosys
Q4. How do load both parent and child records at a time using data lo ... read more
asked in Infosys
Q5. How do you call a controllor method from javascript in visualforc ... read more

I applied via Referral and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Scenario based questions on triggers. Mostly After Triggers.
  • Q2. Difference between process builder and workflow.
  • Ans. 

    Process builder is more powerful than workflow and can perform complex actions.

    • Process builder can update related records, create records, and call Apex classes

    • Workflow can only update the record it is triggered on

    • Process builder has a visual interface for easier setup

    • Workflow has been around longer and is simpler to use

    • Both can be used to automate business processes

  • Answered by AI
  • Q3. Batch apex. Future method, callout questions. Callouts from trigger etc.
  • Q4. Aura components. Events and it's types.
  • Ans. 

    Aura components use events to communicate between components. There are three types of events: Component, Application, and System.

    • Component events are used to communicate between components in the same hierarchy.

    • Application events are used to communicate between components across the entire application.

    • System events are used to communicate with Salesforce and other third-party systems.

    • Events are fired using the $A.get(...

  • Answered by AI
  • Q5. Rest all other basic questions related to your project and resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for this interview. A good opportunity. Well here are some tips not only applicable to this interview but to all.

1. If you don't know about the answer let them know if you haven't worked on that concept or simply, you don't know about it. Don't stay silent.

2. If they ask A, give answer which belong to that A. Not B or C.

3. There is not harm in sharing some extra knowledge while giving an answer. So try giving it too.

4. Listen to question first. If you don't understand the question, ask them again.

5. Prepare well and All the best.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Aura comments and lighting comments

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

IQVIA interview questions for designations

 Senior Salesforce Developer

 (1)

 Software Developer

 (11)

 Plsql Developer

 (2)

 Associate Software Developer

 (7)

 Software Developer II

 (1)

 Software Developer fresher

 (1)

 Senior Software Developer

 (1)

 DOT NET Developer

 (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer

IQVIA Interview FAQs

How many rounds are there in IQVIA Salesforce Developer interview?
IQVIA interview process usually has 2 rounds. The most common rounds in the IQVIA interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for IQVIA Salesforce Developer 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 Apex, Salesforce, Angularjs, Design Patterns and Html5.
What are the top questions asked in IQVIA Salesforce Developer interview?

Some of the top questions asked at the IQVIA Salesforce Developer interview -

  1. 1.Different relationships? 2.Difference between whoid and whatid? 3.what is glo...read more
  2. Difference between process builder and workflo...read more
  3. Aura components. Events and it's type...read more

Tell us how to improve this page.

IQVIA Salesforce Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
IQVIA Salesforce Developer Salary
based on 142 salaries
₹4.8 L/yr - ₹20.5 L/yr
63% more than the average Salesforce Developer Salary in India
View more details

IQVIA Salesforce Developer Reviews and Ratings

based on 17 reviews

3.9/5

Rating in categories

2.9

Skill development

3.8

Work-life balance

3.4

Salary

3.2

Job security

3.9

Company culture

2.7

Promotions

3.0

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Consultant
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Clinical Data Specialist
761 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Drug Safety Associate
750 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
718 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IQVIA with

Cognizant

3.7
Compare

Accenture

3.8
Compare

TCS

3.7
Compare

Infosys

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