You are on page 1of 4

Q1: Which Is not a property of attribute behaviour of <Marquee> Tag??

a Blur

b None

c Slide

d Scroll

e Alternate

f None

Q2: What are the most common Linux boot managers??

a None

b LILO/GRUB

c Bootd/init.d

d None

e Bootmand/MBR

f Bootmanager/Bootflag

Q3: 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

c True

The correct Answer is: None

The correct Answer is: None

f False

Q4: What is the name of the first page you encounter after logging into your web page??
a Dashboard

b WPAdmin

c Clientarea

d Security question page

e WP upgrade option

f None

Q5: How to list all the docker images pulled on the system with image details such as
TAG/IMAGE ID/SIZE etc.?

a $ docker img

b None

c None

d $ docker images

e $ docker --images

f None

Q6: What could be used to program additional authentication logic besides available
authenticator modules??

a Kubernetes Role Manager

b None

c None

d Kube Auth Service

e Authentication Proxy

f Kube Vault

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

a Gathers facts about remote hosts


b None

c Setup Ansible on remote hosts

d Setup your SSH keys

e None

f Setup ansible on a master host

Q8: How many distinct, different values can you hold in an Enum field??

a 2 (True And False)

b None

c 65535

d None

e7

f 255

Q9: What is the correct HTML element for inserting a line break??

a <break>

b None

c <lb>

d <br>

e <bl>

f None

Q10: How to dump the whole MySQL database to a file??

a mysql -e "select * from table" database > dumpfile.txt

b None

c None of the above


d None

e mysql -e "select * from table" -u user -pxxxxxxx database > dumpfile.txt

f SELECT * from table FIELDS TERMINATED BY ',' ENCLOSED BY "" LINES


TERMINATED BY 'n'

You might also like