DevOps-1 [Git, CICD and Configuration Management]

DevOps-1 [Git, CICD and Configuration Management]

Professional Development

10 Qs

quiz-placeholder

Similar activities

Devops-3

Devops-3

Professional Development

15 Qs

Git Github MLSA

Git Github MLSA

University - Professional Development

10 Qs

Révision méthodologie agile

Révision méthodologie agile

Professional Development

12 Qs

Icebreaker

Icebreaker

Professional Development

14 Qs

Printers

Printers

Professional Development

15 Qs

kitty cat

kitty cat

KG - Professional Development

8 Qs

Gospel Artists

Gospel Artists

KG - Professional Development

10 Qs

Silversea Booking Policies

Silversea Booking Policies

Professional Development

14 Qs

DevOps-1 [Git, CICD and Configuration Management]

DevOps-1 [Git, CICD and Configuration Management]

Assessment

Quiz

Other

Professional Development

Hard

Created by

Sharique Kamal

Used 48+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which DevOps practice prioritizes keeping software deployable over working on new features?

Continuous deployment

Continuous delivery

Continuous Improvement

Continuous Integration

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the goals of DevOps?

Improve communication and collaboration

Improve the quality of software deployments

Faster time to Market

Making sure the software is bug free

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Git is a _________________ Version Control System.

Centralized

File-based

Distributed

Modern

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file is used to define dependency for a java project being built using Maven?

build.xml

requirements.txt

pom.xml

buildspec.yml

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are good examples of Continuous Integration tools / services?

Jenkins

Code Pipeline

GitLab

BitBucket

Maven

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I have a tomcat app and Jenkins on the same server. I would need Jenkins server to listen on a port other than 8080. How can I achieve it?

Jenkins default port is 8080 and cannot be changed. Configure Tomcat application to listen on a different port

Change the value for "--httpPort" to the desired port in jenkins.xml file

Change the value for default port in the Jenkins job where you want to listen on a different port

Use application binding to bind the port of your choice for Jenkins server to listen on

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____________ command is useful for getting a high-level overview of the project history

git reset --hard

git log --author="<pattern>"

git log --oneline

git rebase <base>

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?