What is a valid source and destination pair that can send or receive change sets? (Choose 2)
Correct Answer:
BC
A developer created an Apex trigger using the Developer Console and now wants to debug codeHow can the developer accomplish this in the Developer Console?
Correct Answer:
D
When the number of record in a recordset is unknown, which control statement should a developer use to implement a set of code that executes for every record in the recordset, without performing a .size() or .length() method call?
Correct Answer:
C
When loading data into an operation, what can a developer do to match records to update existing records? (Choose 2)
Correct Answer:
BD
Which two statements are true about using the @testSetup annotation in an Apex test class? (Choose two.)
Correct Answer:
D