PrepAway - Latest Free Exam Questions & Answers

Tag: DEV-450

In which two ways can the developer retrieve the available fields if the variable myObject represents the name

A developer needs to display all of the available fields for an object. In which two ways can the developer retrieve the available fields if the variable myObject represents the name of the object? Choose 2 answers. A. Use myObject.sObjectType.getDescribe ().fieldSet () to return a set of fields. B. Use SObjectType.myObject.fields.getMap() to return a map […]

Which two statements are true about using the @testSetup annotation in an Apex test class?

Which two statements are true about using the @testSetup annotation in an Apex test class? Choose 2 answers. A. Records created in the @testgroup method cannot be updated in individual test methods B. The @testSetup method is automatically executed before each test method in the test class is executed. C. The @testSetup annotation cannot be […]


Page 1 of 212