MultipleChoice
How can a developer check the test coverage of autolaunched Flows before deploying them in a change set?
OptionsMultipleChoice
A developer completed modifications feature that is comprised of two elements:
* Apex trigger
* Trigger handler Apex class
What are two factors that the developer must take into account to properly deploy them to the production environment?
Select 2 answers
OptionsMultipleChoice
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 clicks a button called Next in the child component, the parent component must be alerted so it can navigate to the next page.
How should this be accomplished?
OptionsMultipleChoice
An Opportunity needs to have an amount rolled up from a custom object that is not in a master-detail relationship.
How can this be achieved?
OptionsMultipleChoice
Which code statement includes an Apex method named updateAccounts in the class AccountController for use in a Lightning web component?
OptionsMultipleChoice
A developer wants to improve runtime performance of Apex calls by caching results on the client.
What is the most efficient way to implement this and follow best practices?
Options