A developer is creating an app that contains multiple Lightning web components.
One of the child components is used for navigation purposes. When a user click a button called..
component, the parent component must be alerted so it can navigate to the next page.
How should this be accomplished?
D
A business has a proprietary Order Management System (OMS) that creates orders from their
website and the order. When the order is created in the OMS, an integration also creates an order
record in Salesforce relates it to the contact as identified by the email on the order. As the order
goes through different stages in OMS, the integration also updates it in Salesforce.
It is notified that each update from the OMS creates a new order record in Salesforce.
Which two actions prevent the duplicate order records from being created in Salesforce?
Choose 2 answers
A, D
A large corporation stones Orders and Line Items In Salesforce for different lines of business. Users
are a.. see Orders across the entire organization, but, for security purposes, should only be able to
see the Line If Orders in their line of business.
Which type of relationship should be used between Line Items and Orders?
A
A developer is asked to explore if this automation can be implemented without writing any Apex
code.
Which statement is true regarding this automation request?
C
A developer migrated functionality from JavaScript Remoting to a Lightning web component and
existing getOpportunities method to provide data.
A
Which two process automations can be used on their own to send Salesforce Outbound Message?
Choose 2 answers
B, C
A credit card company needs to Implement the functionality for a service agent to process damaged
credit cards. When the customers call In, the service agent must gather many pieces of information Is
tasked to Implement this functionality.
What should the developer use to satisfy this requirement In the most efficient manner?
D
The Account object in an organization has a master detail relationship to a child object called Branch.
The following automations exist:
Rollup summary fields
Custom validation rules
Duplicate rules
A developer created a trigger on the Account object.
What two things should the developer consider while testing the trigger code?
Choose 2 answers
A, B
What are two best practices when it comes to Lightning Web Component events?
A, C
A lead developer creates an Apex interface called "Laptop". Consider the following code snippet:
How can a developer use the Laptop Interface within the Silvertaptop class?
B
A developer needs to allow users to complete a form on an Account record that will create a record
for a custom object. The form needs to display different fields depending on the user's job role. The
functionality should only be available to a small group of users.
Which three things should the developer do to satisfy these requirements?
Choose 3 answers
A, B, E
Refer to the following code snippet for an environment that has more than 200 Accounts belonging
to the Technology' industry:
which three statements are accurate about debug logs?
Choose 3 answers
C, D, E
Managers at Universal Containers want to ensure that only decommissioned containers are able to
be deleted in the system. To meet the business requirement a Salesforce developer adds
^Decommissioned" as a picklist value for the Status__: custom field within the Contact__c object.
Which tool should the developer use to enforce only Container records with a status of
"Decommissioned" can be deleted?
A
Universal Containers has implemented an order management application. Each Order can have one
or more Order Line items. The Order Line object is related to the Order via a master-detail
relationship. For each Order Line item, the total price is calculated by multiplying the Order Line item
price with the quantity ordered.
What is the best practice to get the sum of all Order Line item totals on the Order record?
A
Universal Hiring is using Salesforce to capture job applications. A salesforce administrator created
two custom objects; Job
c acting as the master object, Job application.__: acting as the detail.
What is the recommended tool a developer should use to meet the business requirement?
C