- (Exam Topic 2)
A developer needs to store variables to control the style and behavior of a Lightning Web Component. Which feature should be used to ensure that the variables are testable in both Production and all Sandboxes?
Correct Answer:
A
- (Exam Topic 1)
An Apex trigger creates an Order____c record every time an Opportunity is won by a Sales Rep. Recently the trigger is creating two orders. What is the optimal method for a developer to troubleshoot this?
Correct Answer:
C
- (Exam Topic 1)
.A developer is asked to update data in an org based on new business rules. The new rules state that Accounts with the type set to 'Customer' should have a status of 'Active,' and Accounts with the type set to 'Prospect' should have a status of 'Pending.' No other changes to data should be made. Which code block will accurately meet the business requirements?
A)
B)
C)
D)
Correct Answer:
D
- (Exam Topic 1)
A developer has built a multi-page wizard using a single Custom Controller to query and update data. Users are complaining that the pages are loading slowly.
What will improve performance? (Choose three.)
Correct Answer:
ADE
- (Exam Topic 3)
Consider the following code snippet:
Which governor limit is likely to be exceeded when the trigger runs when a scope of 200 newly inserted accounts?
Correct Answer:
A