IT Certification Exams

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

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?

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

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

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

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

Reference: https://answers.sap.com/questions/12766939/hooks-for-initialization-and-update-process-with-h.html