Microsoft GH-900 - GitHub Foundations Exam
Page: 1 / 15
Total 75 questions
Question #1 (Topic: Topic 1, Introduction to Git and GitHub
)
Which of the following keywords are used to link a pull request to an issue? (Choose three.)
A. fix
B. resolves
C. merge
D. join
E. closed
F. connects
Answer: ABE
Question #2 (Topic: Topic 1, Introduction to Git and GitHub
)
Which syntax is used for authoring saved replies?
A. HTML
B. YAML
C. Markup
D. Markdown
Answer: D
Question #3 (Topic: Topic 1, Introduction to Git and GitHub
)
As a user, what feature can you use to merge proposed changes in a repository on GitHub?
A. discussions
B. projects
C. pull requests
D. issues
Answer: C
Question #4 (Topic: Topic 1, Introduction to Git and GitHub
)
If there are multiple README files, which of the following locations will be displayed first?
A. docs
B. root
C. src
D. .gitHub
Answer: D
Question #5 (Topic: Topic 1, Introduction to Git and GitHub
)
Why is branching a core concept in Git?
A. Branching helps in automatically merging changes from different branches into the main branch.
B. Branching creates physical copies of the project on disk, ensuring data redundancy and backup.
C. Branching creates an isolated environment to try new ideas and make changes without affecting other branches.
D. Branching is necessary for organizing files and folders within a Git repository.
Answer: C