Valid 200-901 Dumps shared by ExamDiscuss.com for Helping Passing 200-901 Exam! ExamDiscuss.com now offer the newest 200-901 exam dumps, the ExamDiscuss.com 200-901 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 200-901 dumps with Test Engine here:
What are the two principles of an infrastructure as code environment? (Choose two)
Correct Answer: A,B
Infrastructure as Code (IaC) involves managing and provisioning computing infrastructure through machine-readable definition files, rather than physical hardware configuration or interactive configuration tools. * Principles of IaC: * Reusability: Complete complex systems must be built from reusable infrastructure definitions. This means infrastructure components should be modular and reusable across different environments and applications. * Consistency: Environments must be provisioned consistently using the same inputs. This ensures that every environment is set up exactly the same way, reducing the risk of errors and discrepancies. * Other Principles: * Declarative Configuration: Using a high-level language to define what the infrastructure should look like rather than how to achieve it. * Version Control: Infrastructure definitions are stored in version control systems, making changes trackable and reversible. Incorrect Options: * C. Redeployments cause varying environment definitions: This is against IaC principles as it emphasizes consistency. * D. Service overlap is encouraged to cater for unique environment needs: This could lead to complex and unmanageable configurations. * E. Components are coupled, and definitions must be deployed for the environment to function: IaC promotes decoupled, modular components. References: * Infrastructure as Code: IaC Principles