P_C4HCD_1905 SAP Certified Development Professional - SAP Commerce Cloud 1905 Developer

Loading demo links...

Showing 10–10 of 10 questions

Question 10 (Platform Features)

Your solution has been live for a significant period of time and you now need to update project data across multiple environments.

What is the recommended approach for updating the project data?

Select an option, then click Submit answer.

  • With each deployment, manually import the ImpEx files via the hybris Admin Console or via the ant importimpex target.

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

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

  • Create a class that extends AbstractPatchesSystemSetup and configure any data patches, which can run an import of your ImpEx files during an update.