0% found this document useful (0 votes)
15 views5 pages

4 Report For XZWT

The document contains 13 multiple choice questions about various computing topics such as HTML, PHP, Docker, Kubernetes, Ansible and Bash. Each question has 6 possible answer choices with one being marked as the correct answer. The questions cover topics like HTML tags, PHP definition, Docker commands, Kubernetes deployment, Bash shebang and Ansible module usage.

Uploaded by

sheyllypanda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views5 pages

4 Report For XZWT

The document contains 13 multiple choice questions about various computing topics such as HTML, PHP, Docker, Kubernetes, Ansible and Bash. Each question has 6 possible answer choices with one being marked as the correct answer. The questions cover topics like HTML tags, PHP definition, Docker commands, Kubernetes deployment, Bash shebang and Ansible module usage.

Uploaded by

sheyllypanda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Q1: Which of the following attribute triggers event when an element gets user Input??

a Onhaschange

b None

c Ondata

d Onloadeddata

e Oninput

f None

Q2: Which licensing authority is responsible for WordPress??

a GWPL

b None

c MIT license

d GPLv2 (GNU General Public License)

e None

f GPU

Q3: If we wish to mount a directory with Read Only option, which of the following is
correct?

a mount ext4 noexect,ro /path/to-dir /mnt/folder

b mount ext4 -no-read-only /mnt/folder /path/to-dir

c mount ext4 -no-read-only /mnt/folder /path/to-dir

d mount ext4 -no-read-only /path/to-dir /mnt/folder

e mount -t ext4 -o noexect,ro /mnt/folder /path/to-dir

f mount -t ext4 -o noexect,ro /path/to-dir /mnt/folder

Q4: All HTML Tags must be enclosed In??


a None

b # And #

c < And >

d ? And !

e { And }

f None

Q5: What does PHP Stands for??

a None

b PHP Hypertex Processor

c PHP Hyper Markup Preprocessor

d PHP Hypertext Preprocessor

e PHP Hyper Markup Processor

f None

Q6: Which of the following tags represents a section of the document intended for
navigation in HTML5??

a section

b None

c dialog

d footer

e None

f nav

Q7: Kubernetes helps in the effective distribution of resources by allocating the resources
that are used by a particular application?

The correct Answer is: None


The correct Answer is: None

The correct Answer is: None

d False

e True

The correct Answer is: None

Q8: Which command is used to create a deployment in Kubernetes??

a kubectl apply deployment

b kubectl deploy

c kubectl run

d kubernetes set deployment

e None

f None

Q9: #!/bin/bash is commonly called as?

a hashbang

b None

c shebang

d None of the Above

e Script Initialiser

f None

Q10: How to show the history of a docker image with the image name mentioned in the
command.?

a None

b $ docker history http

c $ docker history httpd


d $ docker history http --s

e None

f None

Q11: Which argument do you need to specify in order to run a specific Ansible module??

a --modules

b -m

c --ansible-module

d None

e None

f -ml

Q12: Following Docker command: eval $(docker-machine env default) is used to:?

a Build an image

b Commit changes done in a Docker image

c Activate default VM machine

d None

e None

f Access a running container

Q13: How can you make a bulleted list??

a <ol>

b None

c <ul>

d <dl>

e <list>
f None

You might also like