Salesforce Certified B2B Commerce Administrator Practice Test - Questions Answers, Page 20

List of questions
Question 191

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

How should a developer get the grand total amount, including shipping and tax, for items in the cart and in the currency of the cart, when developing a new Lightning web component for an Aura storefront cart page?
Question 193

Which two blocks of code are needed to implement a custom getter in a Lightning web component?
Question 194

A Northern Trail Qutfitters (NTO) developer made a tile component. To expose a click event and react to user input using the markup below, what should replace
<CLICK_EVENT>?
<template>
,
- <a onclick=CLICK_EVENT>
: {product.fields.Name.value}
p
: <fa>
I
1 <[template>
Question 195

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)
Question 196

A developer needs to create a scheduled job in another system to move data into the B2B Commerce org. How can the developer do this without additional third party tools?
Question 197

Which three data types are supported for custom fields while using CSV file format for importing data for a store?
Question 198

What is true about mapping custom fields from Cart to Order Summary?
Question 199

A dev at Northern Trail Outfitters (NTO) exported Order Summary records via Data Loader, but noticed that some orders were missing. What is the most likely cause?
Question 200

A developer attempts to export data from an org by launching Data Loader, selecting a standard entity, clicking the 'Select All Fields' button and clicking the Finish button. The developer finds that the CustomField__c field they added to the entity has no values under the header in the CSV file output. What is the root cause?
Question