Salesforce Certified B2B Commerce Developer Practice Test - Questions Answers, Page 12

List of questions
Question 111

How can a developer introduce new screen behavior in a checkout flow step?
Question 112

While working on a commerce rollout, a developer needs to update the checkout process so that buyers can purchase with one of the below payment types.
* Credit Card
* Purchase Order
* Contract Now & Pay Later
Additionally, the developer needs to show only Purchase Order and Contract Now & Pay Later if a custom checkbox field on the account is checked.
How should the developer meet these requirements?
Question 113

How should data for Lightning web components be provided?
Question 114

A developer needs to loop through a series of child components which are tiles. What is the correct syntax for this if the child component is called appTile?
A)
B)
C)
D)
Question 115

A developer needs to implement specific styling for a standard component on a single page of the B2B Commerce store using an Aura template. The component should use the default style on all other pages
How should the developer implement the required changes over multiple instances?
Question 116

Which two methods from the platformResourceLoader module are relevant for including third party JavaScript and CSS in a Lightning web component?
Question 117

In which two ways can events fired from Lightning web components be handled?
Question 118

Which two components in a B2B store template should a developer use to customize a storefront page?
Question 119

A developer has made a component with a lightning combobox in the follow! markup. To handle changes on the combobox, what should replace <CHANGE FVENT>?
Question 120

A developer is working in Visual Studio Code on a previously deployed project which is rather large and deployments are time consuming. The developer wants to deploy some small CSS changes without waiting for the entire project deployment. What are two ways this can be accomplished?
Question