Verified B2C-Commerce-Developer dumps Q&As 100% Pass in First Attempt Guaranteed Updated Dump from Prep4sureGuide
Pass Salesforce Developers B2C-Commerce-Developer Exam With 115 Questions
Salesforce B2C-Commerce-Developer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
| Topic 13 |
|
| Topic 14 |
|
| Topic 15 |
|
| Topic 16 |
|
| Topic 17 |
|
| Topic 18 |
|
| Topic 19 |
|
| Topic 20 |
|
NEW QUESTION 45
What happens if the log file size limit is reached in custom logging?
- A. Logging is suspended for the day.
- B. The log file is deleted and recreated from scratch.
- C. Logging is suspended for two hours.
- D. The log file rolls over and the last used log is overwritten.
Answer: B
NEW QUESTION 46
A Digital Developer has detected storefront pages being rendered with an error message. After inspecting the log files, the Developer discovered that an enforced quota is being exceeded.
What action should the Developer take to stop the quota violation?
- A. Take no action, the overage will be resolved when concurrent visitors are reduced.
- B. Ask support to remove the quota limit.
- C. Change the Business Manager configuration for the quota settings.
- D. Rewrite the code that is causing the overage.
Answer: C
Explanation:
Explanation/Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%
2Fcom.demandware.dochelp%2FDWAPI%2Fquota%2Fhtml%2Findex.html
NEW QUESTION 47
Why should a Digital Developer use ProductSearchModel.getProducts() instead of Category.getOnlineProducts()to access products?
- A. It uses the search index.
- B. It reduces accesses to the application server.
- C. It has fewer lines of code.
- D. It is more readable code.
Answer: B
Explanation:
Explanation/Reference:
NEW QUESTION 48
A developer is given a task to implement a new Page Designer layout component that doesn't accept certain asset components.
How should the developer achieve the above task?
- A. Add layout_type_exclusion in the other asset components json configuration.
- B. Add layout_type_inclusion in the target components json configurations.
- C. Add component_type_inclusion in the layout json configuration
- D. Add component_type_Exclusions in the layout json configuration
Answer: D
NEW QUESTION 49
A Digital Developer is working in a sandbox on a site named test-siteusing the domain test.demandware.net. The Developer needs to compile a url to make an Open Commerce API (OCAPI) request that returns product information.
By default, which URL format is a proper Open Commerce API for Sandbox?
- A. https://test.demandware.net/s/test-site/dw/shop/v18_3/products/M1355?client_id=aaa...
- B. https://test.demandware.com/dw/shop/products/M1355?client_id=aaa...
- C. https://www.test.com/s/test-site/sfc/shop/products/M1355?client_id=aaa...
- D. https://www.test.com/dw/shop/v18_3/products/M1355?client_id=aaa...
Answer: A
Explanation:
Explanation/Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC3/index.jsp?topic=%
2Fcom.demandware.dochelp%2FOCAPI%2Fcurrent%2Fusage%2FAPIExplorer.html
NEW QUESTION 50
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 "write_attributes" value to: "(+items)".
- B. Change the "methods" value to: ["get", "post"].
- C. Change the "read_attributes" value to: "(items)".
- D. Change the "resource_id" value to: "/baskets/*/items".
Answer: D
NEW QUESTION 51
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. Remove invalid characters from cartridge file and folder names.
- B. Remove invalid characters from the code version's name.
- C. Set the active code version to use the latest compatibility mode.
- D. Set the server connection's target version directory to the active code version.
Answer: D
NEW QUESTION 52
A job executes a pipeline that makes calls to an external system.
Which two actions prevent performance issues in this situation? Choose 2 answers
- A. Configure a timeout for the script pipelet.
- B. Use synchronous import or export jobs
- C. Disable multi-threading.
- D. Use asynchronous import or export jobs.
Answer: A,D
NEW QUESTION 53
A developer needs to check for product inventory in all inventory lists using the Open Commerce API.
An example request URL is:
http://refarch.demandware.net/dw/data/v18_3/inventory_lists/ecom-inventory/ product_inventory_records/00883408601 Which property should the developer check in the OCAPI settings to confirm the appropriate resource is enabled?
- A. methods
- B. ecom-inventory
- C. resource_id
- D. client_id
Answer: C
NEW QUESTION 54
A retailer notices that the Account Addresses page is showing the wrong shopper's address.
Which tool should the developer start with to identify the issue?
- A. Pipeline Profiler
- B. Storefront Toolkit
- C. Reports and Dashboards module
- D. Code Profiler
Answer: D
NEW QUESTION 55
A business user wants to add a link to a content page from within the body of another content asset. The target content asset ID is: terms-and-conditions.
Which link function generates the correct link?
- A. $url('Page-Show', 'cid', 'terms-and-conditions')$
- B. $http('Content-Page', 'cid', 'terms-and-conditions')$
- C. $include('Page-Include', 'cid', 'terms-and-conditions')$
- D. $httpUrl('Content-Show', 'cid', 'terms-and-conditions')$
Answer: D
NEW QUESTION 56
A Digital Developer has detected storefront pages being rendered with an error message. After inspecting the log files, the Developer discovered that an enforced quota is being exceeded.
What action should the Developer take to stop the quota violation?
- A. Take no action, the overage will be resolved when concurrent visitors are reduced.
- B. Ask support to remove the quota limit.
- C. Change the Business Manager configuration for the quota settings.
- D. Rewrite the code that is causing the overage.
Answer: C
NEW QUESTION 57
A merchant reports that a particular landing page loads slowly. As a result, there is a significantly higher visitor departure rate in the analytics that appears to correlate with this. They anticipate this will impact revenues and want to resolve as soon as possible.
In order to diagnose and remedy this, the merchant asks their developer to investigate caching settings on the page in an attempt to determine the root cause.
How can the developer quickly inspect the page components to understand the caching?
- A. Open the request logs to inspect the caching information
- B. Use the Storefront Toolkit cache info tool to inspect page components
- C. Inspect the caching properties of the page component in an IDE
- D. Utilize the debugger to inspect the caching information
Answer: B
Explanation:
Explanation/Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC3/index.jsp?topic=%
2Fcom.demandware.dochelp%2Fcontent%2Fb2c_commerce%2Ftopics%2Fstorefront_toolkit%
2Fb2c_storefront_toolkit_tools.html
NEW QUESTION 58
A Digital Developer must give users the ability to choose an occasion (holiday, birthday, anniversary, etc.) for which gifts are currently being selected. The data needs to be persistent throughout the current shopping experience.
Which data store variable is appropriate, assuming there is no need to store the selection in any system or custom objects?
- A. Request scope variable
- B. Session scope variable
- C. Content slot variable
- D. Page scope variable
Answer: B
NEW QUESTION 59
The following code ensures that an address ID CANNOT be used if it is already in use by another address in the customer's address book. There is a problem with the code. The error message for an invalid address ID is never shown to the user on the form field.
How should the Digital Developer resolve this issue so that the error message is displayed on the address ID form field?
- A. addressForm.invalidateFormElement(addressForm.addressid);
- B. addressForm.addressid.invalidateFormElement();
- C. addressForm.invalidateFormElement("addressid");
- D. addressForm.addressid.invalidateFormElement = true;
Answer: C
NEW QUESTION 60
Business Manager has the configuration:
* Active log category is "root"
* Log level of INFO
The code below execites:
Var log = Logger.getLogger("products","export");
Log.info ("This is important information");
Using this information, what is the beginning of the filename in which the log will be written?
- A. custom-export
- B. custom-products
- C. products
- D. info-export
Answer: B
NEW QUESTION 61
A merchant has a requirement to sell a combination of four existing products with a unique product ID.
This collection will be known as 'Our Top Combo', and is base don the merchant's trading information that shows this combination to be in high demand.
What does the developer need to do next to fulfill this requirement?
- A. Create a unique produce to called 'Our Top Combo' and add the four products into the Product Bundles tab.
- B. Create a Product Set called 'Our Top Combo' and add the products into the set.
- C. Create a Content Slot with Content Type = Product and add the four component products into that slot.
- D. Create a recommendation rule associating the four products as a recommendation group.
Answer: A
NEW QUESTION 62
Business Manager has the configuration:
* Active Log category is "root"
* Log level of WARN
The code below is executing:
var log = Logger.getLogger("products");
Using this information, which two logs will be written? (Choose two.)
- A. log.info("This is an info message");
- B. log.debug("This is a debug message");
- C. log.warn("This is a warn message");
- D. log.error("This is an error message");
Answer: A,C
NEW QUESTION 63
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. custom-xyz
- B. xyz
- C. custom-export
- D. custominfo-blade
Answer: A
NEW QUESTION 64
A Digital Developer is tasked with setting up a new Digital Server Connection using UX Studio in their sandbox.
Which three items are required to accomplish this task? (Choose three.)
- A. Keystore Password
- B. Instance Hostname
- C. Business Manager Username
- D. Instance Version
- E. Business Manager Password
Answer: A,B,E
Explanation:
Explanation/Reference: https://medium.com/@fsjohnny/lets-develop-with-salesforce-commerce-cloud-part-1-setting-up- your-development-environment-b16044708d09
NEW QUESTION 65
The developer created a new Storefront category in storefront-catalog-m-en, but when viewing the Storefront site, the category is not visible.
What are two possible reasons? (Choose two.)
- A. The Storefront catalog is offline
- B. The category does not contain available products
- C. The category is offline
- D. The category is not sorted
Answer: B,C
Explanation:
Explanation/Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC3/index.jsp?topic=%
2Fcom.demandware.dochelp%2FLegacyDevDoc%2FCategoriesdonotshowinstorefront.html
NEW QUESTION 66
......
Ultimate Guide to Prepare Free B2C-Commerce-Developer Exam Questions & Answer: https://drive.google.com/open?id=1OK1AFro030SFQLKssOsWAHXv9IlvLVVE
Pass B2C-Commerce-Developer Tests Engine pdf - All Free Dumps: https://www.prep4sureguide.com/B2C-Commerce-Developer-prep4sure-exam-guide.html