[Oct 17, 2022] Fully Updated Free Actual Salesforce CCD-102 Exam Questions
Free CCD-102 Questions for Salesforce CCD-102 Exam [Oct-2022]
Understanding functional and technical aspects of B2C Commerce Developer with SFRA
The following will be asked from you in the SALESFORCE CCD-102 exam dumps:
- Given a situation, set up a statement layout to meet business necessities
NEW QUESTION 69
Universal Containers needs to have Apple Pay disabled for the country of Spain. Which Business Manager module should the Developer use to meet this requirement?
- A. Merchant Tools > Ordering > Payment Processors
- B. Merchant Tools > Site Preferences > Apple Pay
- C. Merchant Tools > Site Preferences > Payment Types
- D. Merchant Tools > Ordering > Payment Methods
Answer: B
NEW QUESTION 70
A developer is importing edits for two different sites into the same sandbox, and is provided with four different files.
Which two XML files should the developer import using the site-specific Merchant Tools import modules, instead of the Administration section import modules?
Choose 2 answers.
- A. Site Jobs (sites)
- B. Promotions ( en sites y en online marketing)
- C. Search Settings En (search y en Sites)
- D. System type extensions (solo en Sites)
Answer: B,C
NEW QUESTION 71
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 > Import & Export Business Manager module.
- B. Download the site export file and use UX Studio to transfer the data to the sandbox.
- C. Perform a data replication from staging.
- D. Use the Site Development > Site Import & Export Business Manager module.
Answer: D
NEW QUESTION 72
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. In Business Manager, set an availability low ranking threshold in Search Preferences.
- B. In Business Manager, select Show Orderable Products Only at the root level to hide any products that are currently out of stock.
- C. In Business Manager, enter a higher boost factor for availability in Searchable Attributes.
- D. 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.
Answer: D
NEW QUESTION 73
Universal 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.)
- A. Change the slot's configuration template to the appropriate rendering template.
- B. Change the slot's configuration content type to "recommendations."
- C. Change the slot's configuration content type to "products."
- D. Delete the existing content asset.
Answer: A,B
NEW QUESTION 74
A Digital Developer has a site export file on their computer that needs to be imported into their sandbox.
How should the developer update their sandbox with the data in this file?
- A. Upload and import the file using the local option within the Site Import & Export Business Manager module.
- B. Connect and import the file using the remote option within the Site Import & Export Business Manager module.
- C. Upload the file to the Static WebDAV directory and import using the Import & Export Business Manager module.
- D. Upload the file to the Impex WebDAV directory and import using the Site Import tool within UX Studio.
Answer: A
NEW QUESTION 75
A Digital Developer suspects a logical error in a script.
Which action will help locate the error?
- A. Check request logs for evidence of the logical error.
- B. Put breakpoints in the code, debug, and examine variable values.
- C. Print all values in the script node called before the current script.
- D. Submit a support ticket to B2C Commerce.
Answer: A
NEW QUESTION 76
A developer needs to perform the same additional checks before completing multiple routes in a custom controller, in order to decide whether to render a template or redirect the user to a different page.
According to SFRA best practices, what is the correct approach to improve code reusability in this scenario7
- A. Append a new function to all the existing routes with the server module.
- B. Define a new middleware function and use it in the existing routes.
- C. Use the superModule property in the existing routes to extend their functionality.
- D. Replace the existing routes by creating a controller in separate new cartridge.
Answer: B
NEW QUESTION 77
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. Business Manager Username
- B. Keystore Password
- C. Instance Hostname
- D. Business Manager Password
- E. Instance Version
Answer: B,C,D
NEW QUESTION 78
A Digital Developer is asked to optimize controller performance by lazy loading scripts as needed instead of loading all scripts at the start of the code execution.
Which statement should the Developer use to lazy load scripts?
- A. local include
- B. $.ajax () jQuery method
- C. importPackage () method
- D. require () method
Answer: D
NEW QUESTION 79
When inspecting the weekly service status report for a critical internally hosted web service used in the application, a developer notices that there are too many instances of unavailability.
Which two solutions can reduce the unavailability of the service?
Choose 2 answers.
- A. Update the service to have a faster response time.
- B. Modify the code that makes the request to the external service to be wrapped in a try/catch block.
- C. Change the code that sets the throwOnError attribute of the service to be true.
- D. Increase the web service time out
Answer: B,D
Explanation:
NEW QUESTION 80
A merchant has complained to the developers that some products are not appearing in the storefront and has asked them to diagnose and solve the issue.
Which two factors might be causing a product to be hidden?
Choose 2 answers
- A. Product lacks a price.
- B. Product is not online.
- C. Product has been set to searchable.
- D. Product does not have any images.
- E. Product Available to sell is <1.
Answer: A,D
NEW QUESTION 81
A Digital Developer is working on a project to convert a pipeline to a JavaScript controller. UX Studio has a functioning pipeline debugger configured for the site. Assume the Developer will add a breakpoint to the controller when it is written.
What must be done in order to use the debugger with the new controller when it is written?
- A. Create and use a new controller debug configuration.
- B. Modify the debugger configuration and use the existing pipeline debugger.
- C. Create and use a new script debug configuration.
- D. Use the existing pipeline debugger.
Answer: C
NEW QUESTION 82
A client that sells to multiple countries in Europe needs to disable Apple Pay for Denmark.
Which Business Manager module is used to achieve this requirement?
- A. Payment Methods
- B. Payment Processors
- C. Apple Pay
- D. Locale Payments
Answer: C
NEW QUESTION 83
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="addRewardFa3s"
* No change to cart.3a controller required - 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 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 - 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: C
NEW QUESTION 84
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 debug log level has been added to the custom log level types in the Global Preferences business manager module.
- 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 is enabled to write to file in the Custom Log Settings Business Manager module.
- D. Archive old log files to make room in the log directory.
Answer: B,C
NEW QUESTION 85
A developer has configured the following log levels for categories & sub categories as WARN logging is enabled for 'product' and DEBUG for "product.import" What will be the log level used for various categories and sub-categories?
- A. WARN and ERROR are lugged for product" and all its subcategories. For the subcategory 'product.import' DEBUG and INFO are also logoed
- B. WARN and FRROR ate lugged for product" and all its subcategories.
- C. WARN and ERROR are logged fix product' and all its subcategories. For the subcategory'' product.import* DEBUG and INFO are not logged.
Answer: A
NEW QUESTION 86
A developer wants to configure multiple products that should only be sold as a group. It should not be possible for buyers to buy these products individually. How should the developer configure the products?
- A. Variation Group
- B. Bundle
- C. Set
Answer: B
NEW QUESTION 87
......
Validate your CCD-102 Exam Preparation with CCD-102 Practice Test: https://www.practicevce.com/Salesforce/CCD-102-practice-exam-dumps.html
Get all the Information About Salesforce CCD-102 Exam 2022 Practice Test Questions: https://drive.google.com/open?id=1Rg9fCQ5MjZBiGqQWzNd-ObRN0FysS5dg