You are on page 1of 5

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

a $_FILES

b $_ENV

c $_PUT

d None

e $_SERVER

f None

Q2: Which command can be used to know the terminal type??

The correct Answer is: None

b pts

c terminal

The correct Answer is: None

e who

f tty

Q3: When would you use path along with file name of a picture in an IMG tag??

a when the location of image file and html file are different

b when image file and html file both are on same location d.

c path is always necessary when inserting image

d path is optional and not necessary

e None

f None

Q4: How to list pods sorted by Restart Count in Kubernetes??


a kubectl get pods --sort-by='.status.containerStatuses[0].restartCount'

b kubectl get pods --sort-by='.status.restartCount'

c kubectl get pods by restartCount

d kubectl get pods --sort='.status.containerStatuses[0].restartCount'

e None

f None

Q5: What is virtualization??

a None

b None

c Virtualization is the process of creating a software-based, virtual version of


something(compute storage, servers, application, etc.).

d None

e None

f Virtualization is the process of creating a software-based, real version of


something(compute storage, servers, application, etc.).

Q6: MySQL supports different Character Sets, which command is used to display all of
them??

a SHOW; ;

b SHOW CHARACTER SET

c None

d None

e None Of The Mentioned

f CHARACTER SET;

Q7: Which of the following is not a style tag??


a All are style tags

b None

c <tt>

d None

e <b>

f <i>

Q8: BASH stands for:?

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d Basic Async SHell

e BAsic SHell

f Bourne Again SHell

Q9: What is the correct way to add 1 to the $count variable??

a $count++;

b None

c count++;

d None

e $count =+1

f ++count

Q10: Ansible playbooks are the basis for a really simple configuration management and
multi-machine deployment system, unlike any that already exist, and one that is very well
suited to deploying complex applications.?

a false
b None

c None

d None

e None

f true

Q11: What is the default priority of the swap partition?

a 10

b -1

c0

d There are no priorities for swap

e 100

f1

Q12: Which of the following is true about Cookies??

a None

b None

c Cookies are included with every HTTP request, thereby sending data unencrypted
over the internet.

d Cookies are included with every HTTP request, thereby slowing down your web
application by transmitting the same data.

e Cookies are limited to about 4 KB of data . Not enough to store required data.

f All of the above.

Q13: <TD> … </TD> tag is used for ________?

a None

b None
c none of the above

d Table Records

e Table heading

f Table row

You might also like