Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

P_C4H340_34 SAP Certified Development Professional - SAP Commerce Cloud Developer Questions and Answers

Questions 4

What can you configure on the Endpoint Configuration page in Cloud Portal? Note: There are 3

correct answers to this question.

Options:

A.

SSL Certificate

B.

IP Filter Sets

C.

Trusted Certificates

D.

Redirect Sets

E.

Host Alias Sets

Buy Now
Questions 5

How does SAP Commerce cloud, composable storefront compare to the SAP Commerce Cloud Accelerators? Note: There are 2 correctanswers to this question.

Options:

A.

They have the same feature parity, but Spartacus is more upgradable.

B.

Accelerators are JSP-based while Spartacus is JavaScript-based.

C.

They are both using OCC API to connect to the commerce platform.

D.

They are both extensible according to project requirement.

Buy Now
Questions 6

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 7

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 8

When a customer places an order using the default order management process defined in the

Yacceleratorfulfilmentprocess extension, when does the fulfillment process send the notification

that the order has been placed?

Options:

A.

After the order has been fraud checked

B.

After the order has been completely sourced

C.

At the first stage of the fulfillment process

D.

After the payment has been processed

Buy Now
Questions 9

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 10

What are the advantages of using classification attributes? Note: There are 2 correct answers to

this question.

Options:

A.

Cached classification attributes provide better performance than fixed properties.

B.

Classification attributes are applied dynamically in response to customer actions.

C.

Business users can create or modify classification attribute definitions using the Backoffice.

D.

When modifying, Rebuilding and redeployment are NOT required.

Buy Now
Questions 11

Which component configurations does the ServiceLayer architecture promote? Note: There are 3 =====

correct answers to this question.

Options:

A.

Services orchestrate Strategies

B.

Services orchestrate Converters

C.

Facades orchestrate Converters

D.

Facades orchestrate Strategies

E.

Facades orchestrate Services

Buy Now
Questions 12

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 13

When you are defining properties in manifest.json, which of the following attributes are you

allowed to use? Note: There are 3 correct answers to this question.

Options:

A.

value

B.

name

C.

environment

D.

key

E.

persona

Buy Now
Questions 14

You are creating a business process (mybusinessprocess) that requires an action (actionB) to pass

an info String value to another action (actionE) occurring later in the process. What do you need to

do to make this possible? Note: There are 2 correct answers to this question.

Options:

A.

Create a myBusinessProcess item type that extends BusinessProcess and adds an info String

property. Use an instance of this type to start the process in your Java code with

businessProcessService.startProcess(new myBusinessProcessModel).

B.

Create a myBusinessProcess item type that extends BusinessProcess and adds an info String

property. Specify myBusinessProcessModel as the processClass argument to the process

C.

Create an event myEvent that extends the AbstractProcessEvent and adds an info String property.

Register the target action as a listener for this event. Fire the event with eventService.publishEvent

(myEvent).

D.

In the mybusinessprocess.xml definition file, define an info event and configure actionB as the

event's originator and actionE as its target. Trigger the event in the class implementing actionB using

businessProcessService.triggerEvent(info).

Buy Now
Questions 15

Which of the following are valid types of environments in SAP Commerce Cloud in the public

cloud? Note: There are 3 correct answers to this question.

Options:

A.

Staging

B.

Production

C.

Pre-Production

D.

Test

E.

Development

Buy Now
Questions 16

What is the purpose of the dynamic forms in the Backoffice?======

Options:

A.

To provide a dynamic extension of type definitions in the SAP Commerce platform

B.

To provide dynamic client-side validation of web forms

C.

To provide a dynamic layout of the wizards at runtime using drag and drop

D.

To enable dynamic behaviors in the user interface of Backoffice applications

Buy Now
Questions 17

What is SmartEdit’s Navigation Management page useful for? Note: There are 2 correct answers to

this question.

Options:

A.

It can define more than one navigation hierarchy, each accessed by a different component on the

page.

B.

It allows you to manipulate a hierarchy of CMSNavigationNode items, each of which may contain

a CMSNavigationEntry.

C.

It allows you to manipulate a parent-child hierarchy of CMSLinkComponent objects.

D.

It is used to configure automatic mapping of the Product Catalog’s category hierarchy to the

navigation bar displayed on site pages.

Buy Now
Questions 18

Which features does the Cloud Hot Folders module support? Note: There are 2 correct answers to

this question.

Options:

A.

Direct configuration of Hot Folders in the Cloud Portal

B.

Media using external URLs in uploaded ImpEx

C.

Zip archives with Impex, media and CSV files

D.

Data export into Azure Blob storage.

Buy Now
Questions 19

Which of the following items are configured via a direct relation to a BaseStore? Note: There are 3 =======

correct answers to this question.

Options:

A.

A list of Content Catalogs providing the pages, slots, and other CMSItems shown to Customers

B.

A list of Product Catalogs providing the product info shown to Customers

C.

A list of customers associated with the BaseStore.

D.

A list of warehouses that support the delivery

E.

A list of points of service that represent local branches

Buy Now
Questions 20

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 21

Which of the following can you configure in a widget definition (definition.xml) file? Note: There ========

are 2 correct answers to this question.

Options:

A.

The available non-virtual sockets

B.

The available virtual sockets

C.

The view file

D.

The default values for widget settings

E.

The business logic of the widget via a bean shell script

Buy Now
Questions 22

When are consignments created for an order in the default order management implementation?

Options:

A.

When an administrator approves the order

B.

After the order is placed, but before it is sourced successfully

C.

When the user adds items to the cart

D.

After the order is placed and after it has been sourced successfully

Buy Now
Questions 23

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
Questions 24

What should you pay attention to when you are working with webhook?

Options:

A.

A webhook requires an integration object as notification payload and consumed destination as the webhook…

B.

A webhook uses the optional filter attribute to control which consumed destination will received notifications

C.

A webhook can be configured to send notifications when an item is created, updated or deleted.

D.

A webhook guarantees the At Least Once(ALO) principal and concurrent events are not completely discarded.

Buy Now
Exam Code: P_C4H340_34
Exam Name: SAP Certified Development Professional - SAP Commerce Cloud Developer
Last Update: Apr 27, 2024
Questions: 82
P_C4H340_34 pdf

P_C4H340_34 PDF

$28  $80
P_C4H340_34 Engine

P_C4H340_34 Testing Engine

$33.25  $95
P_C4H340_34 PDF + Engine

P_C4H340_34 PDF + Testing Engine

$45.5  $130