Set 1 Flashcards
Universal Containers wants to ensure that they are accepting clean data from their users and verify that important fields are entered.
What should an app builder recommend to meet this requirement?
A. Update the important fields to be required on the page layout
B. Make a formula field to check the format of the important fields
C. Configure a validation to require a field for a specific record type
D. Create a workflow rule to check the fields are formatted correctly
C
A new custom object called invoices needs to have an invoice date for the date and time it was invoiced. What field type should be selected for this?
A. Time
B. Date/Time
C. Date
D. Date/Timestamp
B
If any of the triggered workflow rules result in another field update that’s also enabled for workflow rule re- evaluation, a domino effect occurs, and more workflow rules can be re-evaluated as a result of the newly- triggered field update.
A. True
B. False
A
The VP of Account Management at Universal Containers has requested that all Contacts’ mailing postal codes match the associated account’s shipping postal code.
How can this be enforced using validation rules?
A. Create a validation rule using a Not Equal operator.
B. Create a validation rule using a Compare operator.
C. Create a validation rule using the DISTANCE() function.
D. Create a validation rule using the GEOLOCATION() function.
A
Which two report formats can be used as a source report to configure a reporting snapshot? (Choose two.)
A. Summary format
B. Matrix format
C. Joined format
D. Tabular format
A, D
An Alexa Skill Builder is creating a skill that requires the user to authenticate by speaking a PIN before an order status can be retrieved.
According to best practices, how should the PIN value be collected?
A. Use multiple slots of type AMAZON.NUMBER
B. Use AMAZON.SearchQuery
C. Use AMAZON.FOUR_DIGIT_NUMBER
D. Use a custom slot with zero to nine as values.
D
Which two may occur if workflow rules are reevaluated after a field change by a field update? (Choose two.)
A. Cross-object workflow rules result in re-evaluation after field change.
B. Workflow rules trigger validation rules on field updates.
C. A recursive loop potentially results in exceeding governor limits.
D. Workflow rules trigger more workflow rules to be re-evaluated.
C, D
SERVICE AGENTS ARE REQUIRED TO CONFIRM A USER 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. Case Validation Rules
D. Add Path to the top of the Case layout
B
What type of relationships can you create on External Objects? (Choose all that apply.)
A. All of the above
B. Direct lookup
C. Lookup
D. External lookup
E. Indirect lookup
C, D, E
An Alexa Skill Builder built a skill with the following interaction model:
{ “InteractionModel” : { “LanguageModel” : { “InvocationName” : “my first skill”, “Intents”: [ { “Name”: “HelloIntent”, “Slots”: [], “Samples”: [ “Say hello”, “Hello” ] ] }, { “name”: “HelloPersonIntent”, “Slots”: [ { “Name”: “Name”, “Type”: “AMAZON.US_FIRST_NAME” } ], “Samples” : [ “Say hello to {Name}”, “Hello {Name}” ] }
} } }
Which utterance would invoke HelloIntent?
A. “Alexa, ask my first skill to say hello to John.”
B. “Alexa, use my first skill to say hello.”
C. “Alexa, say hello to my first skill.”
D. “Alexa, open my first skill.”
C
At Universal Containers, multiple departments utilize the Case object for different purposes. Some users submit cases while other users provide customer support with case records.
What is the minimum required configuration for an app builder to enable different users to see different fields, based on the case type?
A. Record Types, Page Layouts, Permission Sets, and Profiles.
B. Record Types, Page Layouts, Field Sets, and Profiles.
C. Record Types, Page Layouts, Support Process, and Profiles.
D. Record Types, Page Layouts, Case Teams, and Profiles.
A
What are the recommendations for unmanaged packages? (Choose 2)
A. For move to production
B. For open source
C. For sale in App Ex
D. Should be deployed from Dev Edition
B, D
Universal Containers is setting up Salesforce for the first time. Management wants the sales and marketing teams to have different navigation menus in the Salesforce Mobile App.
What option is available to an app builder to satisfy this requirement?
A. Create sales and marketing profiles and ensure read access to different objects.
B. Create mobile navigation menus for both the sales and marketing profiles.
C. Create public groups for sales and marketing and create mobile navigation menus for each group.
D. Create roles for sales and marketing and assign a custom homepage layout for each role.
A
Which use case can be accomplished using a custom link?(Select 3)
A. To create a custom visual flow
B. To create a record page
C. To external system using data of salesforce
D. To a process to update current record
E. Navigate to Apex trigger
B, C, D
An app builder at Cloud Kicks created a custom object and related fields in the schema builder.
What next steps should the app build take to ensure users can access the new object and fields7
A. Assign data types to the fields on the object.
B. Allow reporting for the object and fields.
C. Create a permission set for access to the object and fields.
D. Add the fields to the page layout on the object.
D
A new custom object is being created with a private sharing setting. The business wants to share individual records with specific people or group of people on a case by case basis. What options does the business user have to manually share individual records? Choose 3 answers
A. Users
B. Profiles
C. Public Groups
D. Permission Sets
E. Roles
A, C, E
UVC has deployed custom tabs to Production via change sets, without including the profiles settings. What is true about the visibility of custom tabs in Enterprise Edition?
A. Custom tabs are hidden for all users
B. Custom tabs are default on for all the users
C. Custom tabs are default off for all the users.
D. Custom tabs are not deployed
A
Universal Containers conducts evaluations of its sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, their managers, and their manager’s executives can view the rep’s evaluation record, but the reps should not be able to view the executive comment fields on their review.
How can these requirements be met?
A. Use a private sharing model granting record access using custom settings; manage field access with page layouts and field-level security.
B. Use a private sharing model granting record access using custom settings; manage field access with record types and page layouts.
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 hierarchy; manage field access with record types and field-level security.
C
Cloud Kicks works on an annual subscription model. When a sales rep marks an opportunity as closed won, a new opportunity should automatically be created for the renewal. The contracts team works outside of Salesforce but also needs to be notified about closed deals in order to initiate the contract process with the customer.
Which automation solution would meet these requirements?
A. Validation Rule
B. Approval Process
C. Workflow Rule
D. Process Builder
D
Which functions are available when creating a Roll-up Summary Field? (Choose four.)
A. MIN
B. COUNT
C. AVG
D. SUM
E. MAX
A, B, C, D, E
accounts and a secondary master detail relationship with contacts. The app builder has requirement to change the primary master relationship to lookup. What happens to the master detail relationship with contacts?
A. The contacts master detail also converts to lookup
B. The contacts master detail values are cleared from invoice
C. The contacts master detail becomes the primary
D. The contacts master detail field is deleted from the object
C
An app builder has been asked to provide users a way to identify a Contact’s “Preferred Contact Method” directly on the Contact record. Users need to be able to identify whether a phone number or an e-mail is the Contact’s preferred communication method.
What field type will allow the app builder to accomplish this with the fewest fields possible?
A. Checkboxes
B. E-mail
C. Formula
D. Picklist
D
Universal Containers is setting up salesforce for the first time. Management wants the sales and marketing teams to have different navigation names in the salesforce1 mobile app. Which option is available to an app builder to satisfy the requirement?
A. Create sales and marketing profiles to ensure read access to different objects
B. Create roles for sales and marketing and assign a custom homepage layout for each role.
C. Create mobile navigation menus for both the sales and marketing profiles.
D. Create public groups for sales and marketing and create mobile navigation menus for each group.
A
What sandbox is used for virtually any development, testing, or training purpose?
A. Developer
B. Partial Copy
C. Full Sandbox
D. Developer Pro
B