<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sabghat Ullah</title>
    <description>The latest articles on DEV Community by Sabghat Ullah (@sabghat90).</description>
    <link>https://dev.to/sabghat90</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F741505%2F1cd9804d-be27-449f-bcf5-898dfe0fb1e6.jpg</url>
      <title>DEV Community: Sabghat Ullah</title>
      <link>https://dev.to/sabghat90</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sabghat90"/>
    <language>en</language>
    <item>
      <title>Answers to the GitHub Foundation Quiz</title>
      <dc:creator>Sabghat Ullah</dc:creator>
      <pubDate>Sun, 01 Jun 2025 20:43:06 +0000</pubDate>
      <link>https://dev.to/sabghat90/answers-to-the-github-foundation-quiz-2fjd</link>
      <guid>https://dev.to/sabghat90/answers-to-the-github-foundation-quiz-2fjd</guid>
      <description>&lt;h3&gt;
  
  
  1. &lt;strong&gt;What folder is the definition files stored in when creating custom issue forms?&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;github/ISSUE_TEMPLATE&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  2. &lt;strong&gt;How are commits related to pull requests?&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Commits are made on a branch that can have a linked pull request.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  3. &lt;strong&gt;GitHub Teams offers (vs Free):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;authentication with SAML single sign-on and increased GitHub Actions minutes.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  4. &lt;strong&gt;GitHub Actions workflows distinctive features (Choose two):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;built using YAML syntax&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;stored in the github/workflows directory in a GitHub repository&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  5. &lt;strong&gt;Access to a private repo's Wiki:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Wikis can be viewed by the same people who have Read access to the repository.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  6. &lt;strong&gt;Purpose of a GitHub repository:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;to provide a collaborative space where developers can share and manage code files, track changes, and store revision history&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  7. &lt;strong&gt;Primary goal of GitHub's community:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;facilitating collaboration and creativity&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  8. &lt;strong&gt;Codespaces lifecycle (Choose three):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Create&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;Delete&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;Rebuild&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  9. &lt;strong&gt;Pull request statuses (Choose four):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;open&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;closed&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;merged&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;draft&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  10. &lt;strong&gt;To view pre-built visualizations from repo data:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Insights&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  11. &lt;strong&gt;GitHub Actions restrictions from Org settings (Choose three):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Allow actions created by GitHub.&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;Allow specified actions.&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;Allow actions by Marketplace verified creators.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  12. &lt;strong&gt;GitHub Pages:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;webpages hosted and published through GitHub repositories&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  13. &lt;strong&gt;Search issues in organization "Avocado":&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Enter query org: Avocado label: guacamole "404 error" in the search bar. Select "Issues" in the "Filter by" section.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  14. &lt;strong&gt;Workflows can reference actions in (Choose three):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;any public repository&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;the same repository as your workflow file&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;a published Docker container image on Docker Hub&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  15. &lt;strong&gt;GitHub Actions workflows can be triggered by (Choose three):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;creating an Issue&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;pushing to a GitHub repository&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;creating a new repository&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  16. &lt;strong&gt;GitHub Copilot:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;an AI pair programmer that offers autocomplete-style suggestions&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  17. &lt;strong&gt;Receiving updates about activity:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;by customizing the types of notifications you will receive in the future&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  18. &lt;strong&gt;GitHub Projects vs Classic (Choose two):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;GitHub Projects has multiple layout views.&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;GitHub Projects has Insights.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  19. &lt;strong&gt;Improving discoverability (Choose two):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Add topics to classify the repository.&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;Create a README file describing the repository.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  20. &lt;strong&gt;Purpose of creating a new branch:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;to experiment with new features or fixes&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  21. &lt;strong&gt;Create public gist based on another user's gist:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Fork the gist.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  22. &lt;strong&gt;Info available by default in profile:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;public Secure Shell Protocol (SSH) keys&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  23. &lt;strong&gt;Secret gists:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Anyone with the URL for the gist can view the gist.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  24. &lt;strong&gt;Multiple README files—first displayed one is in:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;root&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  25. &lt;strong&gt;Label used to request help:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;help wanted&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  26. &lt;strong&gt;Copilot for Business advantages (Choose three):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;blocks suggestions matching public code&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;organization-wide policy management&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;support for organization or enterprise GitHub accounts&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  27. &lt;strong&gt;Defining features of Git:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;distributed version control, open source software, and being designed for handling projects of any size with efficiency&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  28. &lt;strong&gt;What is a branch in Git:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;a pointer to an identical snapshot of the project at a specific point in time&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  29. &lt;strong&gt;What is GitHub:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;a cloud-based hosting service for version control and collaboration, focused on creating a safe and collaborative environment for developers&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  30. &lt;strong&gt;Advantages of saved replies (Choose two):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Saved replies allow you to create a reusable response to issues and pull requests.&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;Saved replies are tied to a GitHub user's personal account.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  31. &lt;strong&gt;Qualifier to find issues mentioning a user:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;mentions:&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  32. &lt;strong&gt;Where to discover, browse, and install tools:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;GitHub Marketplace&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  33. &lt;strong&gt;Highlight post on Discussions page:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Pin the discussion.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  34. &lt;strong&gt;Best describes a Codespace:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;a development environment hosted in the cloud&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  35. &lt;strong&gt;GitHub Desktop can perform:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;adding and cloning repositories&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  36. &lt;strong&gt;"Pinned Repositories" in user profile:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;repositories that were personally selected to be highlighted&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  37. &lt;strong&gt;Finding GitHub-approved vendor action (Choose two):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Confirm that the action has a verification badge.&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;Search the GitHub Marketplace for Actions by the vendor.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  38. &lt;strong&gt;Customize in Codespace (Choose three):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;shell&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;default editor&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;name&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  39. &lt;strong&gt;Default Discussion category:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;show and tell&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  40. &lt;strong&gt;Funding new contributors via GitHub Sponsors:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;after setting up a sponsored developer profile.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  41. &lt;strong&gt;Who can be assigned to an issue or PR? (Choose two):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;anyone with write permissions to the repository&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;anyone who has a personal GitHub account&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  42. &lt;strong&gt;Purpose of GitHub Sponsors:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;It allows the developer community to financially support open source projects.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  43. &lt;strong&gt;Markdown is a:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;markup language&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  44. &lt;strong&gt;2FA methods (Choose three):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;security keys&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;authenticator app&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;GitHub mobile&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  45. &lt;strong&gt;CODEOWNERS file purpose:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;sets the reviewers for pull requests automatically&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  46. &lt;strong&gt;What is a gist:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;git repository&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  47. &lt;strong&gt;From a discussion post, user can:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Create an issue from the discussion.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  48. &lt;strong&gt;Innersource development practice:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;sharing code between teams within the organization&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  49. &lt;strong&gt;Why deploy from feature branch before merging:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;to ensure the changes are verified and validated in a production environment&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  50. &lt;strong&gt;GitHub Desktop vs github.com:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;offers a graphical user interface.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  51. &lt;strong&gt;GitHub syntax format consistency:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;# This is a heading&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  52. &lt;strong&gt;Codespace inactivity after 30 minutes:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;time out.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  53. &lt;strong&gt;Always true about Alpha/Beta preview features:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Alpha features are documented.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  54. &lt;strong&gt;Pre-defined repository roles (Choose three):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Triage&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;Write&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;Maintain&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  55. &lt;strong&gt;Valid file states in git (Choose three):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;staged&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;committed&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;modified&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  56. &lt;strong&gt;Reasons to fork a repository (Choose two):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;to create a new repository based on an existing one&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;to propose changes to the base repository&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  57. &lt;strong&gt;Distributed version control system:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;ensures each developer has their own local copy of the entire code repository, including the complete project history and metadata.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  58. &lt;strong&gt;Key characteristic of GitHub Projects:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;ability to create and customize multiple views&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  59. &lt;strong&gt;GitHub Mobile can perform:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;managing notifications from github.com&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  60. &lt;strong&gt;Minimum access to contribute to a repository:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Write&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  61. &lt;strong&gt;Auto-subscribe scenarios (Choose three):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;opening a pull request or issue&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;commenting on a thread&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;being assigned to an issue or pull request&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  62. &lt;strong&gt;Cloning a repository:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;It creates a copy of the repository on your local machine.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  63. &lt;strong&gt;GitHub Projects layouts (Choose three):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Board&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;Table&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;Roadmap&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  64. &lt;strong&gt;Org member vs outside collaborator:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Organization base permissions do not apply to outside collaborators.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  65. &lt;strong&gt;Purpose of a security policy:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;to describe how security vulnerabilities should be responsibly disclosed&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  66. &lt;strong&gt;Identify a GitHub Projects template:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Use the is: template filter in the search text box.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  67. &lt;strong&gt;Benefit of GitHub Enterprise Cloud with EMU:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;It provides centralized control and streamlined management of user accounts through their identity provider (IdP).&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  68. &lt;strong&gt;Best feature for long-form documentation:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;Wikis&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  69. &lt;strong&gt;Benefits of issue templates (Choose two):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;to provide an easy-to-fill-out form for creating new issues&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;to automatically label or assign newly created issues&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  70. &lt;strong&gt;Feature used to merge changes:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;pull requests&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  71. &lt;strong&gt;GitHub flow:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;a lightweight workflow that allows for safe experimentation with new ideas and collaboration on projects through branching, pull requests, and merging&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  72. &lt;strong&gt;Create repository template - permissions:&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;With Admin permissions, navigate to Repository settings and select Template Repository.&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  73. &lt;strong&gt;Key focus areas of GitHub (Choose three):&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;building a technology platform for secure code sharing and collaboration&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;providing access and opportunities for developers&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;nurturing a community&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  74. &lt;strong&gt;What are the key areas of focus for GitHub? (Choose three.)&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;building a technology platform for secure code sharing and collaboration&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;providing access and opportunities for developers&lt;/code&gt;&lt;br&gt;
✅ &lt;code&gt;nurturing a community of developers around shared projects&lt;/code&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  75. &lt;strong&gt;How can a user create a repository template, and what permissions are required?&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;✅ &lt;code&gt;With Admin permissions, navigate to Repository settings and select Template Repository&lt;/code&gt;&lt;/p&gt;




</description>
      <category>git</category>
      <category>github</category>
    </item>
    <item>
      <title>GitHub Foundation Certification Exam Questions</title>
      <dc:creator>Sabghat Ullah</dc:creator>
      <pubDate>Sat, 15 Mar 2025 19:01:52 +0000</pubDate>
      <link>https://dev.to/sabghat90/github-foundation-certification-exam-questions-4obb</link>
      <guid>https://dev.to/sabghat90/github-foundation-certification-exam-questions-4obb</guid>
      <description>&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;What folder is the definition files stored in when creating custom issue forms?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;issues/ ISSUE_TEMPLATE&lt;/li&gt;
&lt;li&gt;github&lt;/li&gt;
&lt;li&gt;issues&lt;/li&gt;
&lt;li&gt;github/ ISSUE_TEMPLATE&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;How are commits related to pull requests?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Commits can only be made after a pull request is created.&lt;/li&gt;
&lt;li&gt;Commits are made on a branch that can have a linked pull request.&lt;/li&gt;
&lt;li&gt;Commits can only be made before a pull request is created.&lt;/li&gt;
&lt;li&gt;Commits are made on a pull request that can have a linked branch.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When using Organizations, GitHub Teams is better than GitHub Free because it offers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;expanded storage and priority support.&lt;/li&gt;
&lt;li&gt;authentication with SAML single sign-on and increased GitHub Actions minutes.&lt;/li&gt;
&lt;li&gt;advanced tools and insights in private repositories.&lt;/li&gt;
&lt;li&gt;increased GitHub Actions minutes and additional GitHub Packages storage.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following is distinctive of GitHub Actions workflows? (Choose two.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;built using YAML syntax&lt;/li&gt;
&lt;li&gt;stored as JSON files&lt;/li&gt;
&lt;li&gt;built using the GitHub Workflow Designer&lt;/li&gt;
&lt;li&gt;stored in the github/workflows directory in a GitHub repository&lt;/li&gt;
&lt;li&gt;only supported in public repositories&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following statements most accurately describes who can access a private repository Wiki?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Wikis can be viewed by the same people who have Read access to the repository.&lt;/li&gt;
&lt;li&gt;Wikis will not be visible until shared with a specific user.&lt;/li&gt;
&lt;li&gt;Wikis are only viewable by repository admins.&lt;/li&gt;
&lt;li&gt;Wikis are public regardless of whether you have access to the repository.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following is the purpose of a GitHub repository?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;to provide a cloud-based hosting service for project documentation, providing a secure and centralized location for file storage&lt;/li&gt;
&lt;li&gt;to provide a collaborative space where developers can share and manage code files, track changes, and store revision history&lt;/li&gt;
&lt;li&gt;to provide a folder that stores project files, including documentation, on your local machine&lt;/li&gt;
&lt;li&gt;to provide a version control system designed for small projects, offering simple tools for organizing files on your laptop&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following is a primary goal of GitHub's community?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;enforcing strict code quality standards&lt;/li&gt;
&lt;li&gt;creating a competitive environment for developers&lt;/li&gt;
&lt;li&gt;exclusively supporting experienced developers&lt;/li&gt;
&lt;li&gt;facilitating collaboration and creativity&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following steps are part of the Codespaces lifecycle? (Choose three.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Install&lt;/li&gt;
&lt;li&gt;Create&lt;/li&gt;
&lt;li&gt;Commit&lt;/li&gt;
&lt;li&gt;Clone&lt;/li&gt;
&lt;li&gt;Rollback&lt;/li&gt;
&lt;li&gt;Delete&lt;/li&gt;
&lt;li&gt;Rebuild&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following are available statuses of a pull request? (Choose four.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;merged&lt;/li&gt;
&lt;li&gt;open&lt;/li&gt;
&lt;li&gt;modified&lt;/li&gt;
&lt;li&gt;closed&lt;/li&gt;
&lt;li&gt;draft&lt;/li&gt;
&lt;li&gt;rebased&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Where should a repository admin navigate to view pre-built visualizations from repository data?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Insights&lt;/li&gt;
&lt;li&gt;Settings&lt;/li&gt;
&lt;li&gt;Charts&lt;/li&gt;
&lt;li&gt;Issues&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;From the Organization settings, which restrictions can organization owners place on GitHub Actions usage? (Choose three.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Allow actions created by GitHub.&lt;/li&gt;
&lt;li&gt;Allow specified actions.&lt;/li&gt;
&lt;li&gt;Allow actions that use self-hosted runners.&lt;/li&gt;
&lt;li&gt;Allow an action to be run from a Codespace.&lt;/li&gt;
&lt;li&gt;Allow actions by Marketplace verified creators.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following best describes GitHub Pages?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;curated guides around how to use GitHub products&lt;/li&gt;
&lt;li&gt;webpages hosted and published through GitHub repositories&lt;/li&gt;
&lt;li&gt;hosts long-form documentation about your project&lt;/li&gt;
&lt;li&gt;handles pagination for API requests&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An employee needs to find all issues within organization "Avocado" containing text "404 error" and a "guacamole" label. Which of the following steps would be best to search for these results?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Go to "Avocado" organization. Select Issues under a repository. Filter issues with a "guacamole" label.&lt;/li&gt;
&lt;li&gt;Enter query &lt;code&gt;org: Avocado label: guacamole "404 error"&lt;/code&gt; in the search bar. Select "Issues" in the "Filter by" section.&lt;/li&gt;
&lt;li&gt;Go to the "Avocado" organization settings. Select Repository defaults under Repository, Scroll to Repository labels and select the "guacamole" label.&lt;/li&gt;
&lt;li&gt;Enter query &lt;code&gt;org: Avocado is:issue label: guacamole contains: "404 error"&lt;/code&gt; in the search bar.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Workflows can reference actions in: (Choose three.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;an enterprise marketplace.&lt;/li&gt;
&lt;li&gt;GitHub Packages.&lt;/li&gt;
&lt;li&gt;any public repository.&lt;/li&gt;
&lt;li&gt;the same repository as your workflow file.&lt;/li&gt;
&lt;li&gt;a published Docker container image on Docker Hub.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;GitHub Actions workflows can be directly triggered by which of the following events? (Choose three.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;disabling a GitHub runner&lt;/li&gt;
&lt;li&gt;adding a comment to a discussion post&lt;/li&gt;
&lt;li&gt;creating an Issue&lt;/li&gt;
&lt;li&gt;committing a change to a local git repository&lt;/li&gt;
&lt;li&gt;creating a new repository&lt;/li&gt;
&lt;li&gt;pushing to a GitHub repository&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following best describes GitHub Copilot?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a Visual Studio Code extension for developing AI solutions&lt;/li&gt;
&lt;li&gt;an AI tool designed to replace software developers&lt;/li&gt;
&lt;li&gt;an AI pair programmer that offers autocomplete-style suggestions&lt;/li&gt;
&lt;li&gt;an advanced search tool to intelligently reuse existing code in your projects&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;How can a user choose to receive ongoing updates about a specific activity on GitHub.com?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;by upgrading from a free to a paid account&lt;/li&gt;
&lt;li&gt;by customizing the types of notifications you will receive in the future&lt;/li&gt;
&lt;li&gt;by subscribing to notifications for all activity in a repository&lt;/li&gt;
&lt;li&gt;by automatically watching all repositories you have push access to&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What are advantages of GitHub Projects over GitHub Projects Classic? (Choose two.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub Projects has multiple layout views.&lt;/li&gt;
&lt;li&gt;GitHub Projects has Insights.&lt;/li&gt;
&lt;li&gt;GitHub Projects can be connected to third-party tools.&lt;/li&gt;
&lt;li&gt;GitHub Projects are Copilot enabled.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What are two recommended ways of improving the discoverability of a repository? (Choose two.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add labels to categorize the repository.&lt;/li&gt;
&lt;li&gt;Register the repository with GitHub search.&lt;/li&gt;
&lt;li&gt;Add topics to classify the repository.&lt;/li&gt;
&lt;li&gt;Create a README file describing the repository.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What is the primary purpose of creating a new branch in the GitHub flow?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;to create a backup of the main branch&lt;/li&gt;
&lt;li&gt;to capture information about an issue&lt;/li&gt;
&lt;li&gt;to incorporate changes from a review&lt;/li&gt;
&lt;li&gt;to experiment with new features or fixes&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;While maintaining the gist history, which of the following is the most efficient way to create a public gist based on another user's gist?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clone the gist.&lt;/li&gt;
&lt;li&gt;Fork the gist.&lt;/li&gt;
&lt;li&gt;Create a new gist and copy the content from the existing gist.&lt;/li&gt;
&lt;li&gt;Request to be added to the existing gist.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following information is available by default in a user's GitHub profile?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;public Secure Shell Protocol (SSH) keys&lt;/li&gt;
&lt;li&gt;personal biography and profile picture&lt;/li&gt;
&lt;li&gt;a list of the user's private repositories&lt;/li&gt;
&lt;li&gt;email address and password&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following statements most accurately describes secret gists?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Anyone can see the gist from the gist Discover page.&lt;/li&gt;
&lt;li&gt;Users with assigned access can view the gist.&lt;/li&gt;
&lt;li&gt;Anyone with the URL for the gist can view the gist.&lt;/li&gt;
&lt;li&gt;Secret gists require GitHub Enterprise.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If there are multiple README files, which of the following locations will be displayed first?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SIC&lt;/li&gt;
&lt;li&gt;github&lt;/li&gt;
&lt;li&gt;docs&lt;/li&gt;
&lt;li&gt;root&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;As a user, which of the following default labels is used to indicate that a maintainer needs assistance on an issue or pull request?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;help wanted&lt;/li&gt;
&lt;li&gt;question&lt;/li&gt;
&lt;li&gt;documentation&lt;/li&gt;
&lt;li&gt;enhancement&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What features are offered by Copilot for Business that are not offered by Copilot for Individuals? (Choose three.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;blocks suggestions matching public code&lt;/li&gt;
&lt;li&gt;offers multi-line function suggestions&lt;/li&gt;
&lt;li&gt;VPN proxy support via self-signed certificates&lt;/li&gt;
&lt;li&gt;organization-wide policy management&lt;/li&gt;
&lt;li&gt;plugs directly into the editor&lt;/li&gt;
&lt;li&gt;support for organization or enterprise GitHub accounts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What are the defining features of Git?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;low-cost local branching, convenient staging areas, multiple workflows, and being designed for managing small projects&lt;/li&gt;
&lt;li&gt;distributed version control, open source software, and being designed for handling projects of any size with efficiency&lt;/li&gt;
&lt;li&gt;sequential version control, cloud-based hosting service, and being designed for collaboration on large projects&lt;/li&gt;
&lt;li&gt;centralized version control, proprietary software, and being designed for small projects&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following describes a branch in Git?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a pointer to an identical snapshot of the project at a specific point in time&lt;/li&gt;
&lt;li&gt;a physical copy of the entire project stored on disk&lt;/li&gt;
&lt;li&gt;a separate, isolated copy of the project's codebase&lt;/li&gt;
&lt;li&gt;a new repository that shares code with the original "upstream" repository&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What is GitHub?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a cloud-based hosting service for version control and collaboration, focused on creating a safe and collaborative environment for developers&lt;/li&gt;
&lt;li&gt;a platform that focuses on facilitating the growth and sharing of code, specifically designed for new developers to hone their skills&lt;/li&gt;
&lt;li&gt;a proprietary software platform for nurturing creativity in developers and building a technology community&lt;/li&gt;
&lt;li&gt;a centralized version control system designed for nurturing a community of developers and providing access to open source projects&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following are advantages of saved replies? (Choose two.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Saved replies are allocated at the enterprise level for all users.&lt;/li&gt;
&lt;li&gt;Saved replies allow you to create a reusable response to issues and pull requests.&lt;/li&gt;
&lt;li&gt;Saved replies are tied to a GitHub user's personal account.&lt;/li&gt;
&lt;li&gt;Saved replies will send auto notifications when a user is tagged to an issue.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What qualifier finds issues that mention a certain user?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;threads:&lt;/li&gt;
&lt;li&gt;mentions:&lt;/li&gt;
&lt;li&gt;mentioned:&lt;/li&gt;
&lt;li&gt;(mentioned:&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Where can you go to discover, browse, and install tools?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Organization settings&lt;/li&gt;
&lt;li&gt;GitHub Marketplace&lt;/li&gt;
&lt;li&gt;Explore&lt;/li&gt;
&lt;li&gt;GitHub Apps&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;How can a user highlight a post to the top of the Discussions page?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pin the discussion.&lt;/li&gt;
&lt;li&gt;Star the discussion.&lt;/li&gt;
&lt;li&gt;Save the discussion.&lt;/li&gt;
&lt;li&gt;Create an issue from the discussion.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following best describes a Codespace?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a lightweight editing experience that runs entirely in your browser&lt;/li&gt;
&lt;li&gt;a Visual Studio Code plug-in to manage local devcontainers&lt;/li&gt;
&lt;li&gt;a development environment hosted in the cloud&lt;/li&gt;
&lt;li&gt;an AI pair programmer that offers autocomplete-style suggestions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following can be performed within GitHub Desktop?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;adding and cloning repositories&lt;/li&gt;
&lt;li&gt;integrating with office suite software&lt;/li&gt;
&lt;li&gt;reviewing and approving pull requests&lt;/li&gt;
&lt;li&gt;commenting on discussions&lt;/li&gt;
&lt;li&gt;creating and managing issues&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following are displayed in the "Pinned Repositories" section of a GitHub user profile?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;repositories that were personally selected to be highlighted&lt;/li&gt;
&lt;li&gt;repositories that are owned by organizations in which the user is a member&lt;/li&gt;
&lt;li&gt;repositories with the highest number of stars&lt;/li&gt;
&lt;li&gt;repositories with the most recent activity&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What should be done to locate an existing action that was provided by a GitHub-approved vendor? (Choose two.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add the vendor as an allowed Actions Source.&lt;/li&gt;
&lt;li&gt;Search the vendor's website for a github.yaml index.&lt;/li&gt;
&lt;li&gt;Create a new workflow file.&lt;/li&gt;
&lt;li&gt;Install the GitHub App that was provided by the vendor.&lt;/li&gt;
&lt;li&gt;Confirm that the action has a verification badge.&lt;/li&gt;
&lt;li&gt;Search the GitHub Marketplace for Actions by the vendor.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following items can you customize for an individual Codespace? (Choose three.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;shell&lt;/li&gt;
&lt;li&gt;operating system&lt;/li&gt;
&lt;li&gt;default editor&lt;/li&gt;
&lt;li&gt;branch protections&lt;/li&gt;
&lt;li&gt;name&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following options is available as a default Discussion category?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;daily check in&lt;/li&gt;
&lt;li&gt;security concern&lt;/li&gt;
&lt;li&gt;bug report&lt;/li&gt;
&lt;li&gt;show and tell&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New open source contributors can receive funding from GitHub sponsors:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;by including GitHub matching funds.&lt;/li&gt;
&lt;li&gt;using PayPal as a payment processor.&lt;/li&gt;
&lt;li&gt;equal to 95% of the contribution value.&lt;/li&gt;
&lt;li&gt;after setting up a sponsored developer profile.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Who can be assigned to an issue or pull request? (Choose two.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;anyone who has a personal GitHub account&lt;/li&gt;
&lt;li&gt;anyone with write permissions to the repository&lt;/li&gt;
&lt;li&gt;anyone who has an enterprise GitHub account&lt;/li&gt;
&lt;li&gt;anyone who has commented on the issue or pull request&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What is the purpose of GitHub Sponsors?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It funds the most popular open source projects based on stars.&lt;/li&gt;
&lt;li&gt;It provides a channel for GitHub to support open source projects.&lt;/li&gt;
&lt;li&gt;It offers a way for companies to purchase software on GitHub.&lt;/li&gt;
&lt;li&gt;It allows the developer community to financially support open source projects.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What best describes Markdown?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;markup language&lt;/li&gt;
&lt;li&gt;programming language&lt;/li&gt;
&lt;li&gt;version control system&lt;/li&gt;
&lt;li&gt;scripting language&lt;/li&gt;
&lt;li&gt;containerization solution&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following two-factor authentication (2FA) methods can you use to secure a GitHub account? (Choose three.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;security keys&lt;/li&gt;
&lt;li&gt;authenticator app&lt;/li&gt;
&lt;li&gt;GitHub mobile&lt;/li&gt;
&lt;li&gt;security questions&lt;/li&gt;
&lt;li&gt;single sign-on&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What does a CODEOWNERS file do in a repository?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;defines access permissions for the repository&lt;/li&gt;
&lt;li&gt;requires peer code review for code changes&lt;/li&gt;
&lt;li&gt;restricts who can edit specific files&lt;/li&gt;
&lt;li&gt;sets the reviewers for pull requests automatically&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What is a gist?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;markdown document&lt;/li&gt;
&lt;li&gt;GitHub pages site&lt;/li&gt;
&lt;li&gt;git repository&lt;/li&gt;
&lt;li&gt;GitHub app&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following options can a user do from a discussion post?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Duplicate the discussion.&lt;/li&gt;
&lt;li&gt;Archive the discussion.&lt;/li&gt;
&lt;li&gt;Add the discussion to README.&lt;/li&gt;
&lt;li&gt;Create an issue from the discussion.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following is an Innersource development practice?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;making all repositories publicly accessible&lt;/li&gt;
&lt;li&gt;sharing code between teams within the organization&lt;/li&gt;
&lt;li&gt;removing open source code from the organization&lt;/li&gt;
&lt;li&gt;adopting open source code into the organization&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In GitHub, why is it recommended to deploy from your feature branch before merging into the main branch?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;to directly deploy changes from the main branch without any intermediate testing&lt;/li&gt;
&lt;li&gt;to speed up the process of merging changes into the main branch&lt;/li&gt;
&lt;li&gt;to ensure the changes are verified and validated in a production environment&lt;/li&gt;
&lt;li&gt;to avoid the need for testing changes in production&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The difference between GitHub Desktop and github.com is that Desktop:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;offers a graphical user interface.&lt;/li&gt;
&lt;li&gt;is a standalone software application.&lt;/li&gt;
&lt;li&gt;is only available on Windows operating systems.&lt;/li&gt;
&lt;li&gt;is a self-hosted version of GitHub.&lt;/li&gt;
&lt;li&gt;enables integration with office suite applications.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following GitHub syntax formats is consistent with the associated text?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;em&gt;This is bolded text&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&amp;lt;-- This is a comment --!&amp;gt;&lt;/li&gt;
&lt;li&gt;(This is a link) [&lt;a href="https://github.com" rel="noopener noreferrer"&gt;https://github.com&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;# This is a heading&lt;/li&gt;
&lt;li&gt;- This is an ordered list&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;After 30 minutes of inactivity, a GitHub Codespace will:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;be deleted.&lt;/li&gt;
&lt;li&gt;time out.&lt;/li&gt;
&lt;li&gt;restart.&lt;/li&gt;
&lt;li&gt;commit changes.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following is always true about the feature preview phases Alpha and Beta?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Alpha features are not available to the public.&lt;/li&gt;
&lt;li&gt;Alpha and Beta features offer Service Level Agreements (SLAs).&lt;/li&gt;
&lt;li&gt;Alpha features are documented.&lt;/li&gt;
&lt;li&gt;Beta features provide technical support.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following are included as pre-defined repository roles? (Choose three.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;View&lt;/li&gt;
&lt;li&gt;Triage&lt;/li&gt;
&lt;li&gt;Write&lt;/li&gt;
&lt;li&gt;Maintain&lt;/li&gt;
&lt;li&gt;Security&lt;/li&gt;
&lt;li&gt;Delete&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What are three valid states for a file in a git repository? (Choose three.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;staged&lt;/li&gt;
&lt;li&gt;committed&lt;/li&gt;
&lt;li&gt;modified&lt;/li&gt;
&lt;li&gt;uncommitted&lt;/li&gt;
&lt;li&gt;tracked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What are the two main reasons why one might fork a repository? (Choose two.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;to create a new repository based on an existing one&lt;/li&gt;
&lt;li&gt;to create an issue or open a discussion&lt;/li&gt;
&lt;li&gt;to propose changes to the base repository&lt;/li&gt;
&lt;li&gt;to create a new branch to develop a new feature&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A distributed version control system is best described as a system that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;stores project files on a cloud-based server and allows multiple developers to collaborate on the same codebase simultaneously.&lt;/li&gt;
&lt;li&gt;requires developers to manually track and manage different versions of their files using naming conventions and manual backups.&lt;/li&gt;
&lt;li&gt;relies on a central server to store the entire project history and allows developers to check out files for editing.&lt;/li&gt;
&lt;li&gt;ensures each developer has their own local copy of the entire code repository, including the complete project history and metadata.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following is a key characteristic of GitHub Projects?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ability to create and customize multiple views&lt;/li&gt;
&lt;li&gt;ability to import Gantt charts from Microsoft Project&lt;/li&gt;
&lt;li&gt;ability to enforce required fields&lt;/li&gt;
&lt;li&gt;ability to visualize the commit history&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following can be performed within GitHub Mobile?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;forking and cloning repositories&lt;/li&gt;
&lt;li&gt;utilizing the mobile device as a self-hosted runner&lt;/li&gt;
&lt;li&gt;managing notifications from github.com&lt;/li&gt;
&lt;li&gt;managing enterprise and organization settings&lt;/li&gt;
&lt;li&gt;chat with other GitHub Mobile users via voice calling&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What is the minimum access needed to contribute to a repository?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Write&lt;/li&gt;
&lt;li&gt;Read&lt;/li&gt;
&lt;li&gt;Maintain&lt;/li&gt;
&lt;li&gt;Triage&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What are some scenarios that can automatically subscribe you to conversations on GitHub? (Choose three.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;opening a pull request or issue&lt;/li&gt;
&lt;li&gt;being added as a repo admin&lt;/li&gt;
&lt;li&gt;commenting on a thread&lt;/li&gt;
&lt;li&gt;pushing a commit to the default branch&lt;/li&gt;
&lt;li&gt;being assigned to an issue or pull request&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following best describes cloning a repository?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It imports your source code into a new repository.&lt;/li&gt;
&lt;li&gt;It creates a copy of the repository on your local machine.&lt;/li&gt;
&lt;li&gt;It retrieves code updates from the remote repository.&lt;/li&gt;
&lt;li&gt;It creates a copy of the repository on GitHub.com.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What layouts are available for GitHub Projects? (Choose three.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Board&lt;/li&gt;
&lt;li&gt;Backlog&lt;/li&gt;
&lt;li&gt;Table&lt;/li&gt;
&lt;li&gt;Kanban&lt;/li&gt;
&lt;li&gt;Roadmap&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What is the difference between an organization member and an outside collaborator?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Organization base permissions do not apply to outside collaborators.&lt;/li&gt;
&lt;li&gt;Outside collaborators cannot be given the admin role on a repository.&lt;/li&gt;
&lt;li&gt;Outside collaborators do not consume paid licenses.&lt;/li&gt;
&lt;li&gt;Two-factor authentication (2FA) is not required for outside collaborators.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What is the primary purpose of creating a security policy in a repository?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;to define which types of secrets are blocked with push protection&lt;/li&gt;
&lt;li&gt;to describe how security vulnerabilities should be responsibly disclosed&lt;/li&gt;
&lt;li&gt;to customize the repository's Dependabot configuration&lt;/li&gt;
&lt;li&gt;to ensure that peer code review occurs before new changes are merged&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;From the list of projects for an organization, how can a user identify a GitHub Projects template?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use the &lt;code&gt;is: template&lt;/code&gt; filter in the search text box.&lt;/li&gt;
&lt;li&gt;Select the Templates label.&lt;/li&gt;
&lt;li&gt;Check the "show template" checkbox.&lt;/li&gt;
&lt;li&gt;View the contents in the &lt;code&gt;.github/projects&lt;/code&gt; folder.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What is a benefit of using GitHub Enterprise Cloud with Enterprise Managed Users (EMU)?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It enables GitHub user accounts access to protected resources using SAML SSO.&lt;/li&gt;
&lt;li&gt;It provides centralized control and streamlined management of user accounts through their identity provider (IdP).&lt;/li&gt;
&lt;li&gt;It offers additional collaboration and content creation capabilities for managed user accounts.&lt;/li&gt;
&lt;li&gt;It automatically validates user interactions using the identity provider (IdP) conditional access policy (CAP).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following is the best GitHub feature for long-form documentation for a project?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pull Requests&lt;/li&gt;
&lt;li&gt;Insights&lt;/li&gt;
&lt;li&gt;Projects&lt;/li&gt;
&lt;li&gt;Wikis&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What are primary benefits of using GitHub Issues templates? (Choose two.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;to provide an easy-to-fill-out form for creating new issues&lt;/li&gt;
&lt;li&gt;to easily coerce existing issues into a standard format&lt;/li&gt;
&lt;li&gt;to automatically label or assign newly created issues&lt;/li&gt;
&lt;li&gt;to automatically create new branches when issues are created&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;As a user, what feature can you use to merge proposed changes in a repository on GitHub?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;discussions&lt;/li&gt;
&lt;li&gt;projects&lt;/li&gt;
&lt;li&gt;pull requests&lt;/li&gt;
&lt;li&gt;issues&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Which of the following best describes GitHub flow?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a branching model that uses feature branches and multiple primary branches&lt;/li&gt;
&lt;li&gt;a lightweight workflow that allows for safe experimentation with new ideas and collaboration on projects through branching, pull requests, and merging&lt;/li&gt;
&lt;li&gt;a strategy where separate branches are created for each release, and pull requests are used to collaborate on and approve releases&lt;/li&gt;
&lt;li&gt;a strict workflow that enforces a linear development process with all changes made directly on the main branch&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;How can a user create a repository template, and what permissions are required?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;With Maintain permissions, navigate to Organization settings, select the repository, and choose Template Repository.&lt;/li&gt;
&lt;li&gt;With Maintain permissions, navigate to Repository settings and select Template Repository.&lt;/li&gt;
&lt;li&gt;With Admin permissions, navigate to Repository settings and select Template Repository.&lt;/li&gt;
&lt;li&gt;With Admin permissions, navigate to Organization settings, select the repository, and choose Template Repository.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What are the key areas of focus for GitHub? (Choose three.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;building a technology platform for secure code sharing and collaboration&lt;/li&gt;
&lt;li&gt;providing a social media platform for project managers&lt;/li&gt;
&lt;li&gt;hosting video calls with other developers&lt;/li&gt;
&lt;li&gt;providing access and opportunities for developers&lt;/li&gt;
&lt;li&gt;nurturing a community that supports open source principles&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Pull requests can only be created between two branches that are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;authored by the same user.&lt;/li&gt;
&lt;li&gt;the same.&lt;/li&gt;
&lt;li&gt;different.&lt;/li&gt;
&lt;li&gt;authored by different users.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;As a GitHub user, where in the UI can you configure two-factor authentication (2FA) to further secure your account?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Profile → Account → 2FA&lt;/li&gt;
&lt;li&gt;Repository Settings → Secrets and Variables → 2FA&lt;/li&gt;
&lt;li&gt;Settings → Password and Authentication → 2FA&lt;/li&gt;
&lt;li&gt;Organization Settings → Authentication Security → 2FA&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>github</category>
      <category>githubfoundation</category>
      <category>githubcertification</category>
    </item>
  </channel>
</rss>
