Which statement is true regarding both Flow and Lightning Process? (Choose two.)
Which statement is true regarding both Flow and Lightning Process? (Choose two.)A . Can use Apex methods with the @lnvocableMethod annotationB . Are both server-side considerations in the Order of ExecutionC . Can use Apex that implements the Process.Plugin interfaceD . Are able to be embedded directly into Visualforce pagesView...
How can the DISTANCE and GEOLOCATION functions be used i|n SOQL queries? (Choose two.)
How can the DISTANCE and GEOLOCATION functions be used i|n SOQL queries? (Choose two.)A . To filter results based on distance from a latitude and longitudeB . To get the distance results from a latitude and longitudeC . To order results by distance from a latitude or longitudeD . To...
Where in a query can you use Geolocation and Distance? (Choose two.)
Where in a query can you use Geolocation and Distance? (Choose two.)A . Select clauseB . Filter clauseC . Order By clauseD . Group By clauseView AnswerAnswer: B,C
What is a benefit of JavaScript remoting over Visualforce Remote Objects?
What is a benefit of JavaScript remoting over Visualforce Remote Objects?A . Supports complex server-side application logicB . Does not require any JavaScript codeC . Does not require any Apex codeD . Allows for specified re-render targetsView AnswerAnswer: A
How can this be achieved?
A company needs to automatically delete sensitive information after 7 years. This could delete almost a million records every day. How can this be achieved?A . Schedule an ©future process to Query records older than 7 years, and then recursively invoke itself in 1,000 record batches to delete them.B ....
What can be used in the SOAP header to provide server authorization for subsequent API requests?
An integration user makes a successful login() call via the SOAP API. What can be used in the SOAP header to provide server authorization for subsequent API requests?A . Named CredentialsB . Session IDC . OAuth access tokenD . Security tokenView AnswerAnswer: B
Which is the optimal method to implement this in Salesforce?
A company has a native iOS app for placing orders that needs to connect to Salesforce to retrieve consolidated information from many different objects in a JSON format . Which is the optimal method to implement this in Salesforce?A . Apex SOAP CalloutB . Apex REST CalloutC . Apex SOAP...
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...
How long is field history retained?
How long is field history retained?A . 18 MonthsB . 12 MonthsC . 24 MonthsD . 6 MonthsE . 36 MonthsView AnswerAnswer: A
When developing a Visualforce page that will be used by a global organization that does business in many languages and many currencies, which feature should be used? (Choose three.)
When developing a Visualforce page that will be used by a global organization that does business in many languages and many currencies, which feature should be used? (Choose three.)A . Custom LabelsB . convertCurrency()C . Global LabelsD . Translation WorkbericE . getLocalCurrency()View AnswerAnswer: A,B,D