B2C-Commerce-Developer Exam Questions

Total 149 Questions

Last Updated Exam : 22-Oct-2024

Given the following ISML example, how should a developer reference the product object in the current
iteration of the basket?
<isloop ítems =”${pdict.Basket.products}” var=”product” status= “loopstatus”>

</isloop>


A.

product


B.

pdict.Basket.products{loopstatus}


C.

loopstatus.product


D.

pdict.product





A.
  

product



A client uses tax tables in Business Manager to calculate tax. They recently started shipping to a new
country, Italy, and the taxi s not being calculated correctly on the Storefront
What is the likely problem?


A.

Tax Region is configured wrong.


B.

Tax Country is missing


C.

Tax Jurisdiction is missing


D.

Tax Locale is configured wrong





C.
  

Tax Jurisdiction is missing



Given the requirements:
• To show the washing instructions for a clothing product on a dedicated section the detail page
• Washing instructions come from the product information manager(PIM)
• To have this attribute available to localize in the Storefront.
Which action meets these requirements?


A.

Set the product system object type as localizable


B.

Add a resource file for every locale for which the attribute needs to be translated.


C.

Set the custom attribute as localizable


D.

Add a custom attribute for each locale





C.
  

Set the custom attribute as localizable



Below is a form definition snippet from the newsletter.xml file:
<?xml versión=”1.0”?>xmlns=http://www.demandware.com/xml/form/2008-04-15
>
<field formid=”email” lavel=”Email” type=”String” mandatory=”True” max-length=”50” />
</form>
Which line of code creates a JSON object to contain the form data?


A.

Server.form.getForm(‘dwfrm_newsletter’)


B.

Server.form.getForm(‘newsletter’);


C.

Server.forms.getForm(‘newsletter’);


D.

Server.forms.getForm(‘dwfrm_newsletter’)
En el controller:
En el Formulario:





C.
  

Server.forms.getForm(‘newsletter’);



A digital instance has one site, with one master product catalog separate from the site catalog. Some, but NOT all, products in the master catalog are assigned to categories of the site catalog.
Using Business Manager, how can a Digital Developer create a catalog export file that contains only the products assigned to the site catalog?


A.

Use the Catalog Export module to export the site catalog.


B.

Use the Catalog Export module to export the master catalog, with a category-assignment search to
export specific products.


C.

Use the Site Import & Export module to export both the site catalog and the master catalog in a single
archive.


D.

Use the Site Import & Export module to export the master catalog, filtered by site catalog categories to
export specific products.





B.
  

Use the Catalog Export module to export the master catalog, with a category-assignment search to
export specific products.



A Digital Developer is requesting product information for an external integration. The following Open
Commerce API (OCAPI) request is NOT functioning correctly:

How should the Developer change the request?


A.

Change the URI to /dw/shop/v18_3/products/creative-zen-v.


B.

Change the HTTP method to PUT.


C.

Change the HTTP method to GET.


D.

Include an authentication token in the request.





C.
  

Change the HTTP method to GET.



Universal Containers wants to give customers the ability to refine product search results by a product custom attribute, weightCapacity.Which series of steps should a Digital Developer take to show this refinement on the storefront?


A.

Define a sorting rule for weightCapacity, then rebuild the product search index.
.


B.

Define a search refinement for weightCapacity, then rebuild the product search index.


C.

Define search-suggestion buckets for weightCapacity, then rebuild the product search index.


D.

Define a search refinement for weightCapacity, then clear the page cache segment for Search-Show





B.
  

Define a search refinement for weightCapacity, then rebuild the product search index.



Assume the code below is executing:

Business Manager has the configuration:
Active Log category is “root” with log level of “info.”
Given this information, what is the beginning of the filename in which the log will be written?


A.

xyz


B.

custominfo-blade


C.

custom-export


D.

custom-xyz





D.
  

custom-xyz



A developer must configure permissions for an Open Commerce API resource on a sandbox instance that
currently does not have any permissions configured.
Which two configuration properties are required to enable Access to the resource?
Choose 2 answers


A.

Resource_id


B.

Read_attributes


C.

Client_id


D.

Versión_range





A.
  

Resource_id



C.
  

Client_id



A Digital Developer has created a new PaymentForm controller that requires communication with the server and must be made using the HTTPS protocol.
Which code sample should the Developer use to make sure that HTTPS is used?


A.

exports.PaymentForm = guard.ensure([‘http’, ‘post’, ‘loggedIn’], handlePaymentForm);


B.

exports.PaymentForm = guard.expose([‘post’, ‘loggedIn’], handlePaymentForm);


C.

exports.PaymentForm = guard.httpsPost(handlePaymentForm);


D.

exports.PaymentForm = guard.ensure([‘https’, ‘post’, ‘loggedIn’], handlePaymentForm);





D.
  

exports.PaymentForm = guard.ensure([‘https’, ‘post’, ‘loggedIn’], handlePaymentForm);




Page 7 out of 15 Pages
Previous