nerdexam
Palo_Alto_Networks

PSE-PRISMACLOUD · Question #98

What does Infrastructure as Code (laC) collect to enable automation?

The correct answer is A. modern representation formats that describe and deploy infrastructure. Infrastructure as Code (IaC) works by using declarative or imperative representation formats (like YAML, JSON, HCL, or CloudFormation templates) to describe infrastructure resources and automate their deployment - making A correct. B is wrong because orchestrated workflows…

Cloud Code Security

Question

What does Infrastructure as Code (laC) collect to enable automation?

Options

  • Amodern representation formats that describe and deploy infrastructure
  • Borchestrated workflows to enable cross-functional teams to deploy infrastructure
  • Cimages to easily replicate and manage infrastructure
  • Dinfrastructure monitoring tool sets

How the community answered

(53 responses)
  • A
    89% (47)
  • B
    4% (2)
  • C
    6% (3)
  • D
    2% (1)

Explanation

Infrastructure as Code (IaC) works by using declarative or imperative representation formats (like YAML, JSON, HCL, or CloudFormation templates) to describe infrastructure resources and automate their deployment - making A correct.

  • B is wrong because orchestrated workflows describe CI/CD pipelines or task orchestration tools (like Airflow), not IaC itself. IaC enables teams to deploy infrastructure, but it does so through code/templates, not workflow orchestration.
  • C is wrong because images (like VM snapshots or container images) are a related concept in immutable infrastructure, but IaC specifically refers to descriptive code files, not images.
  • D is wrong because monitoring toolsets (like Prometheus or Datadog) are observability tools - a separate concern from provisioning and managing infrastructure.

Memory tip: Think of IaC as "a blueprint in code." Just as an architect uses a blueprint to describe and build a structure, IaC uses representation formats (code/templates) to describe and deploy infrastructure - the key verb pair is describe and deploy, which maps directly to option A.

Topics

#Infrastructure as Code#automation#resource description#IaC concepts

Community Discussion

No community discussion yet for this question.

Full PSE-PRISMACLOUD Practice