Easy GH-300 practice questions
Direct recall — confirm you know the core facts and definitions. 3 easy questions available — no sign-up, always free.
A developer has selected a complex block of legacy JavaScript in VS Code and wants Copilot Chat to produce a plain-language description of what the highlighted code does, without generating new code or tests. Which Copilot Chat slash command is the most appropriate to invoke for this task?
A DevOps engineer inherits a maintenance script full of unfamiliar shell commands. They want to use GitHub Copilot in the CLI to get a plain-language breakdown of what a specific complex command (for example, a long tar and find pipeline) actually does, without generating or executing anything new. Which Copilot CLI capability is designed for this purpose?
A developer is writing a Python function in VS Code with GitHub Copilot enabled. An inline (ghost text) suggestion appears, but it isn't quite what they want. They know Copilot often generates multiple candidate completions for the same context and want to view and pick from the other alternatives without leaving the editor line. What is the most direct way to browse the other inline suggestions for the current cursor position?