Online Access Free Plat-Dev-301 Exam Questions
| Exam Code: | Plat-Dev-301 |
| Exam Name: | Salesforce Certified Platform Developer II - Multiple Choice |
| Certification Provider: | Salesforce |
| Free Question Number: | 204 |
| Posted: | Sep 01, 2026 |
Business rules require a Contact ta always be created when a new Account is created.
What can be used when developing a custom screen to ensure an Account is not created if the creation of the Contact fails?
A company has a Lightning page with many Lightning Components, some that cache reference dat a. It is reported that the page does not always show the most current reference data.
What can a developer use to analyze and diagnose the problem in the Lightning page?
Universal Containers develops a Salesforce application that requires frequent interaction with an external REST API.
To avoid duplicating code and improve maintainability, how should they implement the APL integration for code reuse?
A developer is creating a Lightning web component that displays a list of records in a lightning-datatable. After saving a new record to the database, the list is not updating.
What should the developer change in the code above for this to happen?
There is an Apex controller and a Visualforce page in an org that displays records with a custom filter consisting of a combination of picklist values selected by the user.
The page takes too long to display results for some of the input combinations, while for other input choices it throws the exception, "Maximum view state size limit exceeded".
What step should the developer take to resolve this issue?