| PDF + Test Engine |
|
||
| Test Engine |
|
||
|
|
Here are Salesforce Platform-App-Builder PDF available features:
| 259 questions with answers | Updation Date : 16 Jul, 2026 |
| 1 day study required to pass exam | 100% Passing Assurance |
| 100% Money Back Guarantee | Free 3 Months Updates |
Universal Containers conduct evaluations of their sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, and their manager's executive can view the rep's evaluation record but the reps should not be able to view the executive comment field on their review. How can these requirement be met?
A. Use a private sharing model granting record access using hierarchy; manage fieldaccess with record types and field-level security
B. Use a private sharing model granting record access using custom setting; manage fieldaccess with page layouts and field level security
C. Use a private sharing model granting record access using hierarchy; manage fieldaccess with field-level security
D. Use a private sharing model granting record access using custom setting; manage fieldaccess with record types and page layouts
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?
A. Update the org-wide default to private and create a sharing rule for the role of recruitingmanager.
B. Create a permission set containing the salary record type and assign it to theappropriate users.
C. Remove "create" permission for the salary applicant object for everyone except themanager and VP.
D. Configure the hourly record type as the default and instruct non-management users toaccept the default record type.
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))
Universal containers (uc) want to delete data in several fields for 5000 lead records. UC export 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
A. Select the correct record type
B. Use import Wizard to update leads using the CSV file
C. Select insert null values in settings.
D. Use Data Loader to update leads using the CSV file
An app builder just added a lookup field to Account from the existing custom object, Box. Which report type is automatically created?
A. Boxes with or without Accounts
B. Accounts with or without Boxes
C. Boxes with Accounts
D. Accounts with Boxes
Ursa Major Solar wants to provide sales console users with an Incredible experience, with the most-used components easily accessible at all times. What solution can enable reps to see and access these components from anywhere within the app without leaving the pages where the team is working?
A. Favorites
B. Home page
C. Global actions
D. Utility bar
An app builder is creating a custom object called Testimonial__c and wants toconnect Testimonial__c records with both the submitter's Contact record and Account record. If the Account is deleted, the Testimonial__c should also be deleted. If the Contact is deleted, but the Account remains, the Testimonial__c should remain. How should this be accomplished?
A. Make both the Contact and Account fields required on the Testimonial__c object andcreate lookup relationships fromTestimonial__c to Contact and to Account.
B. Create a master-detail relationship from Testimonial__c to Accountand a lookuprelationship from Testimonial__c to Contact.
C. Make Testimonial__c a junction object between Account and Contact using masterdetailrelationships.
D. Create a lookup relationship from Testimonial__c to Account and a master-detailrelationship from Testimonial__c to Contact.
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
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?
A. Make the US Sales Director the running user and share the dashboard folder with therole US Sales Rep
B. Make the dashboard dynamic and give US Sales Reps the view my teams dashboardpermission
C. Share the dashboard folder with roles and subordinates of the US Sales Director andshare the report folder with the role of US Sales Director
D. Share the dashboard with the public group US Sales Reps and share the dashboardsource reports folder with the US Sales Director profile
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.