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

Q1: What will happen If you run the command "init 0" in your terminal?

a Enter single user mode

b Start the system without a display manager (GUI)

c Reboot the system

d Shut down the system

The correct Answer is: None

The correct Answer is: None

Q2: Which artisan command would you use to create a new Laravel Controller??

a None

b php artisan create:controller controller_name

c php artisan controller:make controller_name

d php artisan make:controller controller_name

e None

f php artisan controller create controller_name

Q3: How to get a pod's YAML in Kubernetes??

a kubectl get pod my-pod -f yaml

b None

c kubectl get pod my-pod --yaml

d None

e kubectl get pod my-pod -p yaml

f kubectl get pod my-pod -o yaml

Q4: Which of the mentioned is not part of the so called Superglobals variables which are
automatically available in every scope.?
a $GLOBALS

b $_COOKIE

c $COOKIE

d $FILES

e $_FILES

f $_SERVER

Q5: What are the respective octal value for the permission bits??

The correct Answer is: None

b 4, 2 & 1 respectively for r, w & x.

c 4, 2 & 1 respectively for w, r & x.

d 4, 2 & 1 respectively for r, x & w.

The correct Answer is: None

f 4, 2 & 1 respectively for x, w & x.

You might also like