Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Q1: What is Minikube?

a An abstraction used by Kubernetes to support multiple virtual clusters on the


same physical cluster

b Specification of a Kubernetes API object in JSON or YAML format

c None

d A pod object that a kubelet uses to represent a static pod

e None

f A tool for running Kubernetes locally

Q2: Is it a good practice to edit the WordPress core files??

a None

b None

c None

d Yes, you can change the core files without any further compilations

e None

f No, because your changes will be lost during the next WordPress update

Q3: 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 Machine for running docker-machine commands

b Docker Compose for running the docker-compose commands

c Oracle VirtualBox

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

e Oracle RealBox Containers

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


Q4: What is a Kubernetes volume??

a Layering software that puts apps into compartments for easier deployment

b A directory for the data accessible to containers in a pod

c Code that enables two software programs to communicate

The correct Answer is: None

e The software within an OS that controls capacity allocation for nodes

The correct Answer is: None

Q5: What will be the effect of the query SELECT c.*,e.* FROM clients c INNER JOIN
employees e ON c.emp_no = e.emp_no;?

a return all the records from the clients table and only those that match the emp_no
from the employees table

b return only records that have matching emp_no values in both tables

c None

d None

e return all the records from the employees table and only those that match the
emp_no from the clients table

f The query will generate an error

Q6: Which description best fits a DaemonSet??

a A system to connect nodes and pods

b A channel through which to pass information between two or more nodes

The correct Answer is: None

The correct Answer is: None

e A way to run a copy of a pod on all or some nodes

f A method to manage clusters of pods

You might also like