You are on page 1of 3

Q1: Which of the following is not a Superglobal in PHP??

a None

b $_SERVER

c $_FILES

d $_ENV

e None

f $_PUT

Q2: In which file, can we permanently change the SWAP priority?

a /etc/swappriority

b /etc/prswap

c /etc/boot.conf

The correct Answer is: None

The correct Answer is: None

f /etc/fstab

Q3: As soon a service starts, ________ daemon running on each node add a set of environment
variables on the pod for each active service.?

The correct Answer is: None

The correct Answer is: None

c Kubeadm

d Service discovery

e Kubelet

f Kubectl
Q4: What will be the effect of inserting 500 rows in a table with the following definition.
CREATE TABLE `categories` ( `category_id` tinyint(3) AUTO_INCREMENT, `category_name`
varchar(150) DEFAULT NULL, `remarks` varchar(500) DEFAULT NULL, PRIMARY KEY?

a a table with the above definition is not possible

b None

c None

d only 100 rows will be inserted

e half the records will be inserted then an error will be generated

f 500 rows will be inserted into the table

Q5: How to define an array in bash?

a None

b array=[[“Hi” “my” “name” “is”]]

c array=[“Hi” “my” “name” “is”]

d None

e array=((“Hi” “my” “name” “is”))

f array=(“Hi” “my” “name” “is”)

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

a From the Plugins Section

b From the General->Reading Section

c None

d From the Tools->Export Section

e None

f From the Users Section

Q7: Which character is used to indicate an end tag??


a^

b<

c*

d None

e/

f None

Q8: The PHP syntax is most similar to:?

a None

b Perl and C

c Bash

d JavaScript

e None

f VBScript

You might also like