Salesforce Certified B2B Commerce Developer Practice Test - Questions Answers, Page 16
List of questions
Related questions
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?
What is the purpose of connectedCallback in a Lightning web component?
Which technique can be used with Lightning web components to expose them outside of an org in another web container?
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?
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?
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?
Which two methods should a developer implement in a Lightning web component to successfully handle the subscription lifecycle of a Message Channel?
Which practice is allowed when it comes to naming a Lightning web component's folder and associated files?
Which element can be used to pass HTML from a parent component to a child component? 03m 19s
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