[Dec-2023] Salesforce CCD-102 Exam: Basic Questions With Answers
New 2023 Realistic Free Salesforce CCD-102 Exam Dump Questions and Answer
NEW QUESTION # 118
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. Set the Content Slot configuration so it is based on the system customer group registered, versus unregistered.
- B. Add specific custom messages in Page Designer 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. Write specific custom code in the Content Asset for a customer that is a registered, versus unregistered, user.
Answer: A
NEW QUESTION # 119
A developer has a specification to integrate with a REST API for retrieving traffic conditions. The service expects parameters to be form encoded.
Which service type should the developer register?
- A. HTML Form
- B. POST Form
- C. SOAP Form
- D. HTTP Form
Answer: D
NEW QUESTION # 120
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 default locale folder
- B. de_checkout. properties in resources folder
- C. checkout_de.properties in resources folder
- D. checkout.properties in the de locale folder
Answer: C
NEW QUESTION # 121
The 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
- A. Because the job would still be configured to run daily there will be a degrade in performance during non-flash sales periods
- B. The default rate limiter configuration for the web-service could cause the web-service to return an exception during high traffic.
- C. If the product Inventory threshold that triggers the web service calls is reached too often. It will have a negative Impact on site performance.
- D. If the externals hosted web-service is unreliable. It could be a point of failure in the site s order placement flow.
Answer: C,D
NEW QUESTION # 122
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 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 - B. * 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 - C. * 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 - D. * Add an action /> node to the form definition XML with the attribute formid="addRewardFa3s"
* No change to cart.3a controller required
Answer: A
NEW QUESTION # 123
A developer is configuring Payment Methods on a storefront. Which of the following considerations should be kept in rmnd while configuring payment methods,
- A. You can't delete a default payment method. You can only disable it.
- B. You can't drag and drop the column headers to change the sort order.
- C. You can add only up to 5 payment methods
Answer: A
NEW QUESTION # 124
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. Archive old log files to make room in the log directory.
- B. Ensure that the "login" category is added to the Custom Log Filters in the Log Settings Business Manager module.
- 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: B,D
NEW QUESTION # 125
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. $httpUrl('Content-Show', 'cid', 'terms-and-conditions')$
- B. $http('Content-Page', 'cid', 'terms-and-conditions')$
- C. $url('Page-Show', 'cid', 'terms-and-conditions')$
- D. $include('Page-Include', 'cid', 'terms-and-conditions')$
Answer: A
NEW QUESTION # 126
A merchant wants to obtain an export file that contains all the products .assigned to their Storefront catalog. They do not know how to achieve this easily without manual processing, so asked their developer to help Generate this. The merchant s Instance setup is as follows:
* They have one Master catalog and one storefront catalog.
* Some, but not all, of the products in the Master catalog are assigned to categories within the Storefront catalog.
Which method allows the developer to generate the export for the merchant?
- A. Using the Site Import and Export module, export the Master catalog filtered by the site catalog categories to export specific products.
- B. Using the Site Import and Export module, export both the Site catalog and the Master catalog in a single archive.
- C. Using the Catalog Import and Export module, export the Master catalog with a category-assignment search to export specific
Answer: A
NEW QUESTION # 127
A developer is implementing new Page Designer content on a merchant's Storefront and adds the line shown below to the setupCsntentSearch function in the searchHelpers.Js file.
What does this achieve?
- A. Allows filtering Page Designer pages by folder
- B. Prevents Page Designer pages from being searchable
- C. Allows Page Designer pages and components to be searchable
Answer: C
NEW QUESTION # 128
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?
- A. Store the region code value in the geolocation system attribute of the Order.
- B. Define a custom attribute on the Order system object type to store the region code value.
- C. Define a custom object type to store the username with the region code.
- D. Store the region code value in a session variable.
Answer: B
NEW QUESTION # 129
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. Search settings and Site Jobs
- B. Promotions and Site jobs
- C. Search settings and Promotion
Answer: C
NEW QUESTION # 130
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 Live export of orders during checkout via SFTP, marking the processed order as exported when it has completed successfully.
- 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 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.
Answer: C,D
NEW QUESTION # 131
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">
- C. <isslot id="my_banner" description = "for home page" context="global" context- object="${pdict.CurrentHomePage}"/>
- D. <isslot id="my_banner" description = "for home page" type="global" context="content" context- object="${pdict.ContentSearchResult.content>"/>
Answer: B
NEW QUESTION # 132
The client provided these business requirements:
* The B2C Commerce platform will integrate with the client's Order Management System (OMS).
* The OMS supports Integration us-no legacy RPC style SOAP services.
* The OMS is hosted on client s infrastructure.
What is the right cartridge folder to place the WSDL provided for the OMS service?
- A. /cartridge/services
- B. /cartridge/webreferences2
- C. /cartridge/webreferences
- D. /cartridge
Answer: C
NEW QUESTION # 133
Universal 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?
- A. Use the Site Development > Site Import & Export Business Manager module.
- B. Use the Site Development > Import & Export Business Manager module.
- C. Perform a data replication from staging.
- D. Download the site export file and use UX Studio to transfer the data to the sandbox.
Answer: A
NEW QUESTION # 134
A developer is given the requirement to add a step to the existing business logic of the registration process. How should the developer modify the route that handles the customer registration?
- A. Override the route with new functionality.
- B. Copy the code from the original route to a new controller route, and change it.
- C. Extend the route with new functionality.
- D. Change the controller route with new functionality.
Answer: B
NEW QUESTION # 135
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 Storefront catalog that contains the product is assigned to a site
- C. The product is online and searchable
- D. The product has a Price
- E. The search index is built.
Answer: B,C,E
NEW QUESTION # 136
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 server is configured to accept incoming connections.
- 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 cartridge is for the current version of B2C Commerce.
Answer: B,C,D
NEW QUESTION # 137
A new project for a Client will involve a few different Integrations to their middleware system resulting in four different web services. All will use the same credentials to the middleware. Each will have the same timeout, but will require a separate log file prefix.
How should the Architect set this up with the Service framework using a minimal set of configuration?
- A. Four Service Configurations. Four Service Profiles, One Service Credential
- B. Four Service Configurations. Four Service Profiles, Four Service Credentials
- C. Four Service Configurations. One Service Profile, One Service Credential.
- D. One Service Configuration, Four Service Profiles, One Service Credential.
Answer: C
NEW QUESTION # 138
A client has custom object definition and requirement that occasional data changes in staging also need to exist in production, Which task should the developer perform to meet these requirements when setting up the custom object?
- A. Create the custom object definition in staging as Shared
- B. Create the custom object definition in staging as Replicable
- C. Create the custom object definition in production as Replicable
- D. Create two copies of the custom object in staging and set Sharing = True.
Answer: B
NEW QUESTION # 139
Which two activities should an Architect encourage the replication team to follow based on S2C Commerce best practices?
Choose 2 answers
- A. Wait 15 minutes after the recreation process completes for the cache to dear automatically.
- B. Use the undo replication process to roll back code replications only, not data replications.
- C. Use the undo replication process to roll back to the previous replication if necessary.
- D. Replicate the latest data to Production during periods of increased site use to ensure freshness.
Answer: A,B
NEW QUESTION # 140
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 3 answers
- A. Business Manager Password
- B. Instance Version
- C. Business Manager Username
- D. Instance Hostname
- E. Keystore Password
Answer: A,C,D
NEW QUESTION # 141
......
Guaranteed Success in Salesforce Developer CCD-102 Exam Dumps: https://pass4sure.updatedumps.com/Salesforce/CCD-102-updated-exam-dumps.html