Certbus > Salesforce > Salesforce Certifications > PDII > PDII Online Practice Questions and Answers

PDII Online Practice Questions and Answers

Questions 4

What is the transaction limit for the number of records for SOSL?

A. 20

B. 2,000

C. 100 (synchronous), 200 (async)

D. 200 (synchronous), 100 (async)

E. There is no limit

Browse 425 Q&As
Questions 5

When should you use the "transient" property on variables?

A. Variables that you want transmitted as part of the view state. Static variables also don't get transmitted

B. Variables that you don't want transmitted as part of the view state. Static variables also don't get transmitted

C. Static variables that you want transmitted as part of the view state to save space

D. Large variables in order to save space

Browse 425 Q&As
Questions 6

A developer wrote a test class that successfully asserts a trigger on Account. It fires and updates data correctly in a sandbox environment. A salesforce admin with a custom profile attempts to deploy this trigger via a change set into the

production environment, but the test class fails with an insufficient privileges error.

What should a developer do to fix the problem?

A. Add system.runAd ( ) to the best class to execute the trigger as a user with the correct object permissions.

B. Configure the production environment to enable `'Run All tests as Admin User.''

C. Verify that Test, statement ( ) is not inside a For loop in the test class.

D. Add seeAllData=true to the test class to work within the sharing model for the production environment.

Browse 425 Q&As
Questions 7

When calling a RESTful web service, a developer receives a JSON payload that has a data hierarchy that is nested three levels deep. How can the developer describe the external data?

A. Deserialize the data untyped and then process it.

B. Declare a class with three levels and deserialize the JSON typed with this class.

C. Use the ANT migration tool, the custom metadata API, or the Dataloader.

D. Use middleware to flatten the JSON and consume it as a new custom object.

Browse 425 Q&As
Questions 8

As part of their quoting and ordering process, a company needs to send PDFs to their document storage system's REST endpoint that supports OAuth 2.0. Each Salesforce user must be individually authenticated with the document storage system to send the PDF. What is the optimal way for a developer to implement the authentication to the REST endpoint?

A. Named Credential with an OAuth Authentication Provider

B. Hierarchy Custom Setting with a password custom field

C. Named Credential with Password Authentication

D. Hierarchy Custom Setting with an OAuth token custom field

Browse 425 Q&As
Questions 9

A developer is debugging an Apex-based order creation process that has a requirement to have three savepoints,

SP1, SP2, and SP3 (created in order), before the final execution of the process.

During the final execution process, the developer has a routine to roll back to SP1 for a given condition. Once the condition is fixed, the code then calls a roll back to SP3 to continue with final execution. However, when the roll, back to SP3 is

called, a runtime error occurs.

Why does the developer receive a runtime error?

A. The developer should have called SP2 before calling SP3.

B. SP3 became invalid when SP1 was rolled back.

C. The developer has too many DML statements between the savepoints.

D. The developer used too many savepoints in one trigger session.

Browse 425 Q&As
Questions 10

Account object has a field, Audit_Code__, that is used to specify what type of auditing the Account needs and a Lookup to user, Auditor__ that is the assigned auditor.

When an Account is initially created, the user specifies the Audit_Code__. Each User in the org has a unique text field, that is used to automatically assign the correct user to the Account Auditor__ field.

What should be changed to most optimize the code's efficiency? Choose 2 answers

A. Build a Map> of audit code to accounts.

B. Add an initial SOQL query to get all distinct audit codes.

C. Add a WHERE clause to the SOQL query to filter On audit codes.

D. Build a Map > of Account Id to audit codes.

Browse 425 Q&As
Questions 11

The Salesforce admin at Cloud Kicks created a custom object called Region__c to store all postal zip codes in the United States and the Cloud Kicks sales region the zip code belongs to.

Cloud Kicks wants a trigger on the Lead to populate the Region based on the Lead's zip code.

A.

B.

C.

D.

A. Option A

B. Option B

C. Option C

D. Option D

Browse 425 Q&As
Exam Code: PDII
Exam Name: Salesforce Certification for Platform Developer II
Last Update: Mar 19, 2025
Questions: 425 Q&As

PDF

$49.99

VCE

$55.99

PDF + VCE

$65.99