You are on page 1of 3

Q1: Which of the following variables is not a predefined variable??

a $request

b None

c $get

d None

e .$post

f $ask

Q2: What are Ansible ad-hoc commands??

a Ansible ad-hoc commands are commands which helps you execute simple tasks
without the need of creating playbooks

b None

c None

d Ansible ad-hoc commands are also known as Ansible playbooks

e None

f None

Q3: The command to remove rows from a table "MOVIE" is:?

a UPDATE FROM MOVIE

b None

c DELETE FROM MOVIE WHERE

d REMOVE FROM MOVIE

e None

f DROP FROM MOVIE

Q4: PHP can be run on Microsoft Windows IIS(Internet Information Server):?


a None

b True

c False

d None

e None

f None

Q5: How many containers can run per host??

a There can be only 4 containers

The correct Answer is: None

c There can be as many containers as you wish per host. Docker does not put any
restrictions on it.

The correct Answer is: None

e There can be only 3containers

The correct Answer is: None

Q6: Which command will you use to check your Ansible version??

a ansible v

b None

c ansiblectl v

d ansible-ctl --version

e None

f ansible --version

Q7: What is the default execution time set in set_time_limit()??

a 20 secs

b None
c 35 secs

d 30 secs

e None

f 40 secs

Q8: What is called if a value shouldn't be greater than 100??

a Referential constraint

b Integrity constraint

c None

d Feasible constraint

e Over-defined constraint

f None

Q9: Which artisan command would you use to create a new Laravel Model??

a php artisan make:model ModelName

b php artisan model create ModelName

c None

d php artisan create:model ModelName

e php artisan model:make ModelName

f None

You might also like