PDII試験無料問題集「Salesforce Certified Platform Developer II (PDII) 認定」

A user receives the generic "An internal server error has occurred" while interacting with a custom Lightning component.
What should the developer do to ensure a more meaningful message?

解説: (GoShiken メンバーにのみ表示されます)
A company wants to run different logic based on an Opportunity's record type.
Which code segment handles this request and follows best practices?

解説: (GoShiken メンバーにのみ表示されます)
A developer is asked to replace the standard Case creation screen with a custom screen that takes users through a wizard before creating the Case. The org only has users running Lightning Experience.
What should the developer override the Case New Action with to satisfy the requirements?

解説: (GoShiken メンバーにのみ表示されます)
Which Salesforce feature allows a developer to see when a user last logged in to Salesforce if real-time notification is not required?

解説: (GoShiken メンバーにのみ表示されます)
Salesforce users consistently receive a "Maximum trigger depth exceeded" error when saving an Account.
How can a developer fix this error?

解説: (GoShiken メンバーにのみ表示されます)
A company has many different unit test methods that create Account records as part of their data setup. A new required field was added to the Account and now all of the unit tests fail.
What is the optimal way for a developer to fix the issue?

A company has a custom object, Order__c, that has a custom picklist field, Status__c, with values of `"New',
`"In Progress', or `"Fulfilled' and a lookup field,
Contact__c, to Contact.
Which SOQL query will return a unique list of all the Contact records that have no `"Fulfilled' Orders?

解説: (GoShiken メンバーにのみ表示されます)
A developer is asked to look into an issue where a scheduled Apex is running into DML limits. Upon investigation, the developer finds that the number of records processed by the scheduled Apex has recently increased to more than 10,000.
What should the developer do to eliminate the limit exception error?

解説: (GoShiken メンバーにのみ表示されます)
A developer needs to store variables to control the style and behavior of a Lightning Web Component.
Which feature can be used to ensure that the variables are testable in both Production and all Sandboxes?

解説: (GoShiken メンバーにのみ表示されます)
Universal Charities (UC) uses Salesforce to collect electronic donations in the form of credit card deductions from individuals and corporations.
When a customer service agent enters the credit card information, it must be sent to 8 3rd-party payment processor for the donation to be processed, UC uses one payment processor for individuals and a different one for corporations.
What should a developer use to store the payment processor settings for the different payment processors, so that their system administrator can modify the settings once they are deployed, if needed?

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