Microsoft Power Platform Developer — Question 3
A financial services company uses the Common Data Service (CDS) to develop solutions. The company uses development and production instances.
You need to move solutions from the development instance to the production instance.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. In the development instance, make changes to the solutions that are deployed in the production instance, export the solutions as managed solutions, and import the managed solutions into the production instance.
- B. In the development instance, highlight the solution you want to make changes to, select Clone a Patch, make changes, export the solution, and import the solution into the production instance.
- C. Export all managed solutions from the development instance and import the solutions into the production instance.
- D. In the production instance, import solutions with the same version number or higher when updating solutions.
Correct answer: A, D
Explanation
Option A is correct because it describes the process of modifying a solution in the development instance and exporting it as a managed solution for import into production. Option D is also correct as it allows for importing solutions with matching or higher version numbers, which is necessary for updates. Options B and C are incorrect as they do not provide complete solutions for transferring from development to production.