SAP Commerce Cloud Quiz

SAP Commerce Cloud Quiz

Professional Development

30 Qs

quiz-placeholder

Similar activities

Front End Forge Final

Front End Forge Final

Professional Development

25 Qs

100Devs - LwL - Class01 - Internet and HTML Basics

100Devs - LwL - Class01 - Internet and HTML Basics

9th Grade - Professional Development

32 Qs

Pre Test Training SAP MM

Pre Test Training SAP MM

Professional Development

26 Qs

C Language Test 3

C Language Test 3

Professional Development

25 Qs

C Language Test - 2

C Language Test - 2

Professional Development

25 Qs

Web-design Midterm Study Guide

Web-design Midterm Study Guide

Professional Development

31 Qs

ABAP Exam

ABAP Exam

Professional Development

26 Qs

HTML Quiz Review

HTML Quiz Review

5th Grade - Professional Development

30 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?