Upload Button Icon Add office photos

IQVIA

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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

 Lead Software Developer

 (1)

 DOT NET Developer

 (1)

 Front end Developer

 (1)

 Power BI Developer

 (1)

Interview questions from similar companies

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

SALARIES

Persistent Systems

SALARIES

Persistent Systems

INTERVIEWS

IQVIA

No Interviews

SALARIES

Persistent Systems

SALARIES

State Bank of India

INTERVIEWS

Eviden

No Interviews

DESIGNATION

SALARIES

Persistent Systems

JOBS

Persistent Systems

No Jobs

SALARIES

Persistent Systems

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 146 salaries
₹4.5 L/yr - ₹19.1 L/yr
51% 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
762 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Drug Safety Associate
750 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
720 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