nerdexam
Microsoft

GH-300 · Question #64

Select a strategy to increase the performance of GitHub Copilot Chat.

The correct answer is C. Apply prompt engineering techniques to be more specific. Prompt engineering - crafting clear, specific, and well-structured prompts - is the primary developer-controlled strategy to improve the quality and relevance of GitHub Copilot Chat responses. Being precise about intent, constraints, language, and expected output format…

Apply prompt engineering and context crafting

Question

Select a strategy to increase the performance of GitHub Copilot Chat.

Options

  • AUse a single GitHub Copilot Chat query to find resolutions for the collection of technical
  • BLimit the number of concurrent users accessing GitHub Copilot Chat
  • CApply prompt engineering techniques to be more specific
  • DOptimize the usage of memory-intensive operations within generated code

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    6% (1)
  • C
    76% (13)
  • D
    12% (2)

Explanation

Prompt engineering - crafting clear, specific, and well-structured prompts - is the primary developer-controlled strategy to improve the quality and relevance of GitHub Copilot Chat responses. Being precise about intent, constraints, language, and expected output format directly influences response accuracy. Sending broad, multi-issue queries (A) dilutes focus and degrades response quality. Limiting concurrent users (B) is an infrastructure concern unrelated to response quality. Optimizing memory-intensive operations (D) relates to the generated code's runtime performance, not to Copilot Chat's suggestion quality.

Topics

#GitHub Copilot Chat#Prompt Engineering#Performance Optimization#AI Interaction

Community Discussion

No community discussion yet for this question.

Full GH-300 Practice