| 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 |
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 aroll-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 filterthat select all related Star_c records
Where can an app builder edit an existing app to add components to the utility bar?
A. App Menu
B. Lightning App Builder
C. App Manager
D. Lightning Record Page
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 thecontact field's) to define the dynamic criteria.
D. Hide the component behind a tab on the page layout.
The VP of sales at AW Computing would like a Roll-Up Summary field on the Account object to aggregate the amount of opportunities related to an Account. The app builder is unable to implement this change. Why is the app builder unable to fulfill the request?
A. Currency fields are unable to be referenced in Roll-Up Summary fields.
B. The organization has Advanced Currency Management enabled
C. Roll-Up Summary fields are unavailable on the Account object.
D. The default currency is not an active currency in the organization,
Cloud Kicks (CK) keeps track of its shoe inventory in Salesforce. When an order's status is changed to Activated, the inventory for the ordered shoe is reduced. At that point, a SOAP web service on the CK website must be called so that the website is updated to display the correct inventory amount for the shoe. What should an app builder use to communicate to the CK web service when a shoe's inventory has changed?
A. After-Save Record-Triggered flow
B. Before-Save Record-Triggered flow
C. Process Builder
D. Workflow rule
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
A new custom object is being created with a private sharing setting. The business wants to share individual records with specific people or group of people on a case-by-case basis. What options does the business user have to manually share individual records? Choose 3 answers
A. Public Groups
B. Permission Sets
C. Roles
D. Profiles
E. Users
The VP of Sales at Universal Containers has asked the app builder to let sales reps create opportunity records directly from the account, with a number of fields pre-populated. Which feature should the app builder use to allow users to create the opportunity?
A. A quick action
B. A default action
C. A custom button
D. A custom link
Universal Container wants customers to be able to open cases from a public-facing website. What should the app builder use to enable visitors to the website?
A. Outbound message
B. Web-to-case
C. Screen flow
D. Email-to-case
Cloud Kicks (CK) Is finding sales reps are Inconsistent in data entry when deals are won. CK requires that custom shoes are shipped within two weeks after the close date. A custom field called Scheduled Ship Date on the opportunity records the ship date.How should the app butler ensure this field is properly filed out before setting the opportunity to closed won?
A. OR(ISPICKVAL( StageName ,"Closed Won") && (Scheduled_Ship_Date_cCloseDate)>14,ISBLANK(Scheduled_Ship_Date_c))
B. OR(ISPICKVAL( StageName ="Closed Won") && ( Scheduled_Ship_Date__c-CloseDate ) > 14,ISBLANK(Scheduled_Ship_Date__c))
C. ISPICKVAL( StageName ,"Closed Won") && ( Scheduled _Ship_Date_c-CloseDate ) >14
D. ISPICKVAL( StageName= CloseDate ) > 14,losed Won") && (CloseDateScheduled_Ship_Date_c) >14