P_C4HCD_1905 SAP Certified Development Professional - SAP Commerce Cloud 1905 Developer

Loading demo links...

Showing 7–9 of 10 questions

Question 7 (Search and Navigation)

You are creating a new SolrIndexProperty as a facet and want to define it using facet ranges.

What do you need to do to achieve that?

Select an option, then click Submit answer.

  • • Define a list of upper range boundaries in the SolrIndexProperty.
    • Trigger the generation of SolrValueRange items from the Backoffice.
     

  • • Define the cadence of the ranges in the SolrIndexProperty.
    • Provide the sample data that is used to generate the SolrValueRangeSet.
     

  • • Define the number of ranges in the SolrIndexProperty.
    • Provide sample data that is used to generate the SolrValueRange items.
     

  • • Create SolrValueRange items to define the range boundaries.
    • Create a SolrValueRangeSet, add SolrValueRange items, and add to the SolrIndexProperty.

Question 8 (Platform Features)

How many category items will the following ImpEx create?

$prodCat=electronicsProductCatalog

$version=Staged

$catVersion=catalogVersion(catalog(id[default=$prodCat]),version[default=$version])

INSERT_UPDATE Category;code[unique=true];$catVersion[unique=true]

;test_category;electronicsProductCatalog

;test_category;apparelProductCatalog:$version

;test_category;:Online

;test_category;

Select an option, then click Submit answer.

  • 2

  • 3

  • 1

  • 4

Question 9 (Search and Navigation)

Which interface would you inject into your class to allow you to trigger an indexing operation via API?

Select an option, then click Submit answer.

  • IndexerListener

  • IndexerQueryContext

  • IndexerService

  • IndexerStrategy