What can a developer do when creating a test in Apex?
Choose 2 answers
Mark methods with callouts to exempt them from the code coverage requirement.
Simulate callouts to other systems using classes that mock callout behaviour.
Populate data for test methods using a file stored as a static resource.
Create test data by cloning data that already exists in the application.