Salesforce PD2 - ExamTopics 2

Salesforce PD2 - ExamTopics 2

Professional Development

38 Qs

quiz-placeholder

Similar activities

Microbit Development

Microbit Development

Professional Development

40 Qs

CTFL MOCK QUIZ - 02

CTFL MOCK QUIZ - 02

Professional Development

40 Qs

DEVOPS LIFECYCLE

DEVOPS LIFECYCLE

Professional Development

37 Qs

ITIL SERVICE LIFECYCLE

ITIL SERVICE LIFECYCLE

Professional Development

41 Qs

Web Programming UI UX

Web Programming UI UX

Professional Development

40 Qs

Software Testing V1.1

Software Testing V1.1

Professional Development

35 Qs

CTFL Mock Quiz - 04

CTFL Mock Quiz - 04

Professional Development

40 Qs

Agile Pre-Training Exam

Agile Pre-Training Exam

Professional Development

35 Qs

Salesforce PD2 - ExamTopics 2

Salesforce PD2 - ExamTopics 2

Assessment

Quiz

Computers

Professional Development

Easy

Created by

rachel laurete

Used 13+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?