GitHub Copilot Certification — Question 37
What are the additional checks that need to pass before the GitHub Copilot responses are submitted to the user? (Each correct answer presents part of the solution. (Choose two.)
Answer options
- A. Code quality
- B. Performance benchmarking
- C. Suggestions matching public code (optional based on settings)
- D. Compatibility with user-specific settings
Correct answer: A, C
Explanation
Code quality is essential to ensure that the suggestions are up to standard and can function correctly in various scenarios. Additionally, matching suggestions with public code is important, but it is optional and depends on user settings, while performance benchmarking and compatibility with user-specific settings do not directly relate to the checks for Copilot responses.