GH-900 · Question #70
GH-900 Question #70: Real Exam Question with Answer & Explanation
The correct answer is C: An AI-powered coding assistant that provides real-time code suggestions and can help with tasks. {"question_number": 9, "correct_answer": "C", "explanation": "GitHub Copilot is an AI-powered coding assistant developed by GitHub and OpenAI. It integrates directly into editors like Visual Studio Code and provides real-time code suggestions, autocompletes functions, generates b
Question
You are a developer working on a project in Visual Studio Code and want help writing repetitive boilerplate code faster. A teammate suggests using GitHub Copilot to assist with coding tasks in real time. Which of the following best describes what GitHub Copilot is?
Options
- AA version control system used to manage repositories within GitHub Enterprise
- BA built-in GitHub CI/CD pipeline that automates testing and deployments
- CAn AI-powered coding assistant that provides real-time code suggestions and can help with tasks
- DA GitHub-integrated chatbot for resolving team conflicts and managing permissions
Explanation
{"question_number": 9, "correct_answer": "C", "explanation": "GitHub Copilot is an AI-powered coding assistant developed by GitHub and OpenAI. It integrates directly into editors like Visual Studio Code and provides real-time code suggestions, autocompletes functions, generates boilerplate, and can assist with entire code blocks based on context and comments. Option A describes a version control system (Git itself). Option B describes GitHub Actions (CI/CD). Option D describes a fictional chatbot for team/permission management - Copilot is focused on code assistance, not administrative tasks.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.