Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

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.

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

You need to add a new Cockpit to the Backoffice to implement new features for a business user

role. Which tasks are required? Note: There are 2 correct answers to this question.

A.

Create or reuse an add-on, and install it into the storefront.

B.

Create a new multiplexer widget for the borderlayout widget.

C.

Create or reuse a Backoffice extension with the proper meta information.

D.

Add a new layout widget in config.xml.

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.

A.

Staging

B.

Production

C.

Pre-Production

D.

Test

E.

Development

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

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".

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

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

Your solution has been live for a significant period of time. Now you need to update project data

across multiple environments, but this update should onlybe executed once. What is therecommended approach for updating the project data?

A.

Create a class that extends AbstractPatchesSystemSetup and configure any data patches, which

can run an import of your ImpEx files during an update.

B.

Extract a SQL script of all the changes in a single environment, which a DBA can then run directly

against the database for all remaining environments.

C.

Create a class that extends AbstractSystemSetup and use the @SystemSetup annotation with

TYPE.PROJECT, which can run an import of your ImpEx files during an update.

D.

With each deployment, manually import the ImpEx files via the hybris Admin Console or via the

ant importimpex target.

What can you do in the Builds workspace in Cloud Portal? Note: There are 2 correct answers to

this question.

A.

Delete a build that is no longer needed

B.

View the history of the past deployments of a selected build

C.

Deploy a successful build to a certain environment

D.

Rebuild a successful build to do a performance test

Which of the following steps could be included in the process of installing an AddOn? Note: There =======

are 3 correct answers to this question.

A.

Run ant all.

B.

Configure storefront properties files.

C.

Run ant addoninstall.

D.

Run ant modulegen.

E.

Copy files from the storefront to the AddOn web source folder

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

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.

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

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