You are on page 1of 4

Q1: Which "text Type" has the maximum number of bytes??

a None

b Tiny Text

c None

d Text

e Long Text

f Medium Text

Q2: If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the
value of $$var2??

a $$var2 contains the value 20

b $$var2 contains the value 5

c $$var2 contains the value 1.

d None

e $$var2 contains the value 10.

f None

Q3: How can you make a numbered list??

a None

b None

c <list>

d <ul>

e <ol>

f <dl>

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


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

b None

c None

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

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


TERMINATED BY 'n'

f None of the above

Q5: Apart from the <b> tag, what other Tag makes text bold ??

a <fat>

b <strong>

c <black>

d None

e <emp>

f None

Q6: You can also get the Ansible documentation directly via your terminal by using:?

a None

b ansible -d

c None

d ansible-documentation

e ansible --doc

f ansible-doc

Q7: How do you create a function in JavaScript??

a function = myFunction()

b function myFunction()
c function:myFunction()

d None

e None

f None

Q8: Which statement is true for Replica set??

The correct Answer is: None

b Replica set is considered as a substitute to the replication controller. The prime


function of replica set is to assure the number of pod replicas running.

c Replica set is considered as the legacy replication controller. The prime function of
replica set is to remove the number of pod replicas running.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q9: The syntax for adding a new column to an existing table is ALTER TABLE `table_name`
ADD COLUMN `column_name` `data_type`;?

a None

b None

c None

d True

e None

f False

Q10: How to list all Kubernetes services in the current namespace??

a kubectl get services

b None
c kubectl get-all services

d kubectl print services

e None

f kubectl dump services

You might also like