You are on page 1of 5

Q1: Kubernetes helps in the effective distribution of resources by allocating the resources

that are used by a particular application?

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d True

e False

The correct Answer is: None

Q2: Systemd replaced which Linux command for mounting and automounting file systems??

a None

b /esc/fdtab and autff

c /etc/fstab and autofs

d /etc/fstab and autom

e /etc/ftab and autofs

f None

Q3: What will be the output of the SELECT CASE WHEN NULL = NULL THEN 'YES' ELSE 'NO'
END?

a False

b None

c True

d None

e An Error will be generated

f None

Q4: What is the correct way to create a function in PHP??


a create myFunction()

b new_function myFunction()

c None

d create new_function myFunction()

e function myFunction()

f None

Q5: How do I create PHP arrays in a HTML <form>??

a < input name= MyArray[]/>

b < input name="MyArray[]" />

c None

d < input MyArray[] />

e < input ="MyArray[]" />

f None

Q6: What is the most common procedure for compiling programs under Linux??

a None

b gcc file_name

c compile file_name

d None

e make file_name

f ./configure && make && make install

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

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

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

d None

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

f All of the above.

Q8: Which option can be used with ‘rm’ command to prompt for file removal??

a None

b None

c -n

d -c

e -ask

f -i

Q9: Which query will return values containing strings "apple", "banana" or "orange" in the
database??

a None

b SELECT * FROM table WHERE field REGEXP ‘apple|banana|orange’;

c None

d SELECT * FROM table WHERE field LIKE ‘%apple%’ OR field LIKE ‘%banana%’ OR
field LIKE ‘%orange%’;

e SELECT * FROM table WHERE field = ‘%apple%’ OR field = ‘%banana%’ OR field =


‘%orange%’;

f SELECT * FROM table WHERE field = ‘?apple?’ OR field = ‘?banana?’ OR field = ‘?


orange?’;

Q10: Multiple inheritance is supported in PHP.?


a None

b None

c True

d None

e False

f None

Q11: What is the name of a Linux utility used for managing software packages on Red Hat
and Red Hat-based Linux distributions??

a apt-get

b grub

c None

d yum

e apt

f None

Q12: What is the correct HTML for adding a background color??

a <background>yellow</background>

b None

c <body bg="yellow">

d <body style bg="yellow">

e None

f <body style="background-color:yellow;">

Q13: How to update the container's configurations which shows all the update options.?

a None

b None
c $ docker update -help

d None

e $ docker update --help

f $ docker update help

Q14: What will the following code return: Boolean(10 > 9)?

a true

b false

c None

d None

e NaN

f None

You might also like