You are on page 1of 3

Q1: What Python library can you use to perform array and matrix manipulations??

a Algorithm

b None

c Numpy

d Numarray

e math

f None

Q2: Which one is the correct declaration for choosing the 'Character Set' other than
default??

a None Of The Mentioned

b Varchar(20) Character Set Utf8;

c None

d None

e Varchar(20);

f Varchar(20) Character Set;

Q3: How can you make a numbered list??

a <ol>

b <ul>

c None

d None

e <dl>

f <list>

Q4: In which version of PHP E_STRICT Error level is introduced ??


a PHP 4

b None

c PHP 5

d PHP 7

e PHP 5.2

f None

Q5: What is a permalink??

a The numeric IP address of your WordPress site

b None

c A permalink is the web address used to link to your content.

d Permalinks are the permanent URLs to your individual pages and blog posts, as
well as your category and tag archives

e A popular WordPress Plugin

f The complete URL of your WordPress site

Q6: Which of the K8s resources do not associate with any namespace??

a ReplicaSets

b Services

c DaemonSets

d Persistent Volumes

e Nodes

The correct Answer is: None

Q7: Which command will you use to display the first user??

a kubectl config view -o jsonpath='{.users[*].name}'

b None
c kubectl config view -o jsonpath='{.users[].name}'

d None

e kubectl config view user 1

f kubectl config view -o jsonpath='{.usersname[]}'

Q8: To create a combo box (drop down box) which tag will you use??

a <input type="dropdown">

b <select>

c all of above

d None

e <list>

f None

Q9: Which of the following is used to check that a cookie is set or not??

a None of the above.

b getcookie() function

c isset() function

The correct Answer is: None

e $_COOKIE variable

The correct Answer is: None

You might also like