DEV-402 - Vmexam

Transcription

DEV-402Salesforce Certified Platform App BuilderExam Summary – Syllabus –Questions

DEV-402 Sample Questions and Exam SummaryTable of ContentsIntroduction to DEV-402 Exam on Salesforce Certified Platform App Builder . 2Salesforce DEV-402 Certification Details: . 2Salesforce DEV-402 Exam Syllabus: . 3DEV-402 Sample Questions: . 4Answers to DEV-402 Exam Questions: . 6DEV-402 - Salesforce Certified Platform App Builderpg. 1

DEV-402 Sample Questions and Exam SummaryIntroduction to DEV-402 Exam on SalesforceCertified Platform App BuilderThe Salesforce DEV-402 exam preparation guide is designed to provide candidates withnecessary information about the Platform App Builder exam. It includes exam summary,sample questions, practice test, objectives and ways to interpret the exam objectives toenable candidates to assess the types of questions-answers that may be asked duringthe Salesforce Certified Platform App Builder exam.It is recommended for all the candidates to refer the DEV-402 objectives and samplequestions provided in this preparation guide. The Salesforce Platform App Buildercertification is mainly targeted to the candidates who want to build their career in AppBuilder domain and demonstrate their expertise. We suggest you to use practice examlisted in this cert guide to get used to with exam environment and identify the knowledgeareas where you need more work prior to taking the actual Salesforce Certified PlatformApp Builder exam.Salesforce DEV-402 Certification Details:Exam NameSalesforce Certified Platform App BuilderExam CodeDEV-402Exam Price 200 USDDuration105 minutesNumber of Questions60Passing Score63%Declarative Development for Platform App BuildersRecommended Training /(DEV402)BooksCertification Preparation for Platform App Builder (CRT-402)Schedule ExamPEARSON VUESample QuestionsSalesforce DEV-402 Sample QuestionsRecommended PracticeSalesforce Certified Platform App Builder PracticeTestDEV-402 - Salesforce Certified Platform App Builderpg. 2

DEV-402 Sample Questions and Exam SummarySalesforce DEV-402 Exam Syllabus:SectionObjectivesWeight- Describe the capabilities of the core CRM objectsin the Salesforce schema.- Given a scenario, identify the boundaries ofSALESFORCEdeclarative customization and the use cases for8%FUNDAMENTALSprogrammatic customization.- Identify common scenarios for extending an orgusing the AppExchange.- Given a scenario, determine the appropriatedata model.- Describe the capabilities of the variousrelationship types and the implications of each onrecord access, user interface, and reporting.- Identify the considerations when changing afield's type.DATA MODELING AND- Given a set of requirements, identify the20%MANAGEMENTconsiderations and select the appropriate fieldtype.- Describe the capabilities and considerations ofthe schema builder.- Describe the options and considerations whenimporting and exporting data.- Describe the capabilities of and use cases forexternal objects.- Describe the features and capabilities availableto restrict and extend object, record, and fieldSECURITYaccess.10%- Given a set of business requirements, determinethe appropriate sharing solution.- Describe the capabilities of and use cases forrecord types.- Describe the capabilities of and use cases forformula fields.- Describe the capabilities of, use cases for, andimplications of roll-up summary fields.- Describe the capabilities of and use cases forvalidation rules.BUSINESS LOGIC AND- Describe the capabilities of and use cases for27%PROCESS AUTOMATIONapproval processes.- Describe the capabilities of and use cases forworkflow, visual workflow, and Process Builder.- Given a set of business requirements,recommend a solution to automate businessprocesses.- Describe the ramifications of field updates andthe potential for recursion.- Describe the capabilities of and use cases forSOCIAL3%social features.DEV-402 - Salesforce Certified Platform App Builderpg. 3

DEV-402 Sample Questions and Exam SummarySectionObjectivesWeight- Describe the user interface customizationoptions.- Describe the capabilities of and use cases forcustom buttons, links, and actionsUSER INTERFACE- Describe the declarative options available for14%incorporating Lightning Components in anapplication.- Given a scenario, determine the appropriateuser interface design.- Describe the features and capabilities availableREPORTINGwhen creating reports, report types, and5%dashboards.- Describe the declarative customization optionsavailable for the Salesforce mobile applicationuser interface.MOBILE- Given a set of requirements, determine the5%appropriate global and objectspecific actions andaction layouts to optimize the Salesforce mobileapplication user experience.- Describe the key milestones and considerationswhen managing the application lifecycle.- Describe the differences between andconsiderations when using the various types ofsandboxes.APP DEVELOPMENT- Describe the capabilities of and considerations 8%when using change sets.- Describe the use cases of and considerationswhen using unmanaged packages.- Given a scenario, determine the appropriatedeployment plan.DEV-402 Sample Questions:01. Universal Containers needs to create a roll-up summary field on a customobject that counts the number of related records on another custom object.What type of field must exist before the roll-up summary can be created, andwhere should it be located?a) A lookup relationship field on the parent objectb) A lookup relationship field on the child objectc) A master-detail relationship field on the parent objectd) A master-detail relationship field on the child object02. What is a Lightning page?a) A page you can access via a customer communityb) The new name for a Salesforce page layoutc) A custom layout used to create pages in Salesforce1d) A compact, configurable, and reusable elementDEV-402 - Salesforce Certified Platform App Builderpg. 4

DEV-402 Sample Questions and Exam Summary03. In order to create an App Launcher component in Lightning, what must anadmin do?a) Contact Salesforce to have the component activated for the Lightning App Builderb) Navigate to Setup Customize User Interface to enable the component for theLightning App Builderc) Purchase a license for the Lightning App Builderd) Join the pilot Lightning App Builder team04. Universal Container's app builder needs to display an account's rating onall contacts related to that account. Which formula is valid in a text formulafield on the contact to display the appropriate value?(Choose two answers)a) CASE(Account.Rating, Hot, Hot, Warm, Warm, Cold, Cold, Not Rated)b) CASE(Account.Rating, "Hot", "Hot", "Warm", "Warm,", "Cold", "Cold", "Not Rated")c) Account.Ratingd) Text(Account.Rating)05. You can create global actions to let users create which of the followingrecords?(Select any three)a) Opportunityb) Questionc) Usersd) Chatter postse) Event (without invitees)f) Products06. A developer has completed work in the sandbox and is ready to send it to arelated organization. Which deployment tool should be used?a) The Force.com IDEb) Unmanaged packagesc) Change setsd) The Force.com Migration Tool07. Universal Containers needs to set the record type for a converted lead'sAccount, Contact, and Opportunity based on the user who is converting thelead. How can this be accomplished?a) Set the default record types for each Profile for Account, Contact, and Opportunity tothe desired record type for converted records.b) Set the default record types for each Role for Account, Contact, and Opportunity tothe desired record type for converted records.c) Set the master record types for each Profile for Account, Contact, and Opportunity tothe desired record type for converted records.d) Set the master record types for each Role for Account, Contact, and Opportunity tothe desired record type for converted records.DEV-402 - Salesforce Certified Platform App Builderpg. 5

DEV-402 Sample Questions and Exam Summary08. Where can a Standard Lightning Component be placed in the Lightning AppBuilder tool?a) Console Layoutb) Canvasc) Mobile Cardd) Mini Page Layout09. Universal Containers has limited in-house development resources, butwould like to support online payment processing for its products. What is therecommended solution to meet this requirement?a) Configure pricebooks, products, and payment schedules to enable this capability.b) Work with developers to develop custom code for payment processing.c) Configure Outbound Messaging to send a message to an external Payment Gateway.d) Install an AppExchange product to provide Payment Gateway processing.10. Actions on a Lightning page allow you to do which of the following?a) Send e-mails and delete or clone recordsb) Send an e-mail, create a task, and create or update recordsc) Clone records, add users, and assign permissionsd) Send e-mails, send outbound messages, and launch a flowAnswers to DEV-402 Exam Questions:Question: 01Answer: dQuestion: 06Answer: cQuestion: 02Answer: cQuestion: 07Answer: aQuestion: 03Answer: aQuestion: 08Answer: bQuestion: 04Answer: b, dQuestion: 09Answer: dQuestion: 05Answer: a, b, eQuestion: 10Answer: bNote: If you find any typo or data entry error in these sample questions, we requestyou to update us by commenting on this page or write an email onfeedback@vmexam.comDEV-402 - Salesforce Certified Platform App Builderpg. 6

DEV-402 - Salesforce Certified Platform App Builder pg. 3 Salesforce DEV-402 Exam Syllabus: Section Objectives Weight SALESFORCE FUNDAMENTALS - Describe the capabilities of the core CRM objects in the Salesforce schema. - Given a scenario, identify the boundaries of declarative customization and the use cases for programmatic customization.