Quiz – DevOps

/5

Jenkins

1 / 5

You are required to use PMD and FindBugs as a part of static code analysis in your Jenkins pipeline. So where exactly you will add PMD and FindBugs plugins configuration in your project?

2 / 5

You have been given a task to move the existing Jenkins job from one server to another. From the following steps select the correct order to complete this task.

 

  1. Make a copy of already created Jenkins job
  2. Copy the related job directory slide a job from one installation to another
  3. Create clone of a job directory by a different name
  4. Renaming a existing job by rename a directory

3 / 5

User has started creating Jenkins pipeline where user has already added plugins for source code management and code build. Now user is looking for plugin that can effectively test the application and integrate with Jenkins pipeline. Among the following options select the appropriate answer.

4 / 5

You have installed Jenkins in your local machine successfully now you need to run Jenkins. Which command you will use to run Jenkins from command line?

5 / 5

User have created microservices based application and as per the client’s requirement, application will be deployed in containers. Among the following options which Jenkins plugin user should user to complete the requirement?

Your score is

The average score is 29%

0%

Exit

/5

Docker

1 / 5

You are using DOCKER service scale command to manage the traffic on application containers. Among the following options, what are the limitation of docker service scale command
in DOCKER swarm mode?

2 / 5

Among the following options, select the command which is used to connect the network to the running container?

3 / 5

You have been assigned a task to host your company's event blog using WordPress and MySQL database on a 30 active nodes swarm cluster.
You need to make sure that one task of MySQL database service is deployed on each active node in the swarm cluster. From the following options, select commands to achieve this task?

4 / 5

Select whether the below statement is correct or not?
"Choice of storage mount options can affect the representation of data in the container."

5 / 5

Whether Docker Secrets are available for standalone containers and swarm services ?

Your score is

The average score is 16%

0%

Exit

/5

Kubernetes

1 / 5

For setting up the Kubernetes cluster, you need to install Kubernetes inside the master and worker nodes. Select the ways to install Kubernetes?

2 / 5

You have been assigned a task to create a Kubernetes deployment to deploy an apache server named 'apache-image' on two pods using port number 80.
Among the following options, choose the correct command for this deployment?

3 / 5

"ClusterIP service takes care of internal routing of Kubernetes cluster, and it is automatically created for Kubernetes cluster."
Select whether the above statement is correct or not?

4 / 5

You have hosted containerized application using Kubernetes. Among the following options, select the Kubernetes controllers? (Select 2)

5 / 5

You have hosted your application microservices on containers using DOCKER and KUBERNETES. Among the following options, where exactly Kubernetes cluster data is stored?

Your score is

The average score is 24%

0%

Exit