A developer is creating a Lightning web component to show a list of sales records.
The Sales Representative user should be able to see the commission field on each record. The Sales Assistant user should be able to see all fields on the record except the commission field.
How should this be enforced so that the component works for both users without showing any errors?
Answer : B
The orderHelper class is a utility class that contains business logic for processing orders. Consider the following code snippet:
A developer needs to create a constant named delivery_multiplier with a value of 4.15. The value of the constant should not change at any time in the code.
How should the developer declare the delivery multiplier constant to meet the business objectives?
Answer : C
What should a developer do to check the code coverage of a class after running all tests?
Answer : A
How many Accounts will be inserted by the following block of code?
Answer : C
When using Salesforce DX, what does a developer need to enable to create and manage scratch orgs?
Answer : D
Universal Containers has a Visualforce page that displays a table of every Container__c being rented by a given Account. Recently this page is failing with a view state limit because some of the customers rent over 10,000 containers.
What should a developer change about the Visualforce page to help with the page load errors?
Answer : B
How can a developer check the test coverage of autolaunched Flows before deploying them in a change set?
Answer : C