P_C4HCD_1905 SAP Certified Development Professional - SAP Commerce Cloud 1905 Developer

Loading demo links...

Showing 1–3 of 10 questions

Question 1 (Data Modeling)

What are the advantages of using classification attributes? (Choose two.)

Select all that apply, then click Submit answer.

  • Changes can be made without loss of classification attribute data.

  • Classification attributes can be applied to any type.

  • Business users can create or modify classification attributes using the Backoffice.

  • Rebuilding and redeployment are NOT required.

Question 2 (Platform Features)

How can CronJobs be started? (Choose three.)

Select all that apply, then click Submit answer.

  • CronJobs can be started and aborted only if implemented as abortable.

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

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

  • CronJobs can be started manually using flexible search.

  • CronJobs can be started manually via the Backoffice administration perspective.

Question 3 (Platform Features)

You need to create a CronJob for an automated task that will be performed every day at midnight. Which steps would you follow? (Choose three.)

Select all that apply, then click Submit answer.

  • Register the JobPerformable bean in your extension's Spring configuration file.

  • Create a CronJob item and a trigger for midnight using ImpEx or Backoffice.

  • Perform a system update for essential data.

  • Perform a system update for sample data.

  • Define the Cronjob logic in a class that implements the JobPerformable interface.