What is the correct order of execution for Visualforce Page "postback" requests (when user interaction requires a page update)?
What is the correct order of execution for Visualforce Page "postback" requests (when user interaction requires a page update)?A . 1) Decode View State 2) Evaluate expressions and method calls for the main page and custom components 3) Upon successful completion, Evaluate the action that triggered the postback 4) Upon...
What is the optimal solution for UC Loans to accomplish this?
UC Loans is a small company with a part time Salesforce administrator. UC Loans wants to create a Loan__c record whenever an Opportunity is won. What is the optimal solution for UC Loans to accomplish this?A . Quick ActionB . Apex TriggerC . Process BuilderD . Workflow RuleView AnswerAnswer: C
What are three recommendations to optimize page performance?
A customer has a single Visualforce page that allows each user to input up to 1500 sales forecasts and instantly view pivoted forecast calculations. Users are complaining that the page is loading slowly, and they are seeing error messages regarding heap and view state limits. What are three recommendations to...
What change In the controller will fix the error?
A Visualforce Page throws an Attempt to dereference a null object error for a Contact. What change In the controller will fix the error?A . Declare a static final Contact at the top of the controller.B . Change the setters signature to return a Contact.C . Use a condition in...
What is the optimal way to automate this?
A company has reference data stored in multiple Custom Metadata records that represent default information for certain. When a Contact is inserted, the default information should be set on the Contact from the Custom Metadata records .. Address information. What is the optimal way to automate this?A . Process BuilderB...
What is the most efficient way to Query such information?
As part of a custom development, a developer creates a Lightning Component to show how a particular opportunity progresses over time. The component must display the date stamp when any of the following fields change: • Amount Probability, Stage, or Close Date What is the most efficient way to Query...
How would you test a web service?
How would you test a web service?A . Use the @future annotation on the methodB . Call the WebService interfaceC . Web Services do not need to be testedD . Create a class that implements the WebServiceMock interfaceView AnswerAnswer: D
How would you test a web service?
How would you test a web service?A . Use the @future annotation on the methodB . Call the WebService interfaceC . Web Services do not need to be testedD . Create a class that implements the WebServiceMock interfaceView AnswerAnswer: D
In which of the following scenarios would it be acceptable to use programmatic sharing instead of declarative sharing? (Choose three.)
In which of the following scenarios would it be acceptable to use programmatic sharing instead of declarative sharing? (Choose three.)A . Every record created by sales users needs to be visible to their respective managerB . Poor performance when using native sharing componentsC . Team functionality is required on custom...
What is the transaction limit on the number of Apex jobs added to the queue?
What is the transaction limit on the number of Apex jobs added to the queue?A . 100B . 150C . 50D . 200E . There is no limitView AnswerAnswer: C