Infrastructure as Code (IaC) Linux - Chp 14

Infrastructure as Code (IaC) Linux - Chp 14

University

16 Qs

quiz-placeholder

Similar activities

Preguntas sobre Git y GitHub

Preguntas sobre Git y GitHub

9th Grade - University

20 Qs

Git Bash

Git Bash

University

15 Qs

Collaborative Working using Git - Week 11

Collaborative Working using Git - Week 11

University

12 Qs

Historial de cambios y gestión de ramas

Historial de cambios y gestión de ramas

9th Grade - University

20 Qs

Introduction to Cloud Native Fundamentals Quiz

Introduction to Cloud Native Fundamentals Quiz

University - Professional Development

15 Qs

Versiyon Kontrol Sistemleri

Versiyon Kontrol Sistemleri

University

14 Qs

GIT VERSION Control

GIT VERSION Control

University

20 Qs

WEB50NI-Git

WEB50NI-Git

University

12 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 8+ 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?