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 161:

    Universal Containers needs to integrate with a Heroku service that resizes product images submitted by users.

    What are two alternatives to implement the integration and protect against malicious calls to Heroku app's endpoint? Choose 2 answers

    A. Create a trigger that uses an @future Apex HTTP callout passing JSON serialized data and some form of pre-shared secret key. so that the Heroku app can authenticate requests and store the resized images in Salesforce.

    B. Create a trigger that uses an @future Apex HTTP callout passing JSON serialized data; therefore the Heroku app can automatically reply back to the callout with the resized images in Salesforce.

    C. Create a Workflow Rule with an Outbound Message and select Send Session ID so that the Heroku app can use it to send the resized images back to Salesforce.

    D. Create a Workflow Rule with an Outbound Message allowing the Heroku app to automatically store the resized images in Salesforce.

  • Question 162:

    A company has a custom component that allows users to search for records of a certain object type by invoking an Apex Controller that returns a list of results based on the user's input, when the search Is completed, a searchComplete event

    is fired, with the results put in a results attribute of the event. The component is designed to be used within other components and may appear on a single page more than once.

    What is the optimal code that should be added to fire the event when the search has completed?

    A. Option A

    B. Option B

    C. Option C

    D. Option D

  • Question 163:

    A developer wants to use an Aura Component with a Custom Action. What should be considered in order to do this?

    A. A default value must be provided for each component attribute marked as required.

    B. The component must implement the force:lightningQuickActionButton interface.

    C. The component's JavaScript controller must handle a method on initialization.

    D. The class "slds-modal__container" must be added to the top-level element of the component.

  • Question 164:

    Consider the following queries. For these queries, assume that there are more than 200,000 Account records. These records include soft-deleted records; that is, deleted records that are still in the Recycle Bin. Note that there are two fields that are marked as External Id on the Account. These fields are Customer_Number__c and ERP_Key__c. Which two queries are optimized for large data volumes? Choose 2 answers

    A. SELECT Id FROM Account WHERE Id IN : aListVariable

    B. SELECT Id FROM Account WHERE Name != ' ' AND IsDeleted = false

    C. SELECT Id FROM Account WHERE Name != NULL

    D. SELECT Id FROM Account WHERE Name != ' ' AND Customer Number c = 'ValueA'

  • Question 165:

    A developer sees test failures in the sandbox but not in production. No code or metadata changes have been actively made to either environment since the sandbox was created. Which consideration should be checked to resolve the issue?

    A. Ensure the Apex Classes are on the same API version.

    B. Ensure Process Builder processes are inactive.

    C. Ensure the sandbox is on the same release as production.

    D. Ensure Workflow Rules are inactive.

  • Question 166:

    An Aura component has a section that displays some information about an Account and it works well on the desktop, but users have to scroll horizontally to see the description field output on their mobile devices and tablets.

    Which option has the changes to make the component responsive for mobile and tablet devices?

    A. Option A

    B. Option B

    C. Option C

    D. Option D

  • Question 167:

    A managed package uses a list of country ISO codes and country names as reference data in many different places from within the managed package Apex code. What is the optimal way to store and retrieve the list?

    A. Store the information in Custom Metadata and query it with SOQL.

    B. Store the information in Custom Metadata and access it with the getAll() method.

    C. Store the information in a List Custom Setting and query it with SOQL.

    D. Store the information in a List Custom Setting and access it with the getAll() method

  • Question 168:

    A developer receives the exception `SOQL query not selective enough' when performing a query on an object with a large amount of data. Which step should be taken to resolve the issue?

    A. Use an ID in the WHERE clause of the SOQL query.

    B. Perform the SOQL query as part of a FOR loop.

    C. Perform the SOQL query via a call to the REST API.

    D. Move the SOQL query to within an asynchronous process.

  • Question 169:

    How should a developer verify that a specific Account record is being tested in a test class for a visualforce controller?

    A. Insert the Account in the test class, instantiate the page reference in the test class, then use System.currentPageReference().getParameters{}.put() to set the Account ID.

    B. Instantiate the page reference in the test class, insert the Account in the test class, then use seeAHData-true to view the Account.

    C. Insert the Account into Salesforce, instantiate the page reference in the test class, then use System.setParentRecordId().get() to set the Account ID.

    D. Instantiate the page reference in the test class, insert the Account in the test class, then use System.setParentRecordld().get() to set the Account ID.

  • Question 170:

    Users report that a button on a custom Lightning Web Component is not working. However, there are no other details provided. What should the developer use to ensure error messages are properly displayed?

    A. Add the tag to the component.

    B. Use the Database method with allOrNone set to false.

    C. Add a Try/Catch block surrounding the DML statement.

    D. Add JavaScript and HTML to display an error message.

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.