Free Platform-Developer-II Exam Braindumps

Pass your Platform Developer II exam with these free Questions and Answers

Page 18 of 35
QUESTION 81

- (Exam Topic 1)
A developer has a Debug method within a class, which is invoked hundreds of times.
What is the optimal functionality in the Developer Console to count the number of calls made to the method?

  1. A. The "Execution Log" Panel
  2. B. The "Execution Stack" Panel
  3. C. The "Executed Units" tab under the Execution Overview Panel
  4. D. The "Execution Tree" tab under the Stack Tree Panel

Correct Answer: C

QUESTION 82

- (Exam Topic 1)
A developer wants to retrieve and deploy metadata, perform simple CSV export of query results, and debug Apex REST calls by viewing JSON responses.
Which tool should the developer use?

  1. A. Developer Console
  2. B. Force.com Migration Tool
  3. C. Workbench
  4. D. Force.com IDE

Correct Answer: C

QUESTION 83

- (Exam Topic 3)
When calling a RESTful web service, the developer must implement two-way SSL authentication to enhance security. The Salesforce admin has generated a self-sign certificate within Salesforce with a unique name of "ERPSecCertificate".
Consider the following code snippet:
Which method must the developer implement in order to sign the HTTP request with the certificate?

  1. A. req.setHeader('certificate’, 'ERPSecCertificate');
  2. B. req.setSecure('ERPSecCertificare)’;
  3. C. req.setClientCertificateName('ERPSecCertificate');
  4. D. req.setSecureCertificate( 'ERPSecCertificate’);

Correct Answer: C

QUESTION 84

- (Exam Topic 1)
A company has reference data stored in multiple Custom Metadata records that represent default information for certain.
When a Contact is inserted, the default information should be set on the Contact from the Custom Metadata records .. Address information.
What is the optimal way to automate this?

  1. A. Process Builder
  2. B. Apex Trigger
  3. C. Workflow Rule
  4. D. Visual Flow

Correct Answer: B

QUESTION 85

- (Exam Topic 3)
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?

  1. A. Field Audit Trail
  2. B. Setup Audit Trail
  3. C. Field History Tracking
  4. D. Big objects

Correct Answer: D

Page 18 of 35

Post your Comments and Discuss Salesforce Platform-Developer-II exam with other Community members: