This page was exported from Free Exams Dumps Materials [ http://exams.dumpsmaterials.com ] Export date:Sun Nov 24 13:15:04 2024 / +0000 GMT ___________________________________________________ Title: Verified CCD-102 Dumps Q&As - CCD-102 Test Engine with Correct Answers [Q14-Q37] --------------------------------------------------- Verified CCD-102 Dumps Q&As - CCD-102 Test Engine with Correct Answers Pass Your CCD-102 Dumps as PDF Updated on 2022 With 67 Questions QUESTION 14Universal 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?  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.  Define a custom attribute on the Order system object type to store the region code value.  Store the region code value in a session variable. QUESTION 15The Client wants to have a flash sate on a few products every day. These products are sold through B2C Commerce as well as an in store Point of Sale system that it tied to the same inventory.An Architect analyzes the following proposed solution:Inventory feed w*l continue to run daily but add a web-service call to compare and update B2C Commerce inventory in real time during checkout after a flash product’s inventory reaches a threshold.Which two risks should the Architect communicate to the Client about this solution?Choose 2 answers  The default rate limiter configuration for the web-service could cause the web-service to return an exception during high traffic.  If the externals hosted web-service is unreliable. It could be a point of failure in the site s order placement flow.  If the product Inventory threshold that triggers the web service calls is reached too often. It will have a negative Impact on site performance.  Because the job would still be configured to run daily there will be a degrade in performance during non-flash sales periods QUESTION 16A 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?  Add component_type_inclusion in the layout json configuration  Add component_type_Exclusions in the layout json configuration  Add layout_type_inclusion in the target components json configurations.  Add layout_type_exclusion in the other asset components json configuration. QUESTION 17Given 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 StorefrontWhich action must these requirements?  Create a custom attribute on the product system object and set it as localizable.  Add a resource file for every locale for which the attribute needs to be translated.  set the product system object type as localizable. QUESTION 18Universal Containers wants to change a content slot that is currently configured to display a content asset. Now they want the slot to display the top five selling boxes for the week.Which two changes need to be made for this to occur? (Choose two.)  Change the slot’s configuration content type to “products.”  Change the slot’s configuration content type to “recommendations.”  Change the slot’s configuration template to the appropriate rendering template.  Delete the existing content asset. QUESTION 19Which two activities should an Architect encourage the replication team to follow based on S2C Commerce best practices?Choose 2 answers  Use the undo replication process to roll back to the previous replication if necessary.  Replicate the latest data to Production during periods of increased site use to ensure freshness.  Use the undo replication process to roll back code replications only, not data replications.  Wait 15 minutes after the recreation process completes for the cache to dear automatically. QUESTION 20A Digital Developer is inspecting the weekly service status report for a critical internally-hosted web service used in the application and notices that there are too many instances of unavailability.Which two solutions are possible options to reduce the unavailability of the service? Choose 2 answers  Change the code that makes the request to set the throwOnError attribute, of the service, to be true.  Modify the code that makes the request to the external service to be wrapped in a try / catch block.  Increase the web service time out.  Update the external service to have a faster response time. QUESTION 21A developer has a sandbox configured with a service and its profile and credential.. Now there is a requirement to allow changes to the service URL manually from the sandbox.Which B2C feature should the developer use to achieve the request?  Use the service credential URL field  Use the service status area, set the override URL checkbox, and then populate the URL field with the required one.  Use a Sitepreference dedicated for the service URL  Use a Globalpreference dedicated for the service URL QUESTION 22A merchant asks a developer to create a Cache Partition for the home page, so that when the home page is edited, only the home page is cleaned.Given the above requirement, where should the developer create that partition in Business Manager?  Administration > Sites > Manage Sites > Site > Cache  Operations > Site > Manage Sites > Cache  Operations > Cache > Site  Site > Site Preferences > Cache QUESTION 23A developer has the following files in template/resources:account.proiertiesweight.unit=kilosaccount_en.propiertiesweight.unit=stonesaccount_en_US.propiertiesweight.unit= poundsUsing the default locale configuration, what is the current outcome of the page that renders the account.isml template snippet below when visiting the Sofrefront with the English for Canada(en_CA) locale= Your parcel weighs 10 ${Resource.msg(‘weight.unit’,’account’)}  Your parcel weighs 10 stones.  Your parcel weighs 10 pounds.  Your parcel weighs 10 undefined.  Your parcel weighs 10 kilos QUESTION 24A 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.  Remove invalid characters from cartridge file and folder names.  Set the server connection’s target version directory to the active code version.  Remove invalid characters from the code version’s name. QUESTION 25A 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?  Change the Business Manager configuration for the quota settings.  Ask support to remove the quota limit.  Rewrite the code that is causing the overage.  Take no action, the overage will be resolved when concurrent visitors are reduced. QUESTION 26Which three configuration does a developer need to ensure to have a new product visible in the Storefront?Choose 3 answers  The product has a Price  The Storefront catalog that contains the product is assigned to a site  The product has a master product  The product is online and searchable  The search index is built. Tengo dudas con el A. REVISARQUESTION 27A merchant wants customers to be able to order gift vouchers via their site. Since they can issue an unlimited number of these digital vouchers, this item should be available to sell at all items.How can a developer use Business Manager to ensure that the gift vouchers are always available?  Check the perpetual flag in the product inventory record  Check the Available to Sell (ATS) flag dor the producto set  Set StockLevel = maxAllocation for the producto.  Manually set the inventory to a high number. QUESTION 28A developer needs to check for product inventory in all inventory lists using the Open Commerce API.An example request URL is:Which properly should the developer check in the OCAPI settings to confirm the appropriate resource is enabled?  Client_id  Ecom-inventory  Inventory_list QUESTION 29A developer working on a simple web service integration is asked to add appropriate logging to allow future troubleshooting.According to logging best practices, which code should the developer write to log when an operation succeeds, but has an unexpected outcome that may produce side effects?  Logger.info(‘Unexpected service response’)  Logger.debug(‘Unexpected service response’)  Logger.error(‘Unexpected service response’)  Logger.warn(‘Unexpected service response’) QUESTION 30During implementation, the team found that there is a notification controller exposed for an external service that marks the order as paid when notification is received. The notification URL is sent to the service together with the payment request and contains only the URL with orderlD as the parameter.What should the Architect recommend to the team in order to prevent the unauthorized usage of the controller to mark the orders as paid?  Add a customer number in the callback URL and match the customer number against the one stored on the order.  Add HTTPS restriction to the controller start node.  Add an order token in the callback URL and match the token against the one stored on the order.  Add a session attribute and validate it on the callback. QUESTION 31The Client has implemented a different category/search layout for mobile and desktop. The code uses a session attribute called deviceType to choose the corresponding layout. This attribute it populated from the browser user agent. After this implementation they have run into these problems:* Sometimes desktop pages are being served to both desktop and mobile customers.* Sometimes mobile pages ate being served to both desktop and mobile customers.The page has caching implemented that depends; on promotions. SEC is very important and the site traffic is high.Which solution should the Architect select to resolve the issue without impacting the existing requirements?  Create customer groups for desktop and mobile users and uh remote includes based on these groups to render the mobile and desktop pages  Create customer groups for desktop and mobile users and empty promotions linked to these groups to ensure different cached versions of the page.  Disable caching for these pages to ensure that the correct template is used to render the mobile and desktop pages.  Change the URL structure to include desktop and mobile as URL parameters to ensure different cached versions of the page QUESTION 32A 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?  Change the “resource_id” value to: “/baskets/*/items”.  Change the “write_attributes” value to: “(+items)”.  Change the “read_attributes” value to: “(items)”.  Change the “methods” value to: [“get”, “post”]. QUESTION 33Universal Containers created a site export file from staging in the global export directory. How should the Digital Developer update their sandbox using this staging site export file?  Perform a data replication from staging.  Use the Site Development > Site Import & Export Business Manager module.  Download the site export file and use UX Studio to transfer the data to the sandbox.  Use the Site Development > Import & Export Business Manager module. QUESTION 34A 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?  * 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  * 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  * 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  * Add an action /> node to the form definition XML with the attribute formid=”addRewardFa3s”* No change to cart.3a controller required QUESTION 35Given 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?  Set the product system object type as localizable  Add a resource file for every locale for which the attribute needs to be translated.  Set the custom attribute as localizable  Add a custom attribute for each locale QUESTION 36Which three object types can a developer import using the Merchant Tools > Content > Import & Export module in Business Manager?Choose 3 answers  Folders  Images and other static assets  Products  Content slots  Content assets QUESTION 37A Digital Developer has been given a specification to integrate with a REST API for retrieving weather conditions. The service expects parameters to be form encoded.Which service type should the Developer register?  HTTP Form  WebDAV  SOAP  FTP  Loading … Pass Salesforce CCD-102 Exam Info and Free Practice Test: https://www.dumpsmaterials.com/CCD-102-real-torrent.html --------------------------------------------------- Images: https://exams.dumpsmaterials.com/wp-content/plugins/watu/loading.gif https://exams.dumpsmaterials.com/wp-content/plugins/watu/loading.gif --------------------------------------------------- --------------------------------------------------- Post date: 2022-11-19 12:59:03 Post date GMT: 2022-11-19 12:59:03 Post modified date: 2022-11-19 12:59:03 Post modified date GMT: 2022-11-19 12:59:03