DEV-501 Exam - Certified Force.com Advanced Developer

certleader.com

It is more faster and easier to pass the by using . Immediate access to the and find the same core area with professionally verified answers, then PASS your exam with a high score now.

Free demo questions for Salesforce DEV-501 Exam Dumps Below:

NEW QUESTION 1
Which developer tool can be used to create a data model? Choose 2 answers

  • A. Force.com IDE
  • B. Schema Builder
  • C. Application Data Model Wizard
  • D. Force.com Data Loader

Answer: AB

NEW QUESTION 2
Displays text on a Visualforce page. You can customize the appearance of
<apex:outputText> using CSS styles, in which case the generated text is wrapped in an HTML <span> tag. You can also escape the rendered text if it contains sensitive HTML and XML characters. This component does take localization into account.
Use with nested param tags to format the text values, where {n} corresponds to the n-th nested param tag. The value attribute supports the same syntax as the MessageFormat class in Java. See the MessageFormat class JavaDocs for more information.
Warning:Encrypted custom fields that are embedded in the <apex:outputText> component display in clear text. The <apex:outputText> component doesn't respect the View Encrypted Data permission for users. To prevent showing sensitive information to unauthorized users, use the <apex:outputField> tag instead.

  • A. apex:message
  • B. apex:actionSupport
  • C. apex:column
  • D. apex:outputText

Answer: D

NEW QUESTION 3
What is the default return type of a sosl statement?

  • A. Apex process classes
  • B. Apex classes
  • C. List of List Objects
  • D. SOQL for loops

Answer: C

NEW QUESTION 4
This tag acts as a placeholder for your dynamic Apex components. It has one required parameter—component Value—which accepts the name of an Apex method that returns a dynamic component.
The following Visualforce components do not have dynamic Apex representations:
<apex:actionRegion>
<apex:attribute>
<apex:component>
<apex:componentBody>
<apex:composition>
<apex:define>
<apex:dynamicComponent>
<apex:flash>
<apex:inputFile>
<apex:include>
<apex:insert>
<apex:pageMessage>
<apex:pageMessages>
<apex:variable>
<apex:vote>
Any non-<apex:> tag, like <chatter:>, <flow:>, <ideas:>, <knowledge:>, <messaging:>, or
<site:>

  • A. apex:dynamicComponent
  • B. apex:dataList
  • C. apex:actionSupport
  • D. apex:insert

Answer: A

NEW QUESTION 5
What is the this keyword used to represent?

  • A. Salesforce ui, force.com ide, runTests web service
  • B. Methods and attributes of the current instance of a class
  • C. A template from which objects are created
  • D. HTTPRequest, HTTPResponse, HTTP

Answer: B

NEW QUESTION 6
Which trigger context variable allows you to modify field values before they are written to the database in the before trigger?

  • A. @ReadOnly
  • B. RETURNING
  • C. Webservice
  • D. Trigger.new

Answer: D

NEW QUESTION 7
Which is a valid formula return type for a custom formula field? Choose 3 answers

  • A. Date
  • B. Percent
  • C. Email
  • D. Phone
  • E. Currency

Answer: A

NEW QUESTION 8
To leverage functionality of Standard Controllers, while simultaneously adding custom logic, you must write a custom class that extends the standard controller. You notify the Visualforce page of your customizations via the "extensions" attribute of the <apex:page> tag.

  • A. True
  • B. False

Answer: B

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

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

Answer: BCD

NEW QUESTION 10
HOTSPOT
Match the Force.com platform aspects with their corresponding descriptions.
DEV-501 dumps exhibit

    Answer:

    Explanation: DEV-501 dumps exhibit

    NEW QUESTION 11
    What interface does the Apex email handler implement to setup and inbound email service?

    • A. Messaging.sendEmail
    • B. Messaging.InboundEmailHandler
    • C. Encapsulation principles
    • D. isSuccess, sendEmailError

    Answer: B

    NEW QUESTION 12
    Which action is available to a developer when two objects are connected by a lookup relationship? Choose 2 answers

    • A. create a roll-up summary field on the parent object to count child records
    • B. create a custom report type that allows customization of fields displayed from both parent and child objects
    • C. create a cross-object formula field on the child object to reference fields on the parent object
    • D. create a cross-object formula field on the parent object to reference fields on the child object

    Answer: BC

    NEW QUESTION 13
    Hiring managers at Universal Containers would like a visual mechanism for determining review score outliers. Review scores are captured as a custom field on a custom Review object and can range from l to 10. Any review score that is > 8 should be highlighted in green.
    Any review score that is < 4 should be highlighted In red. How would a developer accomplish this?

    • A. Use custom summary formulas
    • B. Use matrix reports
    • C. Use charts
    • D. Use conditional highlighting

    Answer: D

    NEW QUESTION 14
    What is NOT a component of a custom Force.com application?

    • A. Data warehouse
    • B. Custom object
    • C. Custom tab
    • D. Default landing tab

    Answer: A

    NEW QUESTION 15
    How should one prevent soql injection when using dynamic soql?

    • A. Database class method
    • B. code contained in a trigger
    • C. Utilize the String.escapeSingleQuotes(string) method
    • D. with sharing keyword

    Answer: C

    NEW QUESTION 16
    In a recruiting application, a custom object called Position requires approval. When a position record is submitted for approval, the requirements below must be met:
    ✑ The hiring manager must approve the record
    ✑ The approval must be forwarded to all members of the executive team, but only one executive needs to approve the record
    ✑ The VP of human resources must approve the record
    How would a developer meet this requirement?

    • A. Create multiple approval processes, one for each executive team member, and utilize parallel submission.
    • B. Create an approval process which utilizes parallel approvers, but does not require unanimous approval.
    • C. Create parallel workflow rules, requiring at least one executive team member to complete their assigned task.
    • D. Create an approval process with a step for each executive team member, allowing approval steps to be skipped.

    Answer: B

    NEW QUESTION 17
    What are the types of exception classes developers can choose between in Apex? (No Answer)

    • A. System-defined, user-defined
    • B. Schema Explorer
    • C. Webservice
    • D. static and final

    Answer: A

    NEW QUESTION 18
    What can be viewed using the process visualizer?

    • A. Approval processes
    • B. Support processes
    • C. Workflow rules
    • D. Sales processes

    Answer: A

    NEW QUESTION 19
    In a bug tracking application. Universal Containers has created a time-based workflow action that will execute 30 days after a Bug record is created. The developer would like to test to make sure that rule is working the way that it should.
    Which feature is available for testing? Choose 2 answers

    • A. Time-based workflow queue
    • B. Activity History related list
    • C. Bug History related list
    • D. Debug Log

    Answer: AD

    NEW QUESTION 20
    What datatype is used for standard or custom objects that store record data? (No Answer)

    • A. System
    • B. sObject
    • C. Global

    Answer: B

    P.S. Easily pass DEV-501 Exam with 239 Q&As Certleader Dumps & pdf Version, Welcome to Download the Newest Certleader DEV-501 Dumps: https://www.certleader.com/DEV-501-dumps.html (239 New Questions)