WorksheetsApp builder
Total questions: 101
Worksheet time: 1hrs 23mins
Use case:
An object called "House" is related to Opportunity, there can be many Houses per Opportunity. On houses, we have a field named "Square feet". We need to show the total of Square feet for all houses on each Opportunity. What type of relationship should we have?
Cross-Object
Master-Detail
Lookup
Junction
If a child record in a master-detail relationship is deleted, the parent is deleted.
False
True
A field designated as required, is only required when it is added to a user's page layout.
True
False
A user's profile does not have any permissions to view a custom object. However, the Organization Wide Defaults for the custom object are set toPublic Read/Write. Users with this profile will still be able to access the custom object
True
False
If a field update for Rule1 triggers Rule2, and a field update for Rule2 triggers Rule1 ___________.
Loop is allowed to run 25 times within one hour. If it does not end on its own the process will be stopped by R&D
The updates create a loop and the org limits for work§ow time triggers per hour will likely be violated
When the second trigger is saved an Imminent Loop Error message will be displayed and the work§ow rule update will not save
The updates create a loop and the org be blocked until the admin resolves the issue
A user asks for a checkbox to be automatically ticked if the annual revenue ¦eld is greater than a million. Which formula to trigger a work§ow would satisfy this requirement?
AnnualRevenue > 1000000
AnnualRevenue > 1000000 , TRUE, FALSE
IF(AnnualRevenue > 1000000 ,"TRUE","FALSE")
AnnualRevenue
Customer services wish to analyze how many open cases there are each day over a period of time. How can they achieve this?
Summary Reports
Matrix Reports
Tabular Reports
Analytic Snapshot
Custom objects on the "detail" side of a master-detail relationship cannot have sharing rules
False
True
Standard picklist fields can be controlling or dependent
False
True
Select the data types that are supported by formula fields. (Choose three.)
Percent
Currency
Phone
Text
How do you highlight totals in a report?
Summary totals
Custom Summary Field
Formula Field
Roll-up Summary Field
Your manager has asked you to create an object with radio buttons that track a rating of 1-5. How will you achieve this?
Create a dependent picklist that feeds the radio button type ¦eld
Create a Visualforce page with radio buttons
Create a radio button with 5 option
Create a formula ¦eld
What can a cross-object formula reference?
Parent Only
Both Parent and Child objects
Child Only
Records of the same Object
ABC Company has a workflow on opportunity that will change the status ¦eld to "In Progress" when the Stage field is changed to "Negotiation." In addition, there is a validation rule on Status that will prevent the status being set to "In Progress" if the amount of the opportunity is less than $10,000. A user named Frank does not have FLS to see status.
When Frank changes opportunities to a stage of "Negotiation" the status is still being changed to "In Progress", why is this occurring?
Updates to records based on workflow rules don't trigger validation rules, workflow rules can invalidate previously valid field
Work§ow rules occur after validation rules and thus override validation rules
Field Level Security prevents the validation rule from running
In order to create an App Launcher component in Lightning an admin must ___________.
Join the pilot Lightning App Builder team
Purchase a license for the Lightning App Builder
Contact Salesforce to have the component activated for the Lightning App Builder
Navigate to Setup-Customize-User Interface to enable the component for the Lightning App Builder
ABC Company want to store an area code and wants to be able to search for it in searches. Which are possible ¦elds to store the data? (Choose two.)
Multi Picklist
Phone
Text
Object A has a lookup to object B. Which of the following statements are true? (Choose two)
Fields of object B can be accessed from object A
Fields of both B and A are accessible from object A
Fields of object A can be accessed from object
Fields of both A and B are accessible from object
ABC Company has a custom object "Service" which has a lookup relationship to Account. ABC Company wants to enhance Salesforce1 with anaction that allows account managers to enter a new service to an Account while looking at the account.What should be done?
Enter an object specific action to Service and put it in the Account Layout
Enter an object specific action to Service and put it in the Service Layout
Enter an object specific action to Account and put it in the Service Layout
Enter an object specific action to Account and put it in the Account Layout
How can an App Builder share Favorites with other Salesforce users?
Share link in the Favorites drop-down menu
Sharing can only be performed by users with System Administrator rights
Favorites Settings under My Personal Information
Favorites can't be shared with other users
A developer wants to make sure that all fields on his new custom object are editable to all profiles. What should be checked on field level security?
Enable Visible and Read-Only
Enable Visible but Disable Read-Only
Disable Visible but Enable Read-Only
Disable Visible and Read-Only
What are the three groups of Lighting Components you can add, when working with the Lightning App Builder? (Choose three)
Custom-Managed
Standard
Custom
Standard-Managed
How can you make a field mandatory? (Choose three)
Create a Workflow Rule
Check the required field box on the page layout
Check the required field box on the field definition
Creating a validation rule for the field
Check the required field box for the field on the record type
ABC Company installs an unmanaged package. Which of the following are true? (Choose two)
Unmanaged packages have a namespace prefix
Components of unmanaged packages can be edited
Unmanaged packages don't have a version number
Unmanaged packages can be upgraded
Tests are executed during deployment
ABC Company is using assignment rules to distribute cases to regional teams. Which of the following is true?
Cases may be assigned to public groups (if configured)
It is possible to have multiple active assignment rules
Cases may be assigned to queues (if configured)
A workflow field update can be used instead
In a master-detail relationship scenario, the fields of the parent object need to be displayed in the related list. How will a developer achieve this design?
Workflow rule
Validation rule
Assignment rule
Cross-object formula field
A user has requested a field that counts the number of child records associated with a custom object. These custom objects have a lookup relationship between each other. Which feature would best accomplish this requirement?
Apex Trigger
Roll-Up Summary Field
Lightning Process Builder
Visual Flow
Before code can be deployed in production, what percentage of test coverage must be achieved?
75
100
25
50
ABC Company wants to rollout new product bundles with several pricing options. Pricing options include product-price bundles, account specific pricing and more.Which product satisfies the needs?
Custom AppExchange app for product-pricing
Formula fields on Opportunity/Opportunity Product
Lightning process builder
Workflow on Opportunity/Opportunity Product
If ABC Company wants to refresh a sandbox weekly with some example data, which sandbox should ABC Company create?
Enterprise Sandbox
Developer Pro Sandbox
Partial Copy Sandbox
Full Sandbox
Developer Sandbox
An admin is trying to add a custom VF page to the mobile app quick navigation menu but can't. What might be the problem?
Menu hasn't been configured for VF page
VF page has fields that profile can't access
VF page doesn't have a tab
What is a self-relationship?
A lookup field to the user object
A lookup to the global search
A relationship of account to opportunity owned by the same owner
A lookup field to the same object
You want to use an External Data Object Table from Heroku carrying Product Category information. The data need to be included in Salesforce andsearchable. What do you have to do before you can use the connection? (Choose two)
Choose "Include as index field"
Choose "Include in Salesforce searches" option
URL/choose the URL
Press "Validate and sync"
ABC Company want to store an area code and wants to be able to search for it in applications (apex). Which are possible fields to store the data? (Choose two.)
Phone
Text
Multi Picklist
Number
How can an App Builder determine whether the features and customizations made in an org are Lightning-ready?
Launch the Lightning Experience Readiness Check from All Setup
Download the Lightning Experience Audit Tool from AppExchange
Use the Lightning Experience Readiness Toolkit in Workbench
Implement the salesforce Lightning Design System in a sandbox
A salesperson at AW Computing only sees the Social Contacts link for Twitter and not Facebook on his records. Why would this be happening?
None of his Facebook contacts have confirmed the nature of their relationship
The administrator hasn't enabled Social Contacts for Facebook
The salespersons login with Facebook has expired
Facebook is no longer supported by Social Contacts
Field type conversion. Which of the following are true? (Choose two.)
Data can be lost when converting from auto-number to text
Data can be lost converting from number to currency (assuming that field lengths are identical)
Data can be lost when converting from simple picklist to multi picklist
Information can be lost when converting from text area (rich) to text area (long)
What are the three different custom tabs you can create? (Choose three)
Custom Object Tab
Visualforce Tab
Standard Object Tab
Web Tab
APEX Tab
Two custom objects exist with a Master-Detail relationship. Your company now needs to count and display the number of child objects associated with the parent. Which feature can best satisfy this requirement?
Formula Fields
Lightning Process Builder
Visual Flow
Roll-up Summary Field
Identify the standard Lightning components. (Choose four.)
List View
Rich Text
Visualforce Page
Reports
Dashboards
Which social network is available in the Lightning Experience and Salesforce1?
Klout
All of the above
Which two features should be used to allow users to access Flows? (Choose two)
Custom Button
Quick Action
Flow Launcher
Invoked by a Process
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?
Utilize Account Hierarchies and Roll-Up Summary fields
Configure Campaign Hierarchies and Campaign statistics
Run an opportunities pipeline report
Change to a public security model
An app builder wants to deploy a new version of an auto launched flow to production in an active state so that the new functionality is immediately available to users. What should the app builder take into consideration when planning the deployment?
Include the Process Builder calling the Flow in the deployment
Verify there is a static resource that provides test coverage for the Flow
Verify there is an Apex test that provides test coverage for the Flow
Include the profiles that access the flow in the deployment
At Universal Containers, all US Sales Reps should be able to view the US Team Dashboard. However, only the US Sales Directors should be able to see the data in the component and view its source report. How can an app builder ensure the proper access is granted?
Share the dashboard folder with roles and subordinates of the US Sales Director and share the report folder with the role of US Sales Director
Make the US Sales Director the running user and share the dashboard folder with the role US Sales Rep
Share the dashboard with the Public Group US Sales Reps and share the dashboard source reports folder with the US Sales Director profile
Make the dashboard dynamic and give US Sales Reps the View My Team's Dashboard permission
At Universal Containers, each admin and developer use a separate developer pro sandbox. Configuration and code are then migrated to a partialdata sandbox for combination and initial testing. Once approved the configuration and code are then migrated to a full sandbox for final load and regression testing before going to production .When should the full sandbox be refreshed?
After each major release to production
After each push from the partial data sandbox
After a new user is added to production
After user acceptance testing is complete
Universal Containers uses a custom object called Projects. When managers assign projects they set a custom field on the Project record called Estimated Hours. Once set, users should be able to decrease but not increase the value. How can an app builder meet this requirement?
Create a validation rule that uses the PRIORVALUE function
Create a process builder to update the record type
Create a formula field that uses the PREVGROUPVAL function
Create a formula default value for the custom field
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 three.)
Remove review read permission from non-HR Department user Profiles
Add a Master-Detail(User) field on the Review object
Set Org Wide Default to Private
Disable Grant Access Using Hierarchies
Create a criteria-based Sharing Rule for the HR Department
Universal Containers require different fields to be filled out at each stage of the Opportunity sales process. What configuration steps can an app builder use to meet this requirement?
Define record types and page layouts for each stage
Set page layout required fields based on the current stage
Create a Process Builder to prompt the User for field information
Add the Path component to the Lightning record page
The case handling process at Universal Containers includes multiple steps including approvals, notifications, and fields updates. To manage andevaluate all of these changes in a single save operation, an app builder wants to use Process Builder and the Advanced option to let the process valuate a record multiple times has been selected. What option should the App Builder avoid to prevent recursion?
The ISCHANGED function
Invocable processes
IF statements
Setting a criteria node to No criteria-just execute the procedure
Sales Managers want to be automatically notified any time there is a change to an Opportunity Close Date and want these changes to be tracked on the Opportunity. Which two configurations should an app builder recommend? (Choose two)
Activate Historical Trending for Opportunities
Use Process Builder on Opportunities and a Chatter post action
Create an Opportunity outbound message
Enable Feed Tracking on Opportunities
Universal Containers has two types of applicants, hourly and salary. There are separate record types for each. While all members of the human resource department need to be able to view all applicant records, only the hiring manager and VP of HR should be able to create salary applicant records. What should the app builder recommend to meet this requirement?
Configure the hourly record type as the default and instruct non-management users to accept the default record type
Create a permission set containing the salary record type and assign it to the appropriate users
Remove €גcreate €גpermission for the salary applicant object for everyone except the manager and VP
Update the org-wide default to private and create a sharing rule for the role of recruiting manager
How should an app builder configure access to a contact's Twitter profile for Salesforce mobile app users?
Add the Twitter component to mobile view Lightning pages
Add a Twitter Quick Action to the mobile navigation
Add an AppExchange Lightning Component to the mobile app
Add a formula field to the Contact page layout
Universal Containers (UC) wants to deliver purchased containers to remote construction sites. These locations are missing a traditional street address. In these cases the customer will supply UC with the coordinates to the location.What type of field should the app builder use to capture this information?
Geolocation
Number
Text
External Lookup
Universal Containers wants to display the real-time stock price for each Account on the Account record page. How should an app builder implement this request?
Add a Dynamic Report to the page layout
Install a solution from the AppExchange
Build a Visual Flow that uses API calls
Create a Lightning Web Component
Universal Containers (UC) 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 items should an app builder configure to implement this? (Choose two.)
Create two new Custom Report Types
Configure a Postings object with Lookup field to both Positions and Websites
Configure a Postings object with Master-Detail field to both Positions and Websites
Utilize the Standard Report Types
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?
Check €גAllow Reports €גfor the position and applicant objects
Adjust the field level security to include in the report type
Add the field to the custom report type field layout
Update the profile with the €גManage Public Reports €גpermission
When an opportunity is closed date is pushed more than 30 days, manager approval is required. An approval process is in place but repsfrequently forget to submit for approval to run the process. How can an app builder ensure that these opportunities are submitted into the approval process?
Use a validation rule and an email alert to the manager requesting approval
Change the entry criteria on the approval process to criteria are met and lock the record on initial submission
Give the manager the €גAPI Enabled €גpermission to permit approval responses by email
Submit the record for approval from an automated process
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?
Create three sections on the lead layout and instruct users to collapse the non-relevant fields
Create a partner community and a record type for web and trade show lead
Create custom page layouts for each type of lead only containing the relevant fields
Create three lead record types each with its own page layout containing the relevant fields
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?
Create a master-detail relationship on Product to Component. Add the Component related list to the Product page layout
Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout
Create a junction object to relate Component and Product. Add the Component related list to the Product page layout
Create a roll-up on Product. Add the Component related list to the Product page layout
Universal Containers wants to track installation information once a container has been purchased on a custom object. Sales reps should have visibility of all the installations associated with their opportunities. What kind of relationship should this new object have to the Opportunity?
Master-Detail
Many to Many
Lookup
Hierarchical
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?
Make a formula field to check the format of the important fields
Update the important fields to be required on the page layout
Create a workflow rule to check the fields are formatted correctly
Configure a validation to require a field for a specific record type
What are two reasons to create an unmanaged package? (Choose two.)
Distributing upgradeable components to other Salesforce orgs
Deploying from a Developer Edition environment
Publishing an application for sale on the AppExchange
Distributing open-source projects on the AppExchange
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 two.)
Build a Custom Tab for the app
Create a subdomain using My Domain
Upload the app to Static Resources
Create a Visualforce page
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 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 insu¨cientprivileges 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 B is unable to access the record? (Choose three.)
User A is in a Public Group that has access via a Sharing Rule
User A and User B have different profiles
User A is on the same Account Team as User C
User C has manually shared the record with User A
User A was granted an additional permission set
Universal Containers uses a custom object called Reviews to capture information generated by interviewers during the candidate process. The review records are visible to any user that has access to the related custom Candidate record. The VP of Human Resources wants the comment field on the Review to be private to anyone outside of the HR department. How should the app builder meet this requirement?
Create a page layout with the field for HR users and another page layout without the field for all other users
Create an Apex sharing rule to share the field with users that have €גHR €גin their role
Create a sharing rule to share the field with the VP of HR with Role and Subordinates
Create a page layout with the field and use field-level security to hide the field from all other users
Which feature should an app builder use to ensure that new Leads are automatically sent to the appropriate Sales Rep?
Workflow Rules
Visual Flow
Lead Assignment Rules
Lead Convert
Accounts at Universal Containers are currently readable by all users but editable only by their owners. Management wants to designate some accounts as VIP Accounts. Only Account owners should have read access to these VIP accounts. What two actions should an app builder take to meet the requirements? (Choose two.)
Implement a sharing rule
Change Organization-wide Defaults
Set up an Account Team
Configure a permission set
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?
Create a formula field using the ADDMONTHS() function
Use Process Builder and set Overdue Date equal to DueDate + 60
Create a formula field using DueDate + 60
Use Process Builder and set Overdue Date equal to DueDate + ((365/12) * 2)
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 two.)
Process Builder
Big Deal Alert
Workflow
Flow
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?
Create a sharing rule that grants the users Read/Write access to the Application records
Create a queue for the web applications and assign access to the users who will be editing the records
Add a sharing rule that grants the users Read/Write access to the Internship records
Set the organization-wide default on the Applications to object to Read/Write
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?
Custom Global Quick Action
Custom Button on Account
Custom Action on Account
Custom Link on Account
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?
Lightning Flow
Process Builder
Apex Trigger
Einstein Next Best Action
The Service Manager would like to highlight the 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 requirement? (Choose two.)
Formula Field
IMAGE
VLOOKUP
Quick Action
Sales reps at Universal Containers use Salesforce on their mobile devices. They want a way to add new contacts quickly and then follow up later to complete the additional information necessary. What mobile solution should an app builder recommend?
Use Path and set pre-defined values
Add a compact layout to Contacts
Build a global action to create Contacts
Customize the mobile menu to move Contacts to the top
Which two standard Lightning page components are available in the Lightning App Builder? (Choose two.)
Highlights Panel
Accordion
Quick Text
Path
Universal Containers has created two custom objects called Seminars and Attendees. Organization-wide defaults for these objects have been set to Private. Universal Containers wants to set up a new junction object between these custom objects. A select group of users should be able to edit records in the junction object. Which two steps should an app builder take to configure the proper security? (Choose two.)
Set Sharing Settings to Read Only on both Master-Detail relationship fields
Create owner-based sharing rules that give Read access to the master objects
Create an owner-based sharing rule that gives Read access to the junction object
Set lookup filters on both junction object relationship fields
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?
Separate page layouts
Dependent picklists
Dynamic forms
Lightning web components
Universal Containers (UC) has 20 different workflows on the Opportunity object. To ensure that updates are processing properly for all field updates; UC has the the`Re-evaluate Workflow Rules After Field Change` checkbox checked. Recently after adding a new workflow, users have reported receiving errors about workflow limits. What should an app builder look at to address this issue?
Number of workflows per object limits
Talk to a developer about Apex code issues
Workflows that cause each other to fire back and forth recursively
Workflows on other objects that are being re-triggered
Universal Containers (UC) has several large customers that sell their products through dealers. Each customer and dealer has an individual repwho works directly with UC and each is billed separately. How should an app builder implement these requirements?
Create both customer and dealer as accounts, create account teams on each account and associate the dealer records with the parentaccount
Create a single parent record, add each rep as a contact to the parent account and add each dealer as a child record
Create both customer and dealer as accounts, add each rep as a contact on the corresponding account and create an account hierarchy
Create a single account record, add each rep as a contact and create a custom dealer object
An app builder creates an Account validation rule on the Industry field that will throw an error if the length of the field is longer than 6 characters. Another app builder creates a workflow rule with a field update that sets the industry field to technology whenever the billing city field is set to SanFrancisco. What will happen the next time a sales person saves an Account with a billing city of San Francisco?
The record will NOT save and the validation rule's error message will be displayed
The record will save but the industry field will NOT change to technology
The record will save and the industry field will change to technology
The record will NOT save and the error message will NOT be displayed
Universal Containers (UC) requires that all users specify a contract is sent on each Opportunity prior to marking it as `Closed Won`. UC wants to be able to report on how many Opportunities have sent Contracts compared to how many have a missing contract when the Opportunities closed. What type of field should an app builder configure to fulfill this requirement?
Text Area
Picklist
Checkbox
Text
A production org includes custom objects containing confidential information. A sandbox is needed that includes data records, excludes all of the confidential objects, and can be refreshed weekly. What steps should an app builder take to meet these requirements?
Create a Developer Sandbox and schedule Data Loader to download selected object data weekly
Create a Partial Copy Sandbox and use a sandbox template
Create a Full Sandbox and use a sandbox template
Create a Developer Pro Sandbox and schedule Data Loader to download selected object data weekly
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 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?
Lighting Flow
Path
Process Builder
Workflow
The convert button on Leads should NOT appear until the Lead Status picklist is set to Qualified. What should an app builder suggest to meet these requirements?
Picklist dependency, page layouts, record types
Process Builder field update, quick action, record type
Page layouts, record types, Process Builder field update
Custom button, validation rule, record types
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. What automation tool should an app builder use to meet this requirement?
Design an approval process that sends an outbound message
Create a workflow rule with an outbound message as the action
Create a process using Process Builder to send an outbound message
Use Lightning Flow to send an outbound message
Duplicate management for Leads has been implemented at Universal Containers but it seems duplicate leads are still being created. The Org Wide Default (OWD) is set to `Private` for Leads. Which two actions help prevent duplicate Leads from being created? (Choose two.)
Change the Lead Matching Rule to Block on Create
Change the Lead Duplicate Rule details to Bypass Sharing Rules
Change OWD for Leads to Public Read
Change OWD for Leads to Public Edit
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?
Configure a validation to require a field for a specific record type
Make a formula field to check the format of the important fields
Update the important fields to be required on the page layout
Create a workflow rule to check the fields are formatted correctly
Universal Containers is migrating its sales operations from a legacy system that was used in Europe. Opportunities need to be imported with theproper country currency. Which two steps should an app builder configure to meet these requirements? (Choose two.)
Include the Currency ISO code in all currency fields in the import file
Use Data Loader to import the records
Include the Currency ISO Code Column in the import file
Use Import Wizard to import the records
Cloud Kicks wants to set up a new opportunity approval process and execute various action items based on the initial submission. Which three action types should an app builder use in the approval process? (Choose three.)
Email Alert
Task
Outbound Message
Invocable Flow
Invocable Process Builder
Universal Containers wants to provide users with a process to create Opportunity records related to an Account. Many fields can be populated based on the Account record. Some fields require input from the user. What should an app builder configure to meet the requirement?
Process Builder triggered from Opportunity update
Process Builder triggered from Account update
Quick Action on the Account object
Quick Action on the Opportunity object
Universal Containers (UC) has large data volumes and is nearing data storage limits. The planned solution is to archive historical data to reducedata storage in salesforce; however, UC would still like to use reports, queries, and lookups on the archived information. Which two options could meet this requirement? (Choose two.)
Custom objects
External objects
Big objects
Related objects
Cloud Kicks has a sales rep who is stating that their Contact is unavailable for other users to see within Salesforce. In which three ways can an app builder troubleshoot this issue? (Choose three.)
Review the Contact record and ensure it is linked to an Account
Create an Account Sharing Rule to give the users access to all records
Create a new Contact and have the users try again
Confirm whether Default Organization-Wide Sharing Settings provide access to the Account
Verify the users with the issue have access to the Contact object
An app builder is tasked with adding key performance indicators on client pages. They want to see a summary of the number of open opportunities and the number of won Opportunities for each Account. Where should the app builder go to build these new rollups?
Opportunity Object
Lightning Object Creator
Lightning App Builder
Account Object
DreamHouse Realty (DR) employees started using company-owned airplanes for work travel after Ursa Major Solar was acquired. DR executives want to automate the submission travel request forms to enforce the internal policy. How should an app builder automate travel request based on these criteria?
Process Builder
Approval process
Workflow rule
Apex
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?
Add Path to the top of the Case layout
Include Surveys as a Case related list
Guided Action Flows on the record page
Case Validation Rules
Which two solutions prevent a formula field from being referenced by a Roll-Up Summary field? (Choose two.)
A cross-object workflow updating a field referenced by the formula field
A cross-object field reference in the formula field
The CASE() function in the formula field
The NOW() function in the formula field
Which two field types can be referenced by a Roll-Up Summary field using MIN or MAX? (Choose two.)
Checkbox
Percent
Date/time
Formula
An app builder needs to create new automation on an object. What best practice should the app builder follow when building out automation?
One Workflow rule per object
One invocable process per object
One record change process per object
One Flow per object
What should an app builder do to upgrade an unmanaged package that has been installed into production?
Install the new version to a Developer org then deploy to production
Uninstall the current version and install the new version
Click the update link on the Installed Packages page
Install the new version in a sandbox then deploy to production
The developer at Universal Containers wants to test code in a sandbox environment. In order to ensure the code works properly, the sandbox needs to have at least half a gigabyte of data. The sandbox will need to be refreshed after each three-day sprint. What type of sandbox should the App Builder provision to the developer?
Partial Data
Full Copy
Developer
Developer Pro
