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
3.8

based on 17.2k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deloitte Salesforce Administrator Interview Questions and Answers

Updated 18 Jul 2024

Deloitte Salesforce Administrator Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is dashboard errors?
  • Ans. 

    Dashboard errors are issues that occur when creating or viewing dashboards in Salesforce.

    • Dashboard errors can occur due to incorrect data mappings or formula errors.

    • Common dashboard errors include 'Data Not Available' or 'Invalid Field'.

    • To troubleshoot dashboard errors, check data sources, filters, and dashboard components.

    • Dashboard errors can also be caused by sharing settings or permissions issues.

  • Answered by AI
  • Q2. What is soql in salesforce?
  • Ans. 

    SOQL (Salesforce Object Query Language) is a query language used to search your organization's Salesforce data for specific information.

    • SOQL is similar to SQL (Structured Query Language) but is specifically designed for querying Salesforce data.

    • It allows users to search for specific records in Salesforce objects.

    • SOQL queries can be used in Apex code, Visualforce pages, and the Salesforce Object Query Language API.

    • Examp...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. When you want delete account accosiated with contact. The account should not get deleted.
  • Ans. 

    To delete an account associated with a contact without deleting the account itself.

    • Remove the contact's association with the account before deleting the contact.

    • Check for any other dependencies before deleting the contact.

    • Consider creating a custom field to track the association between the contact and account.

  • Answered by AI
  • Q2. Do have experience in flows, Explain the flows
  • Ans. 

    Flows are declarative automation tools in Salesforce used to automate business processes by collecting data and performing operations.

    • Flows are created using a visual designer in Salesforce.

    • They can automate complex business processes without writing code.

    • Flows can collect data from users, interact with Salesforce, and make decisions based on user input or data.

    • They can be triggered by various events like record change...

  • Answered by AI
Round 2 - Client Interview 

(2 Questions)

  • Q1. When rating is hot update description
  • Ans. 

    When a rating is hot, update the description accordingly.

    • Monitor user feedback and ratings regularly

    • Update the description based on the latest ratings and reviews

    • Consider adding specific details or addressing common concerns mentioned in the feedback

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a Salesforce Developer with 5 years of experience in designing and implementing custom solutions for clients.

    • 5 years of experience in Salesforce development

    • Strong expertise in designing and implementing custom solutions

    • Proficient in Apex, Visualforce, and Lightning components

    • Certified Salesforce Developer

    • Experience working with clients to understand their requirements and deliver solutions

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. What is Salesforce service cloud
  • Ans. 

    Salesforce Service Cloud is a customer service platform that helps businesses manage and improve customer interactions.

    • It allows businesses to provide personalized customer support through various channels such as phone, email, chat, and social media.

    • Service Cloud includes features like case management, knowledge base, and omni-channel routing to streamline customer service processes.

    • It integrates with other Salesforce...

  • Answered by AI
  • Q2. How do you rate your self in coding
  • Q3. Salesforce Security model question
  • Q4. Have you worked on flows
  • Ans. 

    Yes, I have worked on flows in Salesforce.

    • I have experience creating flows to automate business processes in Salesforce.

    • I have used flows to streamline data entry and update records efficiently.

    • I have integrated flows with other Salesforce features like Process Builder and Apex triggers.

  • Answered by AI
  • Q5. Mostly asked what you mentioned in your resume
Round 2 - Technical 

(3 Questions)

  • Q1. Write trigger on parent child scenario
  • Ans. 

    Writing trigger on parent child scenario in Salesforce

    • Create trigger on parent object

    • Use trigger context variables to access child records

    • Perform necessary operations on child records based on parent record changes

  • Answered by AI
  • Q2. Wha are important feature of service cloud, LWC decorators, events in lwc, asynchronous apex , batch class, flows and its type , experience cloud basics .
  • Ans. 

    Service Cloud features, LWC decorators, events, asynchronous apex, batch class, flows, and experience cloud basics.

    • Service Cloud features include case management, knowledge base, omni-channel routing, and service console.

    • LWC decorators are used to add metadata to Lightning web components, such as @api, @track, and @wire.

    • Events in LWC are used for communication between components, such as standard events like onchange a...

  • Answered by AI
  • Q3. Expectations was user should know each and every topic of Salesforce

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was very good answered every single question asked by panel . After first round
HR says feedback is good, you got selected no need of next round , Asked what is final expected salary and notice period , for which i already shared before screening process .

Then after couple of days HR calls back and said Panel no sure about you wants to check another round of interview. Even my second round was good answer almost all questions. Not got any feedback from HR despite of couple of follow up .

People who want to apply make sure that you share your expectations with HR clearly .

Skills evaluated in this interview

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

I was interviewed in May 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. Diff. between SOQL and SOSL
  • Ans. 

    SOQL is used to query records from Salesforce objects, while SOSL is used to search for records across multiple objects.

    • SOQL stands for Salesforce Object Query Language

    • SOQL is used to query records from a single Salesforce object

    • SOSL stands for Salesforce Object Search Language

    • SOSL is used to search for records across multiple Salesforce objects

    • SOQL queries are more structured and specific, while SOSL searches are more

  • Answered by AI
  • Q2. Queueable Apex and Future Apex , Use, syntax and differences
  • Q3. Screen flow, Why we use Subflow?
  • Ans. 

    Subflows are used in screen flows to break down complex processes into smaller, reusable components.

    • Subflows help in organizing and modularizing the flow logic.

    • They allow for reusability of common flow elements across multiple screen flows.

    • Subflows can be called from multiple places within a screen flow, reducing redundancy.

    • They make it easier to maintain and update the flow logic.

    • Subflows can improve the overall perfo...

  • Answered by AI
  • Q4. What is mixed dml error?
  • Ans. 

    Mixed DML error occurs when DML operations on setup and non-setup objects are mixed in a single transaction.

    • Mixed DML error occurs when DML operations are performed on both setup and non-setup objects in a single transaction.

    • Setup objects include objects like User, Profile, PermissionSet, etc.

    • Non-setup objects include custom objects created by the user.

    • To avoid mixed DML error, separate the DML operations on setup and

  • Answered by AI
  • Q5. Trigger to prevent user from deleting Account if any opportunity record is associated with it
  • Ans. 

    Use a trigger to prevent deletion of Account if any Opportunity record is associated with it

    • Create a before delete trigger on Account object

    • Query for related Opportunity records using SOQL

    • If any Opportunity records are found, throw an error message to prevent deletion

  • Answered by AI
  • Q6. What is ValidateInput
  • Ans. 

    ValidateInput is a method used to check and validate user input in a software application.

    • ValidateInput ensures that the data entered by the user meets certain criteria or constraints.

    • It helps prevent errors and security vulnerabilities by verifying the input before processing it.

    • Examples include checking for valid email addresses, ensuring numeric values are within a specified range, and validating required fields.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. General questions from CV
  • Q2. About Sales Force

Interview Preparation Tips

Interview preparation tips for other job seekers - Just like others they somehow don't beleive in getting back to the interviewee with a decision. so just give their interview and don't wait for the response. Bunch of high-headed folks.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Medium to hard difficultly

I applied via Approached by Company and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Triggers question based on scenario, few questions from experience
Round 2 - Behavioral 

(1 Question)

  • Q1. Asked questions on experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepare according to your resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic understanding of platform
Round 2 - Technical 

(1 Question)

  • Q1. Advance level knowledge
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and rest depends on your experience in projects

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is Apex
  • Ans. 

    Apex is a programming language used to develop customizations for Salesforce applications.

    • Apex is similar to Java and C#.

    • It is used to write business logic and perform database operations.

    • It can be used to create triggers, classes, and controllers.

    • Apex code runs on the Salesforce platform.

    • Example: Apex can be used to create a custom button that updates a record when clicked.

  • Answered by AI
  • Q2. Difference between roles and profile.
  • Ans. 

    Roles define what users can do in an organization, while profiles determine what users can see and access within the application.

    • Roles define the level of access and responsibility a user has in an organization.

    • Profiles determine the objects, fields, and records that a user can view, edit, and delete.

    • Roles are hierarchical and determine the data visibility for users below them in the hierarchy.

    • Profiles are assigned to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were only 1 technical round and 1 HR round. The technical questions were moderate and they asked almost everything related to salesforce in 1 hour.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. What is Role Hierarchy?
  • Ans. 

    Role Hierarchy is a feature in Salesforce that allows users to access records based on their position in the hierarchy.

    • Defines the levels of access that users have to records in Salesforce based on their role in the organization.

    • Higher roles in the hierarchy can access records owned by users below them in the hierarchy.

    • Helps in setting up sharing rules and visibility settings for different users based on their roles.

    • Ex...

  • Answered by AI
  • Q2. What is LWC in salesforce?
  • Ans. 

    LWC stands for Lightning Web Components in Salesforce, a modern UI framework to develop web components.

    • LWC is a programming model for building Lightning components using modern web standards like JavaScript ES6, HTML5, and CSS3.

    • It provides better performance and productivity compared to Aura components.

    • LWC allows developers to build reusable components that can be used in different parts of the Salesforce platform.

    • Exam...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics.

Skills evaluated in this interview

Deloitte Interview FAQs

How many rounds are there in Deloitte Salesforce Administrator interview?
Deloitte interview process usually has 1 rounds. The most common rounds in the Deloitte interview process are One-on-one Round.
What are the top questions asked in Deloitte Salesforce Administrator interview?

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

  1. What is dashboard erro...read more
  2. What is soql in salesfor...read more

Tell us how to improve this page.

Deloitte Salesforce Administrator Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 795 Interviews
ZS Interview Questions
3.4
 • 481 Interviews
BCG Interview Questions
3.8
 • 195 Interviews
View all
Deloitte Salesforce Administrator Salary
based on 43 salaries
₹4.2 L/yr - ₹11 L/yr
24% more than the average Salesforce Administrator Salary in India
View more details
Consultant
33k salaries
unlock blur

₹6.2 L/yr - ₹23 L/yr

Senior Consultant
20.7k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14k salaries
unlock blur

₹3.7 L/yr - ₹12.4 L/yr

Assistant Manager
10k salaries
unlock blur

₹7.8 L/yr - ₹24 L/yr

Manager
7k salaries
unlock blur

₹15.8 L/yr - ₹51 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.9
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare

Cognizant

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