PDI試験無料問題集「Salesforce Platform Developer I (PDI) 認定」

An Apex method, getAccounts, that returns a list of Accounts given a searchTerm, is available for Lightning Web Components to use.
What is the correct definition of a Lightning Web Component property that uses the getAccounts method?

Universal Containers decides to use purely declarative development to build out a new Salesforce application.
Which two options can be used to build out the business logic layer for this application?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
What are two ways a developer can get the status of an enqueued job for a class that implements the queueable interface?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
Which two statements are true about using the @testSetup annotation in an Apex test class?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
A developer created a trigger on a custom object. This custom object also has some dependent pick lists.
According to the order of execution rules, which step happens first?

解説: (GoShiken メンバーにのみ表示されます)
How can a developer check the test coverage of autolaunched Flows before deploying them in a change set?

解説: (GoShiken メンバーにのみ表示されます)
A developer must provide custom user interfaces when users edit a Contact in either Salesforce Classic or Lightning Experience.
What should the developer use to override the Contact's Edit button and provide this functionality?

What should a developer use to fix a Lightning web component bug in a sandbox?

解説: (GoShiken メンバーにのみ表示されます)
A developer created a new after insert trigger on the Lead object that creates Task records for each Lead.
After deploying to production, an existing outside integration that inserts Lead records in batches to Salesforce is occasionally reporting total batch failures being caused by the Task insert statement. This causes the integration process in the outside system to stop, requiring a manual restart.
Which change should the developer make to allow the integration to continue when some records in a batch cause failure due to the Task insert statement, so that manual restarts are not needed?

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers needs to create a custom user interface component that allows users to enter information about their accounts. The component should be able to validate the user input before saving the information to the database.
What is the best technology to create this component?

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