InterviewSolution
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. |
What is Apex in Salesforce? |
Answer»
|
|
| 2. |
What is the difference between static and dynamic dashboards in Salesforce? |
||||||||
Answer»
|
|||||||||
| 3. |
What is trigger in Salesforce? |
|
Answer» 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. Triggers can be defined for top-level standard OBJECTS, like contact or account, custom objects, and few standard child objects. They are active by default when created. When the specified DATABASE events occur, Salesforce automatically FIRES active triggers. The syntax for creating a trigger is given below: trigger TriggerName on ObjectName (trigger_events){ code_block}To execute a trigger before or after insert, update, delete and undelete operations, SPECIFY multiple trigger events like before insert, before delete, after insert, after update etc. in a comma-separated list. Trigger in Salesforce |
|
| 4. |
What are the benefits of using Salesforce CRM? |
|
Answer» The benefits of using Salesforce CRM is given below:
|
|
| 5. |
What do you understand by workflow in Salesforce? |
Answer»
|
|
| 6. |
What is dashboard in Salesforce? |
|
Answer» A dashboard in SALESFORCE is a pictorial representation of the REPORT. It displays data from source reports as visual components. These components provide a SNAPSHOT of key metrics and performance indicators of the ORGANIZATION at a single glance. A single dashboard is capable of displaying 20 reports at a time. |
|
| 7. |
What is a Master–Detail relationship in Salesforce? |
Answer»
|
|
| 8. |
What is a profile in Salesforce? Can two users have the same profile? |
|
Answer» The profile in Salesforce is defined as a collection of settings and permissions that define what a user can do in Salesforce. So it gives you the authority to access certain records in Salesforce. There are multiple profiles available in Salesforce. For example, a sales profile can have access to leads, contacts, campaigns, opportunities, etc. The people who work under one DEPARTMENT may be assigned the same profiles. Consider the CASE of sales profile, many people work under it and each PERSON who works under this is assigned with the same profile. Hence we can say that any NUMBER of people can have the same profile. |
|
| 9. |
What is the difference between role and profile? |
||||||||||
|
Answer» The main difference between role and profile is given below -
|
|||||||||||
| 10. |
What is an Audit trail in Salesforce? |
|
Answer» 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. By using an audit trail, you can get to know the details about changes made, the DATE and time of the change, and the USERNAME of the team member who made the changes. |
|
| 11. |
What is sharing rule? |
|
Answer» 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. You can DEFINE total sharing rules up to 300 for a particular object, including criteria-based or guest user sharing rules up to 50, if available for the object. |
|
| 12. |
Explain different types of apps we can use in Salesforce. |
|
Answer» There are two types of apps that we can CREATE in Salesforce. They are:
|
|
| 13. |
What is meant by an App in Salesforce? |
|
Answer» An App in Salesforce is a logical container that holds various details RELATED to the company such as a logo, name, business OPERATIONS, etc. You can customize APPS to match your needs, or you can DEVELOP new applications by combining custom and standard tabs. The process to create an app in Salesforce is GIVEN below: Setup —> build—> Create—> App—> Click on new. By following the above procedure, you can develop an application as you want. |
|
| 14. |
What is an object in Salesforce? |
|
Answer» In Salesforce, objects are database tables that are used to STORE the data of an ORGANIZATION. There are two types of objects in Salesforce. They are:
|
|
| 15. |
What are the features of Salesforce |
|
Answer» Contact management
Opportunity management
Quote management
Lead management
Sales data
Mobility
Workflow and approvals
File sync and SHARE
Dynamic dashboards and custom reports
Sales forecasting
|
|