nerdexam
Microsoft

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

Submitted by salim_om· Mar 6, 2026Design and implement source control strategies / Configure and manage repositories - specifically creating process documentation using Mermaid diagram syntax within GitHub markdown files (AZ-400 / GitHub Actions certification domain)

Question

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 displays the relationships between the phases of App1 as shown in the following exhibit. How should you complete the markdown code? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:

Exhibits

AZ-400 question #410 exhibit 1
AZ-400 question #410 exhibit 2

Answer Area

Drag items

FailedFlowChartIncompleteProcessingsequenceDiagramstateDiagramWaiting

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

#Mermaid Markdown#Process Documentation#GitHub#Azure DevOps Diagrams

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice