Hello friends in this post we are going to discuss about INFRASTRUCTRE AS CODE Multiple choice question with answer | INFRASTRUCTRE AS CODE Objective type question | INFRASTRUCTRE AS CODE Quiz with answer | INFRASTRUCTRE AS CODE TFactor TCS | INFRASTRUCTRE AS CODE Milestone Tcs | INFRASTRUCTRE AS CODE Fresco Play Question Answer | Fresco Play Dumps
Question | Answer |
Which is directly proportional to your business? | Availability |
_________ causes more failure than _________ | Human Error, Hardware failure |
When a server requires special configuration beyond that covered by automated deployment scripts, it is called | Snowflake Server |
IaC is frequently referred to as, _____________ | Programmable infrastructure |
When we don’t record the adhoc changes of hardware/software, it is called the | Configuration Drift |
For quick configurations, the servers must be | identical |
A challenge that grows over time is, __________ | Configuration Drift |
__________ configuration is faster than ___________ configuration | Automated, Manual |
IaC simplifies the tasks of | IT team |
__________ infrastructure increases the predictability | immutable |
Which of the following describes how to achieve the desired state of the system? | Imperative |
__________ infrastructure replaces a server completely when there is a change | immutable |
Automation is well suitable for the environments which are | Not unique |
If a change is patched, it is ___________ infrastructure | Mutable |
Which of the following describes only the desired state of the system? | Declarative |
It is easy to ________ a system, than to ________ it. | Replace , Fix |
There is no server in the server-less architecture | FALSE |
Which of the following is not a cloud service provider? | Google Azure |
The most straightforward approach to implement IaC is | Scripting |
Which of the following is a Containerization System? | Warden |
OpenStack Heat is a tool written in ___________ | Python |
Infrastructure provisioning can be done with __________________ tools | Infrastructure Definition |
Which of the following is a configuration definition file? | Manifests |
___________ comes as part of Linux’s Fedora distribution | Ansible |
___________ shares the OS kernel of the host system. | Containers |
Docker is a tool written in | Go |
Which of the following is an infrastructure definition tool? | Terraform |
____________ supports all the AWS resources. | CloudFormation |
____________ is an open source tool developed by HashiCorp | Terraform |
Puppet was initially released in the year | 2005 |
Which of the following is not a lifecycle event of a server | none of the options |
Marionette is a former name of | Chef |
HP Public Cloud uses ________ tool | Chef |
Chef was initially created by | Adam Jacob |
___________ is more secure than ___________ | VM, Container |
You can use _________ to script your configuration file | Any |
Data like ______ should not be stored in VCS | Password |
In _________ model, the configuration server is checked periodically for updates. | Pull |
In _________ model, the configuration server automatically sends the updated configuration file if there is any change. | Push |
Which of the following cannot be found on a server? | Utility |
Containers resolves security issues | FALSE |
Which is a core part of IaC? | Versioning |
A good infrastructure tool should support | Loose Coupling |