ExamGecko
Ask Question

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

List of questions

Question 41

Report
Export
Collapse

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

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

Use synchronous import or export jobs
Use synchronous import or export jobs
Configure a timeout for the script pipelet.
Configure a timeout for the script pipelet.
Disable multi-threading.
Disable multi-threading.
Use asynchronous import or export jobs.
Use asynchronous import or export jobs.
Suggested answer: B, C
asked 23/09/2024
Wallace Davison
35 questions

Question 42

Report
Export
Collapse

Universal Containers sells physical gift cards for the holidays.

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

Create an inventory record with an unlimited Allocation value.
Create an inventory record with an unlimited Allocation value.
Create an inventory record with an extremely high Allocation value (i.e., 1 billion certificates).
Create an inventory record with an extremely high Allocation value (i.e., 1 billion certificates).
Create a perpetual inventory record.
Create a perpetual inventory record.
Create an inventory record with Backorder Handling enabled.
Create an inventory record with Backorder Handling enabled.
Suggested answer: D
asked 23/09/2024
Darren Sloan
41 questions

Question 43

Report
Export
Collapse

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?

Store the region code value in a session variable.
Store the region code value in a session variable.
Define a custom attribute on the Order system object type to store the region code value.
Define a custom attribute on the Order system object type to store the region code value.
Define a custom object type to store the username with the region code.
Define a custom object type to store the username with the region code.
Store the region code value in the geolocation system attribute of the Order.
Store the region code value in the geolocation system attribute of the Order.
Suggested answer: B
asked 23/09/2024
Muzammil Mirza
33 questions

Question 44

Report
Export
Collapse

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

Salesforce Certified B2C Commerce Developer image Question 44 59854 09232024001900000000

How should the Developer change the request?

Change the URI to /dw/shop/v18_3/products/creative-zen-v.
Change the URI to /dw/shop/v18_3/products/creative-zen-v.
Change the HTTP method to PUT.
Change the HTTP method to PUT.
Change the HTTP method to GET.
Change the HTTP method to GET.
Include an authentication token in the request.
Include an authentication token in the request.
Suggested answer: C
asked 23/09/2024
Duc Hai
40 questions

Question 45

Report
Export
Collapse

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?

Implement a ServiceUnavailableException exception handler to execute fallback code.
Implement a ServiceUnavailableException exception handler to execute fallback code.
Implement a condition that checks to see if the response was empty and execute fallback code if true.
Implement a condition that checks to see if the response was empty and execute fallback code if true.
Create a site preference to store timeout settings and implement an IOException handler to execute fallback code.
Create a site preference to store timeout settings and implement an IOException handler to execute fallback code.
Use the setTimeout method to execute fallback code if the request has NOT completed.
Use the setTimeout method to execute fallback code if the request has NOT completed.
Suggested answer: A
asked 23/09/2024
Francesco Mammola
41 questions

Question 46

Report
Export
Collapse

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?

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

Explanation:

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

asked 23/09/2024
Rok Nemec
31 questions

Question 47

Report
Export
Collapse

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

Salesforce Certified B2C Commerce Developer image Question 47 59857 09232024001900000000

Which modification allows the requests to successfully execute?

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

Explanation:

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

asked 23/09/2024
Patrick Herrington
37 questions

Question 48

Report
Export
Collapse

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

ProductMgr.queryAllSiteProducts()
ProductMgr.queryAllSiteProducts()
ProductSearchHit.getRepresentedProducts()
ProductSearchHit.getRepresentedProducts()
ProductSearchModel.getProductSearchHits()
ProductSearchModel.getProductSearchHits()
Category.getProducts()
Category.getProducts()
Suggested answer: C, D
asked 23/09/2024
Daniel Schiller
29 questions

Question 49

Report
Export
Collapse

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?

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

Explanation:

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

asked 23/09/2024
Solange Castro
32 questions

Question 50

Report
Export
Collapse

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?

prod.extended.sellable
prod.extended.sellable
prod.sellable
prod.sellable
prod.persistable.sellable
prod.persistable.sellable
prod.custom.sellable
prod.custom.sellable
Suggested answer: D
asked 23/09/2024
Maria Deras
40 questions
Total 209 questions
Go to page: of 21
Search

Related questions