What is the maximum number of master-detail lookup relationships allowable per object?
A1
B2
C3
D4
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?
AWorkflow Rule
BProcess Builder
CValidation Rule
DApproval Process
Cloud Kicks has a custom object with a private sharing setting. The business wants to share individual records with specific people or departments on a case-by-case basis.
Which three options does the business user have to manually share individual records? (Choose three.)
AUsers
BPrivate Groups
CPermission Set Groups
DPublic Groups
ERoles and Subordinates
Universal Containers allows all employees to submit reviews for leadership using a custom object called Review. These Reviews should only be visible to the HR department and the employee who submitted the record.
Which three steps should an app builder take to properly control access to Reviews? (Choose three.)
ACreate a criteria-based Sharing Rule for the HR Department.
BAdd a Master-Detail(User) field on the Review object.
CDisable Grant Access Using Hierarchies.
DRemove Review Read permission from non-HR Department user Profiles.
ESet organization-wide default to Private.
What can a cross-object formula reference?
AParent Only
BBoth Parent and Child objects
CChild Only
DRecords of the same Object
Cloud Kicks asked the app builder to insert a list of 25,000 records using deduplication for the Delivery custom object.
Which tool should be used?
ASchema Builder
BLightning Object Creator
CImport Wizard
DData Loader
A junction object has two Master-Detail relationships, a primary and a secondary master object.
What happens to a junction object record when both associated master records are deleted?
AThe junction object record is permanently deleted and can't be restored.
BThe delete operation cannot be performed on both master records.
CThe delete operation is not allowed with Roll-up summary fields defined.
DThe junction object records is deleted and placed in the recycle bin.
What is not true regarding relating Tasks and Events to other objects?
AAccounts are associated via the WhatID or AccountID.
BLeads are associated via the WhoID.
CCustom Objects are associated via the What ID.
DAssets are associated via the WhatID.
EContacts are associated via the WhatID.
Custom objects on the "detail" side of a master-detail relationship cannot have sharing rules.
AFalse
BTrue
An app builder has been asked to display an Overdue Date that is two months after a Task's Due Date.
Which approach should the app builder take?
ACreate a formula field using the ADDMONTHS() function
BUse Process Builder and set Overdue Date equal to DueDate + 60
CCreate a formula field using DueDate + 60
DUse Process Builder and set Overdue Date equal to DueDate + ((365/12) * 2)
You need to ensure that the value in a custom field "Source Country" is validated against the standard list of ISO countries that are valid for the particular type of order, when the order is saved.
What is the best way to achieve this requirement?
ACreate a validation rule using a CASE statement.
BCreate a validation rule using the VLOOKUP function.
CCreate a before trigger and validate the value using APEX code.
DCreate an after trigger and validate the value using APEX code.
Sales Managers at Universal Containers would like to standardize what information Sales Reps are gathering. Sales Reps 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 functionality?
AWorkflow
BGlobal Action
CPath
DChatter Feed
Standard picklist fields can be controlling.
ATrue
BFalse
You have a requirement to ensure that if the discount field on an opp is greater than 30%, the record should be automatically submitted for Approval.
Which of the following would help you meet this requirement? (Choose two.)
AApproval Process
BWorkflow
CProcess Builder
DVisual Workflow
The app builder has just created a Visual Workflow for the VP of Service.
Which two Flow be accessed by users? (Choose two.)
ACustom Button
BQuick Action
CVisual Workflow Launcher
DFrom a Process
What is a user case for validation rules?
AEnsure Zip/Postal Codes are entered in the correct formal.
BRestrict partner Lead visibility to the channel sales team.
CPrevent deals with less than a 10% discount from entering an approval process.
DPrevent non-managers from joining a private Chatter Group.
Universal Containers wants its Field Sales team to only see the accounts that they own. Separate North American and European marketing teams should only see accounts in their respective regions. The Inside Sales Team needs to see all accounts in Salesforce.
How should an app builder accomplish this?
ASet the Organization-Wide Default to Public for accounts. Create profiles for each Marketing Team, and create an Inside Sales Team role that is at the top of the Role Hierarchy.
BSet the Organization-Wide Default to Public for accounts. Create criteria-based sharing rules for each Marketing Team, and create an Inside Sales Team permission set with the "View All" setting for accounts.
CSet the Organization-Wide Default to Private for accounts. Create permission sets for each Marketing Team, and create an Inside Sales Team profile with the "View All" setting for accounts.
DSet the Organization-Wide Default to Private for accounts. Create criteria-based sharing rules for each Marketing Team, and create an Inside Sales Team profile with the "View All" setting for accounts.
Universal Containers uses a private sharing model for opportunities. This model cannot be changed due to a regional structure. A new sales operations team has been created. This team needs to perform analysis on Opportunity data, and should have read and write access to all Opportunities.
Which two are recommended solutions for the app builder to give the users appropriate access? (Choose two.)
AAdd a manual share for all opportunities with each user on the sales operations team.
BCreate a criteria-based sharing rule to share all opportunities with the sales operations private group.
CCreate a criteria-based sharing rule to share all opportunities with the sales operations public group.
DAdd a permission set with "View All" and "Modify All" opportunity permissions enabled.
The Training team at Universal Containers uses a custom Training object to track their customer training sessions. An app builder needs to create a relationship between the Training object and the related Students' record.
Which two statements are true when creating a Student Lookup field on the Training object? (Choose two.)
AOn Training record, the Student Lookup field can be made optional.
BOn Student record, users can set up Roll-up summary field on Training records.
COn Training record, users can only delete Students, if they have access to it.
DCross-object field updates between Training and Student records are not supported.
Which three are features of the Custom Button? (Choose three.)
ACustom Button with Javascripts enhance Lightning Experience.
BCustom Button is available for User Object.
CCustom Button display at the top and bottom of a page.
DCustom Button is available for Person Account.
ECustom Button can reference an external app.
Universal Containers has two teams: Sales and Services. Both teams interact with the same records. Sales users use ten fields on the Account record. Service users use three of the same fields as the Sales team, but also have five of their own, which the Sales team does not use.
What is the minimum configuration necessary to meet this requirement?
AOne profile, one record type, one page layout.
BOne profile, two record types, one page layout.
CTwo profiles, two record types, two page layouts.
DTwo profiles, one record type, two page layouts.
Universal Containers has a custom project evaluations object used by three business teams. Business team managers have requested that project evaluations be tracked and managed independently of each other with different set of custom fields and picklist values.
What is minimally required configuration to accomplish this?
AWith a custom project evaluation object, create separate record types with different picklist values and page layouts for each team. Create and assign separate profiles by team.
BCreate separate page layouts to determine the fields and picklist values for each user based on the team indicated on their user record. User field-level security to restrict access to each team's fields.
CCreate separate custom objects to track project evaluations independently of each other with record types and page layouts. Assign custom objects permissions with three different profiles.
DWith a custom project evaluation object, create a separate page layout for each team and assign them using a profile. Use permission sets to configure each team's field list and picklist values.
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?
ARecord Types, Page Layouts, Case Teams, and Profiles.
BRecord Types, Page Layouts, Support Process, and Profiles.
CRecord Types, Page Layouts, Permission Sets, and Profiles.
DRecord Types, Page Layouts, Field Sets, and Profiles.
Which two will prevent a formula field from being referenced by a Roll-Up Summary field? (Choose two.)
AA cross-object workflow updating a field referenced by the formula field.
BThe CASE() function in the formula field.
CThe NOW() function in the formula field
DA cross-object field reference in the formula field.
Users at Universal Containers need to be able to quickly create a Resource record from the Project record's Chatter feed.
How should the app builder define this functionality?
ABy creating a custom "Detail Page" Button on the Project.
BBy creating a custom "Detail Page" Button on the Resource.
CBy creating a custom "Create a Record" Action on the Project.
DBy creating a custom "Create a Record" Action on the Resource.