Month End Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: big75certs

Developers Comm-Dev-101 Passing Score

Page: 11 / 12
Total 154 questions

Salesforce Certified B2C Commerce Developer Questions and Answers

Question 41

A developer has the following files in template/resources:

• account.properties - > weight.unit=kilos

• account_en.properties - > weight.unit=stones

• account_en_US.properties - > weight.unit=pounds

Using the default locale configuration, what is the current outcome of the page that renders the account.isml template snippet below when visiting the Storefront with the English for Canada (en_CA) locale?

Your parcel weighs 10 ${Resource.msg( ' weight.unit ' , ' account ' ,null)}.

Options:

A.

Your parcel weighs 10 pounds.

B.

Your parcel weighs 10 stones.

C.

Your parcel weighs 10 account.

Question 42

A developer wants to create a Business Manager extension with the cartridge named plugin_bm_extension.

Which two steps should the developer take for the extension option to show up in Business Manager?

Options:

A.

Add custom_bm_extension to the cartridge path under business manager cartridge site path AND add the appropriate roles and permissions to the user to view the business manager extension.

B.

Add custom_bm_extension to the cartridge path under Storefront cartridge site path AND add plugin_bm_extension to the cartridge path under business manager cartridge site path.

C.

Add the appropriate roles and permissions to the user to view the business manager extension AND activate a new code version for the Business Manager site.

Question 43

To implement site custom functionality, a developer creates a new cartridge.

Which step should the developer take to ensure their cartridge changes take effect?

Options:

A.

Add the new cartridge to the cartridge path for the Business Manager site.

B.

Rebuild the site indexes to capture incremental changes.

C.

Add the new cartridge to the cartridge path for the relevant Storefront site.

Question 44

The developer has been given the following business requirement:

The shipping method, " Free Standard Ground Shipping " has an exclusion for products with ' category equals or is child of electronics-televisions. '

The marketing department has scheduled a sale offering a " Free Standard Ground Shipping " method for brand XyzTv televisions for the next 3 months.

What method accomplishes this while following best practices?

Options:

A.

Extend the code in cartridge/models/shipping/shippingMethod.js using module.superModule and add an exception for the specified brand.

B.

Extend the CheckoutShippingServices controller using module.superModule and add an exception for the specified brand.

C.

Create an allow list for the existing shipping method by adding a product exclusion for ' brand equals XyzTv ' to the exclusion list for " Free Standard Ground Shipping. "

Page: 11 / 12
Total 154 questions