Microsoft GH-300 - GitHub Copilot Exam
Page: 3 / 25
Total 124 questions
Question #11 (Topic: Topic 1, Responsible AI
)
Why might a Generative AI (Gen AI) tool create inaccurate outputs?
A. The Gen AI tool is programmed with a focus on creativity over factual accuracy.
B. The Gen AI tool is experiencing downtime and is not fully recovered.
C. The training data might contain biases or inconsistencies.
D. The Gen AI tool is being overloaded with too many requests at once.
Answer: C
Question #12 (Topic: Topic 1, Responsible AI
)
What should developers consider when relying on GitHub Copilot for generating code that involves statistical analysis?
A. GitHub Copilot will automatically correct any statistical errors found in the user’s initial code.
B. GitHub Copilot can independently verify the statistical significance of results.
C. GitHub Copilot can design new statistical methods that have not been previously documented.
D. GitHub Copilot’s suggestions are based on statistical trends and may not always apply accurately to specific datasets.
Answer: D
Question #13 (Topic: Topic 2, GitHub Copilot plans and features
)
What is the primary role of the ‘/optimize’ slash command in Visual Studio?
A. Translates code into a more performant language.
B. Automatically formats the code according to the selected style guide.
C. Summarizes your documentation into more maintainable and readable formats.
D. Enhances the performance of the selected code by analyzing its runtime complexity.
Answer: D
Question #14 (Topic: Topic 2, GitHub Copilot plans and features
)
Which GitHub Copilot plan could an Azure DevOps organization use without requiring a GitHub Enterprise license?
A. GitHub Copilot Enterprise
B. GitHub Copilot for Azure DevOps
C. Copilot Teams
D. GitHub Copilot Individual
Answer: B
Question #15 (Topic: Topic 2, GitHub Copilot plans and features
)
Which of the following steps correctly demonstrates how to establish an organization-wide policy for GitHub Copilot Business to restrict its use to certain repositories?
A. Create a copilot.policy file in each repository
B. Create a copilot.policy in the .github repository
C. Configure the policies in the organization settings
D. Apply policies through the GitHub Actions configuration
Answer: C