What are two benefits of the Lightning Component framework? (Choose two.)
What are two benefits of the Lightning Component framework? (Choose two.)A . It simplifies complexity when building pages, but not applications.B . It provides an event-driven architecture for better decoupling between components.C . It promotes faster development using out-of-box components that are suitable for desktop and mobile devices.D . It...
What is an accurate statement about variable scope? (Choose 3)
What is an accurate statement about variable scope? (Choose 3)A . Parallel blocks can use the same variable name.B . A variable can be defined at any point in a block.C . Sub-blocks cannot reuse a parent block's variable name.D . Sub-blocks can reuse a parent block's variable name if...
Which three options can be accomplished with formula fields? (Choose three.)
Which three options can be accomplished with formula fields? (Choose three.)A . Generate a link using the HYPERLINK function to a specific record.B . Display the previous value for a field using the PRIORVALUE function.C . Determine if a datetime field value has passed using the NOW function.D . Return...
Which two strategies should a developer use to accomplish this?
Universal Containers wants Opportunities to be locked from editing when reaching the Closed/Won stage. Which two strategies should a developer use to accomplish this? (Choose two.)A . Use a Visual Workflow.B . Use a validation rule.C . Use the Process Automation Settings.D . Use a Trigger.View AnswerAnswer: B,D
Where can a developer identify the time taken by each process in a transaction using Developer Console log inspector?
Where can a developer identify the time taken by each process in a transaction using Developer Console log inspector?A . Performance Tree tab under Stack Tree panelB . Execution Tree tab under Stack Tree panelC . Timeline tab under Execution Overview panelD . Save Order tab under Execution Overview panelView...
Which approach should the developer use to accomplish this declaratively?
A developer working on a time management application wants to make total hours for each timecard available to application users. A timecard entry has a Master-Detail relationship to a timecard. Which approach should the developer use to accomplish this declaratively?A . A Visualforce page that calculates the total number of...
Where can the custom roll-up summary fields be created using Standard Object relationships (Choose 3)
Where can the custom roll-up summary fields be created using Standard Object relationships (Choose 3)A . On Opportunity using Opportunity Product records.B . On Account using Case records.C . On Quote using Order records.D . On Campaign using Campaign Member records.E . On Account using Opportunity records.View AnswerAnswer: A, D,...
What is an accurate constructor for a custom controller named "MyController"?
What is an accurate constructor for a custom controller named "MyController"?A . public MyController () { account = new Account () ; }B . public MyController (sObject obj) { account = (Account) obj; }C . public MyController (List objects) { accounts = (List ) objects; }D . public MyController (ApexPages.StandardController...
What would a developer do to meet this requirement?
The Sales Management team hires a new intern. The intern is not allowed to view Opportunities, but needs to see the Most Recent Closed Date of all child Opportunities when viewing an Account record. What would a developer do to meet this requirement?A . Create a trigger on the Account...
What should a developer use to implement an automatic Approval Process submission for Cases?
What should a developer use to implement an automatic Approval Process submission for Cases?A . An Assignment RuleB . Scheduled ApexC . Process BuilderD . A Workflow RuleView AnswerAnswer: C