Skip to main content

Posts

Showing posts with the label PD1 Certification Maintenance

Platform Developer I Certification Maintenance (Winter '21)

1. How can a suspended event be resumed where it left off, to avoid missing any events that were published during the suspension? A. Refresh the event. B. Resume the event. C. Resume the event from New. D. Resume the event from Tip. 2. Which statement is true regarding events configured with the Publish Immediately behavior? A. Publish Immediately events count toward the Apex DML statement limit. B. EventBus.publish() returns how many platform events are configured to Publish Immediately. C. The events are published and do not depend on the successful completion of the transaction. D. Events published immediately prevent Apex callouts from being performed after publishing. 3. What is the minimum code coverage requirement in order to promote and release an unlocked package? A. 70% B. 75% C. 85% D. 90% 4. When using WITH SECURITY_ENFORCED in a SELECT clause, what happens if a field referenced in the clause is inaccessible to the user? A. The query succeeds, but no data is returned. B. Th

Platform Developer I Certification Maintenance (Winter '20)

1. ' Deselect show label option ' Is the action which hides the default label for the Visualforce page, When including a Visualforce page component in a Lightning Page using Lightning App Builder. 2. A developer needs to make changes to a custom field and associated Apex classes and triggers, ' On the Custom field’s detail page, click Where is this used ' the way by which a developer quickly determine which Apex classes and triggers use the field. 3. A developer is preparing to install a managed package that will create several new custom objects. The developer ' look the  number custom object and custom setting in system overview information ' to understand how many objects can be created prior to reaching the allowed limit for the org. 4. ' enableDisableParallelApexTesting ' is the ApexSettings metadata field which enables serial execution of Apex tests. 5. ' Apex code that sends HTTP request ' is excluded from the concurrent long-running

Platform Developer I Certification Maintenance (Spring '19)

Platform Developer I Certification Maintenance (Spring '19) 1. 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 2. 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 3. 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 n

Translate