You are on page 1of 4

Q1: How can you make a bulleted list??

a None

b <dl>

c <list>

d <ul>

e None

f <ol>

Q2: How can you restore the WordPress core files??

a None

b The core files can be fetched via your dashboard

c The core files can be downloaded back from wordpress.org site.

d The core files can be downloaded back from Database.

e None

f The core files can be downloaded back from your local machine as long as you have
a backup

Q3: Which of the following is an attribute of the <Table> tag??

a CELLPADDING

b BOLD

c None

d None

e SRC

f LINK

Q4: Which of the following is a WordPress function used to execute a database query??
a <?php $wpdb->run_query('query'); ?>

b <?php $wpdb->fetch('query'); ?>

c None

d <?php $wpdb->query('query'); ?>

e None

f <?php $wpdb->mysql_query('query'); ?>

Q5: The wildcard in a WHERE clause is useful when??

a An exact match is necessary in a CREATE statement.

b An exact match is not possible in a SELECT statement.

c An exact match is necessary in a SELECT statement.

d An exact match is not possible in a CREATE statement.

e None

f None

Q6: __________________ is responsible for health check of the pods running on individual nodes?

a Kubectl

The correct Answer is: None

c Kube controller manager

The correct Answer is: None

e Kubelet

f Kube scheduler

Q7: How do we access the value of 'd' later? $a = array( 'a', 3 => 'b', 1 => 'c', 'd' );?

a $a[2]

b $a[1]
c None

d $a[3]

e $a[0]

f $a[4]

Q8: How to get all resources with simple output (just the resource name) in Kubernetes??

a kubectl api-resources name

b kubectl api -r name

c kubectl api-resources -o name

d None

e kubectl api -o name

f None

Q9: Which functions can be used to get the image's properties (size, width, and height)??

a None

b The functions are getimagesizeof() for size, imagesxn() for width and imagesyn()
for height.

c The functions are getsizeimage() for size, imagesx() for width and imagesy() for
height.

d None

e The functions are getimagesize() for size, imagesx() for width and imagesy() for
height.

f None

Q10: Which data type is used to store a sequence of characters in Python??

a Float

b None
c None

d String

e Boolean

f Integer

You might also like