Online Access Free PDII Practice Test
Exam Code: | PDII |
Exam Name: | Salesforce Certified Platform Developer II (PDII) |
Certification Provider: | Salesforce |
Free Question Number: | 204 |
Posted: | Oct 07, 2025 |
A developer is tasked with creating a Lightning web component that is responsive on various devices, Which two components should help accomplish this goal?
Choose 2 answers
Which tag should a developer use to display different text while an <apex:commandButton> is Processing an action?
A developer is building a Lightning web component that searches
for Contacts. The component must communicate the search
results to other unrelated Lightning web components, that are in
different DOM trees, when the search completes.
What should the developer do to implement the communication?
An org records customer order information in a custom object, ordar__c, that has fields for the shipping address. A developer is tasked with adding code to calculate shipping charges on an order, based on a flat percentage rate associated with the region of the shipping address.
What should the developer use to store the rates by region, so that when the changes are deployed to production no additional steps are needed for the calculation to work?