3 Lec Notes For SAQM

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Q1: Which character is used to indicate an end tag??

a^

b*

c None

d None

e/

f<

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

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

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

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

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

e None

f None

Q3: Which flag is used to specify the path to the configuration file in kube-proxy??

The correct Answer is: None

b –detect-local-mode LocalMode

The correct Answer is: None

d –config string

The correct Answer is: None

f –cluster-cidr string

Q4: _________ service is automatically created for you K8s cluster creation and takes care of
the internal routing of the cluster.?
a ClusterIP

b Load Balancer

c NodePort

The correct Answer is: None

e Headless

The correct Answer is: None

Q5: <TD> … </TD> tag is used for ________?

a Table row

b none of the above

c Table Records

d None

e Table heading

f None

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

a None

b docker node get

c docker node get-all

d None

e docker node print

f docker node ls

Q7: What command is used to clear up the command prompt window??

a None

b clearit
c clrwin

d None

e clrscr

f clear

Q8: MySQL supports different Character Sets, which command is used to display all of
them??

a None Of The Mentioned

b SHOW; ;

c CHARACTER SET;

d SHOW CHARACTER SET

e None

f None

You might also like