[Q111-Q132] CCD-102 PDF Download Jan-2023 Salesforce Test To Gain Brilliante Result!

Share

CCD-102 PDF Download Jan-2023 Salesforce Test To Gain Brilliante Result!

Provide Updated Salesforce CCD-102 Dumps as Practice Test and PDF

NEW QUESTION 111
A developer wants to create in Business Manager extension with the cartridge named plugin_vm_extension.
Which two steps should the developer take for the extension option to show up in Business Manager?Choose 2 answers:

  • A. Add plugin_bm_extension to the cartridge path under Storefront cartridge site path.
  • B. Add the appropiate roles and permission to the user to view the business manager extension.
  • C. Add plugin_bm_extension to the cartridge path under business manager cartridge site
  • D. Activate a new code version for the Business Manager Site.

Answer: C,D

Explanation:

 

NEW QUESTION 112
A client has a requirement to render different content on the homepage based on if the customer is logged in or guest user.
What should a developer implement to achieve this requirement?

  • A. Add specific custom messages in Page Designer for a customer that is a registered, versus unregistered, user.
  • B. Write specific custom code in the Content Asset for a customer that is a registered, versus unregistered, user.
  • C. Set the Content Asset configuration for a customer that is a registered, versus unregistered, user.
  • D. Set the Content Slot configuration so it is based on the system customer group registered, versus unregistered.

Answer: D

 

NEW QUESTION 113
Given a file in a plug-in cartridge with the following code:
'use strict':
Var base = module.superModule;
Function applyCustomCache (req,res,next){
res.CachePeriod = 6; //eslint-disable-line no-param-reassign
res.cachePeriodUnit = 'hours') //eslint-disable-line no-param-reassign
next();
}
Module.exports = base;
Module.exports.applyCustomCache = applyCustomCache;
What does this code extend?

  • A. A controller
  • B. A middleware script
  • C. A decorator
  • D. A model

Answer: A

 

NEW QUESTION 114
The client provided these business requirements:
* The B2C Commerce storefront will integrate with the client's Order Management System (OMS).
* The storefront will provide reel-time order export of successfully pieced orders The OMS supports both web service export end SFTP batch order export, but the client has expressed concern about the availability of the OMS.
Which two solutions satisfy the requirements and address the OMS reliability concern?
Choose 2 answers

  • A. implement a batch export of orders via web service, excluding exported orders. This runs as a scheduled Job with an hourly run rate end marks processed orders as exported upon success.
  • B. Implement a batch export of orders to SFTP, excluding exported orders. This runs as a scheduled fc>b with a high-frequency run rate end marks processed orders as exported upon success.
  • C. Implement a live export of orders during checkout vie web service, marking the processed order as exported when the AM returns successfully.
  • D. Implement a Live export of orders during checkout via SFTP, marking the processed order as exported when it has completed successfully.

Answer: B,C

 

NEW QUESTION 115
Given the SFRA Controller below:

Why would a JavaScript debugger, that is stopped at line 06, fall to show the viewdata variable in the inspection tool?

  • A. viewdata is assigned but not declared.
  • B. viewdata is a B2C Script reserved name.
  • C. viewdata is declared but not assigned.
  • D. cache. applyDefauItCache is not a valid middleware.

Answer: A

 

NEW QUESTION 116
A Digital Developer needs to add a new form to the shopping cart page to allow customers to enter their rewards pass ID. There is already an existing cart.js controller that handles processing of the other cart forms. In addition, a form field node is in the form XML and the necessary form input is present in the ISML template.
The code below is the submit button for the ISML markup.

What additional steps must occur before the Digital Developer can begin writing the processing code for this request?

  • A. * Add a <submit /> node to the form definition XML with the attribute formid=''addRewardPas3"
    * Add the key addRewardPasa, with a processing function as a value, to the object passed to the Form.handleActionO method in the Cart.ja controller
  • B. * Add an <action /> node to the form definition XML with the attribute formid=''addRewardFaas"
    * Add the key addRewardPass, with a processing function as a value, to the object passed to the Form.handleActionO method in the Cart .j* controller
  • C. * Add an action /> node to the form definition XML with the attribute formid="addRewardFa3s"
    * No change to cart.3a controller required
  • D. * Add the attribute addtl-fonn-action^'addRewardPaas"1 to the ISML form
    * Add the key addRewardPass, with a processing function as a value, to the object passed to the Form.handleActionO method in the cart.3s controller

Answer: B

 

NEW QUESTION 117
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 containers
* Three Model 201 containers
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 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 Sets tab.
  • C. In the Product Bundles module, create a bundle named "The Basics."
  • D. In the Product Sets module, create a product set named "The Basics."

Answer: A

 

NEW QUESTION 118
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. Content slot variable
  • B. Page scope variable
  • C. Request scope variable
  • D. Session scope variable

Answer: D

 

NEW QUESTION 119
A Digital Developer needs to check for product inventory in a specific inventory list using the Open Commerce API.
An example request URL is:

Which rescurce_id value enables the appropriate resource?

  • A. /inventory_lists/**
  • B. /inventory-lists/*
  • C. /products/*
  • D. /inventory_list_search

Answer: A

 

NEW QUESTION 120
A developer has a sandbox with code to log a message during execution, and the following code:
After the code executes the developer does not see any log file with the message in the WebDEV folder.
Which two XML files should the developer import using the using-specific Merchant Tools import modules?

  • A. Promotions and Site jobs
  • B. Search settings and Promotion
  • C. Search settings and Site Jobs

Answer: B

 

NEW QUESTION 121
A client has two B2C Commerce sites in the same instance: one for the U.S. market, the other for the European market. They offer free gift wrapping on a selection of products. For each order, five products can be wrapped in the U.S., but only three products can be wrapped in the European region.
How should a developer allow the merchant to independently adjust this number?

  • A. Configure a new localizable content slot with a market-specific value.
  • B. Select the corresponding option in the system preference for Orders.
  • C. Add a new Campaign using the Online Marketing section of the Business Manager.
  • D. Create a new custom preference by extending the Site Preference object type.

Answer: D

 

NEW QUESTION 122
Below is a form definition snippet from the newsletter.xml file:
<?xml version="1.0"?>
<form 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('newsletter');
  • B. Server.forms.getForm('dwfrm_newsletter')
  • C. Server.form.getForm('dwfrm_newsletter')
  • D. Server.forms.getForm('newsletter');

Answer: D

Explanation:
En el controller:

En el Formulario:

 

NEW QUESTION 123
Which line of code creates a content slot that can be included on homepage.isml to display on the home page?

  • A. <isslot id="my_banner " description="for home page" type="global" context="homepage"/>
  • B. <isslot id="my_banner " description="for home page" context="global" context-object="${pdict.CurrentHomePage}"/>
  • C. <isslot id="my_banner " description="for home page" type="global" context="content" context-object="${pdict.ContentSearchResult.content}"/>
  • D. <isslot id="my_banner " description="for home page" context="global">

Answer: D

 

NEW QUESTION 124
A Digital Developer creates a B2C Commerce server connection in their UX Studio workspace. The Developer adds new cartridges to the workspace, but the cartridges do NOT execute as the Developer expects.
Which three things should the Digital Developer verify to ensure the cartridges are uploaded? Choose 3 answers

  • A. The cartridge is for the current version of B2C Commerce.
  • B. The credentials for the server connection are correctly entered.
  • C. The Active Server setting is enabled for the server connection.
  • D. The Auto-Upload setting is enabled for the server connection.
  • E. The server is configured to accept incoming connections.

Answer: B,C,D

 

NEW QUESTION 125
A developer is asked to improve the maintainability of a page by reducing its code repetition.
What are two techniques the developer should implement to achieve this?
Choose 2 answers.

  • A. Require and render templates with <isscript> tags
  • B. Embed partial files using ISML expressions
  • C. Use local template includes
  • D. Implement template decorators paired with replace tags

Answer: C,D

 

NEW QUESTION 126
Which two activities should an Architect encourage the replication team to follow based on S2C Commerce best practices?
Choose 2 answers

  • A. Use the undo replication process to roll back code replications only, not data replications.
  • B. Replicate the latest data to Production during periods of increased site use to ensure freshness.
  • C. Use the undo replication process to roll back to the previous replication if necessary.
  • D. Wait 15 minutes after the recreation process completes for the cache to dear automatically.

Answer: A,D

 

NEW QUESTION 127
Universal Containers wants to add a model field to each product. Products will have locale-specific model values.
How should the Digital Developer implement the requirement?

  • A. Utilize resource bundles for translatable values.
  • B. Set the model field as a localizable attribute.
  • C. Store translated model values in different fields; one field for each locale.
  • D. Add model to a new custom object with localizable attributes.

Answer: C

 

NEW QUESTION 128
Northern Trail Outfitters (NTO) Just went live after migrating its online shop to B2C Commerce from a custom eCommerce platform. NTO now needs to migrate its orders NTO cannot provide a B2C Commerce feed, but a custom export We from its current eCommerce site.
What are the correct steps to migrate these orders to B2C Commerce?

  • A. Create a B2C Commerce Support ticket and ask them to import the order flies received from Northern Trail Outfitters.
  • B. Receive the orders file and use a Job to generate the orders in B2C Commerce schema. Create a B2C Commerce Support ticket to ask them to Import the orders.
  • C. Receive the orders file and use a job to generate the orders m B2C Commerce schema. Ask the client to import them on production before the launch.
  • D. Receive the orders file and use a Job to place new orders in B2C Commerce with the order data received.

Answer: B

 

NEW QUESTION 129
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. Reports and Dashboards module
  • C. Storefront Toolkit

Answer: C

 

NEW QUESTION 130
A developer wants to configure the following products so that same search results ire returned regardless of the search term used. The search term can be bag, purse, pocketbook, and tote. Mow should the developer configure this?

  • A. Hyponyms
  • B. Synonyms
  • C. Hypernyms

Answer: C

 

NEW QUESTION 131
The Client wishes to implement a third party integration that allows for free shipping If the customer Is a member of the third party service. When the customer's order is exported to the Order Management System (OMS) it also creates a custom object in order to track additional data before sending that order data to the third-party service as well.
What technical concern should the Architect raise to protect performance and stability of the site1?

  • A. The OMS having order data sent to a thud party and related security needs.
  • B. The custom object quota and related retention or deletion needs.
  • C. The customer's order data sent to a third-party and related security needs.
  • D. The customer order quota and related retention or deletion needs.

Answer: B

 

NEW QUESTION 132
......

CCD-102 Dumps are Available for Instant Access: https://www.itexamsimulator.com/CCD-102-brain-dumps.html

Valid CCD-102 Dumps for Helping Passing CCD-102 Exam!: https://drive.google.com/open?id=1qUM5gwQhbAzYSgpcYNrWpcmt0YH_zKMU