Free DEV-501 Exam Braindumps

Pass your Certified Force.com Advanced Developer exam with these free Questions and Answers

Page 9 of 48
QUESTION 36

A/an is a class written in Apex that adds to or overrides behavior in a standard or custom controller.

  1. A. Custom component
  2. B. Controller extension
  3. C. Apex extension
  4. D. Extended Controller
  5. E. Component extension
  6. F. None of these

Correct Answer: D

QUESTION 37

Object B has a lookup relationship to Object A. Object C has a lookup relationship to Object B. A developer needs to run a report on A records with C records.
How can the developer accomplish this?

  1. A. Create a matrix report with A and B records as column headings and C records as row headings
  2. B. Create a custom report type that includes A with B with C
  3. C. Create a summary report with a custom summary formula summarizing by A, then B, then C
  4. D. Run a report using the standard report type: A with B with C

Correct Answer: A

QUESTION 38

Why might a reporting snapshot fail during a scheduled run? Choose 3 answers

  1. A. The target object is a custom object.
  2. B. The target object contains an Apex trigger.
  3. C. The running user has been made inactive.
  4. D. The source report has been resaved as a matrix report.
  5. E. The source report was not created by an Administrator.

Correct Answer: BCD

QUESTION 39

In a recruiting application, a Position custom object is related to a Salary custom object. Sensitive information, such as current salary, is stored on the Salary object. All users should be able to at least view position information. However, only select individuals should be able to read salary records.
How should a developer accomplish this?

  1. A. Create a lookup relationship between Position and Salary; set organization-wide defaults to Public Read-Only for Position and Private for Salary
  2. B. Create a master-detail relationship between Position and Salary; set organization-wide defaults to Private for Position and Salary
  3. C. Create a master-detail relationship between Position and Salary; set organization-wide defaults to Public Read only for Position and Private for Salary
  4. D. Create a lookup relationship between Position and Salary; set organization-wide defaults to Private for Position and Salary

Correct Answer: A

QUESTION 40

A text area input element. Use this component to get user input for a controller method that does not correspond to a field on a Salesforce object, for a value that requires a text area.

  1. A. apex:inputTextarea
  2. B. apex:facet
  3. C. apex:include
  4. D. apex:attribute

Correct Answer: A

Page 9 of 48

Post your Comments and Discuss Salesforce DEV-501 exam with other Community members: