Black Friday Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

Platform-App-Builder Questions and Answers

Question # 6

The Director of Marketing at Northern Trail Outfitters wants the app builder to create a formula field that tracks how many days have elapsed since a contact was sent a marketing communication. The director is only interested in whole units.

Which function should be used to return a date for calculating the difference?

A.

DATFTIMEVALUE()

B.

TODAY()

C.

DATEVALUE()

D.

NOW()

Full Access
Question # 7

Universal Containers has a single Contact Lightning record page. A component takes up a lot of room on the page and is NOT needed by users with a Marketing profile.

What should the app builder use to solve this Issue?

A.

Detail page layouts

B.

Component visibility filter

C.

Field-level security

D.

AppExchange

Full Access
Question # 8

Ursa Major Solar (UMS) is looking to hire some new employees. UMS wants to allow the same applicant to apply for multiple open positions using a single application.

What should an app builder recommend to meet these requirements?

A.

Create a master-detail relationship on Open_Position__c to Application__c

B.

Create a master-detail relationship held on Applicant__c to Application__c

C.

Create a master-detailrelationship field on Application__c to Open.Position__c

D.

Create a master-detail relationship field on Applicant__c to Apphcabon_c

Full Access
Question # 9

An app builder wants to update a field on the parent record when a child record connected via lookup is deleted.

What automation should the app builder use?

A.

Screen flow

B.

Process Builder

C.

Apex code

D.

Workflow rule

Full Access
Question # 10

Universal Because of the small screen, they currently have to scroll down the page to view the information for an account based on criteria about the related contact.

Which solution should an app builder use to fulfill this requirement?

A.

Set the filter type on the component visibility to display based on user permissions. using custom permission to define the dynamic criteria.

B.

Add a related record component to the page layout

C.

Set the component visibility to display based or an advanced filter type, using the contact field's) to define the dynamic criteria.

D.

Hide the component behind a tab on the page layout.

Full Access
Question # 11

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 MR department

How should the app builder meet this requirement?

A.

Create a page layout with the field and use field-level security to hide the field from all other users.

B.

Create an Apex sharing rule to share the field with users that have "MR'' in their role.

C.

Create a sharing rule to share the field with the VP of HR with Role and Subordinates.

D.

Create a page layout with the field for HR users and another page layout without the field for all other users.

Full Access
Question # 12

An App Builder is loading the data into salesforce. To link the new records back to the legacy system, a field will be used to track the legacy ID on the account object. For future data loads this ID will be used when upserting records. Which field attribute should be selected? Choose 2 answers

A.

Unique

B.

Required

C.

External ID

D.

Text (encrypted)

Full Access
Question # 13

A Cloud Kicks employee submitted an opportunity for approval by their manager.

What would happen if the employee attempts to edit the description field after submission?

A.

User will be presented with a 'Record Lock' notification.

B.

User will be able to edit the description field only.

C.

User will see the record is now owned by their manager.

D.

User will be able to edit the name, but unable to edit the description.

Full Access
Question # 14

Cloud Kicks (CK) wants to simultaneously delete a Supplier’s record and all Supplier ltem__c records if a

partnership ends with a supplier.

What solution could an app builder use to meet the requirement?

A.

Many-to-many

B.

Indirect lookup

C.

Hierarchical

D.

Master-detail

Full Access
Question # 15

An app builder wants to create a formula field on an Account to include data from related Contacts but is unable to find the relationship in the formula editor.

What is a limitation of formulas that could be causing the issue?

A.

Unable to reference the child records.

B.

A master-detail relationship should be created.

C.

Formula field limit reached on the Account object.

D.

More than 5,000 characters in the formula.

Full Access
Question # 16

What are the limitations of Schema Builder when creating a custom object?

A.

"Save" should be clicked each time a new object, field, or relationship is created.

B.

Fields and relationships can be created, but they will be unable to add the fields to the page layout from the canvas.

C.

Relationships can be made to any custom objects, but any relationships to standard objects should be built in Lightning Object Manager.

D.

Custom fields can be added to any custom objects, excluding formula field types.

Full Access
Question # 17

An app builder at Northern Trad Outfitters created a sandbox template for Accounts, Projects, and Project Milestones to reconfigure some flows for the project management app.

Which type of testing environment should the app builder create?

A.

Developer

B.

Partial Copy

C.

Developer Pro

D.

Scratch Org

Full Access
Question # 18

DreamHouse Realty wants to import its property records from an external system into Salesforce. The app builder will use an external ID field to house the property ID from the external system.

Which two details should the app builder know when using external ID fields?

Choose 2 answers

A.

An external ID field can be a number field.

B.

An external ID field can be a URL field.

C.

An external ID field can be a phone field.

D.

An external IDfield can be a text field.

Full Access
Question # 19

Ursa Major Solar (UMS) uses a public sharing model for accounts. UMS would like to move to a more restrictive sharing model but wants the Sales team to continue to have access to all account records with the sales record type.

Which two actions should an app builder complete to implement this change?

Choose 2 answers

A.

Update the Sales profile.

B.

Update the organization-wide defaults

C.

Create a criteria-based sharing rule.

D.

Create an owner-based sharing rule.

Full Access
Question # 20

When an opportunity is closed date is pushed more than 30days, 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.

Full Access
Question # 21

Ursa Major Solar has a lookup relationship between a custom Galaxy _c object and a custom Star_c object. An app builder wants to create a roll-up summary field that counts the total number of Star_c records related to each Galaxy__c record.

How would the current configuration impact the ability to achieve the desired result?

A.

The roll-up summary can be achieved by creating a formula field on the Galaxy__c object.

B.

The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created.

C.

The roll-up summary can be achieved by creating a formula field on the Star__c object.

D.

A roll-up summary field will need to be created on the Galaxy__c object with a field filter that select all related Star_c records

Full Access
Question # 22

Universal Containers deployed an app in a large change set from a Developer Sandbox to a Developer Pro Sandbox used for testing. After testing, changes had to be made to several of the components in the change set.

How should an app builder move the new changes to the Developer Pro Sandbox?

A.

Refresh the text sandbox and re_display the change set.

B.

Clone the change set and re_display

C.

Rename the change set, add the changes and re_display

D.

Update the change set and re_display

Full Access
Question # 23

The marketing director is concerned that too many car parts were given away for free last year.

Which functionality should be used to ensure all free parts receive the marketing directors' sign-off?

A.

Stack post

B.

Chatter approval

C.

Automated email message

D.

Approval process

Full Access
Question # 24

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?

A.

Add a dynamic report to the page layout

B.

Create a lightning webcomponent

C.

Install a solution from the appexchange

D.

Build a visual flow that users API calls

Full Access
Question # 25

Northern Trail Outfitters (NTO) has created the custom objects Trail and Park in Salesforce to track trails and parks respectively. NTO wants to

track the total number of trails a park has on the park record without writing any code.

Which two actions should an app builder take to accomplish this requirement?

Choose 2 answers

A.

Use a formula field on the Park record to show the total number of trails.

B.

Use a roll-up summary field on the Park record to show the total number of Trails.

C.

Use a master-detail relationship between the Park and Trail objects.

D.

Use a lookup relationship between the Park and Trail objects.

Full Access
Question # 26

An app builder at DreamHouse Realty created a custom object which has fields containing data from two different objects via related lookups.

What is needed to create "with" or "without* reports on the new custom object?

A.

Row-Level Formula

B.

Report Bucket Field

C.

Report Filters

D.

Custom Report Type

Full Access
Question # 27

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 2 answers

A.

Create an Opportunity outbound message.

B.

Use Process Builder on Opportunities and a Chatter post action.

C.

Activate Historical Trending for Opportunities.

D.

Enable Feed Tracking on Opportunities.

Full Access
Question # 28

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 Salesforce Mobile App.

What should be used to accomplish this?

A.

Custom action

B.

Custom button

C.

Custom quick access link

D.

Custom URL formula Field

Full Access
Question # 29

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.

Add Path on Account hierarchy

B.

Add a custom link on Account

C.

Customize a Global Quick Action

D.

A Create a custom action

Full Access
Question # 30

Cloud Kicks (CK) switched to Lightning Experience and started using Chatter across its global workforce to support its fast-paced sales cycle. CK loves Chatter but struggle with gathering feedback from core team members, including understanding who is available to respond.

Which two ways could CK use Chatter to solve this problem?

Choose 2 answers

A.

Streams

B.

Polls

C.

Out of Office

D.

Topics

Full Access
Question # 31

An app builder at Cloud Kicks created accustom 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 fields?

A.

Create a permission set for access to the object and fields.

B.

Allow reporting for the object and fields.

C.

Assign data types to the fields on the object.

D.

Add the fields to the page layout on the object.

Full Access
Question # 32

Due to the complexity of the Universal Containers sandbox release schedule and requirements, it is advised that change sets are used as often as possible to migrate from one environment to another.

Which three common items can an app builder move when using a change set?

Choose 3 answers

A.

Web-to-lead

B.

Standard fields

C.

Custom object

D.

Apex class

E.

Custom field

Full Access
Question # 33

An app builder wants to create a custom object and 10 fields.

What should they use to create the object, fields, and relationships quickly from one place?

A.

Schema Builder

B.

Developer Console

C.

Manage Field Permissions

D.

Lightning Object Creator

Full Access
Question # 34

An app builder at Ursa Major Solar has been working on a new custom app in a sandbox that has been upgraded to the next major Salesforce version, and their production instance is still on the current Salesforce version. The development is complete and they are ready to deploy a change set.

What should the app builder consider when planning the deployment?

A.

It will fall if there is a feature only available in the next version.

B.

The change set components will be upgraded to the next version in production.

C.

The change set will be automatically deployed when production is upgraded.

D.

The deployment is not possible due to different versions.

Full Access
Question # 35

The finance manager at Universal Containers wants to receive a new business notification email each time a new client is won. The sales manager wants to receive a task letting them know to onboard the new client unless it is a top-tier client.

Which automation tool should an app builder use to best address all these requests?

A.

Record-triggered flow

B.

Screen flow

C.

Apex

D.

Approval process

Full Access
Question # 36

An app builder has created a change set and deployed a report from their development sandbox for User Acceptance Testing. When the app builder runs the report, no data is returned.

What can be a reason for this?

A.

Reports have to be deployed with Salesforce DX.

B.

Reports have to be manually re-created in each environment.

C.

Data is deployed when added to a change sets.

D.

Data is unable to be deployed with change sets.

Full Access
Question # 37

After a deal is closed, Cloud Kicks (CK) wants to assign a user as a customer service manager (CSM) in addition to the account owner and would like a new field to easily track and report which CSM is assigned to the Account.

Which solution should an app builder use for this request?

A.

Multi-select picklist Meld

B.

Picklist field

C.

Lookup field

D.

Text field

Full Access
Question # 38

Cloud Kicks (CK) tracks the support level of its customers on the account record page. CK wants to show a text notification on a case record page when the related account is a platinum-level customer.

How could an app builder meet this requirement?

A.

Add a rich text area to the Case Lighting page > Set the component visibility of the rich text area to show when the account support level is platinum.

B.

Create a text-only Visualforce page > Drag the Visualforce component into the Case page layout > Set its visibility to show when the account support level is platinum.

C.

Create a text-only Visualforce page > Clone the case page layout > Drag the Visualforce component into the page, and assign the layout to platinum cases.

D.

Clone the Case Lightning page > Add a rich text area to the new page, and assign this page to platinum accounts.

Full Access
Question # 39

The Service Manager provided the app builder with color code requirements for case age on open cases.

    New cases populate a green circle

    Day-old cases populate a yellow circle

    Three-day-old cases populate a red circle

How should an app builder implement this requirement?

A.

Formula Field

B.

Quick Action

C.

Custom Button

D.

Lightning Web Component

Full Access
Question # 40

An app builder notices several Accounts converted from Leads are missing information they expected to be caught via Account validation rules.

What could be the source of this issue?

A.

The lead settings are unchecked to require validation for converted leads.

B.

Account validation rules fail to validate on records converted from a lead.

C.

The lead settings are allowing users to intentionally bypass validation rules.

D.

Lead validation rules fail to validate on records when they are being converted.

Full Access
Question # 41

DreamMouse Realty has a mentorship program that pairs experienced Realtors with new Realtors. Each experienced Realtor can mentor one or several new Realtors, and each new Realtor is required to work with a single experienced Realtor they report to for a probationary period.

What type of relationship would an app builder set up to meet this specification?

A.

Indirect lookup

B.

Many-to-many

C.

Master-detail

D.

Lookup

Full Access
Question # 42

An app builder has created a new report type but users are unable to select it from the Report Type list when making a new report for records they own.

What could be causing this issue?

A.

Access to the necessary object is unavailable.

B.

The report type is in a status of Deployed.

C.

Access to Create and Customize Reports is disabled.

D.

The report type is in a status of in Development.

Full Access
Question # 43

The marketing team at UVC has a list of 400 leads it wants to upload to Salesforce. The team need to avoid creating duplicate records. Which two actions should be taken to meet this requirement? Choose 2 answers

A.

Utilize a Lead Matching Rule and corresponding Duplicate Rule to block newly created duplicate leads.

B.

Upload the lead list using the import wizard and select a Matching type to prevent duplicate lead creation.

C.

Use Data Loader’s update function to import lead and match to existing records based on e-mail address.

D.

Enable Duplicate Matching in the Data Management section in Setup and activate the Lead-to_Lead scenario.

Full Access
Question # 44

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 a partner community and a record type for web and trade show leads

C.

Create three sections on the lead layout and instruct users to collapse the non-relevant fields

D.

Create custom page payouts for each type of lead only containing the relevant fields

Full Access
Question # 45

To increase adoption, Universal Containers is proposing changes to its Salesforce data model to allow easier visibility for sales reps into key metrics. The proposal has three custom objectsrelated to the Account object, one with a master-detail, and two that are not. Each of these objects has 15 fields they would like to summarize on the Account object.

What are two considerations for this proposal?

Choose 2 answers

A.

Roll-up summaries allow MAX, MIN, SUM, COUNT, and AVG.

B.

An object can have 20 object references.

C.

An object can have 25 roll-up summaries.

D.

Roll-up summaries are limited to master-detail relationships.

Full Access
Question # 46

At Ursa Solar Major, only users with the Outer Planets profile need to see

the Jupiter field on the Solar System object.

How should the app builder satisfy this requirement?

A.

Classic encryption

B.

Filtered view

C.

Field-level security

D.

Sharing rules

Full Access
Question # 47

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 3 answers

A.

Email Alert

B.

Outbound Message

C.

Task

D.

Invocable Flow

E.

Invocable Process Builder

Full Access
Question # 48

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 3 answers

A.

Disable Grant Access Using Hierarchies.

B.

Add a Master-Detail (User; field on the Review object.

C.

Create a criteria-based Sharing Rule for the HR Department.

D.

Remove Review Read permission from non-HR Department user Profiles.

E.

Set organization-wide default to Private.

Full Access
Question # 49

Cloud Kicks has a shipment date on each shipment that is sent out. Dispatchers need more details on the day and time the shipment was sent out. The app builder needs to change the current field type that is used from Date to Date/Time.

What should the app builder be aware of when it comes to data already in the system?

A.

The change will be instant

B.

Historical data will be updated to 12:00 timestamp.

C.

The field name will change.

D.

Data loss will be experienced.

Full Access
Question # 50

Universal Containers has a Lightning record page that supports both the mobile app and desktop. An app builder has downloaded a custom Lightning component from AppExchange, but users are unable to view the component on mobile devices.

What can be the issue?

A.

The record page needs to be activated.

B.

The component has been developed for Desktop Pages.

C.

The component needs to be activated.

D.

The record page template is unable to support mobile devices.

Full Access
Question # 51

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”)

Full Access
Question # 52

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.

Flow

B.

Process Builder

C.

Big Deal Alert

D.

Workflow

Full Access
Question # 53

Sales reps at Cloud Kicks (CK) forget to submit for approval when CK needs orders reviewed before close won. CK wants to automatically submit opportunities into the Secure Commitment Stage to eliminate manual submission.

Which three features would meet the business requirements?

Choose 3 answers

A.

Workflow

B.

Process Builder

C.

Apex

D.

Chatter action

E.

Flow

Full Access
Question # 54

A sales manager at Cloud Kicks wants the team to spend more time in the field and less time manually entering the information found on the business cards they collect.

What should an app builder do to help achieve this goal without sacrificing data quality?

A.

Research and evaluate data enrichment products on the AppExchange to automate data entry.

B.

Post daily to the Chatter feed any relevant fields that need to be populated.

C.

Use Flow to create a data entry wizard to automate data entry.

D.

Use a combination of workflow rules and formula fields to populate key fields for the sales user.

Full Access
Question # 55

The brokers at DreamHouse Realty (DR) are having an Issue when using the Salesforce mobile app on their (Phones. There are several key fields on the contact record they need access to at a glance. Because of the small screen, they currently have to scroll down the page to view the information.

What should the app builder at DR use to configure the Salesforce mobile app to show these key fields at the top of the screen?

A.

Compact layout

B.

Record Detail component

C.

Object specific action

D.

Mobile navigation

Full Access
Question # 56

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 3 answers

A.

Create an Account Sharing Rule to give the users access to all records.

B.

Confirm whether Default Organization-Wide Sharing Settings provide access to the Account.

C.

Review the Contact record and ensure it is linked to an Account.

D.

Verify the users with the issue have access to the Contact object.

E.

Create a new Contact and have the users try again.

Full Access
Question # 57

Universal Containers (UC) utilizes two custom picklist fields called sales_Organization__c and Pricing_Tier__c.

Which validation rule should an app builder use to ensure pricing_Tier__c is required for customers with a Sales_Organization__c value of Canada?

A.

B.

C.

D.

Full Access
Question # 58

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 should an app builder implement this requirement?

A.

Create a formula field on the Case object using the TEXT function.

B.

Create a formula field on the Account object using the ISPICKVAL function.

C.

Create a Process Builder and use a field update on the Case object.

D.

Create a roll-up summary field using Support Level on the Account object.

Full Access
Question # 59

Universal Containers wants to create a report to show job applications with or without resumes.

What considerations should the app builder be aware of when creating the custom report type?

A.

An app builder is unable to create custom report types for objects they do not have permissions for.

B.

Once the report type has been deployed it is unable to be deleted.

C.

A primary object selection is locked once the custom report type has been saved.

D.

When a custom or external object is deleted the report type and reports remain but cause an error when the report is run.

Full Access
Question # 60

Northern Trail Outfitters wants to change a master-detail relationship on

Account to a lookup relationship with a custom object Park. The app builder tries to

reconfigure this but is unable to do so.

What could be causing this?

A.

The Account is included in a flow process on the Park object.

B.

The Park object needs at least one Master-Detail field for reporting.

C.

The Account record includes Parks roll-up summary fields.

D.

The park records have existing formulas on the Account.

Full Access
Question # 61

An app builder needs to deploy a new account detail page layout from sandbox to production.

Which three components should an app builder include in the Change Set to ensure it deploys successfully and visually as expected?

Choose 3 answers

A.

Detail page layout

B.

Custom fields

C.

Custom actions

D.

Lightning App Builder

E.

System administrator profile

Full Access
Question # 62

A new field has been added to the Applicant object that is part of an unmanaged package. 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 report type.

B.

Check Allow Reports for the position and applicant objects.

C.

Add the field to the custom report type field layout.

D.

Update the profile with the Manage Public Reports permission.

Full Access
Question # 63

Universal Containers uses a custom object called Projects. When managers assign projects they set a custom field on the project called Estimated Hours. Once set, users should be able to decrease but not increase the value

How can an app builder meet this requirement?

A.

Create a formula default value for the custom field.

B.

Create a formula held that uses the PREVGROUPVAL function

C.

Create a validation rule that uses the ISCHANGED function

D.

Create a validation rule that uses the PRIOR VALUE function.

Full Access
Question # 64

Universal Containers wants to match Opportunity data from Salesforce to the records in a financial database.

What is required to configure an indirect lookup relationship in Salesforce between the Salesforce Opportunity records and those in a financial database?

A.

Salesforce Record ID

B.

TEXT(Id)

C.

External ID

D.

CASESAFE(Id)

Full Access
Question # 65

Cloud Kicks recently implemented the application lifecycle management process to its release management strategy.

Which category handles bug fixes and simple changes?

A.

Patch

B.

Minor

C.

Major

D.

Rollback

Full Access
Question # 66

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 rake into consideration when planning the deployment?

A.

Verify there is an Apex test that provides test coverage for the Flow.

B.

Grant user access to the Flow.

C.

Manually activate the Flow after deployment

D.

Include the Process Builder calling the Flow In the deployment

Full Access
Question # 67

DreamHouse Realty wants to import its property records from an external system into Salesforce. The app builder will use an external ID field to house the property ID from the external system.

Which two field types are allowed as an external ID?

A.

Number field

B.

URL field

C.

Test field

D.

Phone field

Full Access
Question # 68

Universal Containers uses a custom picklist called Account_Region__c on the Account object. The vice president of

sales has asked that the value of this field is visible on Opportunities.

How should an app builder create this solution?

A.

Lookup field

B.

Field-level security

C.

Field history tacking

D.

Cross-object formula field

Full Access
Question # 69

Which two report formats can be used as a source report to configure a reporting snapshot?

Choose 2 answers

A.

Tabular format

B.

Summary format

C.

Joined format

D.

Matrix format

Full Access
Question # 70

A sales rep at AW Computing is unable to find what they are looking for while scrolling through their Chatter feed.

How can a filter be utilized to show only posts from their key account and opportunity records?

A.

Create a Chatter group.

B.

Create Chatter bookmarks

C.

Create a Chatter stream.

D.

Create a Chatter notification.

Full Access
Question # 71

An App Builder has been asked to integrate Salesforce with an external web service. The web service must be notified every time an Opportunity is Won. Which two can satisfy this requirement?

A.

Use a workflow rule and an outbound message

B.

Use a flow and an outbound message

C.

Use a process and Apex Code

D.

Use a process and an outbound message

Full Access
Question # 72

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.

What are the three reasons user A has access but user B is unable to access the record? Choose 3 answers

A.

User A is on the same account team as user C.

B.

User A and user B have different profiles.

C.

User C has manually shared the record with user A.

D.

User A was granted an additional permission set.

E.

User A is in a public group that has access via a sharing rule.

Full Access
Question # 73

An App Builder at UVC would like to prevent users from creating new records on an Account related list by overriding standard buttons. Which two should the App Builder consider before overriding standard buttons?

A.

Standard buttons can be changed on lookup dialogs, list views, and search result 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

D.

Standard buttons can be overridden, relocated on the detail page, and relabeled

Full Access
Question # 74

The CRM Manager at Universal Containers has requested that a custom text field be converted to a picklist in order to promote better data hygiene. What needs to be considered before changing the field type? Choose 2 answers

A.

Existing list views that reference the field may be deleted.

B.

Field references will be removed in Visualforce pages

C.

All data should be backed up before converting a text field.

D.

Changing a field type will remove existing field history.

Full Access
Question # 75

universal containers has several large customers that sell their products through dealers. Each customer and dealer have an individual rep who works directly with uc and each is billed separately. How can an app builder implement these requirements?

A.

Create a single account record, add each rep as a contact and create a custom dealer object

B.

Create both customer and dealer as accounts, add each rep as a contact on the corresponding account and create an account hierarchy.

C.

Create a single parent record, add each rep as a contact to the parent account and add each dealer as a child record

D.

Create both customer and dealer as accounts, create account teams on each account and associate the dealer records with the parent account.

Full Access
Question # 76

Universal Containers uses Contracts for agreements with customers. A sales manager is required to provide approval for contracts and director approval for any contract over $10,000.

Which two options should an app builder use to ensure all contracts route for the correct approval and also prevent the sales rep from making changes to the record while it is being approved?

Choose 2 answers

A.

Create an approval process on the Contract object with criteria set on a second approval step set as 'Amount__c > 10,000' and set the approver as director.

B.

Create an approval process on the Contract object and set the field for 'Next Automated Approver Determined By' as Manager'.

C.

Create a validation rule on the Contract object that prevents updates to the contract record while it is being reviewed.

D.

Create an approval process on the Contract object with one step for each sales manager that sets the approver as the director.

Full Access
Question # 77

Service agents at Ursa Major Solar want a more condensed case view. Service agents also want to be able to modify the associated contact and account records from the case page layout on the Lightning record page.

Which two components should an app builder use to meet these requirements?

Choose 2 answers

A.

Path

B.

Rich text

C.

Related record

D.

Tabs

Full Access
Question # 78

An app builder has downloaded a component from the AppExchange successfully; however, they are unable to add it to the Lightning home page.

Which two reasons can be preventing the app builder from being able to add the custom component?

Choose 2 answers

A.

My Domain must be deployed to add custom components to the page with the App Builder.

B.

A custom tab must be created to add custom components to the page with the App Builder.

C.

The component requires a developer permission to add it to the page with the App Builder.

D.

The component is tagged for record pages instead of home pages and is not showing up in the App Builder.

Full Access
Question # 79

Cloud Kicks has leads owned by users and queues. The sales manager wants the status to change to working when a user takes ownership.

What does an app builder need to have in the criteria to ensure the process runs without error?

A.

BEGINS([Lead].OwnerId, ,,005")

B.

[Lead].Owner:User.Role Is Null = False

C.

[Lead].Owner:Queue.OwnerId Is Null = True

D.

NOT(ISBLANK([Lead].OwnerId))

Full Access
Question # 80

The services manager wants to make sure the team enters case priority consistently.

What feature can an app builder use to accomplish this?

A.

Path

B.

Flow

C.

Next Best Action

D.

In-App Guidance

Full Access
Question # 81

An app builder wants to create a new field using Schema Builder.

Who will get access to the new field by default?

A.

Standard profiles

B.

No profiles

C.

Internal profiles

D.

All profiles

Full Access
Question # 82

The DreamHouse Realty (DR) service manager has asked for some improvements in case management to enforce process compliance so that cases are unable to be reverted to an earlier case status, and to ensure that certain fields are required when specific case criteria are met.

What solution should an app builder implement to meet these requirements?

A.

Workflow Rules

B.

Process Builder

C.

A Validation Rules

D.

Activities Component

Full Access
Question # 83

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

Full Access
Question # 84

An app builder installs an unmanaged package in a full copy sandbox that is an exact match for production, and now they are ready to install it m production. When the app builder attempts to install the package in production, it fails.

Why did the package fail to install?

A.

Incorrect license types

B.

Package features not compatible

C.

Object limits exceeded

D.

Apex unit test failures

Full Access
Question # 85

The convert button on leads should NOT appear until the lead status picklist is set to a qualified. What should an app builder suggest to meet these requirements?

A.

Picklist dependency, page layouts, record types

B.

Custom button, validation rule, record types

C.

Process builder field update, quick action, record type

D.

Page layout, record types, process builder field update

Full Access
Question # 86

Universal Containers would like to automatically assign a specific permission set to new users. How can this requirement bemet? Choose 2 Answers

A.

Create an approval process on the User object to assign a permission set

B.

Create a flow on the user object to assign a permission set.

C.

Create a lightning process on the user object to launch a flow.

D.

Create a workflow rule on the User object to assign a permission set.

Full Access
Question # 87

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.

Case Validation Rules

C.

Add Path to the top of the Case layout

D.

Guided Action Flows on the record page

Full Access