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

3 HW For OWKD

This document contains 14 multiple choice questions about various technical topics including HTML, JavaScript, SQL, Linux commands, Kubernetes, and Docker. The correct answer is provided for some questions, while others just list the multiple choice options without indicating the right answer.
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)
32 views5 pages

3 HW For OWKD

This document contains 14 multiple choice questions about various technical topics including HTML, JavaScript, SQL, Linux commands, Kubernetes, and Docker. The correct answer is provided for some questions, while others just list the multiple choice options without indicating the right answer.
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/ 5

Q1: The _____ character tells browsers to stop tagging the text?

a/

b%

c>

d None

e None

f?

Q2: What is the correct way to write a JavaScript array??

a var colors = (1:"red", 2:"green", 3:"blue")

b var colors = "red", "green", "blue"

c None

d var colors = ["red", "green", "blue"]

e var colors = 1 = ("red"), 2 = ("green"), 3 = ("blue")

f None

Q3: Which Process Runs On Kubernetes Master Node??

a Kube-cli-server process runs on Kubernetes master node.

The correct Answer is: None

The correct Answer is: None

d Kube-apiserver process runs on Kubernetes master node.

The correct Answer is: None

f Kube-cli-proxy process runs on Kubernetes master node.

Q4: What is Wordpress??


a WordPress is open source software you can use to create a beautiful website, blog,
or app.

b Wordpress is a paid software you can use to create a beautiful website, blog, or
app.

c None

d Wordpress is a HTML page builder you can use to create your static HTML pages.

e None

f Wordpress is a social network just like Facebook and Twitter.

Q5: In order to add a new column to an existing table in SQL, which command do we need to
use??

a ALTER TABLE

b MODIFY TABLE

c None

d EDIT TABLE

e None

f ALTER COLUMNS

Q6: Which SQL statement is used to extract data from the database??

a ACCESS

b GET

c SELECT

d OPEN

e ACQUIRE

f None

Q7: Normalizations is...?


a concerned with the physical implementation of the database

b a database design technique used to minimize data redundancy and duplication

c None

d a database design technique that encourages storing data in multiple databases

e a database design technique that eliminates relationships from a database

f None

Q8: What will be the output of the SELECT CASE WHEN NULL = NULL THEN 'YES' ELSE 'NO'
END?

a None

b True

c None

d False

e None

f An Error will be generated

Q9: On which file is stored the configuration of which DNS server the machine will use??

a None

b By running the command show dns

c None

d /etc/dns.conf

e /var/dns

f /etc/resolv.conf

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

a head −n 10 file.txt

b head -show 10 file.txt


c head --display-only 10 file.txt

The correct Answer is: None

The correct Answer is: None

f head -f 10 file.txt

Q11: Which command do we need to use if we want to see all packages installed on the
system (Ubuntu)?

a packageall -l

b dpkg -l

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f dpkg -a

Q12: Which Tag is used if you want to indicate the importance of the phrase??

a <h1>

b None

c <strong>

d <em>

e None

f <h2>

Q13: How to copy a file from a docker container to the local system.?

The correct Answer is: None

b $ sudo docker cut

c $ sudo docker cp

d $ sudo docker copy


The correct Answer is: None

The correct Answer is: None

Q14: Which command shows merged kubeconfig settings??

a kubectl config print

b kubectl config show

c None

d None

e kubectl config list

f kubectl config view

You might also like