Q1: Volume mapping maps the host server's directory into the Docker container.
The data
will remain in a safe and accessible place if you do which of the following??
a break the container
b delete the container
c migrate the container
d backup the container
The correct Answer is: None
f re-create the container
Q2: Which of the following function is used to get length of a string??
a length
The correct Answer is: None
The correct Answer is: None
d strlen()
e None of the above.
f size()
Q3: What does the fopen() function requires for it to execute properly:?
a It requires one argument, the file name.
The correct Answer is: None
The correct Answer is: None
d It requires one argument, the file name. With a second argument being available if
we want to use it, in which mode to oparate.
e It requires two arguments stating first the file name and then mode in which to
operate.
f It requires two arguments, the file name and the extension of the file we are
opening.
Q4: How to list all nodes in your Docker swarm??
a docker node ls
b None
c docker node print
d docker node get
e docker node get-all
f None
Q5: Which one is true for Minikube??
a Minikube is an all-in-One Kubernetes cluster on our workstation
b None of the above
c Minikube multi-node cluster
The correct Answer is: None
The correct Answer is: None
f Minikube is a GUI for Kubernetes
Q6: What is UMASK??
The correct Answer is: None
b UMASK is a Unix environment variable, which is replaced by the chmod command
now however it's still largely used.
c UMASK is a Unix environment variable, which automatically sets file permissions
created files.
d UMASK is a Unix environment variable, which automatically sets the file visibility.
The correct Answer is: None
f UMASK is a Unix environment variable, which not really used anymore and is
considered legacy.
Q7: Which relational database does WordPress use??
a PostgresSQL
b None
c MySQL
d None
e MSSQL SERVER
f Oracle
Q8: Which of the following provides content type of the uploaded file in PHP??
a $_FILES['file']['name']
b $_FILES['file']['size']
c None
d $_FILES['file']['tmp_name']
e None
f $_FILES['file']['type']
Q9: Which HTML Tag is used to define a client - side script such as the Javascript??
a <script>
b Both Above
c <unscript>
d None
e None Of The Above
f None