Practice Exam Platform App Builder Flashcards
The sales manager at Prestige Worldwide would like to link to a custom report that only shows a list of contacts related to a particular account record. How can an app builder best accomplish this? (Choose 2)
- Create a URL field on the account object
- Create a custom button using the URL of the report
- Create a custom link using the URL of the report
- Create a custom text field on the Account object
- Create a custom button using the URL of the report
3. Create a custom link using the URL of the report
What is a consideration when using the schema builder in Salesforce? (Choose 1)
- Field level security is set to read-only by default for custom fields
- If a user selects the auto-layout option in schema builder, it cannot be undone
- A user can only view fields for standard objects in the schema builder
- Schema builder does not allow a user to delete custom fields
- If a user selects the auto-layout option in schema builder, it cannot be undone
Which of the following should be considered when changing a custom field’s data type? (Choose 2)
- Changing the data type of a custom field is not available for all data types
- Changing a custom picklist to a multi-select picklist will cause data loss
- Rich text area fields can only be converted into long text area field
- A user can change the data type of a custom field that is mapped for lead conversion
- Changing the data type of a custom field is not available for all data types
- Rich text area fields can only be converted into long text area field
In what situation should the data loader be used in Salesforce? (Choose 2)
- A user needs to export data from their Salesforce org
- A user needs to import data from a Linux based operating system
- A user’s org edition and settings permits Salesforce’s API access
- A user needs to import data into custom objects from an XLS file
- A user needs to export data from their Salesforce org
3. A user’s org edition and settings permits Salesforce’s API access
In an external object relationship, what custom field types are available for the child object? (Choose 3)
- Master-Detail Relationship
- Lookup Relationship
- Hierarchical Lookup Relationship
- Indirect Lookup Relationship
- External Lookup Relationship
- Lookup Relationship
- Indirect Lookup Relationship
- External Lookup Relationship
What is true about configuring the Salesforce mobile app navigation menu? (Choose 2)
- Administrators can select the order of items in their navigation menu
- Users can select the order of items in their navigation menu
- Visualforce pages cannot be included in the mobile navigation menu
- The first item in the user’s selected list becomes the mobile landing page
- Administrators can select the order of items in their navigation menu
- The first item in the user’s selected list becomes the mobile landing page
What is true about configuring the Salesforce mobile app navigation menu? (Choose 2)
- Administrators can select the order of items in their navigation menu
- Users can select the order of items in their navigation menu
- Visualforce pages cannot be included in the mobile navigation menu
- The first item in the user’s selected list becomes the mobile landing page
- Administrators can select the order of items in their navigation menu
- The first item in the user’s selected list becomes the mobile landing page
What is a consideration for using custom buttons and links? (Choose 3)
- Standard and custom buttons cannot be distinguished in Salesforce visually
- Person accounts can use the same custom links and buttons as business accounts
- Custom buttons that call JavaScript are not supported in Lightning Experience
- Visualforce pages used as custom buttons or links on detail pages can call any controller on any object
- Person accounts must use different custom links and buttons than business accounts
- Standard and custom buttons cannot be distinguished in Salesforce visually
- Person accounts can use the same custom links and buttons as business accounts
- Custom buttons that call JavaScript are not supported in Lightning Experience
What is a consideration for enabling approvals through email in Salesforce? (Choose 2)
- Approvers must click a link in their email to approve requests
- Users who request approvals must the “API Enabled” user permission
- Enabling email approvals allows Salesforce to make changes in that particular org
- Approvers must have the “API Enabled” user permission
- Enabling email approvals allows Salesforce to make changes in that particular org
- Approvers must have the “API Enabled” user permission
The sales manager at Prestige Worldwide would like to have reports scheduled and sent to his email at certain intervals of his choosing. What frequency options are available to be chosen when scheduling a report (Salesforce Classic)? (Choose 3)
- Weekly
- Hourly
- Monthly
- Yearly
- Daily
- Weekly
- Monthly
- Daily
Prestige Worldwide has call centers in several countries for customer support. The customer service manager would like the entire support process streamlined to a standard call script and standardized for all call center agents, regardless of their location. What automation tool can an app builder use to meet this requirement? (Choose 1)
- Lightning Process Builder
- Visual Workflow (Cloud Flow Designer)
- Workflow
- Approvals
- Visual Workflow (Cloud Flow Designer)
What are key best practices as an app builder when managing the application lifecycle? (Choose 3)
- Develop in a Sandbox before deploying to production
- Have specialized roles and responsibilities throughout the development process
- Use multiple sandboxes and test environments for all development regardless of size
- Decentralize all source control repositories when working in teams
- Create a release management process for all current and future releases
- Develop in a Sandbox before deploying to production
- Have specialized roles and responsibilities throughout the development process
- Create a release management process for all current and future releases
A sales manager at Prestige Worldwide have requested to have 2 lead workflows built so that sales reps schedule meetings with prospects more frequently.
These 2 workflow rule requests are:
- Update the value of the “Schedule Call?” checkbox field to “True” when the value of the “Is Prospect Interested?” picklist field is set to “Yes”
- Update the value of the “Is Prospect Interested?” picklist field to “Yes” when the value of the “Schedule Call?” checkbox field is set to “True”
These field updates are set to re-evaluate workflow rules. What will happen when Salesforce tries to run these workflows? (Choose 1)”
- Each workflow will execute a maximum of 5 times
- Both workflows will run concurrently
- Neither workflow will run at all
- The first workflow will run while the second workflow will fail
- Each workflow will execute a maximum of 5 times
What is unique about a person account vs. a standard business account in Salesforce? (Choose 3)
- Person accounts can be merged with other person accounts
- Person accounts cannot be included in account hierarchies
- Person accounts use more storage than a standard business account
- Person accounts can be merged with business accounts
- Person accounts can be included in account hierarchies
- Person accounts can be merged with other person accounts
- Person accounts cannot be included in account hierarchies
- Person accounts use more storage than a standard business account
What is possible using lookup filters on an object? (Choose 2)
- Pre-filter the available records in a lookup search dialog
- Make filters optional at the discretion of the user
- Use a validation rule to define the lookup filter criteria
- Use a formula to define the lookup filter criteria
- Pre-filter the available records in a lookup search dialog
- Make filters optional at the discretion of the user