Exam Details

  • Exam Code
    :PDII
  • Exam Name
    :Salesforce Certification for Platform Developer II
  • Certification
    :Salesforce Certifications
  • Vendor
    :Salesforce
  • Total Questions
    :425 Q&As
  • Last Updated
    :Mar 27, 2025

Salesforce Salesforce Certifications PDII Questions & Answers

  • Question 121:

    A developer is writing a Visualforce page that queries accounts in the system and presents a data table with the results. The users want to be able to filter the results based on up to five fields. However, the users want to pick the five fields to use as filter fields when they run the page.

    Which Apex code feature is required to facilitate this solution?

    A. Streaming API

    B. Dynamic SOQL

    C. Report API

    D. Dynamic variable binding

  • Question 122:

    A developer has a test class that creates test data before making a mock call-out, but now receives a `You have uncommitted work pending. Please commit or rollback before calling out' error. What step should be taken to resolve the error?

    A. Ensure both the insertion and mock callout occur after the Test.stopTest().

    B. Ensure the records are inserted before the Test.startTest() statement and the mock callout occurs within a method annotated with StestSetup.

    C. Ensure both the insertion and mock callout occur after the Test.startTest().

    D. Ensure the records are inserted before the Test.startTest() statement and the mock callout after the Test.startTest().

  • Question 123:

    The use of the transient keyword In Visualforce Page Controllers helps with which common performance issued?

    A. Reduces View State

    B. Improves Query Performance

    C. Improves Page Transfers

    D. Reduces Load Times

  • Question 124:

    The test method above tests an Apex trigger that the developer knows will make a lot of queries when a lot of Accounts are simultaneously updated to be customers. The test method fails at the Line 20 because of too many SOQL queries. What is the correct way to fix this?

    A. Add TesLstartTest() before and Test.stop Test() after both Line 7 of the code and Line 20 of the code.

    B. Change the DataFactory class to create fewer Accounts so that the number of queries in the trigger is reduced.

    C. Add TeststartTest() before Line 18 of the code and add Test.stopTest() after line 18 of the code.

    D. Replace most of the Apex Trigger with Process Builder processes to reduce the number of queries in the trigger.

  • Question 125:

    How can a developer efficiently incorporate multiple JavaScript libraries, such as JQuery and MomenUS, in a Lightning Component?

    A. Implement the libraries in separate helper files.

    B. Use CONs with script attributes

    C. Use JavaScript remoting and script tags.

    D. Join multiple assets from a static resource.

  • Question 126:

    For compliance purposes, a company is required to track long-term product usage in their org. The information that they need to log will be collected from more than one object and, over time, they predict they will have hundreds of millions of records.

    What should a developer use to implement this?

    A. Field Audit Trail

    B. Setup Audit Trail

    C. Field History Tracking

    D. Big objects

  • Question 127:

    Universal Containers (UC) wants to develop a customer community to help their customers log issues with their containers. The community needs to function for their German- and Spanish-speaking customers also. US heard that it's easy to create an international community using Salesforce, and hired a developer to build out the site.

    What should the developer use to ensure the site is multilingual?

    A. Use Custom Settings to ensure custom messages are translated properly.

    B. Use Custom Labels to ensure custom messages are translated property.

    C. Use Custom Metadata to translate custom picklist values.

    D. Use Custom Objects to translate custom picklist values.

  • Question 128:

    A developer is developing a reuseable Aura Component that will reside on an sObject Lightning Page with the following HTML snippet:

    Correct Answer: B

  • Question 129:

    A company manages information about their product offerings in custom objects named Catalog and Catalog Item. Catalog Item has a master-detail field to Catalog, and each Catalog may have as many as 100,000 Catalog Items. Both custom objects have a CurrencylsoCode Text field that contains the currency code they should use. If a Catalog's CurrencylsoCode changes, all of its Catalog Items' CurrencylsoCodes should be changed as well. What should a developer use to update the CurrencylsoCodes on the Catalog Items when the Catalog's CurrencylsoCode changes^5

    A. An after insert trigger on Catalog that updates the Catalog Items if the Catalog's CurrencylsoCode is different

    B. An after insert trigger on Catalog Item that updates the Catalog Items if the Catalog's CurrencylsoCode is different

    C. A Database.Schedulable and Database.Batchable class that queries the Catalog object and updates the Catalog Items if the Catalog CurrencylsoCode is different

    D. A Database.Schedulable and Database.Batchable class that queries the Catalog Item object and updates the Catalog Items if the Catalog CurrencylsoCode is different

  • Question 130:

    A company has many different unit test methods that create Account records as part of their data setup. A new required field was added to the Account and now all of the unit tests fail. What is the optimal way for a developer to fix the issue?

    A. Add the required field to the data setup for all of the unit tests.

    B. Add a before insert trigger on Account to set the value of the required field.

    C. Create a TestDataFactory class that serves as the single place to create Accounts for unit tests and set the required field there.

    D. Change the required field to be a validation rule that excludes the System Administrator profile.

  • Tips on How to Prepare for the Exams

    Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Salesforce exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your PDII exam preparations and Salesforce certification application, do not hesitate to visit our Vcedump.com to find your solutions here.