ExamGecko
Home Home / Salesforce / Certified B2C Commerce Developer

Salesforce Certified B2C Commerce Developer Practice Test - Questions Answers, Page 5

Question list
Search
Search

List of questions

Search

Related questions











A job executes a pipeline that makes calls to an external system.

Which two actions prevent performance issues in this situation? (Choose two.)

A.
Use synchronous import or export jobs
A.
Use synchronous import or export jobs
Answers
B.
Configure a timeout for the script pipelet.
B.
Configure a timeout for the script pipelet.
Answers
C.
Disable multi-threading.
C.
Disable multi-threading.
Answers
D.
Use asynchronous import or export jobs.
D.
Use asynchronous import or export jobs.
Answers
Suggested answer: B, C

Universal Containers sells physical gift cards for the holidays.

What needs to occur to guarantee the cards will always be available?

A.
Create an inventory record with an unlimited Allocation value.
A.
Create an inventory record with an unlimited Allocation value.
Answers
B.
Create an inventory record with an extremely high Allocation value (i.e., 1 billion certificates).
B.
Create an inventory record with an extremely high Allocation value (i.e., 1 billion certificates).
Answers
C.
Create a perpetual inventory record.
C.
Create a perpetual inventory record.
Answers
D.
Create an inventory record with Backorder Handling enabled.
D.
Create an inventory record with Backorder Handling enabled.
Answers
Suggested answer: D

Universal Containers wants to associate a region code value with an order to indicate the general area of its destination. This region code must be accessible whenever the order history is displayed.

What is required to accomplish this?

A.
Store the region code value in a session variable.
A.
Store the region code value in a session variable.
Answers
B.
Define a custom attribute on the Order system object type to store the region code value.
B.
Define a custom attribute on the Order system object type to store the region code value.
Answers
C.
Define a custom object type to store the username with the region code.
C.
Define a custom object type to store the username with the region code.
Answers
D.
Store the region code value in the geolocation system attribute of the Order.
D.
Store the region code value in the geolocation system attribute of the Order.
Answers
Suggested answer: B

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.
A.
Change the URI to /dw/shop/v18_3/products/creative-zen-v.
Answers
B.
Change the HTTP method to PUT.
B.
Change the HTTP method to PUT.
Answers
C.
Change the HTTP method to GET.
C.
Change the HTTP method to GET.
Answers
D.
Include an authentication token in the request.
D.
Include an authentication token in the request.
Answers
Suggested answer: C

A Digital Developer has been given a requirement to add fault tolerance to an existing web service integration that uses Service Framework. Administrators at Universal Containers need to be able to configure the timeout and rate limiting.

Which approach should the Developer use to implement the requirement?

A.
Implement a ServiceUnavailableException exception handler to execute fallback code.
A.
Implement a ServiceUnavailableException exception handler to execute fallback code.
Answers
B.
Implement a condition that checks to see if the response was empty and execute fallback code if true.
B.
Implement a condition that checks to see if the response was empty and execute fallback code if true.
Answers
C.
Create a site preference to store timeout settings and implement an IOException handler to execute fallback code.
C.
Create a site preference to store timeout settings and implement an IOException handler to execute fallback code.
Answers
D.
Use the setTimeout method to execute fallback code if the request has NOT completed.
D.
Use the setTimeout method to execute fallback code if the request has NOT completed.
Answers
Suggested answer: A

A Digital Developer noticed that cartridges in their workspace are NOT executing. The Developer confirms that the cartridges are uploaded to the B2C Commerce server connection's target version directory.

Which action potentially solves this problem?

A.
Set the active code version to use the latest compatibility mode.
A.
Set the active code version to use the latest compatibility mode.
Answers
B.
Remove invalid characters from the code version's name.
B.
Remove invalid characters from the code version's name.
Answers
C.
Remove invalid characters from cartridge file and folder names.
C.
Remove invalid characters from cartridge file and folder names.
Answers
D.
Set the server connection's target version directory to the active code version.
D.
Set the server connection's target version directory to the active code version.
Answers
Suggested answer: D

Explanation:

Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC3/index.jsp?topic=%2Fcom.demandware.dochelp%2FSiteDevelopment%2FCodeDeployment.html

A Digital Developer is implementing an Open Commerce API call to add products to a basket. Given the following resource configuration:

Which modification allows the requests to successfully execute?

A.
Change the "resource_id" value to: "/baskets/*/items".
A.
Change the "resource_id" value to: "/baskets/*/items".
Answers
B.
Change the "write_attributes" value to: "(+items)".
B.
Change the "write_attributes" value to: "(+items)".
Answers
C.
Change the "read_attributes" value to: "(items)".
C.
Change the "read_attributes" value to: "(items)".
Answers
D.
Change the "methods" value to: ["get", "post"].
D.
Change the "methods" value to: ["get", "post"].
Answers
Suggested answer: A

Explanation:

Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2FOCAPI%2F15.6%2Fusage%2FOCAPISettings.html

Which two methods are efficient and scalable? (Choose two.)

A.
ProductMgr.queryAllSiteProducts()
A.
ProductMgr.queryAllSiteProducts()
Answers
B.
ProductSearchHit.getRepresentedProducts()
B.
ProductSearchHit.getRepresentedProducts()
Answers
C.
ProductSearchModel.getProductSearchHits()
C.
ProductSearchModel.getProductSearchHits()
Answers
D.
Category.getProducts()
D.
Category.getProducts()
Answers
Suggested answer: C, D

Universal Containers calls the following combination of products "The Basics" and sells the combination as a unique product ID: One Model 103 container

Five Model 611 container

Tree Model 201 container

The Developer created these three products in the catalog.

What is the next step in Business Manager to create "The Basics" as a combination?

A.
In the Product Bundles module, create a bundle named "The Basics".
A.
In the Product Bundles module, create a bundle named "The Basics".
Answers
B.
In the Products module, create a product named "The Basics" and add the products to the Product Bundles tab.
B.
In the Products module, create a product named "The Basics" and add the products to the Product Bundles tab.
Answers
C.
In the Products module, create a product named "The Basics" and add the products to the Product Sets tab.
C.
In the Products module, create a product named "The Basics" and add the products to the Product Sets tab.
Answers
D.
In the Product Sets module, create a product set named "The Basics".
D.
In the Product Sets module, create a product set named "The Basics".
Answers
Suggested answer: B

Explanation:

Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2FPromotions%2FCreatingProductPromotionRules.html

A Digital Developer extends a system object, Product, and adds a Boolean attribute, "sellable," to it.

Assuming "prod" is the variable name handling the product, what code can the Developer use to access it?

A.
prod.extended.sellable
A.
prod.extended.sellable
Answers
B.
prod.sellable
B.
prod.sellable
Answers
C.
prod.persistable.sellable
C.
prod.persistable.sellable
Answers
D.
prod.custom.sellable
D.
prod.custom.sellable
Answers
Suggested answer: D
Total 209 questions
Go to page: of 21