---
title: "Quizzes"
description: "Test your knowledge with these interactive coding and technology quizzes."
author: "Mohammad Abu Mattar"
canonical: https://mkabumattar.com/quizzes
---

# Quizzes

60 entries.

- [Rust: Ownership, Borrowing & Memory Safety](https://mkabumattar.com/quizzes/post/rust-fundamentals-quiz) — Test your knowledge of Rust fundamentals covering ownership, borrowing, lifetimes, traits, pattern matching, error handling, and memory-safe systems programming without a garbage collector.
- [System Design & Architecture: Scalability & Resilience](https://mkabumattar.com/quizzes/post/system-design-architecture-quiz) — Master system design: scalability, reliability, performance, trade-offs, distributed systems patterns, and architectural decisions for production systems.
- [Testing Strategies: Unit, Integration, E2E](https://mkabumattar.com/quizzes/post/testing-strategies-quiz) — Master comprehensive testing: unit testing, integration testing, end-to-end testing, mocking, fixtures, coverage goals, and CI/CD integration.
- [TypeScript Advanced: Types, Generics, Utility Types](https://mkabumattar.com/quizzes/post/typescript-advanced-quiz) — Master TypeScript: advanced types, generics, utility types, decorators, and type-safe patterns for scalable codebases.
- [Kubernetes Advanced: Production Operations & Scaling](https://mkabumattar.com/quizzes/post/kubernetes-advanced-quiz) — Master Kubernetes at scale: stateful applications, networking, storage, security policies, autoscaling, and production troubleshooting.
- [WebAssembly (WASM): Performance & Interoperability](https://mkabumattar.com/quizzes/post/webassembly-wasm-quiz) — Master WebAssembly: near-native performance in browser, non-browser use cases, toolchains (Rust, C++), and integration with JavaScript.
- [Multi-Cloud Strategy & Architecture](https://mkabumattar.com/quizzes/post/multicloud-strategy-quiz) — Master multi-cloud deployments: AWS, Azure, GCP, vendor lock-in prevention, cost optimization, disaster recovery across clouds.
- [Azure Advanced: App Service, Functions, Container Instances](https://mkabumattar.com/quizzes/post/azure-advanced-quiz) — Master Azure at scale: App Service, Azure Functions, Container Instances, Azure SQL, CI/CD pipelines, and enterprise cloud patterns.
- [Advanced Frontend Patterns: State Management & Performance](https://mkabumattar.com/quizzes/post/advanced-frontend-patterns-quiz) — Master advanced frontend architecture: state management (Redux, Zustand), performance optimization, code splitting, lazy loading, and responsive design patterns.
- [AWS Advanced: EC2, RDS, Lambda, CloudFormation](https://mkabumattar.com/quizzes/post/aws-advanced-quiz) — Master AWS at scale: EC2 instance types, RDS databases, Lambda functions, CloudFormation infrastructure as code, and AWS architecture patterns.
- [Flutter: Cross-Platform Mobile Development](https://mkabumattar.com/quizzes/post/flutter-mobile-quiz) — Build native iOS/Android apps with Flutter: widgets, state management, navigation, performance, and publishing to app stores.
- [Production Backend: Scaling, Monitoring & Reliability](https://mkabumattar.com/quizzes/post/production-backend-scaling-quiz) — Run production backend systems: scaling patterns, monitoring, error handling, logging, resilience, capacity planning, and incident response.
- [Astro: Building Fast Web Experiences](https://mkabumattar.com/quizzes/post/astro-fundamentals-quiz) — Build lightning-fast websites with Astro: island architecture, partial hydration, content collections, integrations, and zero JavaScript by default.
- [Async JavaScript: Promises, Async/Await, Event Loop](https://mkabumattar.com/quizzes/post/async-javascript-promises-quiz) — Master asynchronous JavaScript: callbacks, Promises, async/await, event loop, microtasks. Essential for modern backend and frontend development.
- [React Native: Cross-Platform Mobile Development](https://mkabumattar.com/quizzes/post/react-native-mobile-quiz) — Build native iOS/Android apps with React Native: components, navigation, state management, performance optimization, and deploying to app stores.
- [Database Design & Patterns](https://mkabumattar.com/quizzes/post/database-design-patterns-quiz) — Master database design: normalization, indexing, query optimization, ACID, transactions, sharding, replication, and enterprise patterns for scalable systems.
- [Advanced CSS: Layouts, Modern Features & Performance](https://mkabumattar.com/quizzes/post/advanced-css-layouts-quiz) — Master advanced CSS: Grid, custom properties, animations, transforms, performance optimization. Build sophisticated, responsive layouts with modern techniques.
- [Vue.js Fundamentals: Reactive Components & Templates](https://mkabumattar.com/quizzes/post/vuejs-fundamentals-quiz) — Master Vue.js basics: reactive data, templates, components, directives (v-if, v-for), event handling, and computed properties. Build interactive UIs with Vue.
- [Responsive Web Design: Mobile-First & Breakpoints](https://mkabumattar.com/quizzes/post/responsive-design-quiz) — Master responsive design: mobile-first approach, media queries, flexible layouts, viewport settings, and testing. Build sites that work on all devices.
- [Advanced API Architecture & Design Patterns](https://mkabumattar.com/quizzes/post/advanced-api-architecture-quiz) — Master advanced API design: REST, gRPC, webhooks, API versioning, caching strategies, pagination, and enterprise patterns for scalable integrations.
- [Infrastructure Patterns: IaC, Provisioning & Orchestration](https://mkabumattar.com/quizzes/post/infrastructure-patterns-quiz) — Master infrastructure patterns: Infrastructure as Code, provisioning, configuration management, orchestration. Design scalable, maintainable infrastructure.
- [Node.js & Express Fundamentals: Building Server Applications](https://mkabumattar.com/quizzes/post/nodejs-express-fundamentals-quiz) — Master Node.js and Express basics: server creation, routing, middleware, request/response handling, error handling, and REST API development.
- [React Fundamentals: Components, Hooks & State Management](https://mkabumattar.com/quizzes/post/react-fundamentals-quiz) — Master React basics: components, JSX, hooks (useState, useEffect), state management, props, and event handling. Build modern interactive UIs with React.
- [HTML Semantics & Web Accessibility](https://mkabumattar.com/quizzes/post/html-semantics-accessibility-quiz) — Master HTML semantics and web accessibility: semantic tags, ARIA attributes, WCAG guidelines, keyboard navigation, screen readers. Build inclusive web experiences.
- [API Security & Authentication: Protecting Your APIs](https://mkabumattar.com/quizzes/post/api-security-authentication-quiz) — Master API security fundamentals: authentication, authorization, OAuth2, JWT, API keys, HTTPS, rate limiting, CORS, and common vulnerabilities. Secure your APIs against attacks.
- [Observability Stack: Monitoring, Logging & Tracing](https://mkabumattar.com/quizzes/post/observability-stack-quiz) — Master observability fundamentals: monitoring with metrics, structured logging, distributed tracing, and observability practices. Learn to build observable systems and debug production issues.
- [CSS Fundamentals: Selectors, Box Model & Styling](https://mkabumattar.com/quizzes/post/css-fundamentals-quiz) — Master CSS fundamentals: selectors, box model, properties, layout basics, and styling techniques. Build the foundation for web design and responsive layouts.
- [GraphQL Fundamentals: Queries, Mutations & Schema Design](https://mkabumattar.com/quizzes/post/graphql-fundamentals-quiz) — Master GraphQL foundations: queries, mutations, subscriptions, and schema design.
- [GitOps at Scale: ArgoCD, Flux & Multi-Cluster Deployments](https://mkabumattar.com/quizzes/post/gitops-at-scale-quiz) — Master GitOps patterns for multi-cluster Kubernetes deployments using ArgoCD and Flux v2.
- [Istio: Service Mesh Fundamentals](https://mkabumattar.com/quizzes/post/istio-service-mesh-fundamentals-quiz) — Master the fundamentals of Service Mesh, traffic routing, and mutual TLS security within a Kubernetes environment.
- [Elasticsearch: Full-Text Search Engine Fundamentals](https://mkabumattar.com/quizzes/post/elasticsearch-search-engine-fundamentals-quiz) — Test your knowledge on full-text search, document indexing, and log analysis using Elasticsearch and Kibana.
- [MongoDB: NoSQL Database Fundamentals](https://mkabumattar.com/quizzes/post/mongodb-nosql-fundamentals-quiz) — Master NoSQL fundamentals, BSON document structure, and the MongoDB aggregation pipeline.
- [SQL: Query Fundamentals & Database Concepts](https://mkabumattar.com/quizzes/post/sql-query-fundamentals-quiz) — Master the fundamentals of Relational Databases, from basic SELECT statements to complex JOIN operations and database normalization.
- [Go: Programming Fundamentals & Concurrency](https://mkabumattar.com/quizzes/post/golang-programming-fundamentals-quiz) — Master the language of the cloud. Test your knowledge on Go syntax, types, and concurrency patterns.
- [Redis: In-Memory Caching & Data Structures](https://mkabumattar.com/quizzes/post/redis-caching-fundamentals-quiz) — Master the fundamentals of Redis, including in-memory data structures, caching patterns, and high-performance messaging.
- [Nginx: Web Server Fundamentals](https://mkabumattar.com/quizzes/post/nginx-web-server-fundamentals-quiz) — Test your knowledge of Nginx configuration, reverse proxying, load balancing, and SSL/TLS termination.
- [Packer: Infrastructure Image Building Fundamentals](https://mkabumattar.com/quizzes/post/packer-image-building-fundamentals-quiz) — Master automated machine image creation with this quiz on Packer builders, provisioners, and HCL templates.
- [HashiCorp Vault: Secrets Management Fundamentals](https://mkabumattar.com/quizzes/post/vault-secrets-management-quiz) — Master secrets management with this quiz on HashiCorp Vault engines, dynamic secrets, and the seal/unseal process.
- [Google Cloud Platform: GCP Essentials](https://mkabumattar.com/quizzes/post/gcp-essentials-quiz) — Master the fundamentals of Google Cloud, including Project hierarchy, Compute Engine, GKE, and IAM.
- [Azure: Cloud Services & Architecture Fundamentals](https://mkabumattar.com/quizzes/post/azure-architecture-essentials-quiz) — Master the fundamentals of Microsoft Azure, from core services like VMs and Networking to Azure DevOps and Resource Management.
- [Prometheus & Grafana: Monitoring & Observability Fundamentals](https://mkabumattar.com/quizzes/post/prometheus-grafana-monitoring-quiz) — Test your monitoring and observability skills with this quiz on Prometheus metrics, PromQL, Grafana dashboards, and alerting logic.
- [Helm: Kubernetes Package Management Essentials](https://mkabumattar.com/quizzes/post/helm-kubernetes-package-management-quiz) — Master Kubernetes package management with this quiz on Helm Charts, templates, values overrides, and release management.
- [GitLab CI/CD: Pipeline Automation Fundamentals](https://mkabumattar.com/quizzes/post/gitlab-cicd-pipeline-quiz) — Test your mastery of GitLab CI/CD fundamentals, including .gitlab-ci.yml structure, Runner architecture, Pipeline stages, and environment management.
- [GitHub Actions: Workflow Automation Essentials](https://mkabumattar.com/quizzes/post/github-actions-workflow-automation-quiz) — Master GitHub Actions fundamentals with this quiz covering Workflows, YAML syntax, the Actions Marketplace, Matrix builds, and secure secret management.
- [Jenkins: CI/CD Automation & Pipeline Management](https://mkabumattar.com/quizzes/post/jenkins-automation-fundamentals-quiz) — Test your knowledge of Jenkins fundamentals with this comprehensive quiz covering pipeline as code, Jenkinsfile syntax, agents, stages, build automation, plugins, distributed builds, Blue Ocean, and CI/CD best practices with Jenkins.
- [Terragrunt: Infrastructure as Code Management](https://mkabumattar.com/quizzes/post/terragrunt-iac-management-quiz) — Test your knowledge of Terragrunt fundamentals with this comprehensive quiz covering DRY principles, remote state management, module dependencies, configuration inheritance, run-all commands, hooks, and best practices for managing Terraform at scale.
- [CI/CD: Pipeline Automation Essentials](https://mkabumattar.com/quizzes/post/cicd-pipeline-essentials-quiz) — Test your knowledge of CI/CD fundamentals with this comprehensive quiz covering continuous integration, continuous delivery, pipelines, deployment strategies, automated testing, Infrastructure as Code, and DevOps best practices.
- [Git: Version Control Fundamentals](https://mkabumattar.com/quizzes/post/git-version-control-fundamentals-quiz) — Test your knowledge of Git fundamentals with this comprehensive quiz covering commits, branches, merging, rebasing, remote repositories, staging, conflict resolution, and version control best practices.
- [Kubernetes: Container Orchestration Essentials](https://mkabumattar.com/quizzes/post/kubernetes-orchestration-essentials-quiz) — Test your knowledge of Kubernetes fundamentals with this comprehensive quiz covering Pods, Services, Deployments, StatefulSets, storage, networking, RBAC, autoscaling, and container orchestration best practices.
- [TypeScript: Typed JavaScript Fundamentals](https://mkabumattar.com/quizzes/post/typescript-fundamentals-quiz) — Test your knowledge of TypeScript fundamentals with this comprehensive quiz covering static typing, interfaces, generics, type guards, enums, classes, advanced types, and TypeScript best practices.
- [JavaScript: Language Fundamentals & Modern Features](https://mkabumattar.com/quizzes/post/javascript-fundamentals-quiz) — Test your knowledge of JavaScript fundamentals with this comprehensive quiz covering variables, data types, functions, promises, DOM manipulation, ES6 features, closures, and modern JavaScript programming best practices.
- [Python: Programming Fundamentals & Best Practices](https://mkabumattar.com/quizzes/post/python-programming-fundamentals-quiz) — Test your knowledge of Python fundamentals with this comprehensive quiz covering data types, functions, loops, conditionals, list comprehensions, classes, exception handling, and Python programming best practices.
- [ArgoCD: GitOps Automation with Kubernetes](https://mkabumattar.com/quizzes/post/argocd-gitops-automation-quiz) — Test your knowledge of ArgoCD fundamentals with this comprehensive quiz covering GitOps principles, application deployment, sync policies, health status, ApplicationSets, and continuous delivery best practices for Kubernetes.
- [PowerShell: Windows Scripting Fundamentals](https://mkabumattar.com/quizzes/post/powershell-scripting-fundamentals-quiz) — Test your knowledge of PowerShell fundamentals with this comprehensive quiz covering cmdlets, pipelines, objects, variables, execution policies, functions, scripting best practices, and Windows automation.
- [Bash: Shell Scripting Fundamentals](https://mkabumattar.com/quizzes/post/bash-shell-scripting-fundamentals-quiz) — Test your knowledge of Bash scripting fundamentals with this comprehensive quiz covering variables, conditionals, loops, functions, I/O redirection, special parameters, and shell scripting best practices.
- [Linux: System Administration Fundamentals](https://mkabumattar.com/quizzes/post/linux-system-administration-fundamentals-quiz) — Test your knowledge of Linux fundamentals with this comprehensive quiz covering essential commands, file system navigation, permissions, process management, package managers, and Linux administration best practices.
- [Docker: Containerization Fundamentals](https://mkabumattar.com/quizzes/post/docker-containerization-fundamentals-quiz) — Test your knowledge of Docker fundamentals with this comprehensive quiz covering containers, images, Dockerfiles, networking, volumes, Docker Compose, and containerization best practices.
- [Ansible: Configuration Management & Automation](https://mkabumattar.com/quizzes/post/ansible-automation-fundamentals-quiz) — Test your knowledge of Ansible fundamentals with this comprehensive quiz covering playbooks, modules, inventory management, handlers, roles, and automation best practices.
- [AWS: Cloud Services & Architecture Fundamentals](https://mkabumattar.com/quizzes/post/aws-architecture-essentials-quiz) — Test your knowledge of AWS fundamentals with this comprehensive quiz covering key services, architecture, security, and best practices.
- [Terraform: Infrastructure as Code Essentials](https://mkabumattar.com/quizzes/post/terraform-essentials-quiz) — Test your knowledge of Terraform fundamentals with this quiz covering key concepts and best practices.
