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

Q1: What are the disadvantages of WordPress??

a Use of multiple plugins can make the website heavy to load and slow

b All of the mentioned.

c None

d Modifying images and tables is difficult.

e None

f Only utilizes PHP

Q2: Distinguish between cmp and diff commands??

The correct Answer is: None

b ‘diff’ shows the last difference from two file whereas ‘cmp’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

The correct Answer is: None

d ‘cmp’ shows all the differences from two file whereas ‘diff’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

e ‘diff’ shows all the differences from two file whereas ‘cmp’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

f ‘cmp’ shows the last difference from two file whereas ‘diff’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

Q3: How to list all the docker containers are running with container details.?

a $ docker ls

b $ docker details

c None

d None

e None

f $ docker ps
Q4: Which artisan command will you used to enable maintenance mode in Laravel??

a None

b php artisan pause

c php artisan stop

d None

e php artisan maintenance

f php artisan down

Q5: How can we end a session??

a session_destroy_now();

b session_destroy();

c session_end().

d None

e session_close().

f session_write_end().

Q6: Null is used as a place holder for optional fields?

a None

b None

c True

d None

e False

f None

Q7: How can we initiate a session in PHP??


a None

b $_session_start()

c session_start()

d $session_start()

e None

f None

Q8: What do you know about Sematext Docker Agent??

a Sematext Docker agent runs as a large container in each Docker port and gathers
metrics, events and logs for some of the containers and cluster nodes.

The correct Answer is: None

The correct Answer is: None

d Sematext Docker agent runs as a large container in some Docker host and gathers
metrics, events and logs for all the containers and cluster nodes.

The correct Answer is: None

f Sematext Docker agent runs as a small container in each Docker host and gathers
metrics, events and logs for all the containers and cluster nodes.

You might also like