Microsoft Power Platform Developer — Question 39
A company employs four Microsoft Power Platform developers. Each developer has an individual development environment. Each development environment is refreshed regularly from source control as a managed layer.
The developers must implement their changes in isolation within these environments. Development work must be merged into a base solution within a shared sandbox environment.
You need to ensure work carried out by each developer is deployed into the main solution in the sandbox environment.
What should you do?
Answer options
- A. Copy each development to the shared environment each day.
- B. Perform all customizations in the shared environment.
- C. Export each developer's solution as managed.
- D. Export each developer's solution as unmanaged.
Correct answer: D
Explanation
The correct answer is D because exporting each developer's solution as unmanaged allows for easier merging and integration of their changes into the main solution without restrictions. Options A and B do not support individual isolation of development work, and option C would not allow for the flexibility needed for merging changes effectively.