P_C4H340_24 SAP Certified Development ProfessionalSAP Commerce Cloud Developer

Loading demo links...

Showing 1–3 of 10 questions

Question 1

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 answer to this question.

Select all that apply, then click Submit answer.

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

  • Create a new multiplexer widget for the borderlayout widget.

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

  • Add a new layout widget in config.xml.

Question 2

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

Select all that apply, then click Submit answer.

  • Dynamic enumerations are stored in the active session.

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

  • Dynamic enumerations are stored in the database.

  • Non-dynamic enumerations are stored as enumeration classes.

Question 3

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

Select all that apply, then click Submit answer.

  • CronJobs can be started manually using flexible search.

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

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

  • CronJobs can be aborted only if implemented as abortable.

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