You are on page 1of 3

Q1: In what case we cannot recommend WordPress to a client??

a If the client wants to create a quick e-commerce website

b If the client is working on a non-CMS base project

c Sites are requiring custom scripting solutions.

d If a site wants complex or innovative e-commerce

e None

f If the client wants to create a website for puppies or any kind of animals

Q2: Which of the explantions given is related to the the $_SERVER variable?

a Contains a reference to every variable which is currently available within the


global scope of the script.

The correct Answer is: None

The correct Answer is: None

d This is an array containing information such as headers, paths, and script


locations.

e An associative array consisting of the contents of $_GET, $_POST, and $_COOKIE.

f An associative array containing global variables available to the current script.

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 False

b None

c True

d None

e None

f None
Q4: Which command can be used to determine file type by its content??

a None

b type

c None of the above.

d None

e ls –l

f file

Q5: Which artisan command would you use to create a new Laravel Migration??

a php artisan make:migrations create_users_table

b None

c php artisan make:migrations create_users_table

d None

e php artisan make:migration create_users_table

f php artisan create:migrations create_users_table

Q6: What is the name of the Template Engine utilized by Laravel??

a Squirrelly

b None

c Blade

d None

e Pug

f Twig

Q7: Which command is used to access a running container??


a docker run container_id bash

b None

c None

d docker login container_id

e docker exec -it container_id bash

f docker fetch container

Q8: Each virtual machine includes the application, the necessary binaries and libraries, and
an entire guest operating system - All of which may be tens of GBs in size.?

a None

b None

c True

d None

e False

f None

Q9: The HTML <canvas> element is used to:?

a create draggable elements

b manipulate data in MySQL

c draw graphics

d display database records

e None

f None

You might also like