Salesforce B2B-Commerce-Developer Sample Questions

Question # 61

A developer exports data from an org on a standard entity which has a custom attribute. When they launch Data Loader, select the entity, click the Select All Fields button and clickFinish, the custom field they added called MyCustomField_c has no values and no column header in the CSV file. What is the root cause? 

A. The user needs to install a specific Zulu JDK that is recommended by Salesforce.
B. A mapping file was not used when the data was loaded in
C. The user does not have access to the field
D. The user has rights to the field but there are no values in it


Question # 62

Which practice is allowed when it comes to naming a Lightning web component's folder and associated files? 

A. Including whitespace
B. Using a single underscore
C. Using consecutive underscores
D. Using a single hyphen (dash)


Question # 63

What two things happen with the Cart during tax implementation?

A. New entries are written to the Cart
B. Previous entries are copied to another object
C. Previous entries are deleted from the Cart
D. New entries are written to the Order Summary


Question # 64

When a developer configures a tax integration for a store, what happens to the previously calculated tax entries during the checkout flow? 

A. Ignored during recalculation
B. Saved prior to recalculation
C. Deleted from the Cart
D. Modified with the new tax calculation


Question # 65

Which three components should a developer use on the product page to replace the out-ofthe- box Product Detail Card component? 

A. Product Detail Breadcrumbs component
B. Product Fields Short component
C. Product Field Long component
D. Product Detail Purchase Options component
E. Product Detail Image Gallery component


Question # 66

Which option is the correct syntax to render a property in a Lightning web component template? 

A. Surround the property with curly braces: {property}
B. Surround the property with brackets: [property]
C. Surround the property with an exclamation point and curly braces: {property}
D. Surround the property with curly braces and exclamation point: {{property}


Question # 67

Which two are considered discrete units of work (code units) within a transaction in the debug logs? 

A. Validation rule
B. Lightning component load
C. Web service invocation
D. Apex class


Question # 68

A developer is trying to integrate a new shipping provider to use during checkout in a storefront Which two steps must the developer take to make an integration available for selection? 

A. Create a RegisteredExternalService record using Workbench.
B. Create an Apex class that uses the integration framework.
C. Modify the StorelntegratedService to map to an Apex class ID using Workbench.
D. Enter the integration class name and version in the store administration.


Question # 69

An administrator has just provided a developer with a completely new org and a username. Assuming the username is me@my-new-org.org, what is the correct set of steps to authorize the org for Command Line Interface (CLI) access so the developer can deploy Lightning web components? 

A. Run the command: 'sfdx force:login -r "https://login.salesforce.com'' and supply thecredentials in the browser when it opens.
B. Run the command 'sfdx force:auth:web:login -a "https://login.salesforce.com'"' and thensupply the credentials in the browser when it opens.
C. Run the command: 'sfdx force:auth:web:login -r "https://login.salesforce.com" and thensupply the credentials in the ^ browser when it opens ^
D. Run the command 'sfdx force:auth:web:login -r "https://login.salesforce.com" -username^'mefaJmy-new-org.org"'


Question # 70

A developer is creating a component to implement a custom Terms and Conditions checkbox at checkout in the Aura Commerce template. Which method should the developer implement on the Lightning web component to ensure the user accepts the terms and conditions? 

A. ComponentValidity
B. Validate
C. SaveCheckout
D. CheckValidity


‹ First56

Download All Questions PDF Check Customers Feedbacks