QuestionQ1
Checkout Flow DevelopmentA developer is building a component that implements a custom Terms and Conditions checkbox at checkout in the Aura Commerce template. Which method must the developer implement on the Lightning web component to ensure that the user accepts the terms and conditions?
- A Validate
- B CheckValidity
- C SaveCheckout
- D ComponentValidity
QuestionQ2
Checkout Flow DevelopmentWhich two methods should a developer use to modify the out-of-the-box checkout flow template?
- A Download the Commerce Flow Example package from AppExchange and use it to modify the checkout flow template.
- B Clone the checkout flow template in Setup and ensure the context of how the flow is running is correct.
- C Navigate to the store administration to modify the checkout flow template.
- D Access the checkout page within Experience Builder to modify the checkout flow template using Flow Builder.
Community Discussion
QuestionQ3
Basic Lightning Web Component DevelopmentWhich two methods in the platformResourceLoader module are used to include third-party JavaScript and CSS in a Lightning web component?
- A loadCss
- B loadStyle
- C loadClientScript
- D loadScript
Community Discussion
QuestionQ4
Basic Lightning Web Component DevelopmentWhich technique can be used with Lightning web components to make them available outside an org in a different web container?
- A Heroku
- B Lightning Out
- C Slot elements
- D Lightning Canvas
Community Discussion
QuestionQ5
Storefront CustomizationA developer has updated products in an existing storefront but cannot see the product changes in the store. Which action did the developer fail to take?
- A Rebuild the search index
- B Activate the product list
- C Publish the storefront
- D Publish the catalog
Community Discussion