Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Capgemini Team. If you also belong to the team, you can get access from here

Capgemini Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 39.4k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Salesforce Developer Interview Questions, Process, and Tips

Updated 6 Jan 2025

Top Capgemini Salesforce Developer Interview Questions and Answers

  • Q1. What are triggers and their use?
  • Q2. How to invoke flows - using other flows and Apex. How do we invoke an apex class from a flow and pass variables?
  • Q3. Write a trigger on account to display child contacts Write a inline lightning component anything
View all 22 questions

Capgemini Salesforce Developer Interview Experiences

18 interviews found

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

(1 Question)

  • Q1. The manager asked about all the basic standard objects that Salesforce provides and what they represent in functional way

Salesforce Developer Interview Questions & Answers

user image Subhashree Pradhan

posted on 15 Feb 2024

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

(1 Question)

  • Q1. Mostly prepare well on LWC part of SF

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

Salesforce Developer Interview Questions & Answers

user image jyotin prakash

posted on 21 Feb 2024

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Regarding Salesforce n marketing analyst
  • Q2. Datorama related
  • Q3. Salesforce related
  • Q4. Visualization realated

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident n brush up your skills from scratch
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Best practices of apex
  • Ans. 

    Best practices of Apex

    • Use bulkification to process large data sets efficiently

    • Avoid SOQL queries inside loops to optimize performance

    • Handle exceptions gracefully using try-catch blocks

    • Use proper naming conventions for variables, classes, and methods

    • Write test classes to ensure code coverage and functionality

    • Use governor limits wisely to avoid hitting limits

    • Implement proper error handling and logging mechanisms

    • Follow co...

  • Answered by AI
  • Q2. Asynchronous apex questions
  • Q3. Best practices of test class
  • Ans. 

    Best practices for writing test classes in Salesforce

    • Write test classes to cover at least 75% of your Apex code

    • Use the @isTest annotation to define a class as a test class

    • Create test data using the @testSetup annotation or by inserting records in the test method

    • Use System.assert methods to validate expected results

    • Test both positive and negative scenarios

    • Avoid hardcoding IDs and use the Test.getStandardPricebookId() me...

  • Answered by AI
  • Q4. Sharing settings questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice some basic trigger scenarios

Skills evaluated in this interview

Capgemini interview questions for designations

 Senior Salesforce Developer

 (2)

 Salesforce Consultant

 (1)

 Salesforce Technical Lead

 (1)

 Developer

 (4)

 Software Developer

 (148)

 Java Developer

 (68)

 RPA Developer

 (10)

 IOS Developer

 (9)

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

I was interviewed before Feb 2023.

Round 1 - Technical 

(4 Questions)

  • Q1. Best practices of apex triggers Few questions related to batch job
  • Q2. Basic admin questions
  • Q3. What is profile and role
  • Q4. Types of relationships
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion Location

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Get interview-ready with Top Capgemini Interview Questions

I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What do you know about Salesforce?
  • Q2. What are triggers and their use?
  • Ans. 

    Triggers are automated actions that are executed when a specific event occurs in a Salesforce database.

    • Triggers are used to perform custom actions before or after specific events, such as inserting, updating, or deleting records.

    • Triggers can be used to enforce business rules, validate data, or update related records.

    • Triggers are written in Apex code and can be used to extend the functionality of Salesforce beyond its s...

  • Answered by AI
  • Q3. What is the use of SOQL?
  • Ans. 

    SOQL is used to query data from Salesforce database.

    • SOQL stands for Salesforce Object Query Language.

    • It is used to retrieve data from Salesforce objects.

    • It supports filtering, sorting, and grouping of data.

    • It can be used in Apex code, Visualforce pages, and Lightning components.

    • Example: SELECT Name, AccountNumber FROM Account WHERE Industry = 'Technology'

  • Answered by AI
  • Q4. What are API calls in Salesforce?
  • Ans. 

    API calls are requests made to Salesforce servers to retrieve or manipulate data.

    • API calls are used to integrate Salesforce with external systems

    • API calls can be made using SOAP, REST, or Bulk APIs

    • API calls are limited based on the edition of Salesforce and can be monitored in the Developer Console

    • Examples of API calls include retrieving data from Salesforce, creating new records, and updating existing records

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn all PD1 syllabus.

Skills evaluated in this interview

Salesforce Developer Jobs at Capgemini

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about trigger Governor limit Soql sosl Relationship in Salesforce
  • Ans. 

    Triggers are code that execute before or after specific events occur in Salesforce. Governor limits are limits on resources that a single transaction can consume. SOQL and SOSL are query languages used to search for data in Salesforce. Relationships define how objects are related to each other in Salesforce.

    • Triggers are used to automate processes in Salesforce

    • Governor limits prevent a single transaction from consuming ...

  • Answered by AI
  • Q2. What is difference between profile and permission sets
  • Ans. 

    Profiles define user's access to objects and fields while permission sets grant additional permissions to users.

    • Profiles are assigned to users and define their access to objects, fields, tabs, and other features.

    • Permission sets are used to grant additional permissions to users without changing their profiles.

    • Profiles are used to restrict access while permission sets are used to grant access.

    • Profiles are used to define ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well you will be selected study well developed section

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Lightning components.reports dashboards sharing rules
Round 2 - Technical 

(1 Question)

  • Q1. Write a trigger on account to display child contacts Write a inline lightning component anything
  • Ans. 

    Trigger to display child contacts on account and inline lightning component

    • Create a trigger on Account object

    • Query for child Contact records related to the Account

    • Display the Contact records in a related list on the Account page layout

    • Create an inline lightning component to display additional information on the Account page

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare triggers and always try to focus on coding part. Now a days interviewers stopped asking Salesforce theoritical questions. Prepare coding

Skills evaluated in this interview

Capgemini Interview FAQs

How many rounds are there in Capgemini Salesforce Developer interview?
Capgemini interview process usually has 1-2 rounds. The most common rounds in the Capgemini interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Capgemini 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 Capgemini. The most common topics and skills that interviewers at Capgemini expect are Salesforce, Apex, Javascript, Visualforce and SOAP.
What are the top questions asked in Capgemini Salesforce Developer interview?

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

  1. What are triggers and their u...read more
  2. How to invoke flows - using other flows and Apex. How do we invoke an apex cla...read more
  3. Write a trigger on account to display child contacts Write a inline lightning ...read more
How long is the Capgemini Salesforce Developer interview process?

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

Tell us how to improve this page.

Capgemini Salesforce Developer Interview Process

based on 15 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 11 Capgemini interviews
Job Portal
Recruitment Consultant
73%
9%
18% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Capgemini Salesforce Developer Salary
based on 778 salaries
₹2.8 L/yr - ₹12 L/yr
At par with the average Salesforce Developer Salary in India
View more details

Capgemini Salesforce Developer Reviews and Ratings

based on 52 reviews

4.1/5

Rating in categories

3.8

Skill development

4.0

Work-Life balance

3.4

Salary & Benefits

3.7

Job Security

3.8

Company culture

3.0

Promotions/Appraisal

3.6

Work Satisfaction

Explore 52 Reviews and Ratings
Salesforce Developer

Bangalore / Bengaluru

4-6 Yrs

₹ 5.1-15.2 LPA

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
51.9k salaries
unlock blur

₹2.9 L/yr - ₹11.8 L/yr

Senior Consultant
45.9k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.5k salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Senior Software Engineer
19.9k salaries
unlock blur

₹3.5 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview