{"id":16648,"date":"2023-08-21T23:54:59","date_gmt":"2023-08-21T23:54:59","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=16648"},"modified":"2025-05-03T07:32:48","modified_gmt":"2025-05-03T07:32:48","slug":"30-github-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/","title":{"rendered":"30 GitHub Quiz Questions and Answers"},"content":{"rendered":"<p>GitHub is a web-based platform that serves as a central hub for version control and collaboration on software development projects. It is one of the most popular and widely used platforms for hosting and managing code repositories. GitHub provides developers with a set of tools and features that facilitate collaboration, code sharing, issue tracking, and more. Here&#8217;s an introduction to some key aspects of GitHub:<\/p>\n<p>Version Control: At the core of GitHub is Git, a distributed version control system. Version control allows multiple developers to work on a project simultaneously without conflicting with each other&#8217;s changes. Git keeps track of all modifications made to the codebase, allowing developers to review changes, revert to previous versions, and collaborate effectively.<\/p>\n<p>Repositories: In GitHub, a repository (often referred to as &#8220;repo&#8221;) is a collection of files and folders that make up a project. Repositories can be public, accessible to everyone, or private, restricted to specific users or teams. Each repository has its own unique URL, and it serves as the central place where the project&#8217;s code and related resources are stored.<\/p>\n<p>Collaboration: GitHub enables collaboration by allowing developers to work together on the same project. They can suggest changes to the codebase through &#8220;pull requests,&#8221; which are proposals to merge their code into the main project. Other team members can review, comment, and discuss the proposed changes before accepting them into the codebase.<\/p>\n<p>Issues: GitHub&#8217;s issue tracking system helps teams manage bug reports, feature requests, and other tasks related to the project. Users can create issues, assign them to team members, label them for categorization, and track their progress. Issues can also be linked to specific commits or pull requests, facilitating clear communication and accountability.<\/p>\n<p>Forks: Forking is a fundamental feature of GitHub. It allows developers to create their own copy of a repository, which they can modify and experiment with independently. Forks are often used when contributing to open-source projects. After making changes in their forked repository, developers can submit pull requests to propose their changes to be included in the original project.<\/p>\n<h3>In this article<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#a\">Part 1: Create an amazing GitHub quiz using AI instantly in OnlineExamMaker<\/a><\/li>\n<li><a href=\"#1\">Part 2: 30 GitHub quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 3: Download GitHub questions &#038; answers for free<\/a><\/l1>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/github-quiz.webp\" alt=\"\" width=\"850\" height=\"478\" class=\"alignnone size-full wp-image-16649\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/github-quiz.webp 850w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/github-quiz-300x169.webp 300w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/github-quiz-768x432.webp 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/p>\n<h3 id=\"a\">Part 1: Create an amazing GitHub quiz using AI instantly in OnlineExamMaker<\/h3>\n<p>The quickest way to assess the GitHub knowledge of candidates is using an AI assessment platform like OnlineExamMaker. With OnlineExamMaker AI Question Generator,  you are able to input content\u2014like text, documents, or topics\u2014and then automatically generate questions in various formats (e.g., multiple-choice, true\/false, short answer). Its AI Exam Grader can automatically grade the exam and generate insightful reports after your candidate submit the assessment.<\/p>\n<p><strong>Overview of its key assessment-related features:<\/strong><br \/>\n\u25cf Create up to 10 question types, including multiple-choice, true\/false, fill-in-the-blank, matching, short answer, and essay questions.<br \/>\n\u25cf Automatically generates detailed reports\u2014individual scores, question report, and group performance.<br \/>\n\u25cf Instantly scores objective questions and subjective answers use rubric-based scoring for consistency.<br \/>\n\u25cf API and SSO help trainers integrate OnlineExamMaker with Google Classroom, Microsoft Teams, CRM and more.<\/p>\n<div class=\"embed_video_blog\">\n<div class=\"embed-responsive embed-responsive-16by9\" style=\"margin-bottom:16px;\">\n <iframe class=\"embed-responsive-item\" src=\"https:\/\/www.youtube.com\/embed\/zlqho9igH2Y\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Automatically generate questions using AI<\/p>\n<div class=\"blog_double_btn clearfix\">\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/features\/ai-question-generator.html?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Try AI Question Generator<\/a><\/div>\n<div class=\"p-style-b\">Generate questions for any topic<\/div>\n<\/div>\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/sign-up.html?refer=blog_btn\"> Create A Quiz<\/a><\/div>\n<div class=\"p-style-b\">100% free forever<\/div>\n<\/div>\n<\/div>\n<\/div>\n<h3 id=\"1\">Part 2: 30 GitHub quiz questions &#038; answers<\/h3>\n<p>1. What is Git?<br \/>\n   a) A distributed version control system<br \/>\n   b) A programming language<br \/>\n   c) An online code editor<br \/>\n   d) A cloud storage service<br \/>\n   Answer: a<\/p>\n<p>2. What is the command to create a new Git repository?<br \/>\n   a) git init<br \/>\n   b) git create<br \/>\n   c) git new<br \/>\n   d) git start<br \/>\n   Answer: a<\/p>\n<p>3. What is the purpose of the &#8220;git clone&#8221; command?<br \/>\n   a) To create a copy of a remote repository on your local machine<br \/>\n   b) To create a new branch in a repository<br \/>\n   c) To merge two branches together<br \/>\n   d) To delete a remote repository<br \/>\n   Answer: a<\/p>\n<p>4. What does the &#8220;git add&#8221; command do?<br \/>\n   a) It adds a new remote repository to your local Git configuration<br \/>\n   b) It stages changes for the next commit<br \/>\n   c) It creates a new branch<br \/>\n   d) It deletes a file from the repository<br \/>\n   Answer: b<\/p>\n<p>5. How do you commit changes in Git?<br \/>\n   a) git push<br \/>\n   b) git commit<br \/>\n   c) git save<br \/>\n   d) git update<br \/>\n   Answer: b<\/p>\n<p>6. What is a &#8220;pull request&#8221; in GitHub?<br \/>\n   a) A request to merge a branch into the main repository<br \/>\n   b) A request to delete a repository<br \/>\n   c) A request to revert a commit<br \/>\n   d) A request to create a new repository<br \/>\n   Answer: a<\/p>\n<p>7. What command is used to view the commit history in Git?<br \/>\n   a) git log<br \/>\n   b) git status<br \/>\n   c) git show<br \/>\n   d) git history<br \/>\n   Answer: a<\/p>\n<p>8. How do you switch to a different branch in Git?<br \/>\n   a) git switch<br \/>\n   b) git change<br \/>\n   c) git checkout<br \/>\n   d) git branch<br \/>\n   Answer: c<\/p>\n<p>9. What is the purpose of the &#8220;git push&#8221; command?<br \/>\n   a) To synchronize changes between the local and remote repositories<br \/>\n   b) To create a new branch<br \/>\n   c) To undo the last commit<br \/>\n   d) To delete a branch<br \/>\n   Answer: a<\/p>\n<p>10. What does &#8220;git merge&#8221; do?<br \/>\n    a) It creates a new branch<br \/>\n    b) It deletes a branch<br \/>\n    c) It combines changes from one branch into another<br \/>\n    d) It reverts the last commit<br \/>\n    Answer: c<\/p>\n<p>11. How do you discard changes in your working directory in Git?<br \/>\n    a) git reset<br \/>\n    b) git discard<br \/>\n    c) git revert<br \/>\n    d) git clean<br \/>\n    Answer: d<\/p>\n<p>12. What is the purpose of a Gitignore file?<br \/>\n    a) To list the contributors to the repository<br \/>\n    b) To store sensitive information like passwords and API keys<br \/>\n    c) To specify files and directories that should be ignored by Git<br \/>\n    d) To record the changes made to the repository over time<br \/>\n    Answer: c<\/p>\n<p>13. How do you create a new branch in Git?<br \/>\n    a) git branch new-branch<br \/>\n    b) git new-branch<br \/>\n    c) git create new-branch<br \/>\n    d) git checkout new-branch<br \/>\n    Answer: a<\/p>\n<p>14. What is a &#8220;fork&#8221; in GitHub?<br \/>\n    a) A copy of a repository owned by another user or organization<br \/>\n    b) A new branch in a repository<br \/>\n    c) A GitHub feature for tracking issues<br \/>\n    d) A collaborative code editor<br \/>\n    Answer: a<\/p>\n<p>15. How do you rename a Git branch?<br \/>\n    a) git rename<br \/>\n    b) git branch -m<br \/>\n    c) git mv<br \/>\n    d) git switch -r<br \/>\n    Answer: b<\/p>\n<h3 id=\"2\">Part 3: Download GitHub questions &#038; answers for free<\/h3>\n<div class=\"embed_video_blog\">\n<div class=\"embed-responsive embed-responsive-16by9\" style=\"margin-bottom:16px;\">\n <iframe class=\"embed-responsive-item\" src=\"https:\/\/www.youtube.com\/embed\/zlqho9igH2Y\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Download questions &#038; answers for free<\/p>\n<div class=\"blog_double_btn clearfix\">\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/thanks-for-downloading-questions.html?url=https:\/\/onlineexammaker.com\/questions-answers\/671-github.zip\">Free Download <\/a><\/div>\n<div class=\"p-style-b\">Download quiz questions<\/div>\n<\/div>\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/features\/ai-question-generator.html?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Try AI Question Generator<\/a><\/div>\n<div class=\"p-style-b\">Generate questions for any topic<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>16. What is the purpose of &#8220;git fetch&#8221;?<br \/>\n    a) To download the latest version of Git<br \/>\n    b) To fetch all remote branches to your local repository<br \/>\n    c) To fetch changes from the remote repository without merging<br \/>\n    d) To fetch changes from a different repository<br \/>\n    Answer: c<\/p>\n<p>17. How do you create a new tag in Git?<br \/>\n    a) git tag new-tag<br \/>\n    b) git create-tag new-tag<br \/>\n    c) git new-tag<br \/>\n    d) git tag -a new-tag<br \/>\n    Answer: d<\/p>\n<p>18. What is a &#8220;merge conflict&#8221; in Git?<br \/>\n    a) When two branches are merged successfully<br \/>\n    b) When there are conflicts between different branches that need manual resolution<br \/>\n    c) When a branch is deleted<br \/>\n    d) When a pull request is rejected<br \/>\n    Answer: b<\/p>\n<p>19. How do you undo the last commit in Git?<br \/>\n    a) git revert HEAD<br \/>\n    b) git reset HEAD<br \/>\n    c) git undo<br \/>\n    d) git rollback<br \/>\n    Answer: a<\/p>\n<p>20. What is the purpose of &#8220;git rebase&#8221;?<br \/>\n    a) To synchronize changes between the local and remote repositories<br \/>\n    b) To combine multiple commits into one<br \/>\n    c) To delete a branch<br \/>\n    d) To create a new repository<br \/>\n    Answer: b<\/p>\n<p>21. How do you see the changes between your working directory and the last commit in Git?<br \/>\n    a) git compare<br \/>\n    b) git diff<br \/>\n    c) git changes<br \/>\n    d) git show<br \/>\n    Answer: b<\/p>\n<p>22. What is the purpose of &#8220;git stash&#8221;?<br \/>\n    a) To permanently remove files from the repository<br \/>\n    b) To hide changes in a dirty working directory without committing them<br \/>\n    c) To stash untracked files<br \/>\n    d) To undo the last commit<br \/>\n    Answer: b<\/p>\n<p>23. How do you remove a remote branch in Git?<br \/>\n    a) git delete-branch remote-branch<br \/>\n    b) git remove remote-branch<br \/>\n    c) git push &#8211;delete remote-branch<br \/>\n    d) git remote remove remote-branch<br \/>\n    Answer: c<\/p>\n<p>24. What is the purpose of &#8220;git submodule&#8221;?<br \/>\n    a) To create a new repository within an existing repository<br \/>\n    b) To merge two repositories into one<br \/>\n    c) To keep a Git repository as a subdirectory of another repository<br \/>\n    d) To clone a remote repository<br \/>\n    Answer: c<\/p>\n<p>25. How do you apply a specific commit from one branch to another in Git?<br \/>\n    a) git apply<br \/>\n    b) git patch<br \/>\n    c) git cherry-pick<br \/>\n    d) git move<br \/>\n    Answer: c<\/p>\n<p>26. What is the purpose of &#8220;git bisect&#8221;?<br \/>\n    a) To split a commit into smaller commits<br \/>\n    b) To compare two branches<br \/>\n    c) To find the commit that introduced a bug using binary search<br \/>\n    d) To merge multiple branches together<br \/>\n    Answer: c<\/p>\n<p>27. How do you set up a Git username and email globally?<br \/>\n    a) git username &#8220;Your Name&#8221; &#038;&#038; git email &#8220;youremail@example.com&#8221;<br \/>\n    b) git config &#8211;global user.name &#8220;Your Name&#8221; &#038;&#038; git config &#8211;global user.email &#8220;youremail@example.com&#8221;<br \/>\n    c) git set-username &#8220;Your Name&#8221; &#038;&#038; git set-email &#8220;youremail@example.com&#8221;<br \/>\n    d) git user &#8220;Your Name&#8221; &#038;&#038; git email &#8220;youremail@example.com&#8221;<br \/>\n    Answer: b<\/p>\n<p>28. What is the purpose of &#8220;git cherry-pick&#8221;?<br \/>\n    a)<\/p>\n<p> To discard changes in a working directory<br \/>\n    b) To revert a commit<br \/>\n    c) To apply a specific commit from one branch to another<br \/>\n    d) To create a new branch<br \/>\n    Answer: c<\/p>\n<p>29. How do you update your local repository with changes from the remote repository in Git?<br \/>\n    a) git merge origin master<br \/>\n    b) git fetch &#038;&#038; git merge origin\/master<br \/>\n    c) git pull origin master<br \/>\n    d) git update<br \/>\n    Answer: c<\/p>\n<p>30. How do you remove a file from a Git repository?<br \/>\n    a) git rm file.txt<br \/>\n    b) git delete file.txt<br \/>\n    c) git remove file.txt<br \/>\n    d) git erase file.txt<br \/>\n    Answer: a<\/p>\n","protected":false},"excerpt":{"rendered":"<p>GitHub is a web-based platform that serves as a central hub for version control and collaboration on software development projects. It is one of the most popular and widely used platforms for hosting and managing code repositories. GitHub provides developers with a set of tools and features that facilitate collaboration, code sharing, issue tracking, and [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":16649,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-16648","post","type-post","status-publish","format-standard","hentry","category-questions-answers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>30 GitHub Quiz Questions and Answers - OnlineExamMaker Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"30 GitHub Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"GitHub is a web-based platform that serves as a central hub for version control and collaboration on software development projects. It is one of the most popular and widely used platforms for hosting and managing code repositories. GitHub provides developers with a set of tools and features that facilitate collaboration, code sharing, issue tracking, and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-21T23:54:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-03T07:32:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/github-quiz.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"850\" \/>\n\t<meta property=\"og:image:height\" content=\"478\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Willson Black\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Willson Black\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/\",\"name\":\"30 GitHub Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2023-08-21T23:54:59+00:00\",\"dateModified\":\"2025-05-03T07:32:48+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 GitHub Quiz Questions and Answers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/\",\"name\":\"OnlineExamMaker Blog\",\"description\":\"OnlineExamMaker\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineexammaker.com\/kb\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\",\"name\":\"Willson Black\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g\",\"caption\":\"Willson Black\"},\"url\":\"https:\/\/onlineexammaker.com\/kb\/author\/willblog\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"30 GitHub Quiz Questions and Answers - OnlineExamMaker Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"30 GitHub Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"GitHub is a web-based platform that serves as a central hub for version control and collaboration on software development projects. It is one of the most popular and widely used platforms for hosting and managing code repositories. GitHub provides developers with a set of tools and features that facilitate collaboration, code sharing, issue tracking, and [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2023-08-21T23:54:59+00:00","article_modified_time":"2025-05-03T07:32:48+00:00","og_image":[{"width":850,"height":478,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/github-quiz.webp","type":"image\/webp"}],"author":"Willson Black","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Willson Black","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/","name":"30 GitHub Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2023-08-21T23:54:59+00:00","dateModified":"2025-05-03T07:32:48+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-github-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 GitHub Quiz Questions and Answers"}]},{"@type":"WebSite","@id":"https:\/\/onlineexammaker.com\/kb\/#website","url":"https:\/\/onlineexammaker.com\/kb\/","name":"OnlineExamMaker Blog","description":"OnlineExamMaker","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineexammaker.com\/kb\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b","name":"Willson Black","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g","caption":"Willson Black"},"url":"https:\/\/onlineexammaker.com\/kb\/author\/willblog\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/16648"}],"collection":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/comments?post=16648"}],"version-history":[{"count":4,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/16648\/revisions"}],"predecessor-version":[{"id":57436,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/16648\/revisions\/57436"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/16649"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=16648"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=16648"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=16648"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}