Question: 1
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?
Question: 2
A Digital Developer selects ''Show Orderable Products Only'' in the Search > Search Preferences Business Manager module.
Which business goal does this accomplish?
Question: 3
Universal Containers specifies a new category hierarchy for navigating the digital commerce storefront. A Digital Developer uses Business Manager to manually create a catalog with the specified category hierarchy, then uses the Products & Catalogs > Import & Export module to export the catalog as a file.
How can other Developers with sandboxes on the same realm create the same catalog in their own sandboxes?
Question: 4
Which three object types can a developer import using the Merchant Tools > Content > Import & Export module in Business Manager? (Choose three.)
Question: 5
Given the following ISML example, how should a developer reference the product object in the current
iteration of the basket?
<isloop tems =''${pdict.Basket.products}'' var=''product'' status= ''loopstatus''>
...
</isloop>