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

Q1: What is a Binary file?

a None

b System file

c Regular file

d Directory

e None of the above

f Executable file

Q2: Are strstr and strchr aliases??

a None

b False

c True

d None

e None

f None

Q3: How can you add a comment in a JavaScript??

a //This is a comment

b None

c None

d None

e <!--This is a comment-->

f 'This is a comment

Q4: How many containers can run per host??


a There can be only 4 containers

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

c There can be only 3containers

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q5: Which library is needed to be able to use the image function??

a None

b None

c GH library is needed to execute image functions.

d None

e None

f GD library is needed to execute image functions.

Q6: Which is the environment variable which holds your home directory information??

a It's generated dynamically

b ADMINISTRATOR

The correct Answer is: None

The correct Answer is: None

e HOME.

f ROOT.

Q7: Which of the following are true for Controllers in Laravel??

a None
b A controller is the "C" in the "MVC" (Model-View-Controller) architecture, which is
what Laravel is based on.

c Controllers are stored in the app/Http/Controllers directory.

d You should avoid using controllers as it is considered bad practice.

e Controllers can group related request handling logic into a single class.

f None

Q8: DISTINCT keyword is used for:?

a None

b There is no such keyword

c None

d To speed up the selection for a specific field

e For selecting only unique records by a specific field

f To reduce the load on the server with loss of query performance

You might also like