You are on page 1of 3

Q1: In PHP, the only way to output text is with echo.?

a None

b True

c None

d None

e None

f False

Q2: If you vaguely remember the command and you’d like to confirm it, how will you get
help on that particular command??

a None

b docker -help

c docker help

d None

e None

f docker --help

Q3: What does $_FILES mean??

a $_FILES is an associative array composed of items sent to the current script via the
HTTP GET method.

b None

c $_FILES is an associative array composed of items sent to the current script via the
HTTP POST method.

d None

e None

f None
Q4: How can we find the process name from its process id? Assume the Proccess ID is 1?

a ps –p 1

b find 1

c top 1

d None

e get 1

f None

Q5: What is the recommended number of manager nodes in Docker Swarm??

a None

b 0 managers

c As many as possible

d None

e 3 or 5 managers

f 1 manager

Q6: What is the correct HTML for making a text input field??

a <input type="textfield">

b None

c <textfield>

d <textinput type="text">

e <input type="text">

f None

Q7: What is inode??


a A directory is given a unique number by OS and is called as inode.

The correct Answer is: None

c A directory is given a predifined number by OS and is called as inode.

d A file is given a unique number by OS and is called as inode.

The correct Answer is: None

f A file is given a predifined number by OS and is called as inode.

You might also like