MultipleChoice
Consider the following code snippet:
When the component is deployed, an error is reported.
Which two changes should the developer implement in the code to ensure the component deploys successfully?
Choose 2 answers
A)
B)
C)
D)
OptionsMultipleChoice
Consider the following code snippet:
How should <c-order> component communicate to the <c-order-order> component that an order has been selected by the user?
OptionsMultipleChoice
A developer has requirement to query three fields (id, name, Type) from an Account and first and last names for all Contacts associated with the Account.
Which option is the preferred optimized method to achieve this for the Account named 'Ozene Electronics'?
OptionsMultipleChoice
An Apex trigger creates an order co record every time an Opportunity is won by 2 Sales Rep. Recently the trigger is creating two orders.
What is the optimal technique for 2 developer to troubleshoot this?
A Disable all flows, and then re-enable them one at at time to see which one causes the error.
OptionsMultipleChoice
Consider the following code snippet:
The Apex method is executed in an environment with a large data volume count for Accounts, and the query is performing poorly.
Which technique should the developer implement to ensure the query performs optimally, while preserving the entire result set?
A Create a formula field to combine the createdDate and RecordType value, then filter based on the formula.
OptionsMultipleChoice
A developer receives complaints that the component loads slowly.
Which change can the developer implement to make the component perform faster?
OptionsMultipleChoice
Refer to the exhibit
Users of this Visualforce page complain that the page does a full refresh every time the Search button Is pressed.
What should the developer do to ensure that a partial refresh Is made so that only the section identified with opportunity List is re-drawn on the screen?
Enclose the DATA table within the
MultipleChoice
Refer to exhibit.
Consider the above trigger intended to assign the Account to the manager of the Account's region,
Which two changes should a developer make in this trigger to adhere to best practices?
OptionsMultipleChoice
Refer to exhibit.
What should be added to the setup, in the location indicated, for the unit test above to create the controller extension for the test?
A)
B)
C)
OptionsMultipleChoice
Which statement is true regarding savepoints?
A You can roll back to any savepoint variable created in any order.
Options