GH-900 · Question #22
Which of the following information is available by default in a user's GitHub profile?
The correct answer is A. Personal biography and profile picture. A GitHub user's public profile displays their personal biography (bio) and profile picture by default, along with their username, location, and public activity. Option B is incorrect because SSH keys are not displayed on the public profile page (they can be fetched via API but…
Question
Which of the following information is available by default in a user's GitHub profile?
Options
- APersonal biography and profile picture
- BPublic Secure Shell Protocol (SSH) keys
- CA list of the user's private repositories
- DEmail address and password
How the community answered
(55 responses)- A89% (49)
- B5% (3)
- C2% (1)
- D4% (2)
Explanation
A GitHub user's public profile displays their personal biography (bio) and profile picture by default, along with their username, location, and public activity. Option B is incorrect because SSH keys are not displayed on the public profile page (they can be fetched via API but are not a default visible profile element). Option C is incorrect because private repositories are hidden from all other users. Option D is incorrect because passwords are never exposed, and email addresses can be kept private and are not shown by default unless the user explicitly chooses to display their email.
Topics
Community Discussion
No community discussion yet for this question.