You are on page 1of 2

Q1: What is the command line interface used to communicate with Kubernetes??

The correct Answer is: None

b kubeapi

c kubectl

d kubelet

e k8sctl

The correct Answer is: None

Q2: How to scale a service to 7 replicas in Docker Swarm??

a None

b docker service upgrade name_of_your_service_here=7

c docker service update name_of_your_service_here=7

d None

e docker service scale name_of_your_service_here=7

f docker service replica-set name_of_your_service_here=7

Q3: Which of the explantions given is related to the the $_SERVER variable?

a An associative array containing global variables available to the current script.

b This is an array containing information such as headers, paths, and script


locations.

The correct Answer is: None

d An associative array consisting of the contents of $_GET, $_POST, and $_COOKIE.

The correct Answer is: None

f Contains a reference to every variable which is currently available within the


global scope of the script.
Q4: Docker Toolbox is an installer for quick setup and launch of a Docker environment on
Mac and Windows systems. Select all of the Docker tools that come with the Docket
Toolbox?

a Docker Compose for running the docker-compose commands

b Oracle VirtualBox

c A shell pre-configured for a Docker command-line environment

d A shell post-configured for a Docker command-line environment

e Oracle RealBox Containers

f Docker Machine for running docker-machine commands

Q5: From which file does the command `free` takes it's information?

a /proc/freemem

b /proc/meminfo

c /dev/meminfo

d /dev/memfree

e /dev/freemem

f /proc/memfree

You might also like