AZ-400 · Question #107
Drag and Drop Question You need to find and isolate shared code. The shared code will be maintained in a series of packages. Which three actions should you perform in sequence? To answer, move the app
The correct answer is Create a dependency graph for the application.; Group the related components.; Assign ownership to each component group.. The correct sequence follows a logical discovery-then-organization approach: first, you create a dependency graph to visualize how components relate and identify shared code; second, you group related components together based on those dependencies to form logical packages; third
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Create a dependency graph for the application.
- Group the related components.
- Assign ownership to each component group.
Explanation
The correct sequence follows a logical discovery-then-organization approach: first, you create a dependency graph to visualize how components relate and identify shared code; second, you group related components together based on those dependencies to form logical packages; third, you assign ownership to each component group to ensure accountability and maintainability. This sequence ensures shared code is properly identified, structured, and governed before being extracted into packages.
Topics
Community Discussion
No community discussion yet for this question.
