
Enhance Your Career With Available Preparation Guide for Platform-App-Builder Exam
Get Special Discount Offer of Platform-App-Builder Certification Exam Sample Questions and Answers
NEW QUESTION # 115
The VP of account management at Universal Containers has requested that all contacts mailing postal codes match the associated accounts shipping postal code. How can this be enforced using validation rules?
- A. Create a validation rule using the geolocation() function
- B. Create a validation rule using a not equal operator
- C. Create a validation rule using the distance() function
- D. Create a validation rule using a compare operator
Answer: B
NEW QUESTION # 116
Universal Containers would like to embed a chart of all related Opportunities, by stage, on the Account detail page.
What type of report should an app builder create to add to the Account page layout?
- A. A tabular report on the Account object.
- B. A summary report on the Opportunity object.
- C. A summary report on the Account object.
- D. A tabular report on the Opportunity object.
Answer: B
Explanation:
Explanation
NEW QUESTION # 117
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 text field.
- C. An external ID field can be a phone field.
- D. An external ID field can be a URL field.
Answer: A,B
NEW QUESTION # 118
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 field access with field-level security
- B. Use a private sharing model granting record access using custom setting; manage field access with page layouts and field level security
- C. Use a private sharing model granting record access using custom setting; manage field access with record types and page layouts
- D. Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security
Answer: A
Explanation:
Explanation
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, a private sharing model granting record access using hierarchy and field-level security should be used. A private sharing model means that only the owner of a record and users above them in the role hierarchy can view the record by default. Record access can be granted to other users using manual sharing, sharing rules, or Apex sharing. Field-level security controls which fields are visible or editable for different profiles or permission sets.
NEW QUESTION # 119
Universal Containers wants to streamline its data capture process by linking fields together. They wish to do this so that the available value on dependents fields are driven by value selected on controlling fields. Which consideration supports the stated requirements? Choose 3 answers
- A. Checkbox fields can be controlling fields but not dependent fields
- B. Custom picklist field can be either controlling or dependent field
- C. Standard and custom picklist fields can be dependent fields.
- D. The import wizard only allows value to be imported into a dependent picklist if they match the appropriate controlling field
- E. Multi select picklist can be dependent picklist but not controlling fields
Answer: A,B,D
Explanation:
Explanation
The import wizard only allows values to be imported into a dependent picklist if they match the appropriate controlling field. This ensures data integrity and prevents invalid values from being imported. Custom picklist fields can be either controlling or dependent fields. This allows the app builder to create custom dependencies between custom picklists. Checkbox fields can be controlling fields but not dependent fields. This allows the app builder to create dependencies based on checkbox values, such as true or false. Multi-select picklist fields can be dependent picklist fields but not controlling fields. This allows the app builder to create dependencies based on multiple values selected in a multi-select picklist field. Standard and custom picklist fields can be dependent fields, but not all standard picklist fields can be controlling fields. Some standard picklist fields, such as Lead Status or Opportunity Stage, cannot be controlling fields because they are used in other processes, such as lead conversion or sales path
NEW QUESTION # 120
Which two statements are true about an External ID field? Choose 2 answers
- A. The field must contain at least one number and at least one letter.
- B. The field can be used to contain unique record identifiers from a system outside of Salesforce.
- C. The field must be unique since duplicates are NOT allowed within Salesforce.
- D. The field can be unique based on case-sensitive or case-insensitive values.
Answer: B,D
NEW QUESTION # 121
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. Web-to-case
- B. Email-to-case
- C. Screen flow
- D. Outbound message
Answer: A
NEW QUESTION # 122
Which statement is true about field update actions from workflow rules and approval processes? Choose 2 answers
- A. Field updates to records based on workflow rules and approval processes do not trigger validation rules
- B. Field update are not available on currency field if the organization uses multi-currency.
- C. Field update with "re-evaluate workflow rules" selected can cause a recursive loop if the updated field is included in a workflow.
- D. Field updates are tracked in the history related list of a record regardless of whether or not History tracking is set for those fields.
Answer: A,C
Explanation:
Explanation: https://help.salesforce.com/apex/HTViewHelpDoc?id=workflow_field_update_considerations.h tm&language=en
NEW QUESTION # 123
What is true regarding compact layouts? Choose 2 answers.
- A. Compact layouts can be assigned to different record types
- B. Compact layouts must be configured for fields to be displayed in the record header
- C. Compact layouts support all field types
- D. If a user doesn't have access to a field it won't be displayed
Answer: A,D
NEW QUESTION # 124
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. 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") - B. CASE(Priority, "Low", "img/samples/flag_green.gif", "Medium", "img/samples/flag_yellow.gif",
"High", "img/samples/flag_red.gif", "/s.gif") - C. IMAGE (CASE( Priority, "Low", "img/samples/flag_green.gif", "Medium",
"img/samples/flag_yellow.gif", "High", "img/samples/flag_red.gif", "Priority Flag") - D. 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")))
Answer: B,C
Explanation:
Explanation
The formula for creating a visual indicator flag on each case based on the case priority should use the IMAGE and CASE functions. The IMAGE function returns an image for a given URL, and the CASE function evaluates an expression and returns a value based on that expression. Option A and D use these functions correctly, while option B and C do not.
NEW QUESTION # 125
Which deployment tool will you use to deploy metadata from one organization to another organization?
- A. Unmanaged Packages
- B. Change sets
- C. Force.com IDE
- D. Force.com Migration Tool
Answer: C
NEW QUESTION # 126
Universal Containers has purchased a Lightning Component on the Apple exchange.
In which two areas should Components be utilized?
- A. Standalone Lightning App
- B. Process Builder
- C. Flow Builder
- D. Salesforce Mobile App
Answer: D
NEW QUESTION # 127
An app builder at Universal Containers 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? (Choose two.)
- 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 can be overridden, relocated on the detail page, and relabeled.
- D. Standard buttons that are not available for overrides can still be hidden on page layouts.
Answer: A,B
NEW QUESTION # 128
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.
What type of sandbox should each team member use?
- A. Developer sandbox
- B. Developer pro sandbox
- C. Full sandbox
- D. Partial sandbox
Answer: A
NEW QUESTION # 129
What is the capability of sandbox templates? Choose 2 answers
- A. Specify the object whose data should be replicated in a Partial Copy sandbox environment.
- B. Save a template for re-use when creating a Partial Copy sandbox environment.
- C. Create a Partial Copy sandbox from a Partial Copy sandboxes environment.
- D. Specify the data range for data being replicated in a Partial Copy sandbox environment
Answer: A,B
NEW QUESTION # 130
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 able to edit the name, but unable to edit the description.
- B. User will be able to edit the description field only.
- C. User will be presented with a 'Record Lock' notification.
- D. User will see the record is now owned by their manager.
Answer: C
Explanation:
Explanation
If an employee attempts to edit the description field after submitting an opportunity for approval, they will be presented with a 'Record Lock' notification. This means that the record is locked for editing while it is in the approval process and only users with the "Modify All" permission or users above them in the role hierarchy can edit it. [Source]
NEW QUESTION # 131
After universal containers converted qualified leads. Sales reps need to be able to report on converted leads. How should an app builder support for this requirement ?
- A. Assign the representative view and edit converted leads permission
- B. Ensure the representative has read access to the original lead records
- C. Create a custom report type with converted leads as the primary object
- D. Enable preserve lead status in the lead conversion settings
Answer: D
NEW QUESTION # 132
Universal Containers is using a custom app to record performance review info for their employees. The performance review should be visible to the employee and the employee's manager, as well as the HR director.
How can this be configured? Choose 1 answer.
- A. Use manager sharing to enable sharing with the employee's manager and HR director
- B. Set the org wide default for Performance Review to private, do not use grant access using hierarchies and use manual sharing for the employee manager and HR director
- C. Set the org wide default for Performance Review to private and add a criteria based sharing rule to share performance review records with a public group that includes the employee managers and HR director
- D. Set the org wide default for Performance Review to private and use grant access using hierarchies to give visibility to the employee's manager and HR director
Answer: B
NEW QUESTION # 133
Universal Containers uses the Asset object to track products that are installed at customer locations. A new object, Asset Inventory, has been created to capture details about the asset.
Which approach should the app builder take to show Asset Inventory as a related list on Asset?
- A. Create a roll-up on Asset. Add the Asset Inventory related list to the Asset page layout.
- B. Create a master-detail relationship on Asset to Asset Inventory Add the Asset Inventory related list to the Asset page layout.
- C. Create a junction object to relate Asset Inventory and Asset. Add the Asset Inventory related list to the Asset page layout.
- D. Create a lookup relationship on Asset Inventory to Asset. Add the Asset Inventory related list to the Asset page layout.
Answer: D
NEW QUESTION # 134
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?
- A. Cross-object formula field
- B. Assignment rule
- C. Workflow rule
- D. Validation rule
Answer: A
Explanation:
Cross-object formulas can reference merge fields from a master ("parent") object if an object is on the detail side of a master-detail relationship. Cross-object formulas also work with lookup relationships. You can reference fields from objects that are up to 10 relationships away.
NEW QUESTION # 135
......
Updated Platform-App-Builder Dumps Questions Are Available For Passing Salesforce Exam: https://actualtests.testbraindump.com/Platform-App-Builder-exam-prep.html
