You are on page 1of 4

Q1: Why is wordpress.com considered more secure than wordpress.org??

a because they limit the themes and also does not allow installing plugins.

b because they limit the site proxy settings

c None

d because it is SSL encrypted

e None

f None

Q2: Choose the correct HTML Tag to make a text Italic?

a <i>

b None

c <il>

d <it>

e None

f <italic>

Q3: In Linux, the priority of a running process can be changed using which command??

a priority

b renice

c None

d passwd

e None

f ps -A

Q4: Which of the mentioned are the neccessary/mandatory arguments of the mail function.?
a headers

b subject

c to

d number of recepients

e message

f parameters

Q5: Which of the following scripts will run successfully?

a SELECT FROM `customers` 'customer name';

b SELECT `customer name` FROM customers ORDER BY zone WHERE cat_id = 12;

c None

d SELECT `customer name` FROM customers WHERE cat_id = 12 ORDER BY cat_id;

e Users statistics SELECT customer name FROM customers;

f None

Q6: Following Docker command: docker commit -m "My first update" container_ID
user_name/repository_name is used to:?

a Build an image

b Access a running container

c Commit changes done in a Docker image

d Activate default VM machine

The correct Answer is: None

The correct Answer is: None

Q7: Docker can build images automatically by reading the instructions from:?

a docker.config

b None
c docker.json

d docker.yaml

e Dockerfile

f None

Q8: What is the Ansible setup module used for??

a Setup ansible on a master host

b Setup your SSH keys

c None

d None

e Setup Ansible on remote hosts

f Gathers facts about remote hosts

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

a None

b None

c None

d False

e True

f None

Q10: What is the purpose of a ReplicaSet??

a To create and maintain volumes

b To monitor and respond to environmental latency

c To maintain a stable set of replica Pods running at any given time

The correct Answer is: None


The correct Answer is: None

f To prevent clones from invading other clusters

Q11: If we want to return a value from a function we called, how can we do that??

a We need to use 'return = $value;'

b We need to use 'return: $value;'

c None

d None

e None

f We need to use 'return $value;'

Q12: What is UMASK??

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


created files.

The correct Answer is: None

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

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


now however it's still largely used.

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

The correct Answer is: None

You might also like