GitHub Copilot Certification — Question 18
How does GitHub Copilot Chat utilize its training data and external sources to generate responses when answering coding questions?
Answer options
- A. It primarily relies on the model’s training data to generate responses.
- B. It primarily uses search results from Bing to generate responses.
- C. It combines its training data set, code in user repositories, and external sources like Bing to generate responses.
- D. It uses user-provided documentation and exclusively to generate responses.
Correct answer: C
Explanation
The correct answer, C, accurately describes how GitHub Copilot Chat synthesizes its internal training data with external resources like Bing and user repositories to provide comprehensive responses. Option A is incorrect because it ignores the integration of external sources. Option B is not entirely correct as it overlooks the use of training data and user repositories. Option D is wrong because Copilot Chat does not rely exclusively on user documentation.