Infrastructure as Code (IaC) Linux - Chp 14

Infrastructure as Code (IaC) Linux - Chp 14

University

16 Qs

quiz-placeholder

Similar activities

GitThat30Bro

GitThat30Bro

University

15 Qs

HacktoberFest Quiz Day 2

HacktoberFest Quiz Day 2

University

12 Qs

HADA TEMA 01

HADA TEMA 01

University

14 Qs

Git and Version Control

Git and Version Control

University

11 Qs

Desarrollo de Aplicaciones Modernas y Herramientas.

Desarrollo de Aplicaciones Modernas y Herramientas.

1st Grade - Professional Development

15 Qs

APA1-Week2-assignment2-quiz

APA1-Week2-assignment2-quiz

University

17 Qs

Git Workshop

Git Workshop

University

15 Qs

การพัฒนาระบบด้วย GitHub

การพัฒนาระบบด้วย GitHub

University

20 Qs

Infrastructure as Code (IaC) Linux - Chp 14

Infrastructure as Code (IaC) Linux - Chp 14

Assessment

Quiz

Computers

University

Medium

Created by

Sandeep Kumar

Used 10+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which IaC mode is whereby the desired configuration is defined, but not the specific commands?

scripted mode

declarative mode

procedural mode

imperative mode

Answer explanation

Declarative mode is the IaC mode where the desired configuration is defined, but not the specific commands.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two common file types used in many DevOps and IaC tools?

Python and Java

HTML and CSS

XML and CSV

YAML and JSON

Answer explanation

YAML and JSON are the two common file types used in many DevOps and IaC tools. They are widely used for configuration management and data interchange due to their simplicity and readability.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name at least one common orchestration tool.

Docker
Kubernetes

Puppet, Ansible, Chef, SaltStack and Terraform

Jenkins

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to manage git repositories?

git

cvs

mercurial

svn

Answer explanation

The command used to manage git repositories is 'git'. It is a distributed version control system.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What git subcommand is used to configure the global settings?

git config --global

git config --local --global

git config --system

git config --local

Answer explanation

The correct git subcommand to configure global settings is 'git config --global'. This command sets the configuration options for all repositories on the system.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What git subcommand is used to create a git repository, or reinitialize an existing one?

git clone
git add
git init
git commit

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What git subcommand is used to create a working copy of an existing repository?

git init
git pull
git checkout
git clone

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?