You are on page 1of 3

Q1: What are the three classes of errors that can occur in PHP??

a fatal errors

b None

c All of the mentioned

d warnings

e notices

f None

Q2: What is an internal command??

a None

b Shell commands which are executed on the local machine are called internal
commands.

c Every command which comes with the default installation of Linux is called
internal command with some small exceptions like really old commands.

d Every command which has been developed by the new generation of Linux is
considered an internal command.

e Shell built in commands are called as internal commands.

f None

Q3: On Docker Hub, you get ten private repositories for free with your Docker Hub user
account. If you need more accounts, you can upgrade your Docker Hub plan.?

a None

b None

c None

d None

e True

f False
Q4: What is moderate comment in WordPress.?

a None

b Comments by visitors on a post are not published directly unless the admin
provides it. It is called moderation.

c Comments by admin on a post are not published directly unless the clients
provides it. It is called moderation.

d None

e None

f Comments by admin on a post are not published directly unless the visitors
provides it. It is called moderation.

Q5: What does the expression Exception::__toString means??

a Exception::__String

b None

c None

d Exception::_toString

e None

f Exception::__toString

Q6: Which function is used to get the current time in mysql??

a Time()

b None

c None

d None

e getTime()

f NOW()
Q7: What do you need to specify in your Ansible playbook to stop gathering facts??

a gather_facts: no

b facts_gathering: no

c facts: no

d gather: no

e None

f None

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

a <body bg="yellow">

b None

c <background>yellow</background>

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

e None

f <body style bg="yellow">

You might also like