App Builder SP21 Set 3 Flashcards
At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based on the case priority. High-priority cases should be flagged red, medium-priority should be flagged yellow, and low-priority cases should be flagged green.
Which two formulas will accomplish this requirement?
Choose 2 answers
A. IF(ISPICKVAL(Priority, “Low”), “img/samples/flag_green.gif”, IF(ISPICKVAL(Priority, “Medium”), “/img/samples/flag_yellow.gif”, IF(ISPICKVAL(Priority, “High”), “img/samples/flag_red.gif”, “/s.gif”)))
B. CASE( Priority, “Low”, “/img/samples/flag_green.gif”, “Medium”, “/img/samples/flag_yellow.gif”, “High”, “img/samples/flag_red.gif”, “/s.gif”)
C. IMAGE(CASE( Priority, “Low”, “/img/samples/flag_green.gif”, “Medium”, “/img/samples/flag_yellow.gif”, “High”, “/img/samples/flag_red.gif”, “/s.gif”), “Priority Flag”)
D. IMAGE( IF(ISPICKVAL(Priority, “Low”), “/img/samples/flag_green.gif”, IF(ISPICKVAL(Priority, “Medium”), “/img/samples/flag_yellow.gif”, IF(ISPICKVAL(Priority, “High”), “/img/samples/flag_red.gif”, “/s.gif”))), “Priority Flag”)
C. IMAGE(CASE( Priority, “Low”, “/img/samples/flag_green.gif”, “Medium”, “/img/samples/flag_yellow.gif”, “High”, “/img/samples/flag_red.gif”, “/s.gif”), “Priority Flag”)
D. IMAGE( IF(ISPICKVAL(Priority, “Low”), “/img/samples/flag_green.gif”, IF(ISPICKVAL(Priority, “Medium”), “/img/samples/flag_yellow.gif”, IF(ISPICKVAL(Priority, “High”), “/img/samples/flag_red.gif”, “/s.gif”))), “Priority Flag”)
Universal Containers has a requirement that an Opportunity should have a field showing the value of its associated account’s billing state. This value should NOT change after the Opportunity has been created.
What is the recommended solution to configure this automation behaviour?
A. Roll-up summary field
B. Apex
C. Workflow
D. Formula field
C. Workflow
Universal Containers generates leads from three different sources: web, trade shows, and partners. Some of the information collected is applicable to all sources, there is also information that is unique to each type of lead.
What should an app builder configure to meet these requirements?
A. Create three lead record types each with its own page layout containing the relevant fields.
B. Create three sections on the lead layout and instruct users to collapse the non-relevant fields.
C. Create custom page layouts for each type of lead only containing the relevant fields.
D. Create a partner community and a record type for web and trade show leads.
A. Create three lead record types each with its own page layout containing the relevant fields.
What are two reasons to create an unmanaged package?
Choose 2 answers
A. Distributing upgradeable components to other Salesforce orgs
B. Deploying from a Developer Edition environment
C. Publishing an application for sale on the AppExchange
D. Distributing open-source projects on the AppExchange
A. Distributing upgradeable components to other Salesforce orgs
D. Distributing open-source projects on the AppExchange
Universal Containers wants to test code against a subset of production data that is under 5 GB. Additionally, Universal Containers wants to refresh this sandbox every weekend.
Which type of sandbox should be used to accomplish this?
A. Full
B. Developer Pro
C. Partial Copy
D. Developer
C. Partial Copy
- Developer Sandbox
200 Mb Data Size
Refresh Daily
Generally used for Dev
- Developer Pro Sandbox
1 Gb Data Size
Refresh Daily
Generally used for Integration Testing
- Partial Copy Sandbox
5 Gb Size
Refresh in 5 Days
Generally used for End to End Testing
- Full Copy Sandbox
Size Same as Production
Refresh in 28 Days
Generally used for UAT Testing
Universal Containers has a customer base where many customers have the same or similar company names.
Which functionality should be configured to improve an end user’s search experience?
Choose 2 answers
A. Update the account search layouts search results columns displayed.
B. Update the account search layouts search filter fields.
C. Update the account search layouts list view filter settings.
D. Update the account search layouts accounts tab columns displayed.
A. Update the account search layouts search results columns displayed.
D. Update the account search layouts accounts tab columns displayed.
Managers at Universal Containers want a quick way to create additional accounts to form a hierarchy from a parent account record. They want to auto-populate five fields based on the parent to make it easier for users to create the child accounts quickly.
What should the app builder recommend?
A. Custom Button on Account
B. Custom Link on Account
C. Custom Action on Account
D. Custom Global Quick Action
C. Custom Action on Account
When an Opportunity close date is delayed by more than 60 days, the manager and the VP of Sales must approve the change.
Which two solutions will meet the requirement?
Choose 2 answers
A. Build an approval process that requires unanimous approval from the manager and VP of Sales.
B. Create a Process Builder flow that submits the record for an approval process.
C. Create a workflow rule that checks for close date less than 60 days and add an email alert.
D. Build a validation rule that does NOT allow a user to save the Opportunity record.
A. Build an approval process that requires unanimous approval from the manager and VP of Sales.
B. Create a Process Builder flow that submits the record for an approval process.
When configuring a record type, an app builder can configure the available value of a picklist field for the page layout.
Which two Opportunity standard fields are available to be configured directly in the Opportunity record type?
Choose 2 answers
A. Type
B. Forecast category
C. Stage
D. Lead source
A. Type
D. Lead source
The VP of Sales wants a Chatter post to the all-sales private group when an Opportunity goes to the closed won stage.
What two tools should the app builder use to automate this process?
Choose 2 answers
A. Big Deal Alert
B. Workflow
C. Process Builder
D. Flow
C. Process Builder
D. Flow
How should an app builder configure access to a contact’s Twitter profile for Salesforce mobile app users?
A. Add an AppExchange Lightning Component to the mobile app.
B. Add a formula field to the Contact page layout.
C. Add the Twitter component to mobile view Lightning pages.
D. Add a Twitter Quick Action to the mobile navigation.
C. Add the Twitter component to mobile view Lightning pages.
An app builder at Universal Containers wants to prevent users from creating new records on an Account related list by overriding standard buttons.
Which two aspects should the app builder consider before overriding standard buttons?
Choose 2 answers
A. Standard buttons can be overridden, relocated on the detail page, and relabeled.
B. Standard buttons can be overridden with a Visualforce page.
C. Standard buttons that are NOT available for overrides can still be hidden on page layouts.
D. Standard buttons can be changed on lookup dialogs, list views, and search layouts.
B. Standard buttons can be overridden with a Visualforce page.
C. Standard buttons that are NOT available for overrides can still be hidden on page layouts.
Universal Containers has Public Read/Write as the Account Org Wide Default (OWD) setting. Visitors to the Universal Containers’ Customer Community report that they can see all of Universal Containers’ account records.
How should an app builder configure Account sharing so that Community users only see their own Account?
A. Create an Account record type for External Accounts.
B. Define a Permission Set External Accounts.
C. Set the Account External OWD to Private.
D. Define an Owner-based Sharing Rule for External Accounts.
C. Set the Account External OWD to Private.
A customer service representative at Cloud Kicks wants to be able to collect information from customers using a series of question prompts. Once the questions are completed, an email should be sent to the customer with a feedback form.
What should be used to accomplish this?
A. Process Builder
B. Lightning Flow
C. Apex Trigger
D. Einstein Next Best Action
B. Lightning Flow
Which two features should an app builder use to extend record access beyond the organization-wide defaults?
Choose 2 answers
A. Owner-based sharing rules.
B. Dynamic role hierarchy.
C. Public or private groups.
D. Criteria-based sharing rules.
A. Owner-based sharing rules.
D. Criteria-based sharing rules.
An app builder wants to show Groups as the last navigation menu item in the Salesforce Mobile App. However, the app builder is unable to select Groups as one of the items on the drop-down menu.
What could cause this?
A. Groups CANNOT be the last item in the navigation menu.
B. Groups is NOT included in the selected list for the navigation menu.
C. Groups is included in the Smart Search items but NOT on the navigation menu.
D. Groups is showing up in the recent section and NOT in the navigation menu.
B. Groups is NOT included in the selected list for the navigation menu.
Universal Containers allows all employees to submit reviews for leadership using a custom object. These reviews should only be visible to the HR department and the employee who submitted the review.
Which three steps should an app builder take to properly control access to review records?
Choose 3 answers
A. Disable Grant Access Using Hierarchies.
B. Remove review read permission from non-HR Department user Profiles.
C. Create a criteria-based Sharing Rule for the HR Department.
D. Add a Master-Detail (User) field on the Review object.
E. Set Org Wide Default to Private.
A. Disable Grant Access Using Hierarchies.
C. Create a criteria-based Sharing Rule for the HR Department.
E. Set Org Wide Default to Private.
Service Agents are required to confirm a user’s identity before providing support information over the phone.
What feature can an app builder use to help agents meet this requirement?
A. Include Surveys as a Case related list.
B. Guided Action Flows on the record page.
C. Add Path to the top of the Case layout.
D. Case Validation Rules.
B. Guided Action Flows on the record page.
Universal Containers has a custom picklist called Support Level on the Account object. They would like to show the real-time value of Support Level on all case records.
How can an app builder implement this requirement?
A. Create a roll-up summary field using Support Level on the Account object.
B. Create a formula field on the Account object using the ISPICKVAL function.
C. Create a formula field on the Case object using the TEXT function.
D. Create a Process Builder and use a field update on the Case object
C. Create a formula field on the Case object using the TEXT function.
Universal Containers manages internal projects by department using a custom object called Projects. Only employees in the project’s respective department should have view access to all of the department’s project records. If an employee changes job role and moves to another department, the employee should no longer have access to the projects within their former department.
Which two options will meet these requirements assuming the organization-wide default for Projects is set to private?
Choose 2 answers
A. Create a criteria-based sharing rule using the Project’s department that grants access to users by roles.
B. Create a criteria-based sharing rule using the Project’s department that grants access to users by public groups.
C. Create a criteria-based sharing rule using the Project’s department that grants access to users by permission sets.
D. Create a criteria-based sharing rule using the Project’s department that grants access to users by profiles.
A. Create a criteria-based sharing rule using the Project’s department that grants access to users by roles.
B. Create a criteria-based sharing rule using the Project’s department that grants access to users by public groups.
Universal Containers implemented an application process that uses custom objects Internships and Applications. The organization-wide default for Internships has been set to private and is the master in the master-detail relationship with Applications. The VP of HR wants to allow edit access to Applications to recruiters.
How should an app builder configure the proper access?
A. Set the organization-wide default on the Applications object to Read/Write.
B. Create a sharing rule that grants the users Read/Write access to the Application records.
C. Create a queue for the web applications and assign access to the users who will be editing the records.
D. Add a sharing rule that grants the users Read/Write access to the Internship records.
D. Add a sharing rule that grants the users Read/Write access to the Internship records.
Universal Containers has implemented multi-currency. There are several products that Universal Containers sells exclusively in Europe and the UK. Opportunities for these products need to be written in euros (EUR) or British pounds (GBP).
Which solution should an app builder recommend?
A. Create a new page layout for these products that shows only the EUR and GBP currencies in the Opportunity Currency Picklist.
B. Create a new sales process that includes only the EUR and GBP currencies for these products.
C. Create a new record type for these products and include only the EUR and GBP currencies from the Opportunity Currency Picklist.
D. Create a new validation rule that allows only EUR and GBP to be selected from all active currencies when an opportunity is created for these products.
D. Create a new validation rule that allows only EUR and GBP to be selected from all active currencies when an opportunity is created for these products.
¿C. Create a new record type for these products and include only the EUR and GBP currencies from the Opportunity Currency Picklist.?
An app builder has created a custom Lightning App and wants to make it available to the internal users at Universal Containers.
Which two steps are necessary to accomplish this task?
Choose 2 answers
A. Create a Visualforce page.
B. Upload the app to Static Resources.
C. Build a Custom Tab for the app.
D. Create a subdomain using My Domain.
C. Build a Custom Tab for the app.
D. Create a subdomain using My Domain.
Which three capabilities should an app builder consider about Master-Detail relationships?
Choose 3 answers
A. Master-Detail relationships can convert to a lookup relationship if no roll-up summary fields exist on the master object.
B. Standard objects can be on the detail side of a custom object in a Master-Detail relationship.
C. Master-Detail relationships CANNOT be converted to a lookup relationship.
D. Deleting a master record in a Master-Detail relationship deletes all related detail records.
E. A Master-Detail relationships CANNOT be created if the custom object on the detail side already contains data.
A. Master-Detail relationships can convert to a lookup relationship if no roll-up summary fields exist on the master object.
D. Deleting a master record in a Master-Detail relationship deletes all related detail records.
E. A Master-Detail relationships CANNOT be created if the custom object on the detail side already contains data.
Universal Containers (UC) wants to delete data in several fields for 5,000 Lead records. UC exported the selected record IDs and fields that need to have data deleted in a CSV file.
Which two steps should an app builder suggest to meet these requirements?
Choose 2 answers
A. Select the correct record type.
B. Use Data Loader to update leads using the CSV file.
C. Use Import Wizard to update leads using the CSV file.
D. Select Insert Null Values in Settings.
B. Use Data Loader to update leads using the CSV file.
D. Select Insert Null Values in Settings.
A new field has been added to the Applicant object. A recruiter ran the Position with or without Applicants report and noticed that the new field was missing as an option to add as a column.
How should an app builder troubleshoot this issue?
A. Adjust the field level security to include in the record type.
B. Add the field to the custom report type field layout.
C. Update the profile with the Manage Public Reports permission.
D. Check “Allow Reports” for the position and applicant objects.
B. Add the field to the custom report type field layout.