Which two statements are true about using the @testSetup annotation in an Apex test class? Choose 2 answers
Correct Answer:
BD
Which two events need to happen when deploying to a production org? Choose 2 answers
Correct Answer:
AB
A developer wants to invoke on outbound message when a record meets a specific criteria. Which three features satisfy this use case?
Choose 3 answer
Correct Answer:
ABC
Cloud kicks has a multi-screen flow that its call center agents use when handling inbound service desk calls. At one of the steps in the flow, the agents should be presented with a list of order numbers and dates that are retrieved from an external order management system in real time and displayed on the screen.
What should a developer use to satisfy this requirement?
Correct Answer:
B
A developer needs to implement a custom SOAP Web Service that is used by an external Web Application. The developer chooses to Include helper methods that are not used by the Web Application In the Implementation of the Web Service Class.
Which code segment shows the correct declaration of the class and methods?
A)
B)
C)
D)
Correct Answer:
C