Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

How do I set up an auto-reply in Salesforce?

Answer»

Auto Reply or RESPONSE RULES in salesforce make it possible to automatically send email responses based on RECORD characteristics.

Steps to CREATE auto-reply on the auto-response page are-

  • Click on NEW Button.
  • Enter the RULE NAME for the auto-response rule.
  • To activate that rule, select ACTIVE.
  • Go to SAVE and click.
  • Now it's time to create Rule Entries.
2.

What is the difference between Queues and Public Groups in Salesforce?

Answer»
S.noQueuesPublic Groups
1.Queues are used when a user wants to ASSIGN a record to multiple users.Public groups are used for a SHARING purpose.
2.They are created for Custom objects, case, Lead, and Knowledge article versions.Once they are created can be used across any object.
3.They are used primarily as Owners of records.Public groups are used primarily for security.
4.This will HELP to INTEGRATE prospect ASSIGNMENTS with your current workflow.This will help to share the data.
3.

What are the terms sharing rules and permission sets in Salesforce?

Answer»
  • Sharing Rules- Sharing rules are used to provide access to shared resources to users in public GROUPS. They represent the PERMISSIONS and exceptions.The benefit of using them is we can grant access to edit, read, read\write permissions to users.
  • Permission Sets- It is a collection of permissions and settings that provides access to various tools, records, FILES, and functions to a user.The benefit of using them is you can give different permissions to users without creating a NEW profile.
4.

What are approval steps in Salesforce?

Answer»

Before discussing APPROVAL steps let’s UNDERSTAND the approval PROCESS. It is an automated process that describes how records in salesforce are approved in a particular organization.

List of Steps-

  • Setup->CREATE-> Workflow and Approval->Approval Process
  • A select object which is to write for the approval process
  • Click in “Create New Approval Process”
  • From drop-down select STANDARD Setup Wizard
  • Now enter Unique name, Process name, and description for your approval process
  • In the end, specify the Entry Criteria
5.

List out some differences between reports and dashboards in Salesforce?

Answer»
S.noReportsDASHBOARDS
1.Reports are a set of records, DISPLAYED in the form of rows and columns.Dashboards are graphical and visual representations of reported data.
2.Reports in Salesforce are stored in foldersDashboards can also be stored in folders
3.Reports contain much more detailed information and are longer than the dashboard.Dashboards only provide a CEO with information and contain LESS amount of detail.
4.Reports can answer your question in a more detailed view.Dashboards can answer your question in a single view.
5.Standard and CUSTOM Reports are the example of Salesforce reports.Pie Charts, Line Charts, Gauges, METRICS are some of the components of Dashboards.
6.

Highlight some of the ways to call an Apex class in Salesforce?

Answer»

 We can call apex CLASS in the FOLLOWING ways-

  • From VisualForce page
  • From Developer Console
  • From the Javascript BUTTON, links
  • From Triggers
  • From ANOTHER class
  • From Homepage COMPONENTS
7.

Define the terms Roles and Profiles in Salesforce?

Answer»
  • Roles- With the HELP of roles you can control access to DIFFERENT records. These are OPTIONAL but it’s always good to use them. When an organization’s object default sharing is set to Public Read/Write, one can use Roles to determine which records users can view.
  • Profiles- Profiles determine what a user can do on a particular RECORD such as view, edit, create or delete them. Profiles are required to control which fields and objects users can access.
8.

List some of the differences between record type and page layout in Salesforce?

Answer»
S.noRecord TypePAGE Layout
1.Record type ALLOWS a user to create SEPARATE kinds of records for each object.Page Layout allows a user to add fields sections, custom buttons, links, etc.
2.They control the PICKLIST values, page LAYOUTS, and other business logic.Page layout controls fields visibility, field editing, buttons, etc.
3.If not implemented correctly, they can increase the complexity.You can easily modify a lot of things by means of the page layout.
9.

Which fields are automatically Indexed in Salesforce?

Answer»

FIELDS that are indexed in Salesforce by DEFAULT are-

  • Division
  • SystemmodStamp (LastModifiedDate)
  • CreatedDate
  • Email (for contacts and leads)
  • Foreign KEY relationships(lookups and master-detail)
  • RecordTypeId
  • Name
10.

Why do we use triggers in Salesforce?

Answer»

In salesforce, TRIGGERS enable users to perform some custom actions before or after events such as deletions, UPDATIONS, or INSERTIONS. We use triggers in salesforce to perform some TASKS which are based on specific CONDITIONS to modify them or to prevent some operations from happening. 

11.

What does it mean to freeze and deactivate users in Salesforce?

Answer»
  • Deactivating User- MARKING the user as inactive or deactivated completely revokes access and frees up its Salesforce license to be given to another user.
  • Freezing User- In some cases, deactivating an ACCOUNT is not possible like when a user is assigned as a sole recipient or selected in a custom hierarchy field. In that case, we can freeze their account and prevent a user from LOGGING in.
12.

Name different types of sharing rules in Salesforce?

Answer»

DIFFERENT types of SHARING Rules in Salesforces are written below-

  • Case Sharing Rule
  • Custom OBJECT Sharing rule
  • Lead Sharing Rule
  • Opportunity Sharing Rule
  • Account Sharing Rule
  • Contact Sharing Rule
13.

How many custom fields can be created in Salesforce?

Answer»

CUSTOM fields allowed per object depend UPON the SALESFORCE edition which we are using.

There are different editions -

  • In PERSONAL Edition you are allowed to create 5 custom fields per object.
  • Group, Essential, and Professional Edition allows a user to create 100 fields.
  • In Enterprise and Developer Edition users are allowed to create 500 custom fields per object.
  • Unlimited and Performance Edition gives you an allowance of 800 custom fields.

Beyond 800 custom fields, users are restricted to some OBJECTS like Account, Asset, Campaign, Contact, Opportunity, etc.

14.

How is private cloud different from public cloud in Salesforce?

Answer»
S.noPrivate CloudPublic Cloud
1.Private clouds are not available for the public and are BUILT for a PARTICULAR organization.The public cloud offers storage, applications, and other services to the general public.
2.Costs of private clouds are higher.The public cloud’s initial costs are lower.
3.In a private cloud, we can store large amounts of data for a lower cost.Data storage is pricey if data is large and for longer periods.
4.Private clouds can be accessed within the limited premises.Public clouds can be accessed from many locations and in a number of ways.
5.Examples- HP Data Centers, UBUNTU, etc.Examples- MICROSOFT, Google, etc.
15.

List different types of objects in Salesforce?

Answer»

Objects are a crucial PART of salesforce as they provide a structure so that you can store the data and is similar to a database table.

There are mainly three types of objects in salesforce-

  • Standard Objects- These objects are PROVIDED by the Salesforce platform itself and can’t be deleted and truncated. These INCLUDE contact, campaign, accounts, OPPORTUNITY, etc.
  • Custom Objects- Custom objects are created by the users according to their business PROCESSES and needs and can be deleted and truncated.
  • External Objects- They are somewhat similar to custom objects and allow users to map the data which is stored outside the salesforce organization.