Question 11
A developer created an Apex class that makes outbound RESTful callout. The following was created to send a fake response in Apex test methods.

Which method can be called to return this fake response in the test methods?

Which method can be called to return this fake response in the test methods?
Question 12
Code must have X% overall code coverage.
Question 13
A developer is creating unit tests for code that makes SOAP web service callouts. The developer needs to insert some test data as a part of the unit tests setup.
What are three actions to enable this functionality? (Choose three.)
What are three actions to enable this functionality? (Choose three.)
Question 14
Which of the following annotations is the right way jto invoke a single apex method?
Question 15
What are three benefits of using static resources in Visualforce and Lightning Components? (Choose three.)