You are on page 1of 3

Q1: Which command can be used to determine file type by its content??

a file

b ls –l

c type

d None of the above.

e None

f None

Q2: Which HTML element defines the title of a document??

a <meta>

b None

c None

d <title>

e <start>

f <head>

Q3: Containers running on a single machine all share the same operating system kernel, so
they start instantly and make more efficient use of RAM.?

a None

b None

c True

d None

e None

f False

Q4: Which the the currently accepted best practice method for hashing passwords to hash
passwords??
a hash()

b None

c encode()

d bcrypt()

e md5()

f None

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

a SMALLINT

b DECIMAL(18,4)

c None

d VARCHAR(32)

e BIGINT

f None

Q6: What is the difference between WordPress Posts and Pages??

a There is no difference between Posts and Pages.

b None

c Posts are entries listed in reverse chronological order on the site homepage and
Pages are static and are not listed by date.

d None

e None of the above.

f Pages are entries listed in reverse chronological order on the site homepage and
Posts are static and are not listed by date.

Q7: Which command do we need to use if we want to see all packages installed on the
system (Ubuntu)?
a packageall -l

b dpkg -l

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f dpkg -a

Q8: MySQL supports user defined functions?

a None

b True

c None

d False

e None

f None

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

a url_encode()

b None

c None

d None

e urlencode()

f urlbypass()

You might also like