Universal Containers wants to understand return on investment for the latest advertising buy. They currently use a private security model for all objects. What should an app builder recommend?
A. Utilize Account Hierarchies and Roil-Up Summary fields
B. Run an opportunities pipeline report
C. Change to a public security model
D. Configure Campaign Hierarchies and Campaign statistics
Explanation: The app builder should recommend configuring Campaign Hierarchies and Campaign statistics to understand return on investment for the latest advertising buy. Campaign Hierarchies allow users to organize campaigns into parent-child relationships based on common goals or themes, such as product lines or marketing channels. Campaign statistics allow users to track and measure key metrics for campaigns and campaign hierarchies, such as budgeted cost, actual cost, expected revenue, number of leads, number of contacts, etc. By using these features, users can calculate return on investment for each campaign and campaign hierarchy by comparing actual cost and expected revenue. Utilizing Account Hierarchies and Roll-Up Summary fields is not a valid recommendation, as it does not relate to campaigns or advertising buys. Account Hierarchies allow users to organize accounts into parent-child relationships based on business structure or affiliation, such as subsidiaries or partners. Roll-Up Summary fields allow users to aggregate numeric values from child records related to a parent record by a master-detail relationship. Running an opportunities pipeline report is not a valid recommendation, as it does not provide information about campaigns or advertising buys. An opportunities pipeline report shows the stages and amounts of opportunities in the sales process, such as prospecting, qualification, negotiation, etc. Changing to a public security model is not a valid recommendation, as it does not affect the ability to track and measure campaigns or advertising buys. A public security model is a type of organization-wide default that determines the baseline level of access that users have to records they do not own. A public security model grants all users read or read/write access to all records, regardless of ownership.
An app builder needs to create new automation on an object. What best practice should the app builder follow when building out automation?
A. One Workflow rule per object.
B. One Flow per object.
C. One invokable process per object.
D. One record change process per object.
Explanation: The best practice that the app builder should follow when building out automation is one record change process per object. A record change process is a type of process in Process Builder that starts when a record is created or updated. Having one record change process per object can avoid conflicts or errors when multiple processes try to update the same record at the same time. Option A is incorrect because one workflow rule per object is not a best practice, as workflow rules are considered legacy tools and have limitations compared to Process Builder. Option B is incorrect because one flow per object is not a best practice, as flows are more complex and require more resources than processes. Option C is incorrect because one invocable process per object is not a best practice, as invocable processes are used to invoke other processes from within a process or a flow.
Universal Containers wants to improve the process to create Opportunity records related to an Account. Many fields can be populated based on the Account record. Some fields require input from the user. What should an app builder configure to meet the requirement?
A. Process Builder triggered from Opportunity update
B. Quick Action on the Account object
C. Quick Action on the Opportunity object
D. Process Builder triggered from Account update
Explanation: A quick action on the Account object can be used to create Opportunity records related to an Account. The quick action can pre-populate some fields based on the Account record, and also allow the user to input some fields. This would improve the process of creating Opportunity records.
Universal Containers wants to give sales managers the ability to quickly provide sign off on
an Opportunity via the Opportunity record page when a sales rep
has discounted a deal by 20% to 30%.
Which two features should be used for this requirement?
Choose 2 answers
A. Validation Rule
B. Dynamic Actions
C. Schema Builder
D. Approval Process
To facilitate quick managerial sign-off on discounted opportunities:
B. Dynamic Actions: Allows the display of specific actions on the Opportunity
record page based on certain conditions, like the discount percentage.
D. Approval Process: Configures a formal sign-off process for records meeting
specific criteria, such as discount ranges between 20% to 30%.
Steps to set up:
Configure an approval process for opportunities where the discount is between
20% and 30%.
Use Dynamic Actions to conditionally show the approval action directly on the
Opportunity record page based on the discount percentage.
This setup allows sales managers to efficiently review and approve discounted deals
directly from the Opportunity record page.
For guidance on setting up approval processes and dynamic actions, refer to Dynamic
Actions in Salesforce.
Universal Containers implemented an application process that uses custom objects Internships and Applications. The organization-wide default for Internships has been set to private and is the master in the master-detail relationship with Applications. The VP of HR wants to allow edit access to Applications to recruiters. How should an app builder configure the proper access?
A. Set the organization-wide default on the Applications object to Read/Write.
B. Add a sharing rule that grants the users Read/Write access to the Internship records.
C. Create a queue for the web applications and assign access to the users who will be editing the records.
D. Create a sharing rule that grants the users Read/Write access to the Application records.
Explanation: The app builder should create a sharing rule that grants the users Read/Write access to the Application records. A sharing rule is a type of rule that can extend record access to groups of users based on certain criteria. In this case, the app builder can create a sharing rule that grants Read/Write access to the Application object to the recruiters based on their role, public group, or queue. This will allow them to edit the Application records related to any Internship record, regardless of the ownership. Option A, B, and C are not ways to configure the proper access.
Universal Containers wants some enhancements on its Opportunity page layout to improve efficiency and collaboration. Which two solutions should an app builder suggest to help meet these requirements? (Choose 2 answers)
A. Mark stage dependent fields as required on the Opportunity page layout.
B. Use two Tabs components to separate record information from activities.
C. Add a Path component with fields and instructions aligning to stages on the Opportunity.
D. Set up an approval process requiring manager consent at each stage of the Opportunity.
Explanation: Marking stage dependent fields as required on the Opportunity page layout is a good solution to improve efficiency and data quality, as it ensures that users enter the necessary information for each stage of the sales process. Adding a Path component with fields and instructions aligning to stages on the Opportunity is another good solution to improve efficiency and collaboration, as it provides guidance and best practices for users to move the Opportunity along the sales cycle. Using two Tabs components to separate record information from activities may not be an optimal solution, as it may reduce the visibility and accessibility of important data. Setting up an approval process requiring manager consent at each stage of the Opportunity may not be a feasible solution, as it may introduce unnecessary delays and complexity in the sales process.
Universal Containers require different fields to be filled out at each stage of the Opportunity sates process. What configuration steps can an app builder use to meet this requirement?
A. Set page layout required fields based on the current stage.
B. Create a Process Builder to prompt the User for field information.
C. Define record types and page layouts for each stage.
D. Add the Path component to the Lightning record page.
Explanation: The app builder should use the Path component to meet the requirement of tracking different fields at each stage of the Opportunity sales process. The Path component is a Lightning component that displays the key fields and guidance for each stage of a standard or custom picklist field, such as the Opportunity Stage field. The app builder can configure the Path component to show the fields that need to be filled out and provide recommendations and sales strategies for each stage3. Option A, B, and C are not configuration steps that can meet this requirement.
Which three Salesforce functionalities are ignored when processing field updates in workflow rules and approval processes?
A. Multiple currencies
B. Field-Level Security
C. Validation Rules
D. Record type picklist value assignments
E. Decimal places and character limits
Explanation: The three Salesforce functionalities that are ignored when processing field
updates in workflow rules and approval processes are:
Field-Level Security: This means that the field update will occur regardless of the
user’s profile or permission set settings that determine whether they can see or
edit the field1.
Validation Rules: This means that the field update will bypass any validation rules
that might otherwise prevent the record from being saved1.
Decimal places and character limits: This means that the field update will round or
truncate the value to fit the field’s format, without throwing an error.
An app builder at DreamHouse Realty created a custom object which has fields containing data from two different objects via related lookups. What is needed to create "with" or "without* reports on the new custom object?
A. Row-Level Formula
B. Report Bucket Field
C. Report Filters
D. Custom Report Type
Explanation: To create “with” or “without” reports on the new custom object, a custom report type is needed. A custom report type defines the relationship between one or more standard or custom objects for reporting purposes. It allows users to select which fields they want to display in their reports and filter by related objects.
Cloud Kicks wants to efficiently Increase the company's adoption of Salesforce while simultaneously moving away from their reliance on spreadsheets. An app builder is given a spreadsheet everyone is sharing that needs to be added to Salesforce. The object with fields needs to be created and the data inserted simultaneously. Which tool should be used?
A. Import Wizard
B. Lightning Object Creator
C. Data Loader
D. Schema Builder
Explanation: Lightning Object Creator is a tool that allows app builders to create an object with fields and import data from a spreadsheet simultaneously. Import Wizard and Data Loader are tools for importing data into existing objects, not creating new objects. Schema Builder is a tool for creating and modifying objects and fields, but not importing data.
Page 9 out of 29 Pages |
Platform-App-Builder Practice Test Home | Previous |