---
title: "Infrastructure Patterns: IaC, Provisioning &amp; Orchestration"
lang: "en"
author: "Mohammad Abu Mattar"
canonical: https://mkabumattar.com/post/infrastructure-patterns-quiz
---

[Home](/)›[Quizzes](/quizzes)›[All Categories](/quizzes/categories)›[DevOps](/quizzes/categories/devops)

Quizzes

[Prev in DevOpsHelm: Kubernetes Package Management Essentials](/quizzes/post/helm-kubernetes-package-management-quiz)[Next in DevOpsJenkins: CI/CD Automation & Pipeline Management](/quizzes/post/jenkins-automation-fundamentals-quiz)

[DevOps](/quizzes/categories/devops)[Infrastructure](/quizzes/categories/infrastructure)

# Infrastructure Patterns: IaC, Provisioning & Orchestration

[Mohammad Abu Mattar](/authors/mohammad-abu-mattar)20 QuestionsIntermediatePublished: 05 Mar 2026

[Markdown for AI(opens in a new tab)](/post/infrastructure-patterns-quiz/index.md "Open the plain-Markdown version of this page, for pasting into an AI tool")

Series

[Cloud Platforms & Architecture](/series/cloud-platforms--architecture)4/7

[PreviousGoogle Cloud Platform: GCP Essentials](/quizzes/post/gcp-essentials-quiz)[NextAWS Advanced: EC2, RDS, Lambda, CloudFormation](/quizzes/post/aws-advanced-quiz)

All posts in this series (7)

Quizzes7

1.  [AWS: Cloud Services & Architecture Fundamentals](/quizzes/post/aws-architecture-essentials-quiz)
2.  [Azure: Cloud Services & Architecture Fundamentals](/quizzes/post/azure-architecture-essentials-quiz)
3.  [Google Cloud Platform: GCP Essentials](/quizzes/post/gcp-essentials-quiz)
4.  [Infrastructure Patterns: IaC, Provisioning & OrchestrationYou are here](/quizzes/post/infrastructure-patterns-quiz)
5.  [AWS Advanced: EC2, RDS, Lambda, CloudFormation](/quizzes/post/aws-advanced-quiz)
6.  [Azure Advanced: App Service, Functions, Container Instances](/quizzes/post/azure-advanced-quiz)
7.  [Multi-Cloud Strategy & Architecture](/quizzes/post/multicloud-strategy-quiz)

## Infrastructure Patterns: IaC, Provisioning & Orchestration

Up to 20 questions, shuffled on every run

Quiz Configuration

Enterto start

Welcome to the Infrastructure Patterns Quiz! This quiz will test your knowledge of infrastructure management, including Infrastructure as Code (IaC), provisioning, configuration management, orchestration, and disaster recovery. Each question asks how to design and maintain scalable, reliable infrastructure for modern applications. It works either as a first pass over the topic or as a check on what you already run in production. Good luck!

Answer key and explanations20 questions

The quiz above draws 20 questions at random from these 30, so a second attempt will not be the same run. Everything in the pool is listed here.

1.  What is Infrastructure as Code (IaC)?
    
    AnswerDefining and managing infrastructure using configuration files instead of manual hardware setups
    
2.  What is Terraform?
    
    AnswerAn open-source IaC tool that manages multi-cloud resources using declarative configuration
    
3.  What is provisioning?
    
    AnswerThe process of allocating and setting up infrastructure resources like servers and networks
    
4.  What is configuration management?
    
    AnswerUsing tools like Ansible or Chef to maintain consistent software states across multiple servers
    
5.  What is Ansible?
    
    AnswerAn agentless configuration tool that uses SSH and YAML playbooks to manage server state
    
6.  What is container orchestration?
    
    AnswerThe automated coordination of container deployment, scaling, networking, and availability
    
7.  What is a load balancer?
    
    AnswerA service that distributes incoming network traffic across a group of backend servers
    
8.  What is auto-scaling?
    
    AnswerDynamically adjusting the number of active computing resources based on real-time demand
    
9.  What is high availability?
    
    AnswerDesigning a system to remain operational and accessible even during component failures
    
10.  What is disaster recovery?
     
     AnswerA documented set of procedures for restoring infrastructure after a catastrophic event
     
11.  What is RTO (Recovery Time Objective)?
     
     AnswerThe maximum acceptable duration of time that a system can be down after a failure
     
12.  What is RPO (Recovery Point Objective)?
     
     AnswerThe maximum acceptable amount of data loss measured in time from a failure event
     
13.  What is a CDN (Content Delivery Network)?
     
     AnswerA distributed network of proxy servers that cache content closer to end users
     
14.  What is the difference between vertical and horizontal scaling?
     
     AnswerVertical adds power to one node; horizontal adds more nodes to the system
     
15.  What is a reverse proxy?
     
     AnswerA server that intercepts client requests and forwards them to one or more backends
     
16.  What is Docker?
     
     AnswerA platform that uses OS-level virtualization to deliver software in isolated packages
     
17.  What is a Docker image?
     
     AnswerA lightweight, standalone, executable package that includes everything to run software
     
18.  What is Kubernetes?
     
     AnswerAn open-source system for automating deployment, scaling, and management of containers
     
19.  What is a pod in Kubernetes?
     
     AnswerThe smallest deployable unit in Kubernetes, consisting of one or more containers
     
20.  What is immutable infrastructure?
     
     AnswerA pattern where servers are replaced rather than modified when changes are required
     
21.  What is blue-green deployment?
     
     AnswerA release model that uses two identical environments to ensure zero-downtime updates
     
22.  What is canary deployment?
     
     AnswerRolling out a change to a small subset of users before deploying to the entire fleet
     
23.  What is GitOps?
     
     AnswerA practice using Git repositories as the single source of truth for infrastructure
     
24.  What is a service mesh?
     
     AnswerAn infrastructure layer for handling service-to-service communication and security
     
25.  What is infrastructure monitoring?
     
     AnswerThe process of collecting and analyzing metrics to ensure infrastructure health
     
26.  What is infrastructure security?
     
     AnswerUsing firewalls, encryption, and access controls to protect the underlying system
     
27.  What is Terraform state?
     
     AnswerA metadata file that tracks the relationship between your code and real resources
     
28.  What is infrastructure as environment (IaE)?
     
     AnswerA pattern of using IaC to create consistent, reproducible application environments
     
29.  What is infrastructure cost optimization?
     
     AnswerA set of practices to reduce cloud spending by right-sizing and removing waste
     
30.  What is infrastructure testing and validation?
     
     AnswerAutomatically verifying that infrastructure code meets functional and security goals
     

## Tags

[#Infrastructure](/quizzes/tags/infrastructure)[#IaC](/quizzes/tags/iac)[#Provisioning](/quizzes/tags/provisioning)[#DevOps](/quizzes/tags/devops)

## Share

[Facebook](https://facebook.com/sharer/sharer.php?u=https%3A%2F%2Fmkabumattar.com%2Fquizzes%2Fpost%2Finfrastructure-patterns-quiz "Share on Facebook")[Twitter](https://twitter.com/intent/tweet/?text=Infrastructure%20Patterns%3A%20IaC%2C%20Provisioning%20%26%20Orchestration&url=https%3A%2F%2Fmkabumattar.com%2Fquizzes%2Fpost%2Finfrastructure-patterns-quiz "Share on Twitter")[LinkedIn](https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fmkabumattar.com%2Fquizzes%2Fpost%2Finfrastructure-patterns-quiz&title=Infrastructure%20Patterns%3A%20IaC%2C%20Provisioning%20%26%20Orchestration&summary=Master%20infrastructure%20patterns%3A%20Infrastructure%20as%20Code%2C%20provisioning%2C%20configuration%20management%2C%20orchestration.%20Design%20scalable%2C%20maintainable%20infrastructure.&source=https://mkabumattar.com "Share on LinkedIn")[WhatsApp](https://wa.me/?text=Infrastructure%20Patterns%3A%20IaC%2C%20Provisioning%20%26%20Orchestration%20https%3A%2F%2Fmkabumattar.com%2Fquizzes%2Fpost%2Finfrastructure-patterns-quiz "Share on WhatsApp")[Telegram](https://t.me/share/url?url=https%3A%2F%2Fmkabumattar.com%2Fquizzes%2Fpost%2Finfrastructure-patterns-quiz&text=Infrastructure%20Patterns%3A%20IaC%2C%20Provisioning%20%26%20Orchestration "Share on Telegram")[Reddit](https://www.reddit.com/submit?url=https%3A%2F%2Fmkabumattar.com%2Fquizzes%2Fpost%2Finfrastructure-patterns-quiz&title=Infrastructure%20Patterns%3A%20IaC%2C%20Provisioning%20%26%20Orchestration "Share on Reddit")[Hacker News](http://news.ycombinator.com/submitlink?u=https%3A%2F%2Fmkabumattar.com%2Fquizzes%2Fpost%2Finfrastructure-patterns-quiz&t=Infrastructure%20Patterns%3A%20IaC%2C%20Provisioning%20%26%20Orchestration "Share on Hacker News")[Pinterest](https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fmkabumattar.com%2Fquizzes%2Fpost%2Finfrastructure-patterns-quiz&media=&description=Master%20infrastructure%20patterns%3A%20Infrastructure%20as%20Code%2C%20provisioning%2C%20configuration%20management%2C%20orchestration.%20Design%20scalable%2C%20maintainable%20infrastructure. "Share on Pinterest")[Email](<mailto:?subject=Infrastructure%20Patterns%3A%20IaC%2C%20Provisioning%20%26%20Orchestration&body=Check out this article: https%3A%2F%2Fmkabumattar.com%2Fquizzes%2Fpost%2Finfrastructure-patterns-quiz>)

## Comments

Was this useful?

## You might also enjoy

More posts on similar topics

[![Azure: Cloud Services & Architecture Fundamentals](/_astro/hero.DmUtSwv0_Z1546XE.webp)](/quizzes/post/azure-architecture-essentials-quiz)

## [Azure: Cloud Services & Architecture Fundamentals](/quizzes/post/azure-architecture-essentials-quiz)

-   [Mohammad Abu Mattar](/authors/mohammad-abu-mattar)
-   [Cloud Computing](/quizzes/categories/cloud-computing)
-   [Azure](/quizzes/categories/azure)
-   [DevOps](/quizzes/categories/devops)

Welcome to the Azure Basics Quiz! Azure is one of the most widely used enterprise cloud platforms, so knowing it and its DevOps ecosystem matters for any cloud role. This quiz will test your knowledge

[#Azure](/quizzes/tags/azure)[#Microsoft](/quizzes/tags/microsoft)[#Cloud](/quizzes/tags/cloud)+2 tags

[read more](/quizzes/post/azure-architecture-essentials-quiz)

[![AWS: Cloud Services & Architecture Fundamentals](/_astro/hero.oqkygCRI_Z1z1BIU.webp)](/quizzes/post/aws-architecture-essentials-quiz)

## [AWS: Cloud Services & Architecture Fundamentals](/quizzes/post/aws-architecture-essentials-quiz)

-   [Mohammad Abu Mattar](/authors/mohammad-abu-mattar)
-   [AWS](/quizzes/categories/aws)
-   [Cloud Computing](/quizzes/categories/cloud-computing)
-   [DevOps](/quizzes/categories/devops)
-   [Cloud Engineering](/quizzes/categories/cloud-engineering)

Welcome to the AWS Basics Quiz! This quiz covers fundamental AWS concepts and best practices. Each question is multiple-choice, and you'll find hints to help you along the way. Good luck!

[#AWS](/quizzes/tags/aws)[#Amazon Web Services](/quizzes/tags/amazon-web-services)[#Cloud Architecture](/quizzes/tags/cloud-architecture)+5 tags

[read more](/quizzes/post/aws-architecture-essentials-quiz)

[![Google Cloud Platform: GCP Essentials](/_astro/hero.Cuz3cozp_2otfao.webp)](/quizzes/post/gcp-essentials-quiz)

## [Google Cloud Platform: GCP Essentials](/quizzes/post/gcp-essentials-quiz)

-   [Mohammad Abu Mattar](/authors/mohammad-abu-mattar)
-   [Cloud Computing](/quizzes/categories/cloud-computing)
-   [GCP](/quizzes/categories/gcp)
-   [DevOps](/quizzes/categories/devops)

Welcome to the GCP Basics Quiz! Google Cloud Platform is known for its global network and for GKE, the Kubernetes implementation most others are compared against. This quiz will test your knowledge of

[#Google Cloud](/quizzes/tags/google-cloud)[#GKE](/quizzes/tags/gke)[#Cloud](/quizzes/tags/cloud)+2 tags

[read more](/quizzes/post/gcp-essentials-quiz)

[![AWS Advanced: EC2, RDS, Lambda, CloudFormation](/_astro/hero.Bpc2Y4BV_Zgm9Ma.webp)](/quizzes/post/aws-advanced-quiz)

## [AWS Advanced: EC2, RDS, Lambda, CloudFormation](/quizzes/post/aws-advanced-quiz)

-   [Mohammad Abu Mattar](/authors/mohammad-abu-mattar)
-   [Cloud](/quizzes/categories/cloud)
-   [AWS](/quizzes/categories/aws)

Welcome to the AWS Advanced Quiz! Test your knowledge of EC2 instance types, RDS databases, Lambda functions, CloudFormation templates, and more. This quiz is designed for those with intermediate AWS

[#AWS](/quizzes/tags/aws)[#Cloud](/quizzes/tags/cloud)[#Infrastructure](/quizzes/tags/infrastructure)

[read more](/quizzes/post/aws-advanced-quiz)

[![Azure Advanced: App Service, Functions, Container Instances](/_astro/hero.DPI1wTbm_Z256GJp.webp)](/quizzes/post/azure-advanced-quiz)

## [Azure Advanced: App Service, Functions, Container Instances](/quizzes/post/azure-advanced-quiz)

-   [Mohammad Abu Mattar](/authors/mohammad-abu-mattar)
-   [Cloud](/quizzes/categories/cloud)
-   [Azure](/quizzes/categories/azure)

Welcome to the Azure Advanced Quiz! This quiz tests your knowledge of Azure services and patterns at an advanced level. It covers topics like App Service, Azure Functions, Container Instances, Azure S

[#Azure](/quizzes/tags/azure)[#Cloud](/quizzes/tags/cloud)[#Infrastructure](/quizzes/tags/infrastructure)

[read more](/quizzes/post/azure-advanced-quiz)

[![Multi-Cloud Strategy & Architecture](/_astro/hero.DYRlg9ra_16eLYL.webp)](/quizzes/post/multicloud-strategy-quiz)

## [Multi-Cloud Strategy & Architecture](/quizzes/post/multicloud-strategy-quiz)

-   [Mohammad Abu Mattar](/authors/mohammad-abu-mattar)
-   [Cloud](/quizzes/categories/cloud)
-   [Architecture](/quizzes/categories/architecture)

Welcome to the Multi-Cloud Strategy & Architecture Quiz! Test your knowledge on multi-cloud concepts, vendor lock-in, cloud-agnostic design, Kubernetes, multi-cloud storage, disaster recovery, and mor

[#Cloud](/quizzes/tags/cloud)[#Architecture](/quizzes/tags/architecture)[#Strategy](/quizzes/tags/strategy)

[read more](/quizzes/post/multicloud-strategy-quiz)

6 related posts
