Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

Q1: What is the difference between echo and print??

a Echo can take multiple parameters where as print cannot

b Print can take multiple parameters where as echo cannot

c They both behave the same

d Print is a function where as echo is not.

e None

f None

Q2: Ansible is an open-source agentless automation tool that enables you to easily configure
and deploy systems.?

a None

b false

c None

d true

e None

f None

Q3: Which attribute you’ll use with the TD tag to merge two cells horizontally??

a rowspan=2

b merge=colspan2

c merge=row2

d None

e None

f colspan=2

Q4: Which artisan command would you use to create a new Laravel Migration??
a php artisan create:migrations create_users_table

b php artisan make:migrations create_users_table

c None

d php artisan make:migration create_users_table

e php artisan make:migrations create_users_table

f None

Q5: How to list all of your services in Docker swarm??

a docker get service

b None

c None

d docker ls service

e docker service ps

f docker service ls

Q6: Which of the following statements are true??

a None

b Alias names can be up to 64 characters in length

c None

d Alias names can be up to 255 characters in length

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

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

Q7: Docker can build images automatically by reading the instructions from:?

a Dockerfile

b None
c docker.config

d docker.json

e None

f docker.yaml

Q8: Which of the mentioned is NOT part of the $_SERVER variable?

a $_SERVER['SCRIPT_TYPE']

b $_SERVER['PHP_SELF']

c $_SERVER['AUTH_TYPE']

d $_SERVER['SERVER_NAME']

e $_SERVER['SERVER_ADDR']

f $_SERVER['SERVER_TYPE']

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

a docker --help

b docker -help

c None

d None

e None

f docker help

Q10: Which of the following is NOT a magic predefined constant??

a __FILE__

b None

c __CLASS__

d __LINE__
e __DATE__

f None

Q11: What is Solaris??

a None

b Sun microsystems UNIX

c IBM’s UNIX

d Microsoft’s UNIX

e HP’s UNIX

f None

Q12: What is LILO w.r.t linux??

a LILO means linux loader, which loads the OS into memory and starts the GUI.

The correct Answer is: None

c LILO means linux loader, which loads the software into memory and starts the
kernel then the OS.

The correct Answer is: None

e LILO means linux loader, which loads the GUI into memory so the user can see
what's going on.

f LILO means linux loader, which loads the kernel into memory and starts the OS.

Q13: The external JavaScript file must contain the <script> tag.?

a False

b None

c None

d None

e True
f None

You might also like