0% found this document useful (0 votes)
42 views

2 Chapter Summary For ETUA

The document contains 14 multiple choice questions about various computing topics such as Docker Swarm, HTML, Linux, Kubernetes, shell scripting, and more. Each question has between 2-6 possible answer choices with only one being marked as correct.

Uploaded by

melody saberon
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)
42 views

2 Chapter Summary For ETUA

The document contains 14 multiple choice questions about various computing topics such as Docker Swarm, HTML, Linux, Kubernetes, shell scripting, and more. Each question has between 2-6 possible answer choices with only one being marked as correct.

Uploaded by

melody saberon
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: How to retrieve the join token for manager nodes in Docker Swarm??

a None

b docker print join-token manager

c docker swarm join-token manager

d docker swarm token manager

e docker get join-token manager

f None

Q2: What is the command ‘sed’ is used for??

a Is a text editor.

b Used as text filter

c None of the above

d None

e To perform arithmetic calculations

f To mount a device

Q3: Which of the following is a text editor that can be used in command mode to edit files on
a Linux system??

a lsof

b vi or vim

c open

d None

e None

f edit

Q4: Choose the correct HTML tag for the smallest size heading??
a <head>

b <h6>

c None

d <heading>

e None

f <h1>

Q5: If you insert (00) as the value of the year in a date column, what will be stored in the
database??

a 0000

b None

c None

d 1900

e Cannot be determined

f 2000

Q6: What is the correct HTML for inserting a background image??

a None

b None

c <body style="background-image:url(background.gif)">

d <background img="background.gif">

e <body bg="background.gif">

f <background style img="background.gif">

Q7: If the Plesk server can't run Docker locally, you can still connect to a remote Docker
server to manage containers. You'll need:?

a A Windows Server
b The Plesk Docker extension

c A virtuozzo 6 container

The correct Answer is: None

e One separate ready-to-code environment

The correct Answer is: None

Q8: Which argument will you use to specify a variable for your Ansible playbook??

a -v

b -c

c -a

d None

e None

f -e

Q9: What is the correct way to add 1 to the $count variable??

a None

b $count =+1

c None

d ++count

e count++;

f $count++;

Q10: Which command will you use to update a Kubernetes deployment??

The correct Answer is: None

b kubectl setimage deployment/Deployment tomcat = tomcat:6.0

The correct Answer is: None


The correct Answer is: None

e kubectl setimage deploy/Deployment tomcat = tomcat:6.0

f kubectl --setimage deployment/Deployment tomcat = tomcat:6.0

Q11: If we wish to mount a directory with Read Only option, which of the following is
correct?

a mount ext4 -no-read-only /mnt/folder /path/to-dir

b mount ext4 noexect,ro /path/to-dir /mnt/folder

c mount -t ext4 -o noexect,ro /path/to-dir /mnt/folder

d mount ext4 -no-read-only /mnt/folder /path/to-dir

e mount ext4 -no-read-only /path/to-dir /mnt/folder

f mount -t ext4 -o noexect,ro /mnt/folder /path/to-dir

Q12: Which are the objects used for storing data on the client provided by the HTML local
storage??

a Window.localStorage

b Window.sessionStorage

c None

d None

e Window.localSession

f None

Q13: What is the She-bang line in a shell script?

a #!

b None

c None

d !#
e None of the above

f#

Q14: _______ manages the assigning nodes to pods depending on resource availability.?

a Scheduler

b Kubectl

The correct Answer is: None

d Flanneld

e Etcd

The correct Answer is: None

You might also like