Skip to main content

Posts

Showing posts with the label Salesforce Maintenance Exan

Salesforce Certifications (Spring '20)

Administrator Certification Maintenance (Spring 20) 1.  Custom Button is the feature an admin should configure to allow users to create a new record with prepopulated values. 2. Sales reps need to share the task workload with other sales reps. Task Queue is the feature an admin should recommend for this requirement. 3. Service reps are experiencing low performance on Lightning page loading. Review tips the lightning app Builder is the place where an admin should review suggestions that address this issue. 4. An admin is providing a sandbox for service reps to train on the service console. Data Mask package  an admin should use to obstruct sensitive data when creating the sandbox. 5.  Merged Cases related list  are merged cases accessed when Case Merge settings are enabled with “Keep duplicate cases after merging” selected. 6.  Clone with Related action is the feature an admin should enable to allow users to duplicate a campaign with all its member statuses? Get Hand

Platform Developer I Certification Maintenance (Summer '19)

1.What allows Flows to manipulate complex data types that are often returned from calls to web services? Answer: Apex Defined Data type 2. What is the benefit of using the Continuation class in Apex to make a long-running request to an external web service? ANS: more long-running callouts can be using as Continution 3. Which Lightning web component configuration file tag set specifies the form factors that the component supports? Ans: supportedFormFactors 4. Which tag adds the Lightning Web Components for Visualforce JavaScript library to a Visualforce page? Ans: <apex:includeLightning/> Exercise : Click this link: install Package Update the BatchLeadConvert class to implement the Database.RaisesPlatformEvents marker interface. See below Example : public with sharing class BatchLeadConvert implements Database.Batchable<SObject>, Database.RaisesPlatformEvents { // class implementation } Write a trigger on BatchApexErrorEvent object;

Translate