MultipleChoice
Universal Containers wants to use an external Web Service provided by a third-party vendor to validate that shipping and billing addresses are correct. The current vendor uses basic password authentication, but Universal Containers might switch to a different vendor who uses OAuth. What would allow Universal Containers to switch vendors without updating the code to handle authentication?
OptionsMultipleChoice
Exhibit:
What can be done to improve the performance of the insert trigger shown above?
A.
B.
C.
D.
OptionsMultipleChoice
A developer 15 tasked with creating an application-centric feature on which end-users can access and update information. This feature must be available in lightning Experience while working seamlessly in multiple device form factors, such as desktops, phones, and tablets. Additionally, the feature must support Addressable URL Tabs and interact with the Salesforce Console APIs.
What arm two approaches a developer can take to build the application and support the business requirements ^
Choose 2 answers
OptionsMultipleChoice
Which three Visualforce components can be used to initiate Ajax behavior to perform partial page updates? Choose 3 answers
OptionsMultipleChoice
When should you use the 'transient' property on variables?
OptionsMultipleChoice
An Apex trigger and Apex class increment a counter, Edit_Count_c, any time that the Case is changed.
A new process on the case object was just created in production for when a Case is created or updated< since the process was created, they are reports that the Count is being incremented by more than one on Case edit.
Which change in the Apex code will fix the problem?
A)
B)
C)
D)
OptionsMultipleChoice
If you have a method 'doStuff(List<sObject> records)', which is a valid call?
OptionsMultipleChoice
In an organization that has multi-currency enabled, a developer is tasked with building a Lighting Component that displays the top ten Opportunities most recently access by the logged in user. The developer must ensure the Amount and LastModifiedDate field values are displayed according to the user's locale.
What is the most effective approach to ensure values displayed respect the users locale settings?
OptionsMultipleChoice
A developer has written the following method:
static void processList(List<sobject> input){
Which code block can be used to call the method?
OptionsMultipleChoice
A developer has been asked to create code that will meet the following requirements:
Receives input of: Map<ld, Project_c), List<Account>
Performs a potentially long-running callout to an outside web service
Provides a way to confirm that the process executed successfully
Which asynchronous feature should be used?
Options