
Platform-App-Builder PDF Dumps Real 2023 Recently Updated Questions
Released Salesforce Platform-App-Builder Updated Questions PDF
NEW QUESTION 41
Universal Containers wants to match Opportunity data from Salesforce to the records in a financial database.
What is required to configure an indirect lookup relationship in Salesforce between the Salesforce Opportunity records and those in a financial database?
- A. External ID
- B. Salesforce Record ID
- C. CASESAFE(Id)
- D. TEXT(Id)
Answer: A
NEW QUESTION 42
Ann app builder has been to display an overdue date that is two months after a tasks due date. Which approach should the app builder take?
- A. Use process builder and set overdue date equal to DueDate + ((365/12)*2)
- B. Create a formula field using DueDate + 60
- C. Use process builder and set overdue Date equal to DueDate + 60
- D. Create a formula field using the ADDMONTHS () function
Answer: D
NEW QUESTION 43
Universal Containers has a Lightning record page that supports both the mobile app and desktop. An app builder has downloaded a custom Lightning component from AppExchange, but users are unable to view the component on mobile devices.
What can be the issue?
- A. The component needs to be activated.
- B. The component has been developed for Desktop Pages.
- C. The record page template is unable to support mobile devices.
- D. The record page needs to be activated.
Answer: C
NEW QUESTION 44
Which of the following represent correct syntax to display first name from global variable user?
- A. {User.FirstName}
- B. $User.FirstName
- C. {!User.FirstName}
- D. {!$User.FirstName}
Answer: B
Explanation:
Visualforce pages use the same expression language as formulas - that is, anything inside {! } is evaluated as an expression that can access values from records that are currently in context.
NEW QUESTION 45
Universal Containers wants to test code against a subset of production data that is under 5 GB. Additionally, Universal Containers would like to refresh this sandbox every weekend.
What type of sandbox should be used to accomplish this?
- A. Developer
- B. Developer Pro
- C. Partial Copy
- D. Full
Answer: C
Explanation:
Explanation/Reference:
NEW QUESTION 46
UVC uses a custom object to track site visits, When the status of a site visit ischanged from "in process " to "On hold " the business wants the site visit owner tobe automatically assigned to an "On hold " Queue. Which capability can be used toaccomplish this?
- A. Action
- B. Apex Trigger
- C. Visual workflow
- D. Assignment rule
Answer: D
NEW QUESTION 47
Which developer tool can be used to create a data model? (Choose two.)
- A. Application data model wizard
- B. Force.com IDE
- C. Force.com data loader
- D. Schema builder
Answer: B,D
NEW QUESTION 48
Universal Containers uses a custom object called Projects. When managers assign projects they set a custom field on the Uroject called Estimated Hours. Once set, users should be able to decrease but not increase the value How can an app builder meet this requirement?
- A. Create a validation rule that uses the PRIOR VALUE function.
- B. Create a validation rule that uses the ISCHANGED function
- C. Create a formula default value for the custom field.
- D. Create a formula held that uses the PREVGROUPVAL function
Answer: A
NEW QUESTION 49
Universal Insurance would like to highlight on a report claims that have been open for more than 30 days. What feature could be used for this? Choose 1 answer.
- A. Field Highlighting
- B. Report Highlighting
- C. Conditional Highlighting
- D. Bucket Highlighting
Answer: C
NEW QUESTION 50
Which of the following can you create safely in a production organization?
- A. Custom Apex Controllers for Visualforce Pages
- B. Apex Classes
- C. Triggers
- D. Reports and dashboards
Answer: D
NEW QUESTION 51
What is the maximum number of master-detail lookup relationships allowable per object?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: D
NEW QUESTION 52
A Customer Support Manager at Universal Containers would like to implement call scripting for their caller agents. What automation tool can be used to accomplish this?
- A. Workflow
- B. Lightning Connect
- C. Visual Workflow
- D. Lightning Process Builder
Answer: C
NEW QUESTION 53
Universal Containers stores invoices in SAP. Users want to view invoice data on the related Account records in Salesforce. How can this be achieved? Choose 2 answers
- A. Use SAP data export functions to load data directly in Salesforce
- B. Create a custom Invoice object and connect to SAP using Data Loader.
- C. Connect to an OData Publisher Service for SAP databases
- D. Create an external object connected to an invoice table in SAP.
Answer: C,D
NEW QUESTION 54
Which three standard component types are available in Lightning App Builder? (Choose three.)
- A. Recent items
- B. Filter report
- C. Report details
- D. Rich text
- E. Plain text
Answer: A,C,D
Explanation:
Explanation/Reference:
NEW QUESTION 55
A customer service representative at a call center would like to be able to collect information from customers using a series of question prompts. What could be used to accomplish this?
- A. Visual workflow
- B. Lightning Connect
- C. Workflow Rules
- D. Lightning process builder
Answer: A
NEW QUESTION 56
Ideally, who should be in charge of logging all changes in production?
- A. Developer
- B. Administrator
- C. QA Engineer
- D. Product Manager
Answer: B
Explanation:
Explanation
NEW QUESTION 57
Which three field types should be referenced by a roll-up summary field using SUM? Choose 3 answers
- A. Percent
- B. Formula
- C. Currency
- D. Date
- E. Number
Answer: A,C,E
NEW QUESTION 58
UVC's CFO has asked that all deals with more than a 40% discount get automatically sent to the VP of Finance. He will review these deals without the sales rep needing to take action Which two ways can this be accomplished without building code? Choose two answer
- A. Launch a flow that uses the submit for approval action to submit deals for approval
- B. Create a new process with a submit for approval action to automatically submit deals for approval
- C. Launch a new approval process that has automatic submission enabled as an initial submission action
- D. Create a new approval process that has automatic submission enabled in the entry criteria
Answer: B,D
NEW QUESTION 59
Universal Containers has a custom assessment object used by three divisions. Each division wants to track different information on the assessments, including different values for the status picklist. Division managers do not want their teams to be able to create another division's assessment.
How can this be accomplished?
- A. Create three page layouts to determine the fields and picklist values for each user based on the division indicated on their user record. Use field-level security to restrict access to each division's fields.
- B. Create additional custom assessment objects, one for each division, to track their assessments so information can be tracked separately. Use profiles to restrict access to the three custom objects.
- C. Create a separate page layout for each division and assign them profiles. Use the profile setting to configure each division's custom field list and picklist values for assessments.
- D. Create separate assessment record types for each division and use them to limit picklist values. Create separate page layouts for each record type and use profiles to restrict record type access.
Answer: D
NEW QUESTION 60
An app builder at Cloud Kicks created a custom 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 fields7
- A. Allow reporting for the object and fields.
- B. Assign data types to the fields on the object.
- C. Add the fields to the page layout on the object.
- D. Create a permission set for access to the object and fields.
Answer: C
NEW QUESTION 61
Universal Containers is setting up Salesforce for the first time. Management wants the sales and marketing have different navigation menus in the Salesforce 1 mobile app. Which option is available for an App Builder to satisfy this requirement?
- A. Create mobile navigation menus for both sales and marketing profile
- B. Create roles for sales and marketing and assign a custom home page layout for each profile
- C. Create mobile navigation menus for both sales and marketing profile
- D. Create public group for Sales and Marketing and create mobile navigation menus for each group
Answer: C
NEW QUESTION 62
......
Platform-App-Builder Dumps and Practice Test (235 Exam Questions): https://www.pass4suresvce.com/Platform-App-Builder-pass4sure-vce-dumps.html
Guide (New 2023) Actual Salesforce Platform-App-Builder Exam Questions: https://drive.google.com/open?id=1vO2BzDbZXf2stTAJPzMM-wMkrsR40mWp