Salesforce Interview Questions and Answers - 2

12. What is an Audit Trail?

The Audit Trail function helps tracking all the recent setup changes that the administration has done in the organization. This can be especially useful in organizations with multiple administrators. The audit trail can preserve data for up to six months.

13. Explain the Salesforce dashboard?

A Salesforce dashboard is a quick way to view summary data from multiple reports at once. It is a way to visually represent the reports you have created.

You can have up to 20 components on one dashboard for a quick view of multiple reports.

14. What is the difference between SOQL and SOSL?

SOQL

Salesforce Object Query Language (SOQL) is similar to SELECT statement in SQL (Structured Query Language). SOQL can query one object at a time and multiple objects only if they are related to each other.

It is used when we know in which object the data is present.

SOSL

In Salesforce Object Search Language (SOSL), we can search data from multiple objects even if there is no relationship among the objects. It enables you to search text, email, and phone fields for multiple objects simultaneously.

SOSL is used if we don't know in which object the data is present.