ExamGecko
Question list
Search
Search

Question 442 - 200-901 discussion

Report
Export

What is the purpose of Infrastructure as Code?

A.

to provide the ability of independent development process

Answers
A.

to provide the ability of independent development process

B.

to manually configure and manage infrastructure at scale

Answers
B.

to manually configure and manage infrastructure at scale

C.

to apply new practices on the development process

Answers
C.

to apply new practices on the development process

D.

to use development engineering practices on the infrastructure

Answers
D.

to use development engineering practices on the infrastructure

Suggested answer: D

Explanation:

Infrastructure as Code (IaC) applies software development practices to infrastructure management. This approach uses code to provision and manage IT infrastructure, enabling version control, automated testing, and continuous delivery.

Automated Provisioning: IaC scripts automate the setup and configuration of infrastructure resources.

Consistency: By defining infrastructure in code, environments can be consistently reproduced across different stages (development, testing, production).

Development Practices: IaC allows infrastructure to be managed with the same tools and processes as application code, including version control and automated testing.

Infrastructure as Code Overview: IaC Introduction

asked 07/10/2024
Lakshmana Mittadoddi
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first