AZ-400 · Question #410
Drag and Drop Question You have a GitHub repository that contains the source code for an app named App1. You need to create process documentation for App1. The solution must include a diagram that dis
The correct answer is sequenceDiagram; Processing. The correct answers are 'sequenceDiagram' and 'Processing'. A sequenceDiagram in Mermaid markdown is used to show interactions and relationships between phases/participants over time, which matches the requirement of displaying relationships between phases of App1. 'Processing' i
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- sequenceDiagram
- Processing
Explanation
The correct answers are 'sequenceDiagram' and 'Processing'. A sequenceDiagram in Mermaid markdown is used to show interactions and relationships between phases/participants over time, which matches the requirement of displaying relationships between phases of App1. 'Processing' is the correct state name that fits the workflow context shown in the exhibit, representing an active phase between other states like Waiting and Failed/Incomplete.
Topics
Community Discussion
No community discussion yet for this question.

