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
Choose the correct definition for <apex:actionFunction>.
Choose the correct definition for <apex:actionFunction>.A . Allows for controller methods to be called directly from Javascript. Must be| encapsulated in <apex:form> tags. Unlike actionSupport, these function<apex:actionPoller>s can be called directly from Javascript code B Sends an AJAX request according to the time interval you specify. If this ever gets...
What is a possible reason to get this error message?
A developer gets an error saying 'Maximum Trigger Depth Exceeded.' What is a possible reason to get this error message?A . The SOQL governor limits are being hit.B . A Process Builder is running that sends mass emails.C . Trigger is recursively invoked more than 16 times.D . There are...
What is the outcome after executing the following code snippet in the org?
The Contact object has a custom field called "Zone." Its data type is "Text" and field length is 3. What is the outcome after executing the following code snippet in the org?A . Both inserts succeed and the contact record that has the Zone value of 'PI'IT is set to...
Which statement is true about using ConnectApi namespace (also called Chatter in Apex)? (Choose two.)
Which statement is true about using ConnectApi namespace (also called Chatter in Apex)? (Choose two.)A . Chatter in Apex methods honor the 'with sharing' and 'without sharing' keywordsB . Chatter in Apex operations are synchronous, and they occur immediatelyC . Chatter in Apex methods do not run in system mode;...