Salesforce Certified B2B Commerce Developer Practice Test - Questions Answers, Page 16
List of questions
Question 151
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Northern Trail Outfitters (NTO) has a requirement to schedule a reusable data import across multiple orgs for customer demo purposes. NTO also has a requirement to seed data of related objects---ProductCatalog, ProductCategory, Product2, and ProductCategoryProduct--- while preserving its relationships and without purchasing additional licenses or using thirdparty tools.
What is the recommended tool a developer should select to address the requirement?
Question 152
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What is the purpose of connectedCallback in a Lightning web component?
Question 153
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which technique can be used with Lightning web components to expose them outside of an org in another web container?
Question 154
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
A developer needs to make a call to a long running web service which is critical to finalizing their checkout process. Which three items should the developer consider in their implementation?
Question 155
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which Lightning web component path allows a developer to view or edit a record while maintaining control over specifying its layout and set of fields?
Question 156
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
A developer has created a custom Lightning web component for the Cart page that needs to react to changes to cart items from the standard cart component.
How should the developer implement the custom component so changes to cart items and quantities are reflected?
Question 157
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which two methods should a developer implement in a Lightning web component to successfully handle the subscription lifecycle of a Message Channel?
Explanation:
Subscribe and Unsubscribe from a Message Channel
Lifecycle Hooks
Use message channel in both direction
Question 158
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which practice is allowed when it comes to naming a Lightning web component's folder and associated files?
Question 159
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which element can be used to pass HTML from a parent component to a child component? 03m 19s
Question 160
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
A developer is building a custom component in Lightning web components (LWC) that has a grandchild component that needs to pass information to the grandparent component. What is the correct way to demonstrate the passing of a message from the grandchild component to the grandparent component?
A)
B)
C)
D)
Question