Question: 1
What should a developer use to implement an automatic Approval Process submission for Cases?
Question: 2
A method is passed a list of generic sObjects as a parameter.
What should the developer do to determine which object type (Account, Lead, or Contact, for example) to cast each sObject?
Question: 3
A developer wants to handle the click event for a lightning:button componentthe onclick attribute for the component references a javascript function in which resource in the component bundle?
Question: 4
A developer needs to include a visualforce page in the detail section of a page layout for the account object, but does not see the page as an available option in the page layout editorwhich attribute must the developer include in the tag to ensure the visualforce page can be embedded in a page layout
Question: 5
Which three statements are true regarding the @istest annotation? Choose 3 answers