Easter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

P_C4H340_34 Sample Questions Answers

Questions 4

What do you set up to create visibility rules for specific product items for a user group?

Options:

A.

A type access right on the Product type for the user group

B.

A search restriction on the UserGroup type

C.

A search restriction on the Product type for the user group

D.

A type access right on the UserGroup type

Buy Now
Questions 5

In an Accelerator-based storefront, which of the following would allow you to display a custom ======

CMS Component? Note: There are 2 correct answers to this question.

Options:

A.

Create a JSP named [componentTypeCode].jsp that pulls data from a [ComponentTypeCode]Data

object.

B.

Configure a custom controller bean and redefine the DefaultCMSComponentController alias to

point to it.

C.

Configure a renderer in the cmsComponentRendererRegistry that doesn’t need to use a data

object or a view.

D.

Create a controller for this component and register it in the cmsComponentControllerRegistry

Buy Now
Questions 6

How are relations modeled in the database? Note: There are 2 correct answers to this question.

Options:

A.

One-to-many relations are stored in the links table.

B.

One-to-many relations are binary objects.

C.

One-to-many relations are stored in a column.

D.

Many-to-many relations are deployed as a table.

Buy Now
Questions 7

You have these example item types defined in myext-items.xml:What additional steps are needed

to support the identification attribute?

< ?xml version="1.0" encoding="ISO-8859-1"? >

< items >

< itemtype code="Passport" autocreate="true" generate="true" >

< deployment typecode="8995" table="passport" />

< attributes > ... < /attributes >

< /itemtype >

< itemtype code="Student" extends="Customer" autocreate="true" generate="true" >

< attributes >

< attribute type="localized:Passport" qualifier="identification" >

< persistence type="property" />

< /attribute >

< /attributes >

< /itemtype >

< /items >

What additional steps are needed to support the identification attribute?

Define a one-to-many relation between Student and Passport using a relation tag with

parameter localized="true".

Add a maptype tag for localized:Passport with parameters argumenttype="Language" and

returntype="Passport".

Run an ant updatesystem command. A passportlp table will be generated to store the

localized property values.

Define a localized Passport attribute for the Student type in

myext/resources/localization/myext-locales_XY.properties.

Question

Customer Experience

Options:

A.

Define a one-to-many relation between Student and Passport using a relation tag with parameter

localized="true".

B.

Add a maptype tag for localized:Passport with parameters argumenttype="Language" and

returntype="Passport".

C.

Run an ant updatesystem command. A passportlp table will be generated to store the localized

property values.

D.

Define a localized Passport attribute for the Student type in myext/resources/localization/myextlocales_XY.properties.

Buy Now
Questions 8

Where are enumerations stored? Note: There are 2 correct answers to this question.=======

Options:

A.

Dynamic enumerations are stored in the active session.

B.

Non-dynamic enumerations are stored as SpEL lists in Spring.

C.

Dynamic enumerations are stored in the database.

D.

Non-dynamic enumerations are stored as enumeration classes.

Buy Now
Questions 9

The miniature car replicas your company sells on its site are now available in a choice of colors,

each at a different price point. You wish your product page to allow your customers to select the

color before adding the replica to the cart. To complicate things, your boss won’t let you restart

your production servers to add this functionality. What entities would you have to create to

achieve this?

Options:

A.

A ConfigurationCategory, an AbstractConfiguratorSetting for color, a ConfiguratorType, and an

OrderEntryProductInfo for each color a given replica is available in.

B.

A VariantCategory for color, a VariantValueCategory for each color, and a GenericVariantProduct

for each color a given replica is available in.

C.

A ClassficationCategory, a ClassificationAttribute for color, a ClassificationAttributeUnit, a

ClassificationAttributeValue for each color a given replica is available in, and a

ClassAttributeAssignmentModel instance to tie them together.

D.

A ComposedType, that extends the VariantProduct type to add a color attribute, and an instance

of this type for each color a given replica is available in.

Buy Now
Questions 10

To install and configure the Solr server in cloud mode, which sequence of steps should you use?

Options:

A.

Disable the autostart for the default instance. Enable the autostart for the cloud instance. Set the

cloud instance mode to true.

B.

Disable the autostart for the cloud instance. Enable the autostart for the default instance. Set the

default instance mode to cloud.

C.

Disable the autostart for the default instance. Enable the autostart for the cloud instance. Set the

cloud instance mode to cloud.

D.

Disable the autostart for the cloud instance. Enable the autostart for the default instance. Set the

cloud instance mode to true.

Buy Now
Questions 11

What Solr index operation uses the indexedProperties field on the SolrExtIndexerCronJob?

Options:

A.

FULL

B.

UPDATE

C.

DELETE

D.

PARTIAL_UPDATE

Buy Now
Questions 12

Which of the following configurations can be done to a ContentSlot? Note: There are 2 correct =======

answers to this question.

Options:

A.

Assign it to a maximum of one page using a ContentSlotForPage item.

B.

Add a list of CMSComponents to it.

C.

Assign it to one or more pages using ContentSlotForPage items.

D.

Define valid CMS Components for it by modifying the ElementsForSlot relation.

Buy Now
Questions 13

When using monitoring support in the integration API Module, What should you pay attention to?

Options:

A.

As, it’s not possible to disable the monitoring on a running server, you need to change the dedicated propertiesin the local properties

B.

You can monitor the inbound integration requests using the Meta API.

C.

If the number of batches in a bulk requests exceeds the time allowed, then thesystem records one inboundrequest with the payload.

D.

In outbound monitoring, if the source of the outbound request is not from outbound sync or webhooks, it isset as UNKNOW

Buy Now
Questions 14

How can CronJobs be started or aborted? Note: There are 3 correct answers to this question.

Options:

A.

CronJobs can be started manually using flexible search.

B.

CronJobs can be aborted automatically if a configurable time threshold is exceeded.

C.

CronJobs can be started manually via the Backoffice administration perspective.

D.

CronJobs can be aborted only if implemented as abortable.

E.

CronJobs can be started manually via the command line by running "ant runcronjob".

Buy Now
Questions 15

You restart the platform without running "ant all". Which of the following changes take effect?

Note: There are 2 correct answers to this question.

Options:

A.

Addition of a Spring bean definition

B.

Removal of an extension from the localextensions.xml file

C.

Definition of a new item type in the items.xml file for an extension

D.

Changes to database properties in the local.properties file

Buy Now
Questions 16

Which of the core storefront features does Spartacus support? Note: There are 3 correct answers

to this question.

Options:

A.

Customer Interests

B.

Wish List

C.

B2B Scheduled Replenishment

D.

Newsletter Subscription

E.

Configurable Promotions

Buy Now
Questions 17

How can you start a business process in SAP Commerce Cloud? Note: There are 2 correct answers

to this question.

Options:

A.

Use the hot folder functionality by creating a file in the configured hot file.

B.

Use the Backoffice Business Process section.

C.

Invoke the appropriate method of the BusinessProcessService from a script in the hybris

Administration Console (hAC) scripting console.

D.

Invoke the appropriate method of the BusinessProcessService from Java code

Buy Now
Questions 18

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

API?

Options:

A.

IndexerStrategy

B.

IndexerQueryContext

C.

IndexerListener

D.

IndexerService

Buy Now
Questions 19

How is the primary key (PK) for an SAP Commerce Cloud item created? Note: There are 2 correct

answers to this question.

Options:

A.

It is automatically generated and assigned.

B.

It is generated from a counter and the type code of the item.

C.

It is generated from the item’s unique business key(s).

D.

It is provided by the user in the Create wizard or as a column value in ImpEx.

Buy Now
Questions 20

What attributes can you set for a SearchRestriction? Note: There are 2 correct answers to this

question.

Options:

A.

restrictedType

B.

currentUser

C.

principal

D.

argumentType

Buy Now
Questions 21

What are AddOns specifically designed to allow an SAP Commerce developer to do? Note: There

are 2 correct answers to this question.

Options:

A.

Extend the Accelerator storefront.

B.

Extend the Backoffice.

C.

Provide additional RESTful web services for OCC.

D.

Provide a new web application.

Buy Now
Questions 22

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?

Options:

A.

Manually create SolrValueRange items to define the range boundaries.

Create a SolrValueRangeSet, add SolrValueRange items, and add to the SolrIndexProperty.

B.

Define the number of ranges in the SolrIndexProperty.

Provide sample data that is used to

generate the SolrValueRange items.

C.

Define the cadence of the ranges in the SolrIndexProperty.

Provide the sample data that is used

to generate the SolrValueRangeSet.

D.

Create SolrValueRange items to define the range boundaries.

Add them to the SolrIndexProperty

Buy Now
Questions 23

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;

Options:

A.

1

B.

3

C.

4

D.

2

Buy Now
Questions 24

You want to add a new feature using a classification system. What should you pay

attention to? Note: There are 2 correct answers to this question.

Options:

A.

Use feature descriptor values if the values of the new feature are limited to a selection.

B.

Create an empty classification unit even if the new feature doesn’t have a unit.

C.

Use a feature descriptor to represent the name of the new feature and assign it to the product.

D.

Create a classifying category with an attribute assignment model and assign it to the product.

Buy Now
Exam Code: P_C4H340_34
Exam Name: SAP Certified Development Professional - SAP Commerce Cloud Developer
Last Update: May 14, 2024
Questions: 82
$64  $159.99
$48  $119.99
$40  $99.99
buy now P_C4H340_34