Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Salesforce Certified Platform Developer II ( Plat-Dev-301 )

Last Update 7 hours ago Total Questions : 161

The Salesforce Certified Platform Developer II ( Plat-Dev-301 ) content is now fully updated, with all current exam questions added 7 hours ago. Deciding to include PDII practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our PDII exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these PDII sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Salesforce Certified Platform Developer II ( Plat-Dev-301 ) practice test comfortably within the allotted time.

Question # 4

A developer is asked to develop a new AppExchange application. A feature creates Survey records when a Case reaches a certain stage. This needs to be configurable, as different Salesforce instances require Surveys at different times. Additionally, the app needs to come with a set of best practice settings. What should the developer use to store and package the custom configuration settings for the app?

A.

Custom settings

B.

Custom objects

C.

Custom metadata

D.

Custom labels

Question # 5

An Apex trigger creates a Contract record every time an Opportunity record is marked as Closed and Won. A developer is tasked with preventing Contract records from being created when mass loading historical Opportunities, but the daily users still need the logic to fire. What is the most extendable way to update the Apex trigger to accomplish this?

A.

Add the Profile ID of the user who loads the data to the trigger.

B.

Add a validation rule to the Contract to prevent creation by the data load user.

C.

Use a hierarchy custom setting to skip executing the logic inside the trigger for the user who loads the data.

D.

Use a list custom setting to disable the trigger for the user who loads the data.

Question # 6

A developer needs to add code to a Lightning web component ' s configuration file so the component only renders for a desktop size form factor when on a record page. What should the developer add to the component ' s record page target configuration to meet this requirement?

A.

< supportedFormFactors > < supportedFormFactor type= " Large " / > < /supportedFormFactors >

B.

< lightningLayout > < /lightningLayout >

C.

< design > ...

D.

< property name= " formFactor " value= " Large " > ...

Question # 7

A Salesforce Platform Developer is leading a team that is tasked with deploying a new application to production. The team has used source-driven development, and they want to ensure that the application is deployed successfully. What tool or mechanism should be used to verify that the deployment is successful?

A.

Force.com Migration Tool

B.

Apex Test Execution

C.

Salesforce DX CLI

D.

Salesforce Inspector

Question # 8

Millions of Accounts are updated every quarter from an external system. What is the optimal way to update these in Salesforce?

A.

Composite REST API

B.

SOAP API

C.

Bulk API

D.

Apex REST Web Service

Question # 9

A company wants to track revenue through a related object. They need to perform a one-time seeding of data for roughly 100,000 Opportunities, creating Revenue records based on complex logic. What is the optimal way to automate this?

A.

Use Database.executeBatch() to invoke a Database.Batchable class.

B.

Use System.enqueueJob() to invoke a Queueable class.

C.

Use Database.executeBatch() to invoke a Queueable class.

D.

Use System.scheduleJob() to schedule a Database.Scheduleable class.

Question # 10

A developer needs to send Account records to an external system for backup purposes. The process must take a snapshot of Accounts as they are saved and then make a callout to a RESTful web service. The web service can only receive, at most, one record per call. What should a developer do to implement these requirements?

A.

Implement platform events.

B.

Create a future method.

C.

Implement the Queueable interface.12

D.

Expose an Apex class as a web service.34

Go to page: