GitHub GitHub Copilot - GitHub Copilot Exam
Page: 1 / 24
Total 117 questions
Question #1 (Topic: Exam A)
What kind of insights can the GitHub Copilot usage metrics API provide to help evaluate the effectiveness of GitHub Copilot? (Choose two.)
A. The API can generate detailed reports on code quality improvements made by GitHub Copitot.
B. The API can track the number of code suggestions accepted and used in the organization.
C. The API can refactor your code to improve productivity.
D. The API can provide feedback on coding style and standards compliance.
E. The API can provide Copilot Chat specific suggestions acceptance metrics.
Answer: BE
Question #2 (Topic: Exam A)
What method can be used to interact with GitHub Copilot?
A. By using a property configured GitHub CLI
B. By using chat capabilities in NeoVim
C. From a watch window in an IDE debug session
D. From a web browser at https://github.copilot.com
Answer: D
Question #3 (Topic: Exam A)
How is GitHub Copilot Individual billed? (Choose two.)
A. Monthly as a subscription
B. Annually as a subscription
C. Monthly, as a metered service based on actual consumption
D. Free (not billed) for all open source projects
Answer: AB
Question #4 (Topic: Exam A)
How can GitHub Copilot assist developers during the requirements analysis phase of the Software Development Life Cycle (SDLC)?
A. By automatically generating detailed requirements documents.
B. By providing templates and code snippets that help in documenting requirements.
C. By identifying and fixing potential requirement conflicts when using /help.
D. By managing stakeholder communication and meetings.
Answer: B
Question #5 (Topic: Exam A)
What is the correct way to exclude specific files from being used by GitHub Copilot Business during code suggestions?
A. Modify the .gitignore file to include the specific files
B. Add the specific files to a copilot.ignore file
C. Use the GitHub Copilot settings in the user interface to exclude files
D. Rename the files to include the suffix _no_copilot
Answer: B