Microsoft Power Platform Developer — Question 35
A company deploys managed customizations by using two solutions, SolutionA and SolutionB. The solutions share components with one another.
A developer for SolutionA requires a new development environment. Customizations made in SolutionA must not interfere with customizations made in SolutionB.
You need to import solutions to prepare the environment.
What should you do?
Answer options
- A. Import SolutionA as managed and SolutionB as unmanaged.
- B. Import SolutionA and SolutionB as unmanaged.
- C. Import SolutionA as unmanaged and SolutionB as managed.
- D. Import SolutionA and SolutionB as managed.
Correct answer: C
Explanation
The correct answer is C because importing SolutionA as unmanaged allows for flexibility in development without affecting SolutionB, which is imported as managed to protect its components from modifications. Option A would risk altering SolutionB, while B would not provide the necessary isolation between the two solutions. Option D would make both solutions managed, limiting customization capabilities in SolutionA.