Sorry For Inconvenience, Site is Under Maintenance. Please Goto HomePage

Infrastructure as Code Fresco Play MCQs Answers

Infrastructure as Code Fresco Play MCQs Answers
Notes Bureau

Infrastructure as Code Fresco Play MCQs Answers

Disclaimer: The main motive to provide this solution is to help and support those who are unable to do these courses due to facing some issue and having a little bit lack of knowledge. All of the material and information contained on this website is for knowledge and education purposes only.


Try to understand these solutions and solve your Hands-On problems. (Not encourage copy and paste these solutions)



Course Path: DevOps/INFRASTRUCTURE AS CODE/Infrastructure as Code

All Question of the Quiz Present Below for Ease Use Ctrl + F to find the Question.

Suggestion: If you didn't find the question, Search by options to get a more accurate result.


Quiz on IaC Introduction


1.For quick configurations, the servers must be _________

  1. Identical
  2. Automated
  3. Well configured
  4. Different

Answer: 1)Identical

2.When we do not record the adhoc changes of hardware/software, it is called __________

  1. Server Sprawl
  2. Erosion
  3. Server Spikes
  4. Configuration Drift

Answer: 4)Configuration Drift

3.IaC is frequently referred to as _____________

  1. Infrastructure programming
  2. Infrastructure automation
  3. Automated infrastructure
  4. Programmable infrastructure

Answer: 4)Programmable infrastructure

4.Which is directly proportional to your business?

  1. Clarity
  2. Availability
  3. Security
  4. None of the options

Answer: 2)Availability

5.__________ configuration is faster than ___________ configuration.

  1. Manual, Hybrid
  2. Automated, Manual
  3. Manual, Automated
  4. Automated, Hybrid

Answer: 2)Automated, Manual

6.A challenge that grows over time is __________

  1. Snowflake Servers
  2. Configuration Drift
  3. Erosion
  4. Fragile Infrastructure

Answer: 2)Configuration Drift

7.When a server requires special configuration beyond that covered by the automated deployment scripts, it is called __________

  1. Snowflake Server
  2. Configuration Drift
  3. Server Sprawl
  4. Automation Fear

Answer: 1)Snowflake Server

8._________ causes more failure than _________.

  1. Software failure, Human error
  2. Human error, Hardware failure
  3. Hardware failure, Software error
  4. Hardware failure, Human error

Answer: 2)Human error, Hardware failure

9.IaC simplifies the tasks of the __________

  1. Coding team
  2. Testing team
  3. None of the options
  4. IT team

Answer: 4)IT team


Quiz on IaC implementation


1.There is no server in the serverless architecture.

  1. True
  2. False

Answer: 2)False

2.If a change is patched, it is _________ infrastructure.

  1. Immutable
  2. Semi-immutable
  3. Mutable
  4. Hybrid

Answer: 3)Mutable

3.__________ infrastructure replaces a server completely when there is a change.

  1. Immutable
  2. Hybrid
  3. Mutable
  4. Semi-immutable

Answer: 1)Immutable

4.Automation is well suitable for the environments which are ___________

  1. Partially unique
  2. Not unique
  3. Unique
  4. Completely unique

Answer: 2)Not unique

5.__________ infrastructure increases the predictability.

  1. Semi-immutable
  2. Hybrid
  3. Immutable
  4. Mutable

Answer: 3)Immutable

6.Which of the following describes only the desired state of the system?

  1. Declarative
  2. Intelligent
  3. Imperative
  4. Iterative

Answer: 1)Declarative

7.The most straightforward approach to implement IaC is ___________

  1. Manual Configuration
  2. Physical Configuration
  3. Scripting
  4. Automated Configuration

Answer: 3)Scripting

8.It is easy to ________ a system, than to ________ it.

  1. Fix, Replace
  2. Fix, Reproduce
  3. Patch, Replace
  4. Replace, Fix

Answer: 4)Replace, Fix

9.The following are cloud service providers, except ________.

  1. IBM OpenWhisk
  2. Cloud Functions
  3. AWS Lambda
  4. Google Azure

Answer: 4)Google Azure

10.Which of the following describes how to achieve the desired state of the system?

  1. Iterative
  2. Imperative
  3. Intelligent
  4. Declarative

Answer: 2)Imperative


Quiz on IaC Tools


1.____________ supports all the AWS resources.

  1. SaltStack
  2. Heat
  3. Terraform
  4. CloudFormation

Answer: 4)CloudFormation

2.Which of the following is a configuration definition file?

  1. Openstalk
  2. Terraform
  3. Manifests
  4. Cloud formation

Answer: 3)Manifests

3.Puppet was initially released in the year __________

  1. 2007
  2. 2005
  3. 2017
  4. 2015

Answer: 2)2005

4.___________ comes as a part of Linux's Fedora distribution.

  1. Ansible
  2. CloudFormation
  3. Terraform
  4. Puppet
  5. Chef

Answer: 1)Ansible

5.___________ shares the OS kernel of the host system.

  1. Virtual Machine
  2. Container
  3. VMware
  4. Hypervisor

Answer: 2)Container

6.Which of the following is an infrastructure definition tool?

  1. Ruby
  2. Terraform
  3. Playbooks
  4. Templates

Answer: 2)Terraform

7.Docker is a tool written in _____________

  1. Python
  2. PowerShell Script
  3. Go
  4. Perl

Answer: 3)Go

8.____________ is an open source tool developed by HashiCorp.

  1. Chef
  2. Terraform
  3. CloudFormation
  4. Puppet

Answer: 2)Terraform

9.Infrastructure provisioning can be done with _________ tools.

  1. Templating
  2. Infrastructure Definition
  3. Server Configuration
  4. Containerization

Answer: 2)Infrastructure Definition

10.___________ is more secure than ___________

  1. VMware, Hypervisor
  2. Hypervisor, VMware
  3. VMware, Container
  4. Container, VMware

Answer: 3)VMware, Container

11.The following are lifecycle events of a server, except ________

  1. None of the options
  2. Create a new server
  3. Delete the server
  4. Package a server template
  5. Update the server

Answer: 1)None of the options

12.Marionette is the former name of ___________

  1. Chef
  2. CloudFormation
  3. Ansible
  4. Puppet

Answer: 1)Chef

13.Chef was initially created by ___________

  1. Adam Jacob
  2. Robbins
  3. Adam Jaqlin
  4. Jesse

Answer: 1)Adam Jacob


Quiz on IaC pipeline


1.In _________ model, the configuration server is checked periodically for updates.

  1. Pull
  2. Push
  3. Both the options

Answer: 1)Pull

2.In _________ model, the configuration server automatically sends the updated configuration file if there is any change.

  1. Both the options
  2. Push
  3. Pull

Answer: 2)Push

3.Data like ______ should not be stored in VCS.

  1. Password
  2. Date
  3. Username
  4. Version

Answer: 1)Password

4.You can use _________ to script your configuration file.

  1. Python
  2. DSL
  3. Any of the options
  4. Perl
  5. Ruby

Answer: 3)Any of the options


Final Assessment on IaC


1.Which of the following is a CI tool?

  1. Fork
  2. Bamboo
  3. Puppet
  4. Ansible

Answer: 2)Bamboo

2.IaC was initially evolved to support ____________

  1. Physical Hardware setup
  2. Virtual System
  3. Cloud Computing
  4. All the options

Answer: 3)Cloud Computing

3.The following are found on a server, except ________

  1. Software
  2. Utility
  3. Configuration Registry
  4. Data

Answer: 2)Utility


Post a Comment

Any comments and suggestion will be appreciated.
Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.

Join Telegram Channel

Join Notes Bureau Lets Teach and Learn

Join Telegram Channel
CLOSE ADS
CLOSE ADS