Search Header Logo

Salesforce PD2 - ExamTopics 2

Authored by rachel laurete

Computers

Professional Development

Used 13+ times

Salesforce PD2 - ExamTopics 2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

38 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is a best practice when unit testing a controller? (Choose two.)

Simulate user interaction by leveraging Test.setMock()

Verify correct references by using getURL()

Access test data by using seeAllData=true

Set query parameters by using getParameters().put

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Visualforce tag can be used to display custom messages in pages using the Salesforce UI styling for errors, warnings, and other types of messages?

<apex:customMessage>

<apex:error>

<apex:message>

<apex:pageMessage>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer is working on code that requires a call to an external web service from a batch.
How should the developer enable this functionality?

Implement a custom System.CalloutException class

Include Database.AllowCallout() in the class definition

Implement an @future method for the callout, and invoke it from the batch

Specify "callout=true" in the batch implementation

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

A developer must create a custom pagination solution for accessing approximately 2000 records and displaying 50 records on each page. Data from Salesforce will be accessed via an API and not via Apex.
How can the developer meet these requirements? (Choose two.)

Use a StandardSetController

Use CURSOR 50 in SOQL queries

Use OFFSET in SOQL queries

Use LIMIT 50 in SOQL queries

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer must create a way for external partners to submit millions of leads into Salesforce per day.
How should the developer meet this requirement?

Publicly expose a Visualforce page via Force.com Sites

Create a web service on Heroku that uses Heroku Connect

Host a Web-to-Lead form on the company website

Publicly expose an Apex Web Service via Force.com Sites

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Publicly expose an Apex Web Service via Force.com Sites

@HttpPatch

@HttpDelete

@HttpUpsert

@HttpAction

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A customer requires that when the billing address field on an Account gets updated, the address field on all its related contact records should reflect the same update.
How can this requirement be met with minimal customizations?

Create an After Trigger on Account to update its related contact records on update

Create a Workflow Rule on Account to update related child Contact records

Create a Lightning Process on Account to update related child Contact records

Create a scheduled batch job that updates all contact address fields based on the related account record

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?