Platform Developer CErtification I – Learn What’s New for Platform Developers in Spring ’19

LEARN WHAT’S NEW FOR PLATFORM DEVELOPERS IN SPRING ’19

Which Apex interface can be implemented to allow My Domain users to log in with something other than their username and password?

A. Auth.AuthToken
B. Auth.VerificationMethod
C. Auth.LoginDiscoveryHandler
D.Auth.MyDomainLoginDiscoveryHandler

Answer: D

With Spring ’19, which method returns a list of OrgLimit instances used to investigate limits and their names, current value, and maximum value?

A. getAll() from the System.OrgLimit Class
B. getAll() from the System.OrgLimits Class
C. getInstances() from the System.OrgLimit Class
D. getInstances() from the System.OrgLimits Class

Answer: B

With Spring ’19, which properties of an unhandled Apex exception are available in Event Monitoring log files?

A. Static variable state and stack trace
B. Exception type, name, and static variable state
C. Stack trace, user’s location, and exception type
D. Exception message, exception type name, and stack trace

Answer: D

Which field of the SandboxInfo object is a reference to the ID of the SandboxInfo that served as the source org for a cloned sandbox?

A. SourceId
B. TemplateId
C. SandboxName
D. SandboxInfoId

Answer: A

You created a custom metadata type to handle your company’s warranty policy. The custom metadata type’s label is WarrantyRule. For it, you created a custom field labeled Warranty and a metadata record labeled Gold. What is the correct syntax to reference the value stored in the Gold metadata record?

A. $WarrantyRule.Gold.Warranty__c
B. $WarrantyRule__mdt.Gold.Warranty
C. $CustomMetadata.WarrantyRule.Gold.Warranty
D. $CustomMetadata.WarrantyRule__mdt.Gold.Warranty__c

Answer: D

For the next section, visit the following link.

WORK WITH THE NEW APEX SECURITY SETTINGS (SPRING ’19)

Leave a Reply

Your email address will not be published.