You are on page 1of 5

Q1: What do you mean by Node Controller??

a Node controller are the group of services which were running in the Kubernetes
Swarm

b Node controller are the group of services which were running in the Kubernetes
Master

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q2: Which artisan command will you used to enable maintenance mode in Laravel??

a None

b None

c php artisan down

d php artisan stop

e php artisan maintenance

f php artisan pause

Q3: Which of the following is correct about constants??

a None of the mentioned answers.

b To define a constant you have to use define() function.

The correct Answer is: None

The correct Answer is: None

e Both of the mentioned answers.

f To retrieve the value of a constant, you have to simply specify its name.

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


a None

b 40 secs

c 35 secs

d 30 secs

e None

f 20 secs

Q5: The syntax for adding a new column to an existing table is ALTER TABLE `table_name`
ADD COLUMN `column_name` `data_type`;?

a False

b None

c None

d None

e True

f None

Q6: _________ service is automatically created for you K8s cluster creation and takes care of
the internal routing of the cluster.?

The correct Answer is: None

b Load Balancer

c ClusterIP

The correct Answer is: None

e Headless

f NodePort

Q7: Which of the queries below will return 0 (false)??


a SELECT BINARY "EXPERTRATING" LIKE "EXP%"

b None

c SELECT BINARY "EXPERTRATING" LIKE "Exp%"

d All those will return 1 (true)

e SELECT "EXPERTRATING" LIKE "Exp%"

f SELECT "EXPERTRATING" LIKE "EXP%"

Q8: You can add a row using SQL in a database with which of the following??

a INSERT

b None

c MAKE

d CREATE

e ADD

f None

Q9: Is Kubernetes open-source??

a False

The correct Answer is: None

The correct Answer is: None

d True

The correct Answer is: None

The correct Answer is: None

Q10: If we wish to mount a directory with Read Only option, which of the following is
correct?

a mount ext4 -no-read-only /mnt/folder /path/to-dir

b mount ext4 noexect,ro /path/to-dir /mnt/folder


c mount ext4 -no-read-only /mnt/folder /path/to-dir

d mount -t ext4 -o noexect,ro /path/to-dir /mnt/folder

e mount -t ext4 -o noexect,ro /mnt/folder /path/to-dir

f mount ext4 -no-read-only /path/to-dir /mnt/folder

Q11: Can you insert multiple rows with only one INSERT query??

a None

b False

c Yes but these inserts cause data corruption

d True

e None

f It's possible but only with newer MySQL versions

Q12: Choose the correct HTML element to define important text?

a None

b <strong>

c None

d <important>

e <i>

f <b>

Q13: Which function gives us the number of affected entries by a MySQL query??

a None

b mysqli_affected_rows() return the number of entries affected by an SQL query.

c None

d mysqli_num_rows() return the number of entries affected by an SQL query.


e None

f mysqli_rows() return the number of entries affected by an SQL query.

Q14: ________is the enterprise-grade cluster management solution from Docker. It manages
your whole cluster from a single place.?

a Docker Swarm

b Docker Compose

c Docker Universal Control Plane

d Docker Hub

The correct Answer is: None

The correct Answer is: None

Q15: If you execute the command `umask 0002`, what will happen?

The correct Answer is: None

b Next time when we create a file using the chmod command, the permissions of will
be 002

c Next time when we create a file using the chmod command, the permissions of will
be 666

d None of the mentioned

e Next time when we create a file using the chmod command, the permissions of will
be 664

The correct Answer is: None

You might also like