{"id":64194,"date":"2025-06-01T14:16:45","date_gmt":"2025-06-01T14:16:45","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/20-angular-quiz-questions-and-answers\/"},"modified":"2025-06-01T14:16:45","modified_gmt":"2025-06-01T14:16:45","slug":"20-angular-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/20-angular-quiz-questions-and-answers\/","title":{"rendered":"20 Angular Quiz Questions and Answers"},"content":{"rendered":"<p>Angular is a robust, open-source JavaScript framework developed by Google for building dynamic and scalable single-page web applications. It employs a component-based architecture, enabling developers to create modular, maintainable code with features like two-way data binding, dependency injection, and a powerful routing system. Ideal for large-scale projects, Angular supports TypeScript, integrates seamlessly with HTML and CSS, and offers built-in tools for testing, state management, and responsive design, making it a go-to choice for modern web development.<\/p>\n<h3>Table of contents<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#1\">Part 1: OnlineExamMaker AI quiz maker &#8211; Make a free quiz in minutes<\/a><\/li>\n<li><a href=\"#2\">Part 2: 20 Angular quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#3\">Part 3: Automatically generate quiz questions using AI Question Generator <\/a><\/li>\n<\/ul>\n<p><img decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2025\/08\/1280-angular.webp\" alt=\"\"\/><\/p>\n<h3 id=\"1\">Part 1: OnlineExamMaker AI quiz maker &#8211; Make a free quiz in minutes<\/h3>\n<p>Still spend a lot of time in editing questions for your next Angular assessment? OnlineExamMaker is an AI quiz maker that leverages artificial intelligence to help users create quizzes, tests, and assessments quickly and efficiently. You can start by inputting a topic or specific details into the OnlineExamMaker AI Question Generator, and the AI will generate a set of questions almost instantly. It also offers the option to include answer explanations, which can be short or detailed, helping learners understand their mistakes.<\/p>\n<p><strong>What you may like:<\/strong><br \/>\n\u25cf Automatic grading and insightful reports. Real-time results and interactive feedback for quiz-takers.<br \/>\n\u25cf The exams are automatically graded with the results instantly, so that teachers can save time and effort in grading.<br \/>\n\u25cf LockDown Browser to restrict browser activity during quizzes to prevent students searching answers on search engines or other software.<br \/>\n\u25cf Create certificates with personalized company logo, certificate title, description, date, candidate&#8217;s name, marks and signature.<\/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 Angular 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 is Angular primarily used for?<br \/>\n   A. Building backend servers<br \/>\n   B. Creating dynamic web applications<br \/>\n   C. Designing databases<br \/>\n   D. Developing mobile operating systems<br \/>\n   Answer: B<br \/>\n   Explanation: Angular is a platform and framework for building single-page client applications using HTML and TypeScript, allowing for dynamic and responsive web interfaces.<\/p>\n<p>2. Question: What is the key difference between Angular and AngularJS?<br \/>\n   A. Angular uses Java, while AngularJS uses TypeScript<br \/>\n   B. AngularJS is based on MVC, while Angular uses components and directives<br \/>\n   C. Angular is only for mobile apps<br \/>\n   D. There is no difference<br \/>\n   Answer: B<br \/>\n   Explanation: Angular (from version 2+) adopts a component-based architecture, whereas AngularJS (version 1.x) is primarily based on the Model-View-Controller (MVC) pattern.<\/p>\n<p>3. Question: In Angular, what is a component?<br \/>\n   A. A reusable piece of code for styling<br \/>\n   B. A class that controls a portion of the user interface<br \/>\n   C. A service for handling HTTP requests<br \/>\n   D. A module for routing<br \/>\n   Answer: B<br \/>\n   Explanation: A component in Angular is a TypeScript class that interacts with the HTML template to manage a part of the UI, including its logic and data.<\/p>\n<p>4. Question: How do you create a new component in Angular using the CLI?<br \/>\n   A. ng generate component<br \/>\n   B. ng create component<br \/>\n   C. ng new component<br \/>\n   D. ng add component<br \/>\n   Answer: A<br \/>\n   Explanation: The Angular CLI command `ng generate component [name]` scaffolds a new component with the necessary files and structure.<\/p>\n<p>5. Question: What are directives in Angular?<br \/>\n   A. Functions that handle data binding<br \/>\n   B. Markers on a DOM element that tell Angular to do something<br \/>\n   C. Services for API calls<br \/>\n   D. Classes for routing configuration<br \/>\n   Answer: B<br \/>\n   Explanation: Directives are instructions in the DOM that Angular interprets to manipulate the HTML and add behavior, such as structural or attribute directives.<\/p>\n<p>6. Question: Which of the following is a structural directive in Angular?<br \/>\n   A. ngModel<br \/>\n   B. ngIf<br \/>\n   C. ngStyle<br \/>\n   D. ngClass<br \/>\n   Answer: B<br \/>\n   Explanation: The ngIf directive conditionally adds or removes elements from the DOM, making it a structural directive that alters the layout.<\/p>\n<p>7. Question: What type of data binding is used in Angular for two-way binding?<br \/>\n   A. Interpolation binding<br \/>\n   B. Property binding<br \/>\n   C. Event binding<br \/>\n   D. [(ngModel)] binding<br \/>\n   Answer: D<br \/>\n   Explanation: Two-way data binding in Angular is achieved using [(ngModel)], which synchronizes the data between the model and the view automatically.<\/p>\n<p>8. Question: What is the purpose of services in Angular?<br \/>\n   A. To handle UI rendering<br \/>\n   B. To share data and functionality across components<br \/>\n   C. To define routes<br \/>\n   D. To create templates<br \/>\n   Answer: B<br \/>\n   Explanation: Services are singleton objects that provide reusable functionality, such as data sharing or API calls, injectable into components.<\/p>\n<p>9. Question: How does Angular implement dependency injection?<br \/>\n   A. By manually passing objects to constructors<br \/>\n   B. Through an injector that provides instances of classes<br \/>\n   C. Using global variables<br \/>\n   D. Via HTML attributes<br \/>\n   Answer: B<br \/>\n   Explanation: Angular&#8217;s dependency injection system uses an injector to provide dependencies to classes, promoting modularity and testability.<\/p>\n<p>10. Question: What is the role of the AppModule in an Angular application?<br \/>\n    A. To define the main component only<br \/>\n    B. To bootstrap the application and declare components, services, and imports<br \/>\n    C. To handle HTTP requests<br \/>\n    D. To manage user authentication<br \/>\n    Answer: B<br \/>\n    Explanation: The AppModule, defined in app.module.ts, is the root module that configures the application by declaring components, importing modules, and providing services.<\/p>\n<p>11. Question: Which lifecycle hook is called after Angular has initialized all data-bound properties?<br \/>\n    A. ngOnInit<br \/>\n    B. ngOnChanges<br \/>\n    C. ngOnDestroy<br \/>\n    D. ngAfterViewInit<br \/>\n    Answer: A<br \/>\n    Explanation: The ngOnInit lifecycle hook is invoked after the component&#8217;s data-bound properties have been initialized, ideal for initialization logic.<\/p>\n<p>12. Question: How does Angular handle routing?<br \/>\n    A. Using HTML links only<br \/>\n    B. With the RouterModule to define routes and navigate between views<br \/>\n    C. Through direct URL manipulation<br \/>\n    D. Via server-side rendering<br \/>\n    Answer: B<br \/>\n    Explanation: Angular uses the RouterModule to configure routes, allowing navigation between different components based on the URL.<\/p>\n<p>13. Question: What is the difference between template-driven and reactive forms in Angular?<br \/>\n    A. Template-driven forms are for mobile only<br \/>\n    B. Reactive forms use observables, while template-driven forms rely on directives in the template<br \/>\n    C. There is no difference<br \/>\n    D. Reactive forms are easier to test<br \/>\n    Answer: B<br \/>\n    Explanation: Template-driven forms use ngModel and other directives for two-way binding, whereas reactive forms are built programmatically with FormGroup and FormControl for more control and testability.<\/p>\n<p>14. Question: Which module is used for making HTTP requests in Angular?<br \/>\n    A. FormsModule<br \/>\n    B. HttpClientModule<br \/>\n    C. RouterModule<br \/>\n    D. BrowserModule<br \/>\n    Answer: B<br \/>\n    Explanation: The HttpClientModule provides the HttpClient service, which simplifies making HTTP requests to APIs from Angular applications.<\/p>\n<p>15. Question: What are pipes in Angular?<br \/>\n    A. Functions for routing<br \/>\n    B. Tools for transforming data in templates<br \/>\n    C. Services for dependency injection<br \/>\n    D. Directives for conditional rendering<br \/>\n    Answer: B<br \/>\n    Explanation: Pipes are used to transform data in the template, such as formatting dates or currencies, without changing the underlying data.<\/p>\n<p>16. Question: How does Angular support observables?<br \/>\n    A. Through the built-in Observable class in core modules<br \/>\n    B. Via the RxJS library, which is integrated with Angular<br \/>\n    C. Only for HTTP requests<br \/>\n    D. Observables are not used in Angular<br \/>\n    Answer: B<br \/>\n    Explanation: Angular integrates RxJS, which provides observables for handling asynchronous data streams, commonly used in services and components.<\/p>\n<p>17. Question: What is the Angular CLI used for?<br \/>\n    A. Writing component code manually<br \/>\n    B. Generating projects, components, and running the development server<br \/>\n    C. Designing UI layouts<br \/>\n    D. Managing databases<br \/>\n    Answer: B<br \/>\n    Explanation: The Angular CLI (Command Line Interface) automates tasks like creating projects, generating files, and serving applications for development.<\/p>\n<p>18. Question: Which decorator is used to define an Angular service?<br \/>\n    A. @Component<br \/>\n    B. @Directive<br \/>\n    C. @Injectable<br \/>\n    D. @Module<br \/>\n    Answer: C<br \/>\n    Explanation: The @Injectable decorator marks a class as available for dependency injection, making it a service that can be injected into other classes.<\/p>\n<p>19. Question: What is lazy loading in Angular?<br \/>\n    A. Loading all modules at once<br \/>\n    B. Deferring the loading of modules until they are needed<br \/>\n    C. Automatically refreshing the page<br \/>\n    D. Compressing images<br \/>\n    Answer: B<br \/>\n    Explanation: Lazy loading in Angular loads feature modules on demand, improving initial load time by only loading necessary code when routes are accessed.<\/p>\n<p>20. Question: How can you test an Angular component?<br \/>\n    A. Using only browser consoles<br \/>\n    B. With tools like Jasmine and Karma for unit and end-to-end testing<br \/>\n    C. By manually checking the UI<br \/>\n    D. Through server logs<br \/>\n    Answer: B<br \/>\n    Explanation: Angular applications can be tested using Jasmine for writing tests and Karma for running them in a real browser environment.<\/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: Automatically generate quiz questions using OnlineExamMaker AI Question Generator<\/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>Angular is a robust, open-source JavaScript framework developed by Google for building dynamic and scalable single-page web applications. It employs a component-based architecture, enabling developers to create modular, maintainable code with features like two-way data binding, dependency injection, and a powerful routing system. Ideal for large-scale projects, Angular supports TypeScript, integrates seamlessly with HTML and [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":63857,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-64194","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 Angular 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-angular-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 Angular Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"Angular is a robust, open-source JavaScript framework developed by Google for building dynamic and scalable single-page web applications. It employs a component-based architecture, enabling developers to create modular, maintainable code with features like two-way data binding, dependency injection, and a powerful routing system. Ideal for large-scale projects, Angular supports TypeScript, integrates seamlessly with HTML and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/20-angular-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-01T14:16:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2025\/08\/1280-angular.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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/20-angular-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/20-angular-quiz-questions-and-answers\/\",\"name\":\"20 Angular Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2025-06-01T14:16:45+00:00\",\"dateModified\":\"2025-06-01T14:16:45+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/8447ed5937ab8046fa68476e432b32b2\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/20-angular-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/20-angular-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/20-angular-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"20 Angular 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 Angular 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-angular-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"20 Angular Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"Angular is a robust, open-source JavaScript framework developed by Google for building dynamic and scalable single-page web applications. It employs a component-based architecture, enabling developers to create modular, maintainable code with features like two-way data binding, dependency injection, and a powerful routing system. Ideal for large-scale projects, Angular supports TypeScript, integrates seamlessly with HTML and [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/20-angular-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2025-06-01T14:16:45+00:00","og_image":[{"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2025\/08\/1280-angular.webp"}],"author":"Rebecca","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rebecca","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineexammaker.com\/kb\/20-angular-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/20-angular-quiz-questions-and-answers\/","name":"20 Angular Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2025-06-01T14:16:45+00:00","dateModified":"2025-06-01T14:16:45+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/8447ed5937ab8046fa68476e432b32b2"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/20-angular-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/20-angular-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/20-angular-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"20 Angular 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\/64194"}],"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=64194"}],"version-history":[{"count":0,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/64194\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/63857"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=64194"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=64194"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=64194"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}