CRT-450 Exam Question 91
Which tool can deploy destructive changes to Apex classes in production?
CRT-450 Exam Question 92
For which three items can a trace flag be configured? (Choose three.)
CRT-450 Exam Question 93
A developer needs to have records with specific field values in order to test a new Apex class. What should the developer do to ensure the data is available to the test?
CRT-450 Exam Question 94
How can a developer use a Set<Id> to limit the number of records returned by a SOQL query?
CRT-450 Exam Question 95
Account acct = {SELECT Id from Account limit 1}; Given the code above, how can a developer get the type of object from acct?
