You are on page 1of 5

Q1: How to mark a node called my-node as schedulable in Kubernetes??

a None

b kubectl schedulable my-node

c kubectl uncordon my-node

d kubectl available my-node

e kubectl up my-node

f None

Q2: What is the difference between the WordPress Address and Site Address settings
located in the General Settings area??

a None

b None

c The WordPress Address is where to look for WordPress meta tags , while the Site
Address is what will be used as the base for creating URLs for web pages.

d The WordPress Address is where to look for WordPress plugins, while the Site
Address is what will be used as the base for creating URLs for web pages.

e None

f The WordPress Address is where to look for WordPress files, while the Site
Address is what will be used as the base for creating URLs for web pages.

Q3: What is WordPress in PHP??

a framework and distribution system for reusable PHP components

b None

c None

d Framework for designing dynamic pages

e Set of library enriched with fucntions

f An open source CMS (Content Management System)


Q4: Which of the listed actions and filter hooks are functions in WordPress??

a doing_filter() and doing_action()

b has_filter() and has_action()

c open_filter() and close_action()

d apply_filters_ref_array() and do_action_ref_array()

e None

f None

Q5: Which of the following are template tags in WordPress??

a wp_enqueue_script()

b None

c wp_get_title()

d None

e plugin_description()

f post_sidebar()

Q6: Choose the correct usage of ‘cd’ to move into the parent directory.?

a cd

b cd ..

c cd..

d cd/

e cd .

f None of the above

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

b None

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

d None

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

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

Q8: Choose the correct HTML element for the largest heading:?

a <heading>

b <head>

c <h6>

d <h1>

e None

f None

Q9: Which command do we need to execute to check the available repos in yum (CentOS)?

a yum showrepo

b yum searchrepo

c yum reposearch

d yum listrepo

e yum repolist

f yum reposhow

Q10: What is the function to get website url in wordpress??

a get_url();

b get_site_url();
c get_website_url();

d None

e None

f None

Q11: What are the respective octal value for the permission bits??

The correct Answer is: None

b 4, 2 & 1 respectively for r, w & x.

c 4, 2 & 1 respectively for r, x & w.

d 4, 2 & 1 respectively for x, w & x.

e 4, 2 & 1 respectively for w, r & x.

The correct Answer is: None

Q12: How to search for a variable name under all the files in the workspace??

a ctrl + V

b ctrl + F

The correct Answer is: None

The correct Answer is: None

e ctrl + shift + C

f ctrl + shift + F

Q13: The command to create Kubernetes service is?

a kubectl set service

The correct Answer is: None

The correct Answer is: None

d kubectl expose
e kubectl deploy

f kubectl run

Q14: What command is used to count the total number of lines, words, and characters
contained in a file??

a None

b wc

c countw

d None

e count p

f wcount

Q15: Which one of these variables has an illegal name??

a $my_Var

b None

c None

d $myVar

e $MyVar

f $my-Var

You might also like