You are on page 1of 4

Q1: Systemd replaced which Linux command for mounting and automounting file systems??

a /etc/fstab and autom

b /etc/fstab and autofs

c /esc/fdtab and autff

d /etc/ftab and autofs

e None

f None

Q2: Which of the following is true for Kubernetes volumes??

The correct Answer is: None

b In Kubernetes, a volume can be thought of as a storage for the master nodes.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f In Kubernetes, a volume can be thought of as a directory which is accessible to the


containers in a pod.

Q3: In the context of Kubernetes, what is a container??

a A container is a standard unit of software that packages up code and all its
dependencies so the application runs quickly and reliably from one computing environment
to another

b A large metal box that is used to hold or transport something

The correct Answer is: None

The correct Answer is: None

e An application which requires dedicated hardware to run on

f A unit that stores data on a computer's memory drive


Q4: Type Hinting was introduced in which version of PHP??

a None

b PHP 7

c None

d PHP 4

e PHP 6

f PHP 5

Q5: Which of the following are commonly found in web pages??

a intranet

b None

c None

d internet

e hyperlinks

f all of the above

Q6: What is UMASK??

The correct Answer is: None

b UMASK is a Unix environment variable, which automatically sets file permissions


created files.

c UMASK is a Unix environment variable, which automatically sets the file visibility.

d UMASK is a Unix environment variable, which not really used anymore and is
considered legacy.

The correct Answer is: None

f UMASK is a Unix environment variable, which is replaced by the chmod command


now however it's still largely used.
Q7: Docker can build images automatically by reading the instructions from:?

a None

b docker.yaml

c Dockerfile

d docker.config

e None

f docker.json

Q8: What will happen if two tables have names 'users' and 'USERS'??

a None

b This is possible because table names are case sensitive

c This depends on lower_case_table_names system variable

d This is possible only on UNIX/LINUX

e This is not possible because table names are case insensitive

f This is possible only on Windows

Q9: How to restart the docker container with container id mentioned in the command.?

The correct Answer is: None

b $ docker rs 109cb6nw

c $ docker res 109cb6nw

The correct Answer is: None

The correct Answer is: None

f $ docker restart 109cb6nw

Q10: What is the correct HTML for adding a background color??


a <background>yellow</background>

b None

c <body style bg="yellow">

d <body style="background-color:yellow;">

e None

f <body bg="yellow">

Q11: Which Process Runs On Kubernetes Master Node??

The correct Answer is: None

b Kube-cli-server process runs on Kubernetes master node.

c Kube-cli-proxy process runs on Kubernetes master node.

The correct Answer is: None

The correct Answer is: None

f Kube-apiserver process runs on Kubernetes master node.

Q12: PHP can be run on Microsoft Windows IIS(Internet Information Server):?

a False

b None

c True

d None

e None

f None

You might also like