SAP Commerce Cloud Quiz

SAP Commerce Cloud Quiz

Professional Development

30 Qs

quiz-placeholder

Similar activities

This is crazy

This is crazy

KG - Professional Development

25 Qs

react-additional-class

react-additional-class

Professional Development

26 Qs

Python quiz 1

Python quiz 1

7th Grade - Professional Development

30 Qs

HTML and CSS

HTML and CSS

Professional Development

30 Qs

PLD_FinalsSAT Quiz

PLD_FinalsSAT Quiz

Professional Development

25 Qs

LIST-TUPLES-SET-DICTIONARY

LIST-TUPLES-SET-DICTIONARY

Professional Development

25 Qs

Coding-SAGA

Coding-SAGA

Professional Development

30 Qs

Chapter 9 : Application Testing

Chapter 9 : Application Testing

Professional Development

27 Qs

SAP Commerce Cloud Quiz

SAP Commerce Cloud Quiz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Nitin Gupta

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In SAP Hybris, what is required for a coupon to be applied to an order?

The coupon code must be valid and not expired.

The coupon must be associated with a valid promotion rule.

The order must meet the conditions specified in the promotion.

All of the above.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a hot-folder in SAP Commerce?

To monitor and update product information on a regular schedule.

To automatically import/export files from the SAP Commerce system to/from external systems like ERP.

To store temporary session data for users.

To manage caching and improve website performance.

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

For the following query to be imported successfully what changes need to be done ? $productCatalog=apparelProductCatalog

$productCatalogName=Apparel Product Catalog INSERT_UPDATE ApparelProduct;code;$catalogVersion;unit(code); supercategories(code,$catalogVersion)

;300441142;;pieces;Blue Tomato,caps

No changes

change the attribute header INSERT_UPDATE to INSERT_UNIQUE

Add macro for catalogVersion and mark code with [unique=true]

use the type Product instead of ApparelProduct

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When do you use cluster aware events ?

when you run a cluster all events need to be cluster aware

since SAP Hybris V6 all events are cluster aware

when you need to run an event from a specific node

when you need to broadcast an event to all nodes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is wrong with the following item type definition ?

<itemtype code="Subscription" extends="GenericItem">

<attributes>

<attribute type="java.lang.String" qualifier="code">

<persistence type="property" />

<modifiers unique="true"/>

</attribute>

</attributes>

<indexes>

<index name="codeIdx">

<key attribute="code"/>

</index>

</indexes>

</itemtype>

missing a Jalo class definition

an index needs to be on at least two attributes

GenericItem is not a valid item

missing deployment data

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What configuration file has the highest priority ?

project.properties from the platform extension

advanced.properties from the platform extension

local.properties from the config extension

local.properties from the custom extension

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is this a valid Flexible Search Query ?

select {p.description[fr]:o} from {Product as p} where {p:pk} in

( {{ select {p:pk} from {product as p} where {p:code} like '%0%' }} )

no

yes if we delete :o

yes if we delete the whole where statement

yes

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?