nerdexam
MicrosoftMicrosoft

GH-900 · Question #99

GH-900 Question #99: Real Exam Question with Answer & Explanation

The correct answer is C: Open https://github.com/codespaces in the browser, select the repository, and then select the. {"question_number": 9, "question": "How can a user resume an existing Codespace that is bound to a repository? (Choose two.)", "correct_answer": "C, D", "explanation": "There are two supported ways to resume an existing Codespace: (C) navigating to https://github.com/codespaces i

Working with GitHub Repositories

Question

How can a user resume an existing Codespace that is bound to a repository? (Choose two.)

Options

  • ABrowse to the repository in GitHub.com and press the period "." key.
  • BUse the git CLI with the codespace parameter (e.g., "git codespace code -web").
  • COpen https://github.com/codespaces in the browser, select the repository, and then select the
  • DBrowse to the repository in GitHub.com, press the comma "," key and select Resume this

Explanation

{"question_number": 9, "question": "How can a user resume an existing Codespace that is bound to a repository? (Choose two.)", "correct_answer": "C, D", "explanation": "There are two supported ways to resume an existing Codespace: (C) navigating to https://github.com/codespaces in a browser and selecting the specific repository and Codespace to resume, and (D) browsing to the repository on GitHub.com, using the keyboard shortcut (comma ',') to open the Codespace menu, and selecting 'Resume this Codespace'. Option A is incorrect because pressing '.' on a repository opens the lightweight github.dev web editor, not a full Codespace. Option B is incorrect because the correct CLI tool for managing Codespaces is the GitHub CLI ('gh codespace code'), not 'git codespace'.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#GitHub Codespaces#Resume Codespace#GitHub UI navigation#Keyboard shortcuts

Community Discussion

No community discussion yet for this question.

Full GH-900 PracticeBrowse All GH-900 Questions