Pass the Salesforce B2B-Commerce-Developer B2B-Commerce-Developer Questions and answers with CertsForce

Viewing page 4 out of 7 pages
Viewing questions 31-40 out of questions
Questions # 31:

Northern Trail Outfitters (NTO) exports Order Summary data from its org. A developer launches Data Loader, selects Order Summary, clicks the Select All Fieldsbutton, and clicks Finish. Custom fields are defined in the Cart and Order Summary objects and successfully mapped from Cart to Order Summary during checkout. However, all three custom fields in the Order Summary are empty in the export file.

What is themost likely cause?

Options:

A.

There was a misspelling in one of the custom fields.


B.

The Cart to Order action does not support the mapping of custom fields.


C.

The developer does not have access to the fields.


D.

The developer can export Order Summary recordsonly by using Data Export Service


Expert Solution
Questions # 32:

Which format is the custom Salesforce relationship with the API name,

"My_Relationship_Name__r.My_Name__c" queried and transformed into dy default in

Salesforce B2B Commerce?

Options:

A.

myrelationshipname.myname: value


B.

myRelationshipName.myName: value


C.

myRelationshipNameR=>(myName: value)


D.

My_Relationship_Name__r.My_Name__c: value


Expert Solution
Questions # 33:

While working on a commerce rollout, a developer needs to update the checkout process so that buyers can purchase with one of the below payment types.

• Credit Card

• Purchase Order

• Contract Now & Pay Later

Additionally, the developer needs to show only Purchase Order and Contract Now & Pay Later if a custom checkbox field on the account is checked.

How should the developer meet these requirements?

Options:

A.

Create a custom Lightning webcomponent that can be used with the standard payment component. Use a publish-


B.

Create a custom Lightning web component for the checkout flow that has all the options available. Within that component, pull data from the account to determine which options to show.


C.

Modify the standard payment component settings in the checkout screen flow and add the new payment method. Use the component visibility feature in screen flows to fulfill the account-based payment option criteria.


D.

Add a new payment gateway through the reference implementation steps so the payment shows up on the checkout payment screen. Configure thedifferent payment options required.


Expert Solution
Questions # 34:

What is one requirement to keep in mind when including additional JavaScript 1h files in a Lightning Web Component?

Options:

A.

The files must be ES6 modules and must have names that are unique within the component's folder.


B.

Only five of the files can be used with an import statement


C.

All the files must be imported to a singleton.js file and the singleton.js file can be used with an import statement


D.

Only one of the files can be used with an import statement


Expert Solution
Questions # 35:

What are two advantages of using Lightning Data Service?

Options:

A.

Communicates with other components


B.

Converts between different data formats


C.

Combines and de-duplicates server calls


D.

Loads record data progressively


Expert Solution
Questions # 36:

What is the fastest route to setting up a B2B Commerce Store as a developer?

Options:

A.

Set up B2B Commerce on Lightning Experiencemanually


B.

Create a new store in the Commerce app


C.

Import a previously exported store archive


D.

Use sfdx setup scripts


Expert Solution
Questions # 37:

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

Options:

A.

Surround the property with curly braces: {property}


B.

Surround the property withbrackets: [property]


C.

Surround the property with an exclamation point and curly braces: {property}


D.

Surround the property with curly braces and exclamation point: {{property}


Expert Solution
Questions # 38:

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?

Options:

A.

Install a minimal set of dev tools on a machine such as the Command Line Interface (CLI) and create appropriate scripts to import files containing the data


B.

Set up an SFTP server as a waystation, drop the files there using the off-platform job and schedule a job in-platform to process the file


C.

Set up WebDAV with SFTP as a waystation, drop the files there using the off-platform job and schedule a job in-platform to process the file


D.

Create a job in the org (on-platform) to drop a file of existing data, Use the off-platform machine to generate a file and identify the details between the two, Push the changes to the org's "Import"

directory


Expert Solution
Questions # 39:

What is a valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query?

Options:

A.

_Cart__c


B.

c.E_Cart__c


C.

ccrz__E_Cart__c


D.

cloudcraze__E_Cart__c


Expert Solution
Questions # 40:

A developer is setting up a storefront from scratch. They need to create a storefront, push store sources, create buyer users, import products, and create and search index.

Which command allows the developer to accomplish this task?

Options:

A.

sfdx commerce:store:quickstart:create -templatename 'b2c-lite-storefront’


B.

sfdx commerce:store:quickstart:setup —definitionfile store-scratch-def json


C.

sfdx commerce:store:create —store-name test-store


D.

sfdx commerce:store:open —store-name test-store


Expert Solution
Viewing page 4 out of 7 pages
Viewing questions 31-40 out of questions