Salesforce Admin Interview Questions 1649698306
Salesforce Admin Interview Questions 1649698306
1. What is Salesforce?
Salesforce.com is a cloud-based customer relationship management (CRM) software solution
for sales, service, marketing, collaboration, analytics, commerce etc.
2. Different Salesforce Editions?
There are four primary Salesforce Editions available: Essentials, Professional, Enterprise, and
Unlimited.
3. Number of Salesforce Editions released per year?
Salesforce has three major releases per year
4. Difference between Salesforce.com and Force.com?
Salesforce is a SaaS product whereas force.com is PaaS product. In SaaS you get out of the box
functionality like leads, opportunities, accounts etc, however in PaaS you have to develop
everything by yourself. Salesforce.com is built on force.com platform.
5. What is Database.com?
Database.com is Salesforce's primary enterprise database storage. It's built to store data
through the cloud.
6. How many types of portals are available in Salesforce?
There were 3 portals, Salesforce Customer Portal, Salesforce Partner Portal and Self Service
Portal.
7. What is App in Sales force?
An app is a collection of items that work together to serve a particular function. Salesforce apps
come in two flavors: Classic and Lightning.
8. Different types of objects in Salesforce.com?
Salesforce supports several different types of objects. There are standard objects, custom
objects, external objects, platform events, and BigObjects.
9. What is an object in Sales force?
Objects are database tables that allow us to store data specific to the organization in
salesforce. Two types of objects in Salesforce Standard and Custom.
Compiled by:
Imran Ahmed Sayal, Salesforce Certified Administrator
10. What is TAB in Salesforce?
Tabs in Salesforce help users view the information at a glance. It displays the data of objects and
other web content in the application.
11. List examples of custom field types?
AutoNumber, checkbox, currency, Date, Date/Time, Formula, Email, Number, Percent, Phone,
Picklist, Text, Lookup relationship, Master-Detail relationship etc.
12. What are the Standard and Custom Fields in Salesforce?
Standard Fields:
There are four standard fields in every custom object that are Created By, Last Modified By,
Owner, and the field created at the time of the creation of an object.
These fields cannot be deleted or edited and they are always required. For standard objects,
the fields which are present by default in them and cannot be deleted from standard objects
are standard fields.
Custom Fields:
The Custom fields which are added by the administrator/developer to meet the business
requirements of any organization. They may or may not be required.
13. How many custom fields can I created in an object?
It depends on the Salesforce edition. Max limit is 100 In Essential and Professional editions, 500
in enterprise, 800 in Unlimited and 500 in developer edition.
14. What is a profile?
Profiles define how users access objects and data, and what they can do within the application.
When you create users, you assign a profile to each one.
15. What is a Role?
Roles are defined so as to increase the data visibility a particular user has. Role hierarchy allows
the user sitting in higher level have access of records owned by users having role lower in
hierarchy.
16. Difference between Role and Profile?
Compiled by:
Imran Ahmed Sayal, Salesforce Certified Administrator
Role Profile
The role helps in defining data visibility for A profile sets the limitation for what an user can
a particular user. do in the organization.
Based on the hierarchy, a role defines
Profile defines permissions
which user data a user can see.
Defining role to a user is not mandatory Defining profile is mandatory
Roles provide a feature to control access to Profiles help to decide record privileges i.e.
records by impacting reports. For assuming the user can observe the record, it
example,“My Teams” filter. Roles function concludes what the user can function, edit, delete,
if a security model (OWDs) of an view on that record. It controls other system
organization is set to private. privileges like export data, mass email, etc.
Compiled by:
Imran Ahmed Sayal, Salesforce Certified Administrator
23. What is Page Layout and Record Types?
Page Layouts determine which fields are displayed to your users on a record. They allow you to
add fields, sections, links, custom buttons, and a few other features.
Record Types let you offer different business processes, picklist values, and Page Layouts to
different users.
24. How to delete user from Salesforce?
You cannot delete users from Salesforce. You can remove their license or deactivate them to
remove access to the system, but because they may still own records, they cannot be deleted.
25. In salesforce, can two users can have same profile?
Ans. Yes
26. Is it possible to edit formula field values in a record?
Ans. No
27. Which fields cannot be added as a custom Index?
Ans. Formula field
28. What are Governor Limits in Salesforce?
In Salesforce, it is the Governor Limits which controls how much data or how many records you
can store in the shared databases. Why? Because Salesforce is based on the concept of multi-
tenant architecture.
29. What is a sandbox org? What are the different types of sandboxes in Salesforce?
A sandbox is a copy of the production environment/ org, used for testing and development
purposes.
• Developer
• Developer Pro
• Partial Copy
• Full
30. Can you edit an apex trigger/ apex class in production environment? Can you edit a
Visualforce page in production environment?
No, it is not possible to edit apex classes and triggers directly in production environment.
Compiled by:
Imran Ahmed Sayal, Salesforce Certified Administrator
31. What are the different data types that a standard field record name can have?
A standard field record name can have data type of either auto number or text field with a limit
of 80 chars.
A bucket field lets you group related records together by ranges and segments, without the use
of complex formulas and custom fields. Bucketing can thus be used to group, filter,
or arrange report data.
Dynamic dashboards are used to display information which is tailored to a specific user. You can
use dynamic dashboards when you want to show user-specific data of a particular user, such as
their personal quotas and sales, or number of case closures, or leads converted etc.
34. What are the different types of reports available in Salesforce? Can we mass delete reports
in Salesforce?
There are two types of apps that we can create in Salesforce. They are:
• Custom app: They are mainly used by business owners who want to build an app that
suits their business requirements from time to time. It’s widely used in the market.
Compiled by:
Imran Ahmed Sayal, Salesforce Certified Administrator
• Console app: It can be used only in the client service business, where we focus on
tackling the client’s issues. Compared to a custom app it’s not widely used in the
market.
Sharing rules are applied when a user wishes to permit access to other users like public groups,
roles, or territories. It gives greater access to particular users by making automatic exceptions
to your organization-wide sharing settings.
An Audit trail in Salesforce is a unique feature that helps in tracking the changes made in the
organization by you and other administrators. In that way, you will always get to know who has
modified the project at the last minute. It is helpful for the organization with more
administrators.
39. What is the difference between static and dynamic dashboards in Salesforce?
The trigger is defined as an Apex code that executes to perform custom actions, before or after
modifications like insert, update, delete, etc. that has done to records in Salesforce.
Validation rules in Salesforce consist of a formula or expressions that evaluate the data in one
or more fields in a record to meet the standards you specify before the user can save the
record. It returns a “True” or “False” value based on the evaluation of the data. Validation rules
Compiled by:
Imran Ahmed Sayal, Salesforce Certified Administrator
are responsible for displaying an error message to the user when the condition is “True” due to
an invalid value.
Salesforce record types permit us to associate different business processes and display different
picklist values and page layouts to different users based on the user profile.
With the help of the given below methods we can share records in Salesforce:
• Role Hierarchy
• Manual Sharing
• OWD
• Apex sharing
• Criteria based sharing rules
Compiled by:
Imran Ahmed Sayal, Salesforce Certified Administrator