0%

What is infrastructure automation?

Correct! Wrong!

The process of managing and provisioning infrastructure through automated tools.

Which tool is commonly used for configuration management?

Correct! Wrong!

Ansible is a popular open-source tool for automating configuration management.

What does 'idempotency' mean in configuration management?

Correct! Wrong!

Applying the same configuration multiple times results in the same state without side effects.

Why is version control important in configuration management?

Correct! Wrong!

To track changes and maintain history of configurations.

What is 'infrastructure as code' (IaC)?

Correct! Wrong!

Managing infrastructure using machine-readable configuration files.

Which benefit does configuration management provide?

Correct! Wrong!

Consistency and repeatability across environments.

Loading Questions...

What is a common language for writing IaC templates?

Correct! Wrong!

YAML is widely used for its readability in configuration files.

Why is automation important in configuration management?

Correct! Wrong!

It reduces manual errors and accelerates deployments.

What is 'drift' in configuration management?

Correct! Wrong!

The divergence of actual system state from the desired configuration.