You are on page 1of 4

Q1: How to kill a container??

a $ docker --kill <container_id>

b None

c docker kill <container_id>

d docker terminated <container_id>

e None

f None

Q2: PHP makes use of mail() function to send emails. Which of the mentioned ARE PART of
it's arguments?

a number of recepients

b to

c message

d parameters

e subject

f headers

Q3: What does GNU stands for??

a Global Unix

b None

c Geek Needed Unix

d Gnu’s not Unix

e General Unix

f None

Q4: Which of the following values would give you the hostname of the remote host in your
Ansible Playbook??
a "{{ ansible_hostname }}"

b None

c "{{ hostname }}"

d "{{ host }}"

e None

f "{{ server_hostname }}"

Q5: What is the highest privilege user in Wordpress??

a Editor

b Author

c Contributer

d Administrator

e None

f None

Q6: Which command can you use to re-execute a previous command??

a !cat

b None

c !3

d !!

e None

f !a

Q7: At its core, Kubernetes is a platform for:?

a Packaging software in containers


The correct Answer is: None

c Provisioning machines (similar to Puppet, Ansible)

The correct Answer is: None

The correct Answer is: None

f Running and scheduling container applications on a cluster

Q8: A homepage is __________?

a the first page of a website

b an index of encyclopedia articles

c None

d where all Internet data is stored

e required for access to the Internet

f None

Q9: How do we check if a given variable is empty??

a With the isitnull() function.

b With the isitempty() function.

c With the empty() function.

d None

e With the null() function.

f None

Q10: Which artisan command will you used to enable maintenance mode in Laravel??

a None

b php artisan pause

c php artisan stop


d php artisan down

e php artisan maintenance

f None

You might also like