{"id":65216,"date":"2025-07-17T07:11:43","date_gmt":"2025-07-17T07:11:43","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/20-linux-system-administration-quiz-questions-and-answers\/"},"modified":"2025-07-17T07:11:43","modified_gmt":"2025-07-17T07:11:43","slug":"20-linux-system-administration-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/20-linux-system-administration-quiz-questions-and-answers\/","title":{"rendered":"20 Linux System Administration Quiz Questions and Answers"},"content":{"rendered":"<p>Linux system administration involves managing and maintaining the core operations of Linux-based systems. This includes tasks such as installing and updating software packages using tools like apt or yum, configuring system settings, managing user accounts and permissions, monitoring performance and resource usage, ensuring network security through firewalls and encryption, and troubleshooting hardware or software issues. Administrators rely on command-line interfaces, scripting languages like Bash, and utilities such as systemd for service management, while adhering to best practices for backups, updates, and system optimization to ensure reliability and efficiency in environments like servers, clouds, or desktops.<\/p>\n<h3>Table of contents<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#1\">Part 1: Create a Linux system administration quiz in minutes using AI with OnlineExamMaker<\/a><\/li>\n<li><a href=\"#2\">Part 2: 20 Linux system administration quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#3\">Part 3: AI Question Generator &#8211; Automatically create questions for your next assessment <\/a><\/li>\n<\/ul>\n<p><img decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2025\/08\/1484-linux-system-administration.webp\" alt=\"\"\/><\/p>\n<h3 id=\"1\">Part 1: Create a Linux system administration quiz in minutes using AI with OnlineExamMaker<\/h3>\n<p>Are you looking for an online assessment to test the Linux system administration knowledge of your learners? OnlineExamMaker uses artificial intelligence to help quiz organizers to create, manage, and analyze exams or tests automatically. Apart from AI features, OnlineExamMaker advanced security features such as full-screen lockdown browser, online webcam proctoring, and face ID recognition.<\/p>\n<p><strong>Recommended features for you:<\/strong><br \/>\n\u25cf Includes a safe exam browser (lockdown mode), webcam and screen recording, live monitoring, and chat oversight to prevent cheating.<br \/>\n\u25cf Enhances assessments with interactive experience by embedding video, audio, image into quizzes and multimedia feedback.<br \/>\n\u25cf Once the exam ends, the exam scores, question reports, ranking and other analytics data can be exported to your device in Excel file format.<br \/>\n\u25cf Offers question analysis to evaluate question performance and reliability, helping instructors optimize their training plan.<\/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=\"2\">Part 2: 20 Linux system administration quiz questions &#038; answers<\/h3>\n<p><button id=\"copyquestionsBtn\" type=\"button\" onclick=\"myFunction()\">Copy Quiz Questions<\/button>\u00a0\u00a0or\u00a0\u00a0<button id=\"genquestionsBtn\" class=\"genbtnstyle\" type=\"button\" onclick=\"myFunction1()\">Generate Questions using AI<\/button><\/p>\n<div id=\"copy_questions\">\n<p>1. Question: What command is used to list all files and directories in the current directory on a Linux system?<br \/>\n   A. ls<br \/>\n   B. dir<br \/>\n   C. list<br \/>\n   D. show<br \/>\n   Answer: A<br \/>\n   Explanation: The &#8216;ls&#8217; command displays the contents of a directory, including files and subdirectories, making it essential for basic file management.<\/p>\n<p>2. Question: Which file contains the user account information in Linux?<br \/>\n   A. \/etc\/passwd<br \/>\n   B. \/etc\/shadow<br \/>\n   C. \/etc\/group<br \/>\n   D. \/etc\/hosts<br \/>\n   Answer: A<br \/>\n   Explanation: The \/etc\/passwd file stores user account details such as usernames, user IDs, and home directories.<\/p>\n<p>3. Question: What command is used to change file permissions in Linux?<br \/>\n   A. chmod<br \/>\n   B. chown<br \/>\n   C. chgrp<br \/>\n   D. touch<br \/>\n   Answer: A<br \/>\n   Explanation: The &#8216;chmod&#8217; command modifies the read, write, and execute permissions of files and directories.<\/p>\n<p>4. Question: Which package manager is commonly used on Debian-based systems like Ubuntu?<br \/>\n   A. apt<br \/>\n   B. yum<br \/>\n   C. dnf<br \/>\n   D. pacman<br \/>\n   Answer: A<br \/>\n   Explanation: &#8216;apt&#8217; handles package installation, updates, and removal on Debian-based distributions.<\/p>\n<p>5. Question: How do you view the contents of a file in real-time as it is being written?<br \/>\n   A. tail -f<br \/>\n   B. cat<br \/>\n   C. less<br \/>\n   D. more<br \/>\n   Answer: A<br \/>\n   Explanation: The &#8216;tail -f&#8217; command monitors the end of a file and displays new lines as they are added.<\/p>\n<p>6. Question: What does the &#8216;df&#8217; command display?<br \/>\n   A. Disk space usage<br \/>\n   B. Network interfaces<br \/>\n   C. Running processes<br \/>\n   D. User accounts<br \/>\n   Answer: A<br \/>\n   Explanation: &#8216;df&#8217; reports the amount of disk space used and available on file systems.<\/p>\n<p>7. Question: Which command is used to create a new directory?<br \/>\n   A. mkdir<br \/>\n   B. touch<br \/>\n   C. cd<br \/>\n   D. pwd<br \/>\n   Answer: A<br \/>\n   Explanation: The &#8216;mkdir&#8217; command creates a new directory with the specified name.<\/p>\n<p>8. Question: What is the purpose of the &#8216;sudo&#8217; command?<br \/>\n   A. To execute commands with superuser privileges<br \/>\n   B. To list users<br \/>\n   C. To change directories<br \/>\n   D. To edit files<br \/>\n   Answer: A<br \/>\n   Explanation: &#8216;sudo&#8217; allows authorized users to run programs with the security privileges of another user, typically the superuser.<\/p>\n<p>9. Question: Which file extension is commonly used for shell scripts in Linux?<br \/>\n   A. .sh<br \/>\n   B. .exe<br \/>\n   C. .bat<br \/>\n   D. .py<br \/>\n   Answer: A<br \/>\n   Explanation: Files with the .sh extension are typically Bash or shell scripts that can be executed in the terminal.<\/p>\n<p>10. Question: What command is used to kill a process by its PID?<br \/>\n    A. kill<br \/>\n    B. ps<br \/>\n    C. top<br \/>\n    D. bg<br \/>\n    Answer: A<br \/>\n    Explanation: The &#8216;kill&#8217; command sends a signal to a process to terminate it, using its process ID (PID).<\/p>\n<p>11. Question: How do you check the system&#8217;s kernel version in Linux?<br \/>\n    A. uname -r<br \/>\n    B. cat \/etc\/os-release<br \/>\n    C. ls \/boot<br \/>\n    D. hostname<br \/>\n    Answer: A<br \/>\n    Explanation: &#8216;uname -r&#8217; displays the release version of the kernel currently running on the system.<\/p>\n<p>12. Question: Which command is used to add a new user to the system?<br \/>\n    A. useradd<br \/>\n    B. passwd<br \/>\n    C. groupadd<br \/>\n    D. usermod<br \/>\n    Answer: A<br \/>\n    Explanation: The &#8216;useradd&#8217; command creates a new user account with specified attributes.<\/p>\n<p>13. Question: What does the &#8216;grep&#8217; command do?<br \/>\n    A. Search for patterns in files<br \/>\n    B. Copy files<br \/>\n    C. Delete files<br \/>\n    D. Mount file systems<br \/>\n    Answer: A<br \/>\n    Explanation: &#8216;grep&#8217; searches through text files for lines that contain a match to a specified pattern or string.<\/p>\n<p>14. Question: Which runlevel is associated with multi-user mode with networking in traditional SysV init systems?<br \/>\n    A. 3<br \/>\n    B. 5<br \/>\n    C. 0<br \/>\n    D. 1<br \/>\n    Answer: A<br \/>\n    Explanation: Runlevel 3 starts the system in multi-user mode with networking but without a graphical interface.<\/p>\n<p>15. Question: What command is used to update the package index on a system using apt?<br \/>\n    A. apt update<br \/>\n    B. apt upgrade<br \/>\n    C. apt install<br \/>\n    D. apt remove<br \/>\n    Answer: A<br \/>\n    Explanation: &#8216;apt update&#8217; refreshes the list of available packages from the repositories.<\/p>\n<p>16. Question: How do you mount a file system in Linux?<br \/>\n    A. mount \/dev\/sda1 \/mnt<br \/>\n    B. umount \/dev\/sda1<br \/>\n    C. fdisk \/dev\/sda1<br \/>\n    D. lsblk<br \/>\n    Answer: A<br \/>\n    Explanation: The &#8216;mount&#8217; command attaches a file system to a directory, making it accessible.<\/p>\n<p>17. Question: What is the default shell for most Linux distributions?<br \/>\n    A. Bash<br \/>\n    B. Csh<br \/>\n    C. Ksh<br \/>\n    D. Fish<br \/>\n    Answer: A<br \/>\n    Explanation: Bash (Bourne Again SHell) is the standard shell provided in most Linux distributions for command-line interaction.<\/p>\n<p>18. Question: Which command displays real-time information about system processes?<br \/>\n    A. top<br \/>\n    B. ps<br \/>\n    C. free<br \/>\n    D. df<br \/>\n    Answer: A<br \/>\n    Explanation: &#8216;top&#8217; provides a dynamic, real-time view of running processes, including CPU and memory usage.<\/p>\n<p>19. Question: What command is used to change the ownership of a file?<br \/>\n    A. chown<br \/>\n    B. chmod<br \/>\n    C. chgrp<br \/>\n    D. touch<br \/>\n    Answer: A<br \/>\n    Explanation: &#8216;chown&#8217; changes the owner and\/or group of a file or directory to the specified user or group.<\/p>\n<p>20. Question: How do you check the network configuration on a Linux system?<br \/>\n    A. ifconfig or ip addr<br \/>\n    B. netstat<br \/>\n    C. ping<br \/>\n    D. route<br \/>\n    Answer: A<br \/>\n    Explanation: Commands like &#8216;ifconfig&#8217; or &#8216;ip addr&#8217; display information about network interfaces and their configurations.<\/p>\n<\/div>\n<p><button id=\"copyquestionsBtn\" type=\"button\" onclick=\"myFunction()\">Copy Quiz Questions<\/button>\u00a0\u00a0or\u00a0\u00a0<button id=\"genquestionsBtn\" class=\"genbtnstyle\" type=\"button\" onclick=\"myFunction1()\">Generate Questions using AI<\/button><\/p>\n<h3 id=\"3\">Part 3: AI Question Generator &#8211; Automatically create questions for your next assessment<\/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;\">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<p><script src=\"https:\/\/unpkg.com\/@popperjs\/core@2\"><\/script><br \/>\n<script src=\"https:\/\/unpkg.com\/tippy.js@6\"><\/script><\/p>\n<p><script type=\"text\/javascript\">\nfunction myFunction() {\nvar copyText = document.getElementById(\"copy_questions\");console.log(copyText.innerText);navigator.clipboard.writeText(copyText.innerText);\n}\nfunction myFunction1() {\n\u00a0  \u00a0 \u00a0 window.open(\"https:\/\/onlineexammaker.com\/features\/ai-question-generator.html\");\n\u00a0 }\nvar copy1, copy2;\n        tippy('#copyquestionsBtn', {\n        'content': \"Copy questions to clipboard\",\n       trigger: 'mouseenter',\n       'onCreate':function(instance){\n              copy1 = instance;\n       },\n       'onTrigger' : function(instance, event) {\n              copy2.hide();\n       }\n       });\n       tippy('#copyquestionsBtn', {\n       'content': \"Copied successfully\",\n       trigger: 'click',\n       'onCreate':function(instance){\n              copy2 = instance;\n       },\n       'onTrigger' : function(instance, event) {\n              copy1.hide();\n       }\n       });\ntippy('#genquestionsBtn', {\n        'content': \"Generate questions using AI for free\",\n         trigger: 'mouseenter'\n       });\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Linux system administration involves managing and maintaining the core operations of Linux-based systems. This includes tasks such as installing and updating software packages using tools like apt or yum, configuring system settings, managing user accounts and permissions, monitoring performance and resource usage, ensuring network security through firewalls and encryption, and troubleshooting hardware or software issues. [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":64867,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-65216","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>20 Linux System Administration 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\/20-linux-system-administration-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=\"20 Linux System Administration Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"Linux system administration involves managing and maintaining the core operations of Linux-based systems. This includes tasks such as installing and updating software packages using tools like apt or yum, configuring system settings, managing user accounts and permissions, monitoring performance and resource usage, ensuring network security through firewalls and encryption, and troubleshooting hardware or software issues. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/20-linux-system-administration-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-17T07:11:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2025\/08\/1484-linux-system-administration.webp\" \/>\n<meta name=\"author\" content=\"Rebecca\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rebecca\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/20-linux-system-administration-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/20-linux-system-administration-quiz-questions-and-answers\/\",\"name\":\"20 Linux System Administration Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2025-07-17T07:11:43+00:00\",\"dateModified\":\"2025-07-17T07:11:43+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/8447ed5937ab8046fa68476e432b32b2\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/20-linux-system-administration-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/20-linux-system-administration-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/20-linux-system-administration-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"20 Linux System Administration 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\/8447ed5937ab8046fa68476e432b32b2\",\"name\":\"Rebecca\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5f03edf06dd3745ea73e610a6d830a63?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5f03edf06dd3745ea73e610a6d830a63?s=96&r=g\",\"caption\":\"Rebecca\"},\"url\":\"https:\/\/onlineexammaker.com\/kb\/author\/rebeccaoem\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"20 Linux System Administration 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\/20-linux-system-administration-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"20 Linux System Administration Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"Linux system administration involves managing and maintaining the core operations of Linux-based systems. This includes tasks such as installing and updating software packages using tools like apt or yum, configuring system settings, managing user accounts and permissions, monitoring performance and resource usage, ensuring network security through firewalls and encryption, and troubleshooting hardware or software issues. [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/20-linux-system-administration-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2025-07-17T07:11:43+00:00","og_image":[{"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2025\/08\/1484-linux-system-administration.webp"}],"author":"Rebecca","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rebecca","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineexammaker.com\/kb\/20-linux-system-administration-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/20-linux-system-administration-quiz-questions-and-answers\/","name":"20 Linux System Administration Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2025-07-17T07:11:43+00:00","dateModified":"2025-07-17T07:11:43+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/8447ed5937ab8046fa68476e432b32b2"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/20-linux-system-administration-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/20-linux-system-administration-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/20-linux-system-administration-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"20 Linux System Administration 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\/8447ed5937ab8046fa68476e432b32b2","name":"Rebecca","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5f03edf06dd3745ea73e610a6d830a63?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5f03edf06dd3745ea73e610a6d830a63?s=96&r=g","caption":"Rebecca"},"url":"https:\/\/onlineexammaker.com\/kb\/author\/rebeccaoem\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/65216"}],"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\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/comments?post=65216"}],"version-history":[{"count":0,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/65216\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/64867"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=65216"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=65216"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=65216"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}