You are on page 1of 5

Q1: What is containerization??

a None

b system that is being developed and deployed is bundled and wrapped separately
with all its configuration files and dependencies. This bundle is called a container.

c None

d an application that is being developed and deployed is bundled and wrapped


together with all its configuration files and dependencies. This bundle is called a container.

e None

f None

Q2: Which cryptographic extension provides generation and verification of digital


signatures??

a None

b PHP-SSL

c PHP-OpenSSL

d PHP-CloseSSL

e None

f None

Q3: Which attribute can be used with BODY tag to set background color green??

a background="green"

b None

c None of above

d None

e bgcolor="green"

f vlink="green"
Q4: How can we propagate a session id??

a You can propagate a session id via cookies or URL parameters.

b None

c You can propagate a session id via headers and routing.

d None

e None

f None

Q5: There are ____ different heading tags in HTML?

a6

b5

c None

d4

e7

f None

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

a None

b<

c^

d*

e None

f/

Q7: How to search for a docker image on dockerhub with the name mentioned in the
command.?
a None

b None

c None

d $ docker --search ---hadoop

e $ docker search hadoop

f $ docker search

Q8: How can we check if the value of a given variable is a number??

a None

b numeric()

c None

d is_numeric()

e numeric(true)

f None

Q9: Which command is used to display the default permissions for newly created files??

a perm

b priority

c None

d nice

e None

f umask

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

a create new_function myFunction()

b create myFunction()
c None

d new_function myFunction()

e None

f function myFunction()

Q11: How can we define a Video Tag in HTML 5??

a None

b <video src="URL"></video>

c <video src:"URL"></video>

d None

e <video></video>

f <video src "URL"></video>

Q12: What is the best advantage of InnoDB over MyISAM??

a InnoDB is thread safe

b InnoDB can handle table with more than 1000 columns

c All of the above

d InnoDB provides a transaction safe environment

e None of the above

f InnoDB provides FULLTEXT indexes

Q13: How do you write the contents of 3 files into a single file??

a cat file1 > file && cat file2 >> file && cat file3 >> file

b cat file1 > file || cat file2 > file || cat file3 > file

c cat file1 >> file; cat file2 >> file; cat file3 >> file

d cat file1 > file && cat file2 > file && cat file3 > file
e cat file1 file2 file3 > file

f cat file1 > file; cat file2 > file; cat file3 > file

You might also like