0% found this document useful (0 votes)
18 views4 pages

2 Homework Help For KCIO

The document contains 11 multiple choice questions about various computing topics such as Linux commands, SQL, Docker, Kubernetes, and PHP. Each question has between 2-6 possible answers with one answer marked as correct. The questions cover topics like the use of SUID permission bits, the SQL WHERE operator, commands to count characters in a text file, dealing with monolithic codebases, the Linux user list location, Docker container configurations, Docker Hub, Kubernetes node metrics, and the PHP ternary operator.

Uploaded by

sussy454576
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)
18 views4 pages

2 Homework Help For KCIO

The document contains 11 multiple choice questions about various computing topics such as Linux commands, SQL, Docker, Kubernetes, and PHP. Each question has between 2-6 possible answers with one answer marked as correct. The questions cover topics like the use of SUID permission bits, the SQL WHERE operator, commands to count characters in a text file, dealing with monolithic codebases, the Linux user list location, Docker container configurations, Docker Hub, Kubernetes node metrics, and the PHP ternary operator.

Uploaded by

sussy454576
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/ 4

Q1: Explain the use of SUID permission bit on a file.?

a It give the process to have the privileges of the owner of the file during the
instance of the program.

The correct Answer is: None

c It denies the process to have the privileges of the owner of the file during the
instance of the program.

d It denies the process to have the privileges of the root user during the instance of
the program.

The correct Answer is: None

f It give the process to have the privileges of the root user during the instance of the
program.

Q2: What does the WHERE SQL operator does:?

a changes the order of output rows

b eliminates all row repeats from the result set

c None

d None

e restricts the set of rows to the selection of those records for which the condition is
true

f converts the value of a column or function to a different type

Q3: Which command can be used to count characters in a text file??

a None

b count

c ccount

d None

e wc
f fsize

Q4: How can a company deal with a monolithic codebase issue??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d By transitioning from a monolithic codebase to a microservice design so that


different microservices can be classified as containers.

The correct Answer is: None

f By building a large Docker image containing the monolithic codebase and


deploying it as a single container to Kubernetes

Q5: Where is Linux user list stored??

a By running the command show users

b None

c /usr/local/users

d None

e None of the above.

f /etc/users

Q6: A Docker container is an instance of an image with a specific configuration.?

a None

b None

c None

d None

e False

f True
Q7: Where can you find and share Docker container images??

a Docker Hub

b Docker Git

c None

d Docker Swarm

e None

f Docker Cloud

Q8: Which of the following is a command in Linux??

a None

bw

ct

d None

ex

f All of the Above

Q9: How to show the metrics for a given node in Kubernetes??

a kubectl uptime node my-node

b None

c kubectl top node my-node

d None

e kubectl resources node my-node

f kubectl ps node my-node

Q10: How is the ternary conditional operator used in PHP??


a None

b Expression_1?Expression_2 ? Expression_3;

c None

d Expression_1:Expression_2 : Expression_3;

e None

f Expression_1?Expression_2 : Expression_3;

Q11: The maximum length of the char columns is?

a 256 Bytes

b None Of The Mentioned

c None

d 65, 535 Bytes

e 255 Bytes

f None

You might also like