tags, how to sort SQL records, what a child theme is in web design, components that make up Kubernetes, what SQL stands for, how to get system information on Docker, how to insert new records in a SQL table, how to introduce clock delay in code, the PHP function to return response headers, what a headless service is in Kubernetes, and what the SQL WHERE operator does."> tags, how to sort SQL records, what a child theme is in web design, components that make up Kubernetes, what SQL stands for, how to get system information on Docker, how to insert new records in a SQL table, how to introduce clock delay in code, the PHP function to return response headers, what a headless service is in Kubernetes, and what the SQL WHERE operator does.">
[go: up one dir, main page]

0% found this document useful (0 votes)
33 views5 pages

5 HW For KMJM

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 5

Q1: How can you display the top 10 number of lines of a file??

The correct Answer is: None

b head -f 10 file.txt

c head -show 10 file.txt

d head −n 10 file.txt

The correct Answer is: None

f head --display-only 10 file.txt

Q2: How are devices represented in UNIX/Linux??

a For UNIX/Linux every device is a file and are typically located in the directory
/proc.

b None

c For UNIX/Linux every device is a file and are typically located in the directory
/dev.

d For UNIX/Linux every device is a block and are typically located in the
directory /proc.

e For UNIX/Linux every device is a block and are typically located in the
directory /dev.

f None

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

a True

b None

c None

d False

e None

f None
Q4: The clause ORDER is used to sort records in either ascending or descending order.?

a True

b False

c None

d None

e None

f None

Q5: What is a Child Theme??

a None

b The child theme is an extension of the parent theme

c None

d None

e The child theme is an extension of the sub-child theme

f The child theme is an extension of the super parent theme

Q6: Replication Controllers and Deployment Controllers are part of?

a Master Controller Manager

b Kubeadm

The correct Answer is: None

d Etcd manager

e API Controller Manager

The correct Answer is: None

Q7: What does SQL stands for??


a Structure query language

b None

c Structured question language

d Strong question language

e None

f Separate query language

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

a False

b None

c None

d None

e True

f None

Q9: How to get detailed information about docker installed on the system including the
kernel version, number of containers and images, etc.?

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d $ docker information

e $ docker info

f $ docker --info

Q10: Which command is used to insert a new records in the table??

a ADD

b INSERT INTO
c CREATE

d None

e INSERT

f NEW

Q11: Which command can introduce clock delay??

a sleep

b None

c suspend

d wait

e None

f delay

Q12: Which function in PHP Returns a list of response headers sent (or ready to send)?

a header_send()

b headers_list()

c header()

d headers_list()

e None

f None

Q13: What is a Headless Service??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d Headless Service is similar to that of a ‘Normal’ services but does not have a
Cluster IP.
The correct Answer is: None

f Headless Service is similar to that of a ‘Normal’ services but has a Cluster IP.

Q14: What does the WHERE SQL operator does:?

a eliminates all row repeats from the result set

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

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

d None

e changes the order of output rows

f None

You might also like