GitHub Copilot Certification — Question 9
What configuration needs to be set to get help from Microsoft and GitHub protecting against IP infringement while using GitHub Copilot?
Answer options
- A. Suggestions matching public code to ‘blocked’
- B. Enforce blocking of MIT or GPL licensed code
- C. You need to check code suggestions yourself before accepting
- D. Enabled GitHub Copilot license checking
Correct answer: A
Explanation
The correct answer is A because blocking suggestions that match public code helps prevent potential IP infringement. Options B and D are not directly related to receiving help from Microsoft and GitHub, and option C places the responsibility of checking on the user rather than utilizing built-in protections.