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

1 Chapter For RPDM

The document contains 12 multiple choice questions about various computing topics like databases, Docker, Kubernetes, Linux, and JavaScript. Each question has 5-6 possible answers with one answer marked as correct. The questions cover topics such as aggregate functions in databases, commands to display server information, MySQL views, Docker commands to save images, and Kubernetes network proxies.
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)
40 views4 pages

1 Chapter For RPDM

The document contains 12 multiple choice questions about various computing topics like databases, Docker, Kubernetes, Linux, and JavaScript. Each question has 5-6 possible answers with one answer marked as correct. The questions cover topics such as aggregate functions in databases, commands to display server information, MySQL views, Docker commands to save images, and Kubernetes network proxies.
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: Which of the following is a valid aggregate function?

a None

b COUNT

c AVERAGE

d CURDATE()

e MAXIMUM

f None

Q2: Which command can be used to display basic information about your server??

a uname

The correct Answer is: None

c show

d ls

The correct Answer is: None

f info

Q3: Which of the following statements are true??

a Names of databases, tables and columns can be up to 256 characters in length

b None

c Alias names can be up to 64 characters in length

d Alias names can be up to 255 characters in length

e None

f Names of databases, tables and columns can be up to 64 characters in length

Q4: How to save a new docker image with container id mentioned in the command on the
local system.?
a $ docker save 109ca6efc quizapi/httpd_image

b $ docker commit 109ca6efc quizapi/httpd_image

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f $ docker --save 109ca6efc quizapi/httpd_image

Q5: The ASC and DESC keywords can be used in the same statement?

a None

b False

c None

d None

e None

f True

Q6: What type of function is needed when passing values through a form or an URL??

a urlencode()

b None of the mentioned

c None

d None

e htmlspecialchars()

f Both of these

Q7: What Is a MySQL View??

a None

b VIEWS are no different that any other tables except they are used for faster
loading.
c VIEWS are temporary tables that store data which store data only for a certain
amount of time

d None

e VIEWS are static tables that store data but the data can't be changed

f VIEWS are virtual tables that do not store any data of their own but display data
stored in other tables.

Q8: What are the types of links in Linux??

a None

b in-line and external links

c None

d open and close links

e links and highlights

f soft and hard links

Q9: The external JavaScript file must contain the <script> tag.?

a True

b None

c False

d None

e None

f None

Q10: What is the difference between character 23 and x23??

a None

b None

c None
d 23 specifies the octal 23 and x23 determine the hex 23.

e 23 specifies the hex 23 and x23 determine the octal 23

f None

Q11: The Kubernetes Network proxy runs on which node??

The correct Answer is: None

b Master Node

The correct Answer is: None

d Worker Node

e None of the mentioned

f All the nodes

Q12: How to list all nodes in your Docker swarm??

a docker node get-all

b None

c None

d docker node print

e docker node ls

f docker node get

You might also like