Comm-Dev-101 Exam Question 61

A 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?
  • Comm-Dev-101 Exam Question 62

    Given the code snippet aboce, what should be added after this code so it can be used for page component display?
  • Comm-Dev-101 Exam Question 63

    Given the following conditions:
    Site export file with a copy of the Storefront data for a custom site
    Sandbox with the custom site code, but no Storefront data
    Requirement for a working copy of SFRA for development reference
    A developer is assigned the following Business manager tasks:
    A) Import the custom Site using Site Import/Export
    B) Import the SFRA Demo Sites using Site Import/Export
    C) Rebuild the custom Site search indexes
    In what sequence should the developer perform the tasks, so that the custom Site displays the products as intended?
  • Comm-Dev-101 Exam Question 64

    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?
  • Comm-Dev-101 Exam Question 65

    In the SFRA Page controller, the following route exists:

    The result of navigating to the address below is an error page.

    What is the correct way to use this controller route in an ISML template? A)

    B)

    C)