nerdexam
Microsoft

GH-300 · Question #73

What are the potential limitations of GitHub Copilot Chat? (Each correct answer presents part of the solution. Choose two.)

The correct answer is A. Limited training data D. Extensive support for all programming languages. GitHub Copilot Chat has two notable limitations reflected in these answers. (A) Limited training data: Copilot's model has a knowledge cutoff and was trained on a finite corpus of public code, meaning it may lack awareness of newer libraries, frameworks, or niche languages…

Describe GitHub Copilot and its features

Question

What are the potential limitations of GitHub Copilot Chat? (Each correct answer presents part of the solution. Choose two.)

Options

  • ALimited training data
  • BAbility to handle complex code structures
  • CNo biases in code suggestions
  • DExtensive support for all programming languages

How the community answered

(43 responses)
  • A
    91% (39)
  • B
    2% (1)
  • C
    7% (3)

Explanation

GitHub Copilot Chat has two notable limitations reflected in these answers. (A) Limited training data: Copilot's model has a knowledge cutoff and was trained on a finite corpus of public code, meaning it may lack awareness of newer libraries, frameworks, or niche languages - this is a genuine limitation. (D) Extensive support for all programming languages is actually NOT true, which is why it is listed as a limitation - Copilot performs significantly better in mainstream languages like Python, JavaScript, and TypeScript than in less common ones. Option B ('Ability to handle complex code structures') is not a standard limitation - Copilot can handle complex structures reasonably well. Option C ('No biases') is incorrect as a limitation statement; bias in suggestions IS a real concern, meaning the absence of bias cannot be claimed.

Topics

#GitHub Copilot limitations#AI model constraints#Training data#Language support

Community Discussion

No community discussion yet for this question.

Full GH-300 Practice