Question 101
A developer notices the execution of all the test methods in a class takes a long time to run, due to the initial setup of all the test data that is needed to perform the tests.
What should the developer do to speed up test execution?
What should the developer do to speed up test execution?
Question 102
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 103
A developer has written the following method:
static void processList(List<sobject> input){
Which code block can be used to call the method?
static void processList(List<sobject> input){
Which code block can be used to call the method?
Question 104

Consider the above trigger intended to assign the Account to the manager of the Account''s region. Which two changes should a developer make in this trigger to adhere to best practices? Choose 2 answers
Question 105
Which statement is true regarding the use of user input as part of a dynamic SOQL query?