DEX-450試験無料問題集「Salesforce Programmatic Development using Apex and Visualforce in Lightning Experience 認定」

Which three Salesforce resources can be accessed from a Lightning web component?
Choose 3 answers

正解:A,C,D 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Which code statement includes an Apex method named updateaccounts in the class accountcontreoller for use in a Lightning web component?

解説: (GoShiken メンバーにのみ表示されます)
Which statement should be used to allow some of the records in a list of records to be inserted if others fail to be inserted?

解説: (GoShiken メンバーにのみ表示されます)
Which two actions may cause triggers to fire?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
A developer is tasked to perform a security review of the ContactSearch Apex class that exists in the system. Within the class, the developer identifies the following method as a security threat:

What are two ways the developer can update the method to prevent a SOQL injection attack?
Choose 2 answers

A developer deployed a trigger to update the status__c of Assets related to an Account when the Account's status changes and a nightly integration that updates Accounts in bulk has started to fail with limit failures.

What should the developer change about the code to address the failure while still having the code update all of the Assets correctly?

What is an example of a polymorphic lookup field in Salesforce?

解説: (GoShiken メンバーにのみ表示されます)
Which code displays the contents of a Visualforce page as a PDF?

A developer needs to make a custom Lightning Web Component available in the Salesforce Classic user interface. Which approach can be used to accomplish this?

解説: (GoShiken メンバーにのみ表示されます)
Considering the following code snippet:

When the code executes, a DML exception is thrown.
How should a developer modify the code to ensure exceptions are handled gracefully?

解説: (GoShiken メンバーにのみ表示されます)