[Aug-2022] Feel Salesforce CCD-102 Dumps PDF Will likely be The best Option [Q71-Q96]

Share

[Aug-2022] Feel Salesforce CCD-102 Dumps PDF Will likely be The best Option

CCD-102 exam torrent Salesforce study guide

NEW QUESTION 71
A Digital Developer is working on a multi-site realm. A new site requires a different layout for the account landing page. The business logic and data model remain the same. The existing code is in AccountCoatrol.-s and accountlanding.isul in the app_at storefront cartridge The app_3torefront cartridge contains code for all other business functions. The cartridge path for the new site is currently int_cybersource: mc_];aypal:app_storefront.
The Developer creates a new cartridge named app_newsire that contains only the accountlanding.isml template for the new site.
Which modification should be made to the new cartridge path?

  • A. Set the cartridge path so that app_newsite is before app_storefront.
  • B. Set the cartridge path to include only app_newsite.
  • C. Set the cartridge path so that app_storefront is before int_cybersource.
  • D. Set the cartridge path so that app_newsite is after app_storefront.

Answer: A

 

NEW QUESTION 72
A developer is asked to create a controller endpoint that will be used in a client-side AJAX request. Its purposes is to display updated information to the user when the request is completed, without otherwise modifying the appearance of the current page.
According to SFRA practices, which method best supports this objective?

  • A. res.json()
  • B. res.render()
  • C. res.print()

Answer: A

 

NEW QUESTION 73
Which two methods are efficient and scalable? Choose 2 answers

  • A. ProductSearchHit.getRepresentedProductsQ
  • B. ProductMgr.queryAllSiteProducts()
  • C. Category.getProducts()
  • D. ProductSearchModel.getProductSearchHits()

Answer: D

 

NEW QUESTION 74
There are three logging categories: category1, category1.eu, and category1.us.
In Business Manager, category1 is enabled for WARN level and no other categories are configured. All custom log targets are enabled.
The code segment below executes.

What is the result'

  • A. Logs will be written to the log file with a prefix custom-loggerFile.
  • B. Logs will be written to the log file with a prefix customwarn.
  • C. Logs will be written to the log file with a prefix loggerFile.
  • D. Logs will not be written.

Answer: A

 

NEW QUESTION 75
A Digital Developer is working on a multi-site realm. A new site requires a different layout for the account landing page. The business logic and data model remain the same. The existing code is in AccountControl.js and accountlanding.isml in the app_storefront cartridge. The app_storefront cartridge contains code for all other business functions. The cartridge path for the new site is currently int_cybersource:int_paypal:app_storefront.
The Developer creates a new cartridge named app_newsite that contains only the accountlanding.isml template for the new site.
Which modification should be made to the new cartridge path?

  • A. Set the cartridge path so that app_storefront is before int_cybersource.
  • B. Set the cartridge path so that app_newsite is before app_storefront.
  • C. Set the cartridge path to include only app_newsite.
  • D. Set the cartridge path so that app_newsite is after app_storefront.

Answer: A

 

NEW QUESTION 76
A developer has custom debug statements in a script, but the messages are not showing up in the Storefront Toolkit Request Log.
Which step needs to be completed to get the messages to appear in the Request Log?

  • A. In Custom Log Settings, check the DEBUG box for Select Log Levels Written to Files.
  • B. In Global preferences, check the box for Enable custom logging in Request Log.
  • C. In custom Log Settings, activate the loggin category at DEBUG level.
  • D. In Site Preferences, check the box for Enable custom Logging in Request Log

Answer: A

 

NEW QUESTION 77
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 three.)

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

Answer: B,D,E

 

NEW QUESTION 78
A merchant has reported that customers are seeing low stock items at the top of their search results, giving them a subpar customer experience and impacting conversion.
How might this issue be resolved to ensure a better customer journey?

  • A. Create a job that sets all unavailable products to be hidden. Schedule the job to run hourly to clean up the catalog on a regular basis.
  • B. In Business Manager, enter a higher boost factor for availability in Searchable Attributes.
  • C. In Business Manager, select Show Orderable Products Only at the root level to hide any products that are currently out of stock.
  • D. In Business Manager, set an availability low ranking threshold in Search Preferences.

Answer: A

 

NEW QUESTION 79
Given the following ISML example, how should a developer reference the product object in the current iteration of the basket?
<isloop items ="${pdict.Basket.products}" var="product" status= "loopstatus">
...
</isloop>

  • A. pdict.Basket.products{loopstatus}
  • B. product
  • C. pdict.product
  • D. loopstatus.product

Answer: B

Explanation:

 

NEW QUESTION 80
Given a template rendered by a controller with caching and a remote include without caching, which situation applies?

  • A. The page is not cached because the remote include introduces an uncached portion.
  • B. The page is cached only for returning customers because of the remote include.
  • C. The remote include portion is not cached, but the rest of the page is cached.
  • D. Both the remote include portion and the rest of the page are cached.

Answer: C

 

NEW QUESTION 81
A developer needs to show only car accessories when shoppers use the search term car accessories and exclude technology accessories and household accessories.
Given the above requirement, what is the recommended approach using the Search Dictionaries Dashboard?

  • A. Create a Common Phrase Dictionary entry: car accessories, NOT household, NOT technology.
    Use search mode Exact Match.
  • B. Create a Synonym Dictionary entry: car accessories, household, technology.
    Use search mode First Word.
  • C. Create a Common Phrase Dictionary entry: car accessories.
    Use search mode Exact Match.
  • D. Create a Synonym Dictionary entry: car accessories, household, technology.
    Use search mode Exact Match

Answer: C

 

NEW QUESTION 82
A developer is using the Script Debugger to troubleshoot an issue. They observe that the debugger is not able to resolve a specific breakpoint on one of the scripts. What is a possible reason for this issue?

  • A. The script is form a third party cartridge and hence does not allow_settings breakpoints.
  • B. The cartridge containing the script is not in the site's cartridge path
  • C. The script debugging session is not active

Answer: B

 

NEW QUESTION 83
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".
  • B. Change the "read_attributes" value to: " (items) ".
  • C. Change the "write_attributes" value to: " (+items) ".
  • D. Change the "methods" value to: ["get", "post"].

Answer: A

 

NEW QUESTION 84
Server.get('Show', consentTracking.consent, cache.applyDefaultCache, function (req,res,next){ Var Site = require('dw/system/Syte"); Var pageMetaHelpter = require('*/cartridge/scripts/helpers/pageMetaHelper'); pageMetaHelpter.setPageMetaTags(req.pageMetaData, Site.current); res.render('/home/homePage'); Missing code here
}, pageMetadata.computedPageMetadata);
The controller endpoint code snippet above does not work.
Which line of code should the developer use to replace line 6 and correct the problem?

  • A. next();
  • B. req.next();
  • C. return res;C. res.next();

Answer: A

 

NEW QUESTION 85
A job executes a pipeline that makes calls to an external system.
Which two actions prevent performance issues in this situation? (Choose two.)

  • A. Configure a timeout for the script pipelet.
  • B. Disable multi-threading.
  • C. Use asynchronous import or export jobs.
  • D. Use synchronous import or export jobs

Answer: A,B

 

NEW QUESTION 86
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 Jurisdiction is missing
  • B. Tax Locale is configured wrong
  • C. Tax Region is configured wrong.
  • D. Tax Country is missing

Answer: A,B

 

NEW QUESTION 87
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. Add a resource file for every locale for which the attribute needs to be translated.
  • B. Add a custom attribute for each locale
  • C. Set the product system object type as localizable
  • D. Set the custom attribute as localizable

Answer: D

 

NEW QUESTION 88
Universal Containers has expanded its implementation to support German with a locale code of de. The current resource bundle is checkout.properties.
To which file should the developer add German string values?

  • A. checkout.properties in the de locale folder
  • B. de_checkout. properties in resources folder
  • C. checkout_de.properties in resources folder
  • D. checkout.properties in the default locale folder

Answer: C

 

NEW QUESTION 89
In order to implement site custom functionality, a developer creates a new cartridge.
Which step should the developer take to ensure their cartridge changes take effect?

  • A. Rebuild the site indexes to capture incremental changes.
  • B. Add the new cartridge to the cartridge path for the relevant Storefront site.
  • C. Add the new cartridge to the cartridge path for the business Manager site.

Answer: B

 

NEW QUESTION 90
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.addresssid.invalidateFormElement();
  • B. addressForm.invalidateFormElement("addressid");
  • C. addressForm.invalidateFormElement(addressForm.addressid);
  • D. addressForm.addresssid.invalidateFormElement = true;

Answer: C

 

NEW QUESTION 91
Which code sample is required to use a custom tag provided in SiteGenesis in an ISML template?

  • A. <isscript>
    dw.util.CustomTagMgr.createCustomTag("mytag"); <isscript>
  • B. <isinclude url="${URLUtils.url("CustomTag-Start")}>
  • C. <isinclude template="util/modules">
  • D. <isinclude template="util/customtags">

Answer: C

 

NEW QUESTION 92
Which three configuration does a developer need to ensure to have a new product visible in the Storefront?
Choose 3 answers

  • A. The product has a master product
  • B. The product is online and searchable
  • C. The product has a Price
  • D. The search index is built.
  • E. The Storefront catalog that contains the product is assigned to a site

Answer: B,D,E

 

NEW QUESTION 93
A developer cannot create a custom object in Business Manager because the attributes do not show. The developer can view the object but not the attributes.
Which action should the developer take to resolve the problem?

  • A. Create an attribute Group with the desired attributes in it.
  • B. Set the attributes to site-specific replicable.
  • C. Change the data type of the attributes.

Answer: A

 

NEW QUESTION 94
A Digital Developer adds the following line of code to a script.
dw.system.Logger.getLogger{'login').debug{"Login API has succeeded");
The code executes without error; however, the log file on disk does NOT contain the log message.
Which two actions should be completed to write the log message to disk? Choose 2 answers

  • A. Ensure that the "login" category is added to the Custom Log Filters in the Log Settings Business Manager module.
  • B. Archive old log files to make room in the log directory.
  • C. Ensure that the debug log level has been added to the custom log level types in the Global Preferences business manager module.
  • D. Ensure that the debug log level is enabled to write to file in the Custom Log Settings Business Manager module.

Answer: A,D

 

NEW QUESTION 95
A Digital Developer added a file named MyBusinessController.js in the cartridge named app_project. The project design calls for this new file to override MyBusinessController.js in client_project. The client_project cartridge contains other necessary functionality. Additional functionality is also included in the storefront_core and storefront_controllers cartridges.
Which cartridge path meets the project requirements?

  • A. app_project:client_project:storefront_controllers:storefront_core
  • B. app_project:storefront_controllers:storefront_core
  • C. client_project:app_project:storefront_controllers:storefront_core
  • D. storefront_core:storefront_controllers:client_project:app_project

Answer: A

 

NEW QUESTION 96
......


Salesforce CCD-102 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Working with Plugin Cartridges
  • Overview of B2C Commerce
  • Resource API & Resource Bundles
Topic 2
  • Creating a JavaScript Controller
  • Salesforce B2C Commerce Overview
Topic 3
  • Creating Custom Components
  • Server-Side Validation Script
  • Configuring OCAPI Settings
Topic 4
  • Introduction to JavaScript Controllers
  • Conditional Statements & Loops
Topic 5
  • Storefront Reference Architecture Tools
  • Accessing Storefront Reference Architecture
Topic 6
  • Client-Side Validation Script
  • Reusing Code in Templates
  • B2C Commerce Script API

 

Use Valid New CCD-102 Test Notes & CCD-102 Valid Exam Guide: https://www.pass4surecert.com/Salesforce/CCD-102-practice-exam-dumps.html

CCD-102 Actual Questions Answers PDF 100% Cover Real Exam Questions: https://drive.google.com/open?id=19GZWybw2fVN-7Ovi34YxgQ_3tN-C3UHa