Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

Free Salesforce Platform-App-Builder Practice Exam with Questions & Answers | Set: 7

Questions 61

Northern Trail Outfitters (NTO) has created the custom objects Trail and Park in Salesforce to track parks and trails 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

Options:
A.

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

B.

Use a lookup relationship between the Park and Trail objects.

C.

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

D.

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

Salesforce Platform-App-Builder Premium Access
Questions 62

Universal Containers (UC) wants to delete data in several fields for 5,000 Lead records. UC exported the selected record Ids and fields that need to have data deleted in a CSV file. Which two steps should an app builder suggest to meet these requirements? Choose 2 answers

Options:
A.

Select the correct record type.

B.

Use Import Wizard to update leads using the CSV file.

C.

Use Data Loader to update leads using the CSV file.

D.

Select Insert Null Values in Settings.

Questions 63

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

Options:
A.

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

B.

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

C.

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

D.

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

Questions 64

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

Options:
A.

Asking new options.

B.

Build a Custom Tab for the app.

C.

Add the app to a Vendor or page.

D.

Make it the app to Static Position.

Questions 65

Universal Containers created a custom object called Component to capture details about products sol Which approach should an app builder take to Component as a related list on Product?

Options:
A.

Create a junction object to relate Component and Product. Add the Component related list to the Product page layout.

B.

Create a roll-up on Product. Add the Component related list to the Product page layout.

C.

Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout.

D.

Create a master-detail relationship on Product to Component. Add the Component related list to the Product page layout.

Questions 66

Universal Containers generates leads from three different Sources: web, trade s, and partners. Some of the information Collected is applicable to all sources, there is also information that is unique To each type of lea What should an app builder configure to meet these requirements?

Options:
A.

Create three lead record types each with its own page layout containing the relevant Fields.

B.

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

C.

Create a lead object on the partner community and a record type for web and trade leads.

D.

Create custom objects for each type of lead with each page layout only containing the Relevant fields.

Questions 67

Which two features can be used to allow users to access Flows? Choose 2 answers

Options:
A.

Flow Launcher

B.

Apex

C.

Approval Process

D.

Quick Action

Questions 68

DreamHouse Realty is rethinking its sandbox utilization strategy after acquiring Cloud Kicks. The Salesforce COE already utilizes a partial and a Full sandbox, which it refreshes on their own regular schedules. Teams are expanding and have to begin each of their small projects in a sandbox before Committing to the larger pool for collaborative testing while still keeping costs down. Which sandbox type should be considered first?

Options:
A.

Developer pro sandbox

B.

Partial sandbox

C.

Developer sandbox

D.

Full sandbox

Questions 69

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

Options:
A.

Tabs

B.

Related record

C.

Path

D.

Rich text

Questions 70

The Recruiting team at AW Computing captures the job acceptance and date of hire of A candidate on the Job Application custom object. Once the candidate accepts The recruiter ' s job offer, the date of hire should be entered and not be changed on Subsequent record edits. Which validation formula should the app builder use?

Options:
A.

(ISBLANK (Job Accepted_c) || NOT (INCHANGED (Hi_Date_=))

B.

NOT (LABLANK (Job hocepted_c)) FRISCHANGED (Hire_Date

C.

NOT (ISBLANK (Job_Accepted_c)) 11 ISCHANGED (Hire_Date c)

D.

(ISBLANK (Job_Accepted_c) NOT (ISCHANGED (Hire_Date_0})