PrepAway - Latest Free Exam Questions & Answers

Category: Certified Platform Developer I

Exam Certified Platform Developer I

Which code block will run successfully in an execute anonymous window?

A developer has the controller class below. Which code block will run successfully in an execute anonymous window? A. myFooController m = new myFooController(); System.assert(m.prop !=null); B. myFooController m = new myFooController(); System.assert(m.prop ==0); C. myFooController m = new myFooController(); System.assert(m.prop ==null); D. myFooController m = new myFooController(); System.assert(m.prop ==1);

Which two options allow the developer to dynamically determine the ID of the required Record Type by its name?

A Platform Developer needs to write an Apex method that will only perform an action if a record is assigned to a specific Record Type. Which two options allow the developer to dynamically determine the ID of the required Record Type by its name? (Choose two.) A. Make an outbound web services call to the […]

What is a capability of the tag that is used for loading external Javascript libraries in Light

What is a capability of the tag that is used for loading external Javascript libraries in Lightning Component? (Choose three.) A. Loading files from Documents. B. One-time loading for duplicate scripts. C. Specifying loading order. D. Loading scripts in parallel. E. Loading externally hosted scripts.

Which three options can be accomplished with formula fields? (Choose three.)

Which three options can be accomplished with formula fields? (Choose three.) A. Generate a link using the HYPERLINK function to a specific record. B. Display the previous value for a field using the PRIORVALUE function. C. Determine if a datetime field value has passed using the NOW function. D. Return and display a field value […]

A newly hired developer discovers that there are multiple triggers on the case object.

A newly hired developer discovers that there are multiple triggers on the case object. What should the developer consider when working with triggers? A. Developers must dictate the order of trigger execution. B. Trigger execution order is based on creation date and time. C. Unit tests must specify the trigger being tested. D. Trigger execution […]

The Visualforce page should include which attribute(s) to correctly implement controller functiona

A Visualforce page is required for displaying and editing Case records that includes both standard and custom functionality defined in an Apex class called myControllerExtension. The Visualforce page should include which <apex:page> attribute(s) to correctly implement controller functionality? A. controller=“Case” and extensions=“myControllerExtension” B. extensions=“myControllerExtension” C. controller=“myControllerExtension” D. standardController=“Case” and extensions=“myControllerExtension”

What is the requirement for a class to be used as a custom Visualforce controller?

What is the requirement for a class to be used as a custom Visualforce controller? A. Any top-level Apex class that has a constructor that returns a PageReference B. Any top-level Apex class that extends a PageReference C. Any top-level Apex class that has a default, no-argument constructor D. Any top-level Apex class that implements […]


Page 1 of 3123