Upload Button Icon Add office photos

Filter interviews by

Deloitte Digital Salesforce Consultant Interview Questions and Answers

Updated 29 Apr 2024

Deloitte Digital Salesforce Consultant Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is Apex trigger
  • Ans. 

    Apex trigger is a piece of code that executes before or after specific data manipulation events occur on Salesforce records.

    • Apex triggers are used to perform custom actions on Salesforce records like creating new records, updating fields, etc.

    • Triggers can be written for different events like before insert, before update, after insert, after update, etc.

    • Apex triggers are written in Salesforce's proprietary language, Ape...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte Digital Salesforce Consultant interview:
  • Salesforce CRM
Interview preparation tips for other job seekers - basic of salesforce development

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Resume shortlist
Round 2 - Technical 

(4 Questions)

  • Q1. Decorators in lwc
  • Ans. 

    Decorators in LWC are a way to enhance the functionality of a component by adding metadata and modifying behavior.

    • Decorators are used to modify the behavior of properties, methods, and getters/setters in LWC.

    • They are defined using the @ symbol followed by the decorator name.

    • Some commonly used decorators in LWC are @api, @track, @wire, and @track.

    • The @api decorator allows a property to be accessed by parent components.

    • T...

  • Answered by AI
  • Q2. User need to choose the profile before login to salesforce
  • Q3. How manual sharing works and how to see manually shared rercords
  • Ans. 

    Manual sharing allows users to manually grant access to records. To see manually shared records, use the 'Sharing' button on the record detail page.

    • Manual sharing is a feature in Salesforce that allows users to manually grant access to records.

    • It is useful when users need to share specific records with other users or groups.

    • To manually share a record, users can click on the 'Sharing' button on the record detail page.

    • Fr...

  • Answered by AI
  • Q4. Write trigger on opportunity to sum of total opps and populate on account sumofopps field
  • Ans. 

    Write a trigger on Opportunity to calculate the sum of total opportunities and populate it on the Account's 'SumOfOpps' field.

    • Create a trigger on the Opportunity object

    • Use an aggregate query to calculate the sum of the 'Amount' field on all related Opportunities

    • Update the 'SumOfOpps' field on the related Account with the calculated sum

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Write trigger , there are 3 objects, a is parent, b child, c is grand child, when grand child updated update grand child desc on a object desc
  • Ans. 

    Write a trigger to update the description field on the parent object when the grandchild object is updated.

    • Create a trigger on the grandchild object

    • Use a SOQL query to retrieve the parent object

    • Update the description field on the parent object with the grandchild's description

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
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. What is Rest API Integration?
  • Ans. 

    Rest API Integration is a method of connecting different software systems through the use of RESTful APIs.

    • Rest API Integration allows different systems to communicate with each other over the internet.

    • It enables the exchange of data between systems in a standardized and secure manner.

    • Developers can use REST APIs to access and manipulate resources on remote servers.

    • Examples of Rest API Integration include integrating a ...

  • Answered by AI
  • Q2. Trigger for roll up summmary
  • Ans. 

    A trigger is used to perform calculations and updates on related records when a record is created, updated, or deleted.

    • Triggers are written in Apex and are used to automate processes in Salesforce.

    • They can be used to perform calculations, updates, or validations on related records.

    • For roll up summaries, triggers can be used to calculate and update summary fields on parent records based on child records.

    • Example: Trigger...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Do you have any certification?

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

20 mins for 30 ques were there.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

1) Trigger to update custom field totalamount__c on account object when opportunity record is updated or inserted . account.totalamount_c is sum of amount value of related opportunity .

2) write apex code to remove duplicate string from array of string .

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice apex coding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - One-on-one 

(2 Questions)

  • Q1. All basics of SFDC development
  • Ans. Be calm and you will get it
  • Answered Anonymously
  • Q2. What are types in worlflow
  • Ans. 

    Types in workflow refer to the different categories or classifications of workflow rules or actions.

    • Types in workflow can include time-based, immediate, or scheduled actions.

    • Each type serves a specific purpose in automating processes within Salesforce.

    • For example, time-based actions are triggered based on a specified time or date.

    • Immediate actions are executed immediately after a record meets certain criteria.

    • Scheduled...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - A quick learner is appriciated
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Apex trigger, SOQL, security model, integration, lwc
  • Q2. Lms, flow, asynchronous apex
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Managerial questions about all technical questions as well

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Knowledge and scenario based questions that involved coding.
Round 2 - Behavioral 

(1 Question)

  • Q1. Design based on OOPs and mostly looking for culture fit.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with concepts as generally the questions are scenario based where the application of knowledge matters.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions will be based on the role you apply
Round 2 - One-on-one 

(1 Question)

  • Q1. It was a managerial round and it was about previous work experience

Deloitte Digital Interview FAQs

How many rounds are there in Deloitte Digital Salesforce Consultant interview?
Deloitte Digital interview process usually has 1 rounds. The most common rounds in the Deloitte Digital interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
DXC Technology Interview Questions
3.7
 • 803 Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Nagarro Interview Questions
4.0
 • 766 Interviews
Publicis Sapient Interview Questions
3.5
 • 605 Interviews
View all
Deloitte Digital Salesforce Consultant Salary
based on 11 salaries
₹7.5 L/yr - ₹20 L/yr
12% more than the average Salesforce Consultant Salary in India
View more details

Deloitte Digital Salesforce Consultant Reviews and Ratings

based on 3 reviews

3.2/5

Rating in categories

5.0

Skill development

2.3

Work-life balance

2.6

Salary

3.3

Job security

5.0

Company culture

2.3

Promotions

3.6

Work satisfaction

Explore 3 Reviews and Ratings
Senior Consultant
233 salaries
unlock blur

₹12 L/yr - ₹39 L/yr

Consultant
210 salaries
unlock blur

₹7.5 L/yr - ₹24 L/yr

Graphic Designer
171 salaries
unlock blur

₹1.7 L/yr - ₹6 L/yr

Analyst
94 salaries
unlock blur

₹3.5 L/yr - ₹10.5 L/yr

Senior Graphic Designer
69 salaries
unlock blur

₹3.2 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Deloitte Digital with

Accenture

3.9
Compare

IBM iX

4.0
Compare

Parsh Digital Services

4.0
Compare

Wipro Digital

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