My App Crammer Flashcards
(150 cards)
Universal Containers wants to understand return on investment for the latest advertising buy. They currently use a private security model for all objects. What should an app builder recommend?
A. Utilize Account Hierarchies and Roil-Up Summary fields
B. Run an opportunities pipeline report
C. Change to a public security model
D. Configure Campaign Hierarchies and Campaign statistics
B. Run an opportunities pipeline report
What are two capabilities of Schema Builder? Choose 2 answers
A. Editing custom settings
B. Creating a new record type
C. Showing selected objects on a page
D. Viewing page layouts in a new window
C. Showing selected objects on a page
D. Viewing page layouts in a new window
Universal Containers created a custom object called Component to capture details about products sold. What approach should an app builder take to show Component as a related list on Product?
A. Create a master-detail relationship on Product to Component. Add the Component related list to
the Product page layout.
B. Create a junction object to relate Component and Product. Add the Component related list to the Product page layout.
C. Create a roll-up on Product. Add the Component related list to the Product page layout.
D. Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout.
B. Create a junction object to relate Component and Product. Add the Component related list to the Product page layout.
Which three field types should be referenced by a roll-up summary field using SUM?
Choose 3 answers
A. Percent B. Number C. Date D. Formula E. Currency
A. Percent
B. Number
E. Currency
A customer service representative at Cloud Kicks wants to be able to collect information from customers using a 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. Einstein Next Best Action
B. Lightning Flow
C. Process Builder
D. Apex Trigger
B. Lightning Flow (Screen Flow)
Users at Cloud Kicks provided feedback that the time card custom page layout has too many fields on it, and some fields are only needed if other fields are entered. What should an app builder configure to help with this issue?
A. Dependent picklists
B. Separate page layouts
C. Lightning web components
D. Dynamic forms
D. Dynamic forms
The VP of Sales at Cloud Kicks wants to have a set of screens to guide the inside sales team through collecting and updating data for leads. Once the leads are updated, the leads should be entered into a marketing journey activated by the sales rep checking the marketing checkbox. How should the app builder accomplish this?
Choose Two Answer
A. Process Builder
B. Lighting Flow
C. Workflow
D. Path
B. Lighting Flow
D. Path
When an opportunity is closed date is pushed more than 30 days, manager approval is required. An approval process is in place but reps frequently forget to submit for approval to run the process. How can an app builder ensure that these opportunities are submitted into the approval process?
A. Change the entry criteria on the approval process to criteria are met and lock the record on initial submission.
B. Use a validation rule and an email alert to the manager requesting approval.
C. Submit the record for approval from an automated process.
D. Give the manager the “API Enabled” permission to permit approval responses by email.
C. Submit the record for approval from an automated process.
How should an app builder configure access to a contact’s Twitter profile for Salesforce mobile app users?
A. Add a formula field to the Contact page layout.
B. Add an AppExchange Lightning Component to the mobile app.
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.
Representatives at Cloud Kicks use Salesforce to record information for new Leads. When new prospects are added, an outbound message is sent to the data warehouse with the Lead’s information. Which automation tool should an app builder use to meet this requirement?
A. Create a workflow rule with an outbound message as the action.
B. Design an approval process that sends an outbound message.
C. Create a process using Process Builder to send an outbound message.
D. Use Lightning Flow to send an outbound message.
A. Create a workflow rule with an outbound message as the action.
*Which two standard Lightning page components are available in the Lightning App Builder?
Choose 2 answers
A. Highlights Panel
B. Quick Text
C. Accordion
D. Path
A. Highlights Panel
C. Accordion
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. Workflow
B. Flow
C. Big Deal Alert
D. Process Builder
B. Flow
D. Process Builder
Universal Containers uses a private sharing model on Accounts. User A and User B both own Accounts of their own and have both been sent a new Account record in an email owned by User C to take a look at. User A is able to open and view the record but User B receives an insufficient privileges error. User A and User B have the same role in the Role Hierarchy as User C. What are the three reasons User A has access but User 8 is unable to access the record?
Choose 3 answers
A. User A is in a Public Group that has access via a Sharing Rule
B. User A is on the same Account Team as User C
C. User A and User B have different profiles
D. User C has manually shared the record with user A
E. User A was granted an additional permission set
A. User A is in a Public Group that has access via a Sharing Rule
B. User A is on the same Account Team as User C
D. User C has manually shared the record with user A
What is recommended to refresh a full sandbox?
A. After a UAT sign-off
B. Whenever a new production user is added.
C. After a major production release.
D. Within 3 hours of when it is needed.
C. After a major production release.
What is the capability of schema Builder? Choose 2 Answers A. Showing selected objects on the page. B. Editing custom settings C. Viewing page layout in a new window D. Creating a new record type
A. Showing selected objects on the page.
C. Viewing page layout in a new window
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 formula would accomplish this
requirement? Choose 2 answers
A. CASE( Priority, “Low”, “img/samples/flag_green.gif”, “Medium”, “img/samples/flag_yellow.gif”,
“High”, “img/samples/flag_red.gif”, “/s.gif”)
B. 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”))), “Priority Flag”)
C. 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”)))
D. IMAGE(CASE( Priority, “Low”, “img/samples/flag_green.gif”, “Medium”,
“img/samples/flag_yellow.gif”, “High”, “img/samples/flag_red.gif”, “Priority Flag”)
B. 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”))), “Priority Flag”)
D. IMAGE(CASE( Priority, “Low”, “img/samples/flag_green.gif”, “Medium”,
“img/samples/flag_yellow.gif”, “High”, “img/samples/flag_red.gif”, “Priority Flag”)
Universal Containers conduct evaluations of their sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, and their manager’s executive can view the rep’s evaluation record but the reps should not be able to view the executive comment field on their review. How can these requirement be met?
A. Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security
B. Use a private sharing model granting record access using custom setting; manage field access with page layouts and field level security
C. Use a private sharing model granting record access using hierarchy; manage field access with field level security
D. Use a private sharing model granting record access using custom setting; manage field access with record types and page layouts
C. Use a private sharing model granting record access using hierarchy; manage field access with fieldlevel security
Sales manager at universal containers would like to standardize what information sales rep are gathering. Sales rep want recommendations, sales strategies and to know what key fields need to be completed at each step of the sales process on the opportunity record. What feature should an app builder use to provide this functionally?
A. Workflow
B. Path
C. Chatter feed
D. Global Action
B. Path
A business user wants a quick way to edit a record’s status and enter a custom due date field from the record’s feed in Salesforce1 Mobile App. What could be used to accomplish this?
A. Custom Button
B. Custom URL formula field
C. Custom Action
D. Custom quick access link
C. Custom Action
Universal Containers is migrating its sales operations from a legacy system that was used in Europe. Opportunities need to be imported with the proper country currency.
Which two steps should an app builder configure to meet these requirements? (Choose two.)
A. Include the Currency ISO code in all currency fields in the import file.
B. Use Data Loader to import the records.
C. Include the Currency ISO Code Column in the import file.
D. Use Import Wizard to import the records.
B. Use Data Loader to import the records.
C. Include the Currency ISO Code Column in the import file.
The services manager would like to highlight case age. When a case is new, they would like to see a green flag on the case record. The flag should be yellow if the case is still open after one day. The flag should be red when cases are open after three days. Which two options should an app builder use to implement this requirements? Choose 2
A. Image
B. Formula field
C. Quick action
D. VLOOKUP
A. Image
B. Formula field
Verified
Universal Containers wants to build a recruiting app that allows for multiple positions to appear on custom objects websites and postings. UC requires a report that shows the related custom objects of postings. Which two (2) items should an app builder configure to implement this?
A. Utilize the standard report type
B. Create two new custom report type
C. Configure a postings object with master detail field to both positions and websites
D. Configure a postings object with lookup field to both positions and websites
B. Create two new custom report type
C. Configure a postings object with master detail field to both positions and websites
UVC uses a custom object to track open job positions. They would like to automatically post updates on a record’s feed whenever a position stage is changed. Which social feature can be used to accomplish this.
A. Workflow rule
B. Feed tracking
C. Feed quick Action
D. Auto response rule
B. Feed tracking
Universal Containers has several new fields they requested for the opportunity product object. What should an app builder be able to configure using a formula field ?
A. A hyperlink to the parent account of the parent opportunity.
B. A mix of functions and concatenation of 10 account fields and 10 opportunity fields.
C. A combination of the opportunity`s text and a description fields.
D. A Rich text area field that uses HTML to bold certain characters
D. A Rich text area field that uses HTML to bold certain characters