01. An individual GitHub Copilot subscription can be billed in which two ways? Each correct answer presents a complete solution.
a) Per seat, invoiced to an organization administrator each month.
b) Monthly, as a recurring subscription.
c) Annually, as a recurring subscription.
d) Per request, metered against the volume actually consumed.
02. On which GitHub Copilot plan may prompts and suggestions be collected and used to improve the service?
a) The individual plans, where the account holder can turn the collection setting off.
b) GitHub Copilot Enterprise
c) Both Copilot Business and Copilot Enterprise
d) GitHub Copilot Business, where the organization owner sets the policy for every seat
03. Which organization-level GitHub Copilot setting stops Copilot using specified files from your own repositories as context?
a) Copilot code review
b) The duplication detection filter
c) Content exclusion rules
d) Copilot audit log events
04. Which responsible AI principle is aimed at ensuring that AI systems treat all people equally?
a) Fairness
b) Privacy and security
c) Inclusiveness
d) Reliability and safety
05. Which statement best describes the impact of GitHub Copilot on the software development process?
a) It removes the need for developers in the software development process.
b) It reduces the number of vulnerabilities introduced through third-party dependencies.
c) It takes over the running of the testing workflows.
d) It increases productivity by handling repetitive coding work.
06. Which two Copilot features are available to an individual subscriber through a supported extension for Visual Studio, VS Code or a JetBrains IDE? Each correct answer presents a complete solution.
a) Knowledge bases curated by an organization
b) Pull request summaries generated on GitHub.com
c) Copilot Chat within the editor
d) Code completion suggestions in the editor
07. Which two techniques improve a prompt to GitHub Copilot? Each correct answer presents a complete solution.
a) Ask Copilot to decide for itself what the requirements ought to be.
b) State specific success criteria for the result you want.
c) Point Copilot at the supporting documentation the answer should follow.
d) Include every available detail about every file in the project, relevant or not.
08. Which two things does GitHub Copilot Enterprise do during the pull request review process? Each correct answer presents a complete solution.
a) It answers questions about the changeset, so a reviewer can ask what a particular change does.
b) It drafts a prose summary of the pull request together with a bulleted list of the key changes.
c) It merges the pull request automatically once its automated review has completed.
d) It confirms that the changes in the pull request are correct and behave as the author intended.
09. What is the primary role of the /optimize slash command in GitHub Copilot Chat?
a) It condenses the documentation for the selection into a shorter and more readable form.
b) It translates the selected code into a language with better runtime performance.
c) It proposes refactorings and improvements to the performance or maintainability of the selected code.
d) It reformats the selected code to the style guide, indentation rules and line limits set for the project.
10. What part does chat history play in GitHub Copilot’s suggestions?
a) It is used to train the model in real time, so later answers reflect what was said earlier in the thread.
b) It supplies context, so later answers are more relevant to what has already been established.
c) It is stored and shared with other members of the organization to support collaboration.
d) It has no bearing on Copilot’s behavior, since each request is treated in isolation.