Upload Button Icon Add office photos
Premium Employer

i

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

Deloitte Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Clear (1)

Deloitte Salesforce Developer Interview Questions, Process, and Tips

Updated 20 Jan 2025

Top Deloitte Salesforce Developer Interview Questions and Answers

View all 16 questions

Deloitte Salesforce Developer Interview Experiences

19 interviews found

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

(1 Question)

  • Q1. How many reports are there in SF
  • Ans. 

    There are unlimited reports in Salesforce (SF) as users can create custom reports based on their needs.

    • Users can create custom reports using Salesforce Report Builder.

    • Reports can be based on various objects and criteria.

    • Reports can be scheduled to run at specific times and emailed to users.

    • Reports can be shared with specific users or groups.

    • Reports can be used to analyze data and make informed business decisions.

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2022. There were 4 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Screening round. MCQ's based on automation, security,lwc,lac, integration,apex Need to have good knowledge,not straight forward questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. 1.relationship types 2.what is junction object 3.scenario based questions on security. 4.mixed dml error 5.scenario based questions on automation process, flows 6.what are bound and inbound expression in l...
Round 4 - Behavioral 

(1 Question)

  • Q1. Questions on your working experience. Why Deloitte Complex situations you have faced in ur project Why are u looking for change Given a business problem and asked how would you approach or solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to have good knowledge and need to prepare well to crack the interviews.
Deloitte has stringent interview process.

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 LinkedIn and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Coding Test 

MCQ Test - 27 Questions(Admin, Development, Integration, LWC), 50% of the questions was scenario based.

Round 2 - Technical 

(1 Question)

  • Q1. LWC & Admin Based (Fully scenario based questions)

Interview Preparation Tips

Interview preparation tips for other job seekers - Well, The interview was such a horrible one. The panel guy didn't give me a chance to introduce at least for a minute. I'm a graduate & he didn't interview me in such a way. He kept asking questions & didn't give time to conclude the answers as well. He mentioned "Sorry to interrupt" often. This guy doesn't even know the meaning for 'sorry' it seems. Kept digging questions through the answers which I gave him, he was trying to reject me from the beginning. Later through mail, he just sent me the negative feedback & the funniest part was - he mentioned that Relevant experience - 1+ years. I didn't mention 1+ year of relevant experience anywhere in my resume. The fact is he didn't even check my resume. Come on team, just don't let this guy to interview any other graduates or even any person hereafter.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is lookup relationships.?
  • Ans. 

    Lookup relationships are associations between two objects in Salesforce, where one object has a reference to another object.

    • Lookup relationships are used to create a link between two objects.

    • They are defined by creating a lookup field on one object that references the other object.

    • Lookup relationships can be one-to-one or one-to-many.

    • They enable data sharing and linking between related records.

    • For example, a Contact ob...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was campus drive. They asked basic questions like what is lookup relationships.

Deloitte interview questions for designations

 Salesforce Consultant

 (11)

 Salesforce Administrator

 (1)

 Salesforce Analyst

 (1)

 Software Developer

 (42)

 Java Developer

 (21)

 Application Developer

 (4)

 Python Developer

 (3)

 IOS Developer

 (3)

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

Round 1 - Technical 

(1 Question)

  • Q1. Develop calc on language of your choice
  • Ans. 

    I would develop a calculator in Python.

    • I would use the built-in math library for mathematical operations.

    • I would use the Tkinter library for creating a GUI.

    • I would define functions for each operation (addition, subtraction, multiplication, division, etc.).

    • I would handle errors and exceptions to ensure the calculator functions properly.

    • I would test the calculator thoroughly to ensure accuracy.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relaxed and prepare your tech stack 2 days before interview

Get interview-ready with Top Deloitte Interview Questions

Interview Questionnaire 

1 Question

  • Q1. LWC,aura,trigger scenarios and all scenario based questions but average level

Interview Preparation Tips

Interview preparation tips for other job seekers - should have practical knowledge

Salesforce Developer Jobs at Deloitte

View all

I applied via Naukri.com and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Profile and permission sets logical questions, logical question on process builder,contacts and accounts relationship and how to use trigger to calculate no.of contacts on account ,managed and unmanaged p...

Interview Preparation Tips

Interview preparation tips for other job seekers - technical round is mostly based on logic. If you have grip on salesforce admin then only you can answer. Managerial round is quite general, you can mostly go by preparing all interview questions on salesforce on internet.

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

Interview Questionnaire 

6 Questions

  • Q1. Asked practical scenario questions from frontend(lwc) and apex.
  • Q2. Deployment process with ci/cd
  • Ans. 

    CI/CD is a process of automating software delivery and deployment.

    • Use version control system like Git to manage code changes

    • Automate build process using tools like Jenkins

    • Run automated tests to ensure code quality

    • Deploy to different environments using tools like Docker and Kubernetes

    • Monitor and log application performance using tools like Splunk

    • Use continuous feedback to improve the process

  • Answered by AI
  • Q3. Write a trigger to update contact when accounts phone changed.
  • Q4. Fetch data in table from apex
  • Ans. 

    Fetching data from table in Apex

    • Use SOQL query to fetch data from table

    • Assign the query result to a list variable

    • Iterate through the list to access individual records

  • Answered by AI
  • Q5. Cpu error in apex
  • Ans. 

    CPU error in Apex

    • Check for infinite loops or recursive calls

    • Reduce the number of SOQL queries and DML statements

    • Optimize code to reduce CPU usage

    • Consider using asynchronous processing

    • Use governor limits to avoid exceeding CPU time limit

  • Answered by AI
  • Q6. Data loader, future method, share record in apex

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the interview based on real scenario. They won't ask internet questions.

Skills evaluated in this interview

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

Round 1 - Technical 

(2 Questions)

  • Q1. Develop calc in programming language of your choice
  • Ans. 

    I would develop a calculator in Python using basic arithmetic operations and GUI libraries.

    • Use Python's built-in arithmetic operators (+, -, *, /) to perform calculations.

    • Use a GUI library like Tkinter or PyQt to create a user-friendly interface.

    • Implement error handling to prevent invalid inputs and division by zero.

    • Consider adding additional features like memory functions or scientific notation.

    • Test the calculator tho

  • Answered by AI
  • Q2. What all are database management languages

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relaxed during interview and prepare your tech stack fully 2 days before interview
Contribute & help others!
anonymous
You can choose to be anonymous

Deloitte Interview FAQs

How many rounds are there in Deloitte Salesforce Developer interview?
Deloitte interview process usually has 1-2 rounds. The most common rounds in the Deloitte interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Deloitte 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 Deloitte. The most common topics and skills that interviewers at Deloitte expect are Apex, Salesforce, Lightning, SFDC and Salesforce CRM.
What are the top questions asked in Deloitte Salesforce Developer interview?

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

  1. Write a trigger to update contact when accounts phone chang...read more
  2. Scenario how to create 1 to 1 relations...read more
  3. Fetch data in table from a...read more

Recently Viewed

LIST OF COMPANIES

AU Small Finance Bank

Locations

SALARIES

IDFC FIRST Bank

LIST OF COMPANIES

ICICI Merchant Service

Locations

LIST OF COMPANIES

Shivalik Small Finance Bank

Locations

SALARIES

IDFC FIRST Bank

LIST OF COMPANIES

ICICI Merchant Service

Locations

INTERVIEWS

Infosys

No Interviews

SALARIES

City Union Bank

LIST OF COMPANIES

Indian Overseas Bank

Locations

LIST OF COMPANIES

Union Bank of India

Locations

Tell us how to improve this page.

Deloitte Salesforce Developer Interview Process

based on 17 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Deloitte Salesforce Developer Salary
based on 616 salaries
₹4.5 L/yr - ₹18.5 L/yr
48% more than the average Salesforce Developer Salary in India
View more details

Deloitte Salesforce Developer Reviews and Ratings

based on 39 reviews

3.9/5

Rating in categories

3.7

Skill development

3.4

Work-life balance

4.1

Salary

3.8

Job security

4.3

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 39 Reviews and Ratings
Salesforce Developer

Chennai

6-9 Yrs

Not Disclosed

Explore more jobs
Consultant
33.6k salaries
unlock blur

₹6.3 L/yr - ₹23.2 L/yr

Senior Consultant
21.2k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.4k salaries
unlock blur

₹3.8 L/yr - ₹12.6 L/yr

Assistant Manager
10.1k salaries
unlock blur

₹7.8 L/yr - ₹24 L/yr

Manager
7.1k salaries
unlock blur

₹16 L/yr - ₹53 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.8
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare

Cognizant

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