You are on page 1of 4

Q1: ____________ function in PHP Returns a list of response headers sent (or ready to send)?

a None

b header()

c header_sent()

d None

e header_send()

f headers_list()

Q2: HTML Uses?

a Fixed Tags Defined By The Language

b Pre-specified Tags

c None

d Tags Only For Linking

e None

f User Defined Tags

Q3: Which command would show you the logs of a running pod in Kubernetes??

The correct Answer is: None

b kubectl logs pod-name

c kubectl show -l pod-name

d kubectl log pod-name

e kubectl print pod-name

The correct Answer is: None

Q4: Which of the following statements are true??


a Names of databases, tables and columns can be up to 64 characters in length

b None

c None

d Names of databases, tables and columns can be up to 256 characters in length

e Alias names can be up to 255 characters in length

f Alias names can be up to 64 characters in length

Q5: Which of the following IS NOT true regarding ER modeling?

a None

b ER models increase the database developer's productivity

c ER models waste the database developer's time

d None

e ER models can be converted into a database

f ER models act as non technical communication tools

Q6: How to protect special characters in a query string??

a urlencode()

b urlbypass()

c None

d url_encode()

e None

f None

Q7: Which of the following is correct about PHP??

a PHP is a recursive acronym for "PHP: Hypertext Preprocessor".

b PHP is a server side scripting language that is embedded in HTML.


c It is used to manage dynamic content, databases, session tracking, even build
entire e-commerce sites.

The correct Answer is: None

e All of the mentioned.

The correct Answer is: None

Q8: Which of the following is the best MySQL data type for currency values??

a DECIMAL(18,4)

b None

c BIGINT

d VARCHAR(32)

e SMALLINT

f None

Q9: What is the Ping of Death??

a The Ping of Death is capturing and deciphering traffic on a network.

b The Ping of Death is an occurrence when sending packets are reassembled, are too
large for the system to understand.

c None

d The Ping of Death can be set in wordpress under admin settings.

e None

f None

Q10: Which program copies databases from one server to another??

a Mysqldbcopy

b Mysqldbflush

c Mysqlflushdb
d Mysqldbmove

e Mysqlcopydb

f Mysqlmovedb

Q11: A homepage is __________?

a an index of encyclopedia articles

b where all Internet data is stored

c the first page of a website

d required for access to the Internet

e None

f None

Q12: How to delete an image from the local storage system??

a $ docker --rmi <image-id>

b None

c $ docker rmin <imageid>

d $ docker rmi <image-id>

e None

f None

You might also like