Practice Exam 2 Flashcards
- What is the underlying architecture of the Salesforce platform?
a) Client-Server
b) Peer-to-Peer
c) Multi-tenant
d) Single-tenant
Correct Answer: c) Multi-tenant
- Which of the following is a collection of fields for a specific object?
a) Report
b) Dashboard
c) Record
d) Layout
Correct Answer: c) Record
- What is the purpose of the Salesforce App Builder?
a) To write code for custom applications.
b) To create and customize applications using declarative tools.
c) To manage user security settings.
d) To build reports and dashboards.
Correct Answer: b) To create and customize applications using declarative tools
- Which standard object stores information about individual people associated with an Account?
a) Lead
b) Contact
c) User
d) Campaign Member
Correct Answer: b) Contact
- What is the term for a series of related marketing activities designed to achieve a specific goal?
a) Lead
b) Opportunity
c) Campaign
d) Case
Correct Answer: c) Campaign
- Which type of relationship allows a detail record to exist independently of a master record?
a) Master-Detail
b) Lookup
c) Many-to-Many (using Junction Objects)
d) Self-Relationship
Correct Answer: b) Lookup
- In a Lookup relationship, what happens to the lookup field value when the referenced record is deleted?
a) It is automatically cleared.
b) It prevents the deletion of the referenced record.
c) It is automatically updated to a default value.
d) It remains unchanged.
cleared
Correct Answer: a) It is automatically cleared
- Which type of field displays data from a related record?
a) Formula Field
b) Roll-up Summary Field
c) Lookup Field
d) Text Area (Long) Field
Correct Answer: b) Roll-up Summary Field
- What allows you to create different views of the same object with different sets of fields and layouts for different user groups?
a) Record Types
b) Page Layouts
c) Profiles
d) Permission Sets
Correct Answer: b) Page Layouts
- Which Salesforce automation tool can be triggered when a record is created or updated and can perform actions like updating fields or sending emails without writing code?
a) Apex Trigger
b) Visualforce Page
c) Workflow Rule
d) SOQL Query
Correct Answer: c) Workflow Rule
- What is used to prevent users from saving records that do not meet specific criteria?
a) Workflow Rules
b) Validation Rules
c) Assignment Rules
d) Auto-Response Rules
Correct Answer: b) Validation Rules
- Which Salesforce tool provides a visual interface for building automation processes that can span multiple objects and involve more complex logic than Workflow Rules?
a) Report Builder
b) Process Builder
c) Schema Builder
d) App Builder
Correct Answer: b) Process Builder
- What is a dynamic collection of records that meet specific criteria?
a) Report
b) Dashboard Component
c) List View
d) Formula Field
Correct Answer: c) List View
- Which type of report is best for showing changes in data over time?
a) Tabular Report
b) Summary Report
c) Matrix Report
d) Joined Report
Correct Answer: c) Matrix Report
- What defines the basic set of permissions and access to objects and data for a group of users?
a) Permission Set
b) Role
c) Profile
d) Public Group
Correct Answer: c) Profile
- Permission Sets can be assigned to:
a) Only one user at a time.
b) Multiple users.
c) Only profiles.
d) Only roles.
Correct Answer: b) Multiple users
- Which Salesforce security feature controls the visibility of records that a user owns?
a) Profile Permissions
b) Sharing Rules
c) Role Hierarchy
d) Organization-Wide Defaults
Correct Answer: d) Organization-Wide Defaults
- If the Organization-Wide Default for an object is set to “Private,” how can other users gain access to records they don’t own?
a) Through their profile settings.
b) Through their assigned permission sets only.
c) Through the Role Hierarchy, Sharing Rules, or manual sharing.
d) They cannot gain access.
Correct Answer: c) Through the Role Hierarchy, Sharing Rules, or manual sharing
- What type of applications can be found on the AppExchange?
a) Only free applications developed by Salesforce.
b) Both free and paid applications developed by Salesforce and third-party partners.
c) Only paid applications developed by third-party partners.
d) Only components that enhance standard Salesforce functionality.
Correct Answer: b) Both free and paid applications developed by Salesforce
- Which of the following is a programmatic development tool in Salesforce?
a) Workflow Rules
b) Process Builder
c) Apex
d) Lightning App Builder
Correct Answer: c) Apex
- Which tool provides a visual representation of all the objects, fields, and relationships in your Salesforce org?
a) Report Builder
b) Process Builder
c) Schema Builder
d) App Builder
Correct Answer: c) Schema Builder
- What is a collection of Lightning components that can be used to build custom pages and applications?
a) Apex Classes
b) Visualforce Pages
c) Lightning Web Components
d) SOQL Queries
Correct Answer: c) Lightning Web Components
- What is the benefit of using the Salesforce mobile app?
a) It allows for offline data access and modification.
b) It provides the full functionality of the desktop version on a mobile device.
c) It automatically backs up all Salesforce data to the user’s device.
d) It requires a separate license from the desktop version.
Correct Answer: b) It provides the full functionality of the desktop version on a mobile device
- Which of the following is a characteristic of Salesforce Classic?
a) Modern and intuitive user interface.
b) Enhanced productivity features.
c) Older user interface with less dynamic features.
d) Primarily focused on mobile accessibility.
Correct Answer: c) Older user interface with less dynamic features