You are on page 1of 4

Q1: Where in Wordpress can you discourage search engines from indexing this site??

a None

b From the Users Section

c From the General->Reading Section

d From the Plugins Section

e From the Tools->Export Section

f None

Q2: How can we determine the number of rows returned in the result set of a MySQL
query??

a None

b None

c The function mysqli_num_rows() returns the number of rows in a result set.

d The function mysqli_count_rows() returns the number of rows in a result set.

e The function mysqli_get_rows() returns the number of rows in a result set.

f None

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

a None

b Long Text

c Medium Text

d Text

e Tiny Text

f None

Q4: Kube-apiserver on kubernetes master is designed to scale.?


The correct Answer is: None

b Horizontally

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f Vertically

Q5: Which licensing authority is responsible for WordPress??

a MIT license

b None

c None

d GPU

e GPLv2 (GNU General Public License)

f GWPL

Q6: What is the correct way to include the file "time.inc" ??

a None

b <?php include:"time.inc"; ?>

c <?php include file="time.inc"; ?>

d None

e <!-- include file="time.inc" -->

f <?php include "time.inc"; ?>

Q7: All elements are identified by their __________ and are marked up using either start tags
and end tags or self-closing tags?

a None

b Tag Names
c Class Names

d Attribute Names

e None

f None of the mentioned

Q8: What is the correct HTML for inserting a background image??

a <body bg="background.gif">

b <background img="background.gif">

c <body style="background-image:url(background.gif)">

d <background style img="background.gif">

e None

f None

Q9: To do any administrative task, an administrator connects to ____________.?

The correct Answer is: None

The correct Answer is: None

c Kube Proxy

d etcd

e The Kubernetes API Server

f None of the mentioned

Q10: What does the include() function does??

The correct Answer is: None

The correct Answer is: None

c The include() function takes the included file and makes sure it's executed before
the file the function is used into

The correct Answer is: None


e The include() function takes all the text in a specified file and copies it into the file
that uses the include function

f The include() function takes specified strings and includes them into another
string. This is used when we want to concatenate different strings.

Q11: How can we access the data sent through the URL with the POST method??

a $_GET["var"];

b $_PUT["var"];

c None

d $_POST["var"];

e None

f $_REQUEST["var"];

You might also like