0% found this document useful (0 votes)
16 views3 pages

5 Deom For FEEZ

The document contains 9 multiple choice questions about various computing topics like Docker, Kubernetes, PHP, and SQL. Each question is followed by multiple choice answers with some being labeled "None" to indicate no answer is correct.

Uploaded by

nikamaisa2002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views3 pages

5 Deom For FEEZ

The document contains 9 multiple choice questions about various computing topics like Docker, Kubernetes, PHP, and SQL. Each question is followed by multiple choice answers with some being labeled "None" to indicate no answer is correct.

Uploaded by

nikamaisa2002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Q1: Which command can be used to change file access permission bits??

The correct Answer is: None

The correct Answer is: None

c chperm

d chown

e umask

f chmod

Q2: Is there a hard limit for the number of containers that you can run and if there is which
is number of total containers that you can run??

a None

b5

c Even though there is no limit of containers that can run on Docker, hardware
limitations come into the picture.

d None

e None

f2

Q3: How can you make a numbered list??

a <dl>

b None

c <ol>

d <list>

e <ul>

f None
Q4: What will be the effect of the query SELECT c.*,e.* FROM clients c INNER JOIN
employees e ON c.emp_no = e.emp_no;?

a return all the records from the employees table and only those that match the
emp_no from the clients table

b None

c return only records that have matching emp_no values in both tables

d None

e The query will generate an error

f return all the records from the clients table and only those that match the emp_no
from the employees table

Q5: How to scale a service to 7 replicas in Docker Swarm??

a docker service replica-set name_of_your_service_here=7

b None

c docker service update name_of_your_service_here=7

d docker service upgrade name_of_your_service_here=7

e docker service scale name_of_your_service_here=7

f None

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

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

The correct Answer is: None

c None of the mentioned answers.

d Both of the mentioned answers.

The correct Answer is: None

f To retrieve the value of a constant, you have to simply specify its name.
Q7: What type of function is needed when passing values through a form or an URL??

a None

b htmlspecialchars()

c None

d Both of these

e urlencode()

f None of the mentioned

Q8: How to kill a container??

a None

b None

c docker kill <container_id>

d None

e $ docker --kill <container_id>

f docker terminated <container_id>

Q9: Kubernetes is written in?

The correct Answer is: None

b Go

c Python

The correct Answer is: None

e C++

f Java spring framework

You might also like