
The New Platform-App-Builder 2023 Updated Verified Study Guides & Best Courses
Authentic Platform-App-Builder Exam Dumps PDF - 2023 Updated
NEW QUESTION # 87
What tools you need to use to migrate Metadata to Two Different Production Orgs? (3)
- A. Unmanaged Package
- B. Force.Com Migration Tool
- C. Change Set
- D. Force.Com IDE
- E. Data Loader
Answer: A,B,D
NEW QUESTION # 88
Universal Containers wants sales reps to get permission from their managers before deleting Opportunities, What can be used to meet these requirements?
- A. Two-step Approval Process.
- B. Process Builder with Submit for Approval action.
- C. Approval Process with a triggered Flow process.
- D. Approval Process with Time-Dependent Workflow action.
Answer: A
Explanation:
Explanation
The feature that can be used to meet these requirements is two-step approval process. An approval process defines the steps and criteria for approving records. A two-step approval process requires two levels of approval before a record can be deleted. The app builder can configure an approval process for opportunities that requires sales reps to submit their delete requests for approval from their managers. Option A is incorrect because Process Builder with Submit for Approval action is not a valid feature, as Process Builder cannot submit records for approval. Option B is incorrect because Approval Process with a triggered Flow process is not a valid feature, as Approval Process cannot trigger Flow processes. Option C is incorrect because Approval Process with Time-Dependent Workflow action is not a valid feature, as Approval Process cannot use Time-Dependent Workflow actions.
NEW QUESTION # 89
An app builder wanes to show Groups as the last navigation menu item in the mobile app. However, (he app builder is unable to select Groups as one of the items on the drop-down menu.
What could cause this?
- A. Groups is available in the recent section of the navigation menu.
- B. Groups is available in the Chatter section of the navigation menu.
- C. Groups is unavailable in the selected list for the navigation menu.
- D. Groups is included m the Smart Search items but unavailable on the navigation menu.
Answer: D
NEW QUESTION # 90
Universal Containers (UC) has created a picklist field called Status on three separate custom objects. UC has a requirement to share the list of values for this field across each object.
Which feature would an app builder use?
- A. Dependent Picklist
- B. Dynamic Action
- C. Global Picklist Value Set
- D. Field Update
Answer: C
Explanation:
Explanation
The app builder should use a global picklist value set to share the list of values for the Status field across each object. A global picklist value set is a set of values that can be used by multiple picklist fields on different objects. This can ensure data consistency and reduce maintenance efforts. Option A, C, and D are not features that can share picklist values across objects.
NEW QUESTION # 91
Which is true about encrypted fields?
- A. A custom field can be converted to an encrypted field.
- B. They are available in Validation Rules or Apex Scripts even if the user is not having the permission "View Encrypted Data".
- C. Encrypted fields can be converted to other field types.
- D. In Email Templates, if an encrypted field needs to be displayed without the mask character, the User who receives the email should have the View Encrypted Data permission.
Answer: B
NEW QUESTION # 92
You should use a lookup filter if __________. (Choose two.)
- A. You want to improve user efficiency by automating filters on lookup search dialogs that your users manually set.
- B. You must implement a complex business rule that requires you to use a formula. Formulas can reference fields that basic filter criteria can't reference, such as fields on the parent of the source object. Formulas can also use functions. For example, use ISNEW if the rule should only apply on record creation, or ISCHANGED if the rule should apply when a field changes.
- C. You want to improve user efficiency by limiting the number of available options in a lookup search dialog.
- D. You are close to the maximum number of lookup filters allowed.
Answer: A,C
Explanation:
Explanation/Reference:
NEW QUESTION # 93
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 that are not available for overrides can still be hidden on page layouts
- B. Standard buttons can be overridden with a Visualforce page
- C. Standard buttons can be changed on lookup dialogs, list views, and search result layouts
- D. Standard buttons can be overridden, relocated on the detail page, and relabeled
Answer: A,B
Explanation:
Explanation
The app builder should consider two things before overriding standard buttons:
Standard buttons can be overridden with a Visualforce page. A Visualforce page is a web page that displays custom user interface elements using Visualforce markup and Apex code. A Visualforce page can be used to override a standard button and provide custom functionality or logic3.
Standard buttons that are not available for overrides can still be hidden on page layouts. A page layout is a layout that determines how fields, related lists, and buttons are arranged on a record detail or edit page. A page layout can be used to hide a standard button that cannot be overridden by removing it from the layout4. Option A and D are not things that the app builder should consider before overriding standard buttons.
NEW QUESTION # 94
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(CASE( Priority, "Low", "img/samples/flag_green.gif", "Medium",
"img/samples/flag_yellow.gif", "High", "img/samples/flag_red.gif", "Priority Flag") - 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. CASE( Priority, "Low", "img/samples/flag_green.gif", "Medium", "img/samples/flag_yellow.gif",
"High", "img/samples/flag_red.gif", "/s.gif") - 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: A,B
NEW QUESTION # 95
Which rule can be configured for the Opportunity object? Choose 2 answers
- A. Assignment Rule
- B. Escalation Rule
- C. Workflow Rule
- D. Validation Rule
Answer: C,D
NEW QUESTION # 96
A production org includes custom objects containing confidential Information. A sandbox h needed that Includes data records, excludes all of the confidential objects, and can be refreshed weekly the confidential objects, and can be refreshed weekly.
What steps should an App Builder take to meet these requirements?
- A. Create a Full Sandbox and use a sandbox template
- B. Create a Developer Sandbox and schedule Data loader to download selected object data weekly.
- C. Create a Developer Pro Sandbox and schedule Data loader to download selected object data weekly.
- D. Create a Partial Copy Sandbox and use a sandbox template.
Answer: D
NEW QUESTION # 97
At Ursa Major Solar, there is a single Lightning record page for the Celestial Bodies custom object; however, there is a Lightning component the app builder wants to restrict to mobile app users.
Which feature on the Lightning app builder should be utilized?
- A. Highlights panel
- B. Related list quick links
- C. Chatter feed
- D. Component visibility filter
Answer: D
NEW QUESTION # 98
At Ursa Major Solar there is a requirement for a new field called Planet Details on the Planet object where users can write detailed descriptions that can include pictures and links.
What field type should the app builder utilize to fulfill this requirement?
- A. Long Text Area
- B. Multi-Select Picklist
- C. URL
- D. Rich Text Area
Answer: D
NEW QUESTION # 99
An app builder installs an unmanaged package in a full copy sandbox that ts 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. Package features not compatible
- B. Apex unit test failures
- C. Incorrect license types
- D. Object limits exceeded
Answer: B
NEW QUESTION # 100
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.
Answer: A,B
NEW QUESTION # 101
Universal Containers needs to update a field on an Account when an Opportunity Stage is changed to Closed Lost. What tools can we use to accomplish this requirement? (Choose 2)
- A. Assignment Rule
- B. Approval Process
- C. Lightning Process Builder
- D. Workflow Rule
Answer: C,D
NEW QUESTION # 102
......
Get Prepared for Your Platform-App-Builder Exam With Actual 235 Questions: https://www.testpassed.com/Platform-App-Builder-still-valid-exam.html
Valid Platform-App-Builder Test Answers Full-length Practice Certification Exams: https://drive.google.com/open?id=1hukZayU5g3oL2IceiqnJHnzIKGewFZs3