ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 303 - AZ-400 discussion

Report
Export

HOTSPOT

Your company uses GitHub for source control. GitHub repositories store source code and store process documentation. The process documentation is saved as Microsoft Word documents that contain simple flow charts stored as .bmp files. You need to optimize the integration and versioning of the process documentation and the flow charts. The solution must meet the following requirements:

Store documents as plain text.

Minimize the number of files that must be maintained.

Simplify the modification, merging, and reuse of flow charts.

Simplify the modification, merging, and reuse of documents.


Question 303
Correct answer: Question 303

Explanation:

Box 1: Markdown (.md)

Github understands several text formats, including .txt and .md. .md stands for a file written in Markdown. Box 2: Mermaid diagrams

Mermaid lets you create diagrams and visualizations using text and code.

It is a Javascript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically.

Reference:

https://ourcodingclub.github.io/tutorials/git/ https://mermaid-js.github.io/mermaid/#/

asked 02/10/2024
Adilson Jacinto
36 questions
User
0 comments
Sorted by

Leave a comment first