SAP P_C4H34_2411 Übungsprüfungen
Zuletzt aktualisiert am 24.04.2025- Prüfungscode: P_C4H34_2411
- Prüfungsname: SAP Certified Professional - Developer - SAP Commerce Cloud
- Zertifizierungsanbieter: SAP
- Zuletzt aktualisiert am: 24.04.2025
How can you start a business process in SAP Commerce Cloud? Note: There are 2 correct answers to this question.
- 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
Why are rule-aware objects (RAOs) used in the rule engine? Note: There are 2 correct answers to this question.
- A . To store the configuration of the rule engine
- B . To provide the data as facts in rule conditions and actions
- C . To persist the results of the rule evaluation
- D . To eliminate unnecessary data provided by complex objects
During development, how do you ensure that the modified resources of an installed addon get copied into the storefront? Note: There are 2 correct answers to this question.
- A . Set up the resourceFilter.
- B . Make sure the addonFilter is enable
- C . Run an ant all command.
- D . Run an ant deploy command.
What are best practices when using models? Note: There are 2 correct answers to this question.
- A . Create models using Java’s ‘new’ keyword
- B . Use modelService.get() to obtain an item referenced by another using its PK.
- C . Save the model using the modelService after the model is modified.
- D . Create models using modelService.create( ).
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.
- 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.
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
What does the Cloud Portal application enable you to do? Note: There are 3 correct answers to this question.
- A . Set up and deploy SAP Commerce Cloud in the public cloud.
- B . Manage the configurations of your cloud hot folders.
- C . Create and configure endpoints tied to configured aspects.
- D . Review the page load times of your environments.
- E . Generate new passwords for admin and anonymous users.
You need to create a CronJob for an automated task that will be performed every day at midnight.
Which steps would you follow? Note: There are 3 correct answers to this question.
- A . Register the JobPerformable bean in your extension’s Spring configuration file.
- B . Define the Cronjob logic in a class that implements the JobPerformable interface.
- C . Perform a system update for essential data.
- D . Perform a system update for sample data.
- E . Create a CronJob item and a trigger for midnight using ImpEx or Backoffice.
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 only be executed once.
What is the recommended 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.
When a customer places an order using the default order management process defined in the Y accelerator fulfilment process extension, when does the fulfillment process send the notification that the order has been placed?
- 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