0% found this document useful (0 votes)
1K views

Infrastructure As Code

This document contains questions and answers related to infrastructure as code (IaC) concepts. Some key points covered include: - IaC simplifies tasks for IT teams and increases predictability by defining infrastructure in code that can be shared, versioned, tested, and managed as code. - Common challenges that grow over time include configuration drift where infrastructure deviations from the defined configuration are not recorded. - The most straightforward approach to implement IaC is through scripting with tools like Terraform, Ansible, SaltStack etc. that allow defining the desired infrastructure state declaratively. - Immutable infrastructure replaces servers completely when changes are needed rather than trying to fix existing servers. This improves security

Uploaded by

Santhosh
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

Infrastructure As Code

This document contains questions and answers related to infrastructure as code (IaC) concepts. Some key points covered include: - IaC simplifies tasks for IT teams and increases predictability by defining infrastructure in code that can be shared, versioned, tested, and managed as code. - Common challenges that grow over time include configuration drift where infrastructure deviations from the defined configuration are not recorded. - The most straightforward approach to implement IaC is through scripting with tools like Terraform, Ansible, SaltStack etc. that allow defining the desired infrastructure state declaratively. - Immutable infrastructure replaces servers completely when changes are needed rather than trying to fix existing servers. This improves security

Uploaded by

Santhosh
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 6

S.

No
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Questions
When a server requires special configuration beyond that covered by automated deployment scripts, it is calle
__________ configuration is faster than ___________ configuration
For quick configurations, the servers must be
Which is directly proportional to your business?
IaC is frequently referred to as, _
IaC simplifies the tasks of
_________ causes more failure than _________
A challenge that grows over time is, __
When we do not record the adhoc changes of hardware/software, it is called the
Which of the following describes only the desired state of the system?
If a change is patched, it is ___________ infrastructure
The most straightforward approach to implement IaC is
Which of the following describes how to achieve the desired state of the system?
__________ infrastructure replaces a server completely when there is a change
Which of the following is not a cloud service provider?
__________ infrastructure increases the predictability
There is no server in the server-less architecture
Automation is well suitable for the environments which are
It is easy to ________ a system, than to ________ it.
Which of the following is a configuration definition file?
Which of the following is a Containerization System?
Which of the following is an infrastructure definition tool?
___________ shares the OS kernel of the host system.
___________ is more secure than ___________
Puppet was initially released in the year
Infrastructure provisioning can be done with ____ tools
Chef was initially created by
Docker is a tool written in
OpenStack Heat is a tool written in ___
HP Public Cloud uses tool
Which of the following is not a lifecycle event of a server
____________ supports all the AWS resources.
___________ comes as part of Linux's Fedora distribution
In _________ model, the configuration server is checked periodically for updates.
You can use _________ to script your configuration file
In _________ model, the configuration server automatically sends the updated configuration file if there is any ch
Data like ______ should not be stored in VCS
Which is a core part of IaC?
Which is a CI tool here?
____________ is an open source tool developed by HashiCorp
Marionette is a former name of
A good infrastructure tool should support
Containers resolves security issues
IaC was initially evolved to support
This kind of automation is very difficult without considerable re-architecting
Answers
Snowflake Server
Automated, Manual
Identical
Availability
Programmable infrastructure
IT team
Human Error, Hardware failure
Configuration Drift
Configuration Drift
Declarative
Mutable
Scripting
Imperative
immutable
Google Azure
immutable
0
Not unique
Replace , Fix
Manifests
SaltStack
Terraform
Container
VM, Container
2005
Infrastructure Definition
Adam Jacob
Go
Python
Chef
none of the options
CloudFormation
Ansible
Pull
Any
Push
Password
Versioning
Bamboo
Terraform
Chef
Loose Coupling
0
All the options
Dynamic

You might also like