ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • [Salesforce Certified Platform Developer1] Dump 노트1
    Certification/Platform Developer 2024. 4. 27. 21:56

     

     

    1. Which two operations can be performed using a formula field? (Choose two.)

    • A. Displaying the last four digits of an encrypted Social Security number
    • B. Triggering a Process Builder
    • C. Displaying an Image based on the Opportunity Amount
    • D. Calculating a score on a Lead based on the information from another field

     

    C,D

     

     

    2. Which three web technologies can be integrated into a Visualforce page? (Choose three.)

    • A. JavaScript
    • B. CSS
    • C. Java
    • D. PHP
    • E. HTML

     

    A,B,E

     

     

    3. Which declarative process automation feature supports iterating over multiple records?

    • A. Workflow rules
    • B. Flows
    • C. Validation rules
    • D. Approval processes

     

    B

     

     

    4. What can be used to delete components from production?

    • A. A change set deployment with a destructiveChanges XML file
    • B. A change set deployment with the delete option checked
    • C. An ant migration tool deployment with a destructiveChanges XML file and an empty package.xml file
    • D. An ant migration tool deployment with a desctuctiveChanges XML file and the components to delete in the package.xml file

     

    C

     

     

    5. In which three areas can a Lightning component be used in the Lightning Experience? (Choose three.)

    • A. Lightning Report page
    • B. Lightning Connect page
    • C. Lightning Record Page
    • D. Lightning Community Page

     

    CDE

     

     

    6. How can a developer get all of the available record types for the current user on the Case object?

    • A. Use DescribeSObjectResult of the Case object.
    • B. Use SOQL to get all Cases.
    • C. Use DescribeFieldResult of the Case.RecordType field.
    • D. Use Case.getRecordTypes().

     

    A

     

     

    7. A developer wants to display all of the picklist entries for the Opportunity StageName field and all of the available record types for the Opportunity object on a Visualforce page. Which two actions should the developer perform to get the available picklist values and record types in the controller? (Choose two.)

    • A. Use Schema.RecordTypeInfo returned by Opportunity.SObjectType.getDescribe().getRecordTypeInfos().
    • B. Use Schema.PicklistEntry returned by Opportunity.SObjectType.getDescribe().getPicklistValues ().
    • C. Use Schema.RecordTypeInfo returned by RecordType.SObjectType.getDescribe().getRecordTypeInfos().
    • D. Use Schema.PicklistEntry returned by Opportunity.StageName.getDescribe().getPicklistValues ().

     

    AD

     

     

    8. A developer is asked to set a picklist field to `˜Monitor' on any new Leads owned by a subnet of Users. How should the developer implement this request? ( CHECK )

    • A. Create an after insert Lead trigger.
    • B. Create a before insert Lead trigger.
    • C. Create a Lead Workflow Rule Field Update.
    • D. Create a Lead formula field.

     

    C

     

     

     

    9. A developer needs to join data received from an integration with an external system with parent records in Salesforce. The data set does not contain the Salesforce IDs of the parent records, but it does have a foreign key attribute that can be used to identify the parent. Which action will allow the developer to relate records in the data model without knowing the Salesforce ID? ( CHECK )

    • A. Create and populate a custom field on the parent object marked as Unique.
    • B. Create a custom field on the child object of type External Relationship.
    • C. Create and populate a custom field on the parent object marked as an External ID.
    • D. Create a custom field on the child object of type Foreign Key.

     

    CD

     

     

    10. Using DescribeSObjectResult, which Apex method can a developer use to determine if the current user can edit records for an object?

    • A. canUpdate()
    • B. canEdit()
    • C. isUpdateable()
    • D. isEditable()

     

    C

     

     


     

     

     

    잘못 된 정답 주의하고 답의 의문이 든다면 추가 검색 및 실습해보기 !

     

     

    반응형
Designed by Tistory.