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

2 Report For OGRN

The document contains questions and multiple choice answers about various computing topics like Kubernetes, Docker, JavaScript, and HTML. It does not provide any overall context to summarize.

Uploaded by

Hisoka Ryugi
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

2 Report For OGRN

The document contains questions and multiple choice answers about various computing topics like Kubernetes, Docker, JavaScript, and HTML. It does not provide any overall context to summarize.

Uploaded by

Hisoka Ryugi
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Q1: What is Minikube?

a None

b A tool for running Kubernetes locally

c None

d An abstraction used by Kubernetes to support multiple virtual clusters on the


same physical cluster

e A pod object that a kubelet uses to represent a static pod

f Specification of a Kubernetes API object in JSON or YAML format

Q2: If you want to change the text color to red which of the following tags you'll use??

a < Body Colour = Red>

b < Body Text = Red>

c None

d None

e < Body Bgcolour = Red>

f None Of These

Q3: How to start a container??

a $ docker -->start <container_id>

The correct Answer is: None

c $ docker start <container_id>

The correct Answer is: None

The correct Answer is: None

f $ docker push <container_id>

Q4: How to list all of your services in Docker swarm??


a None

b docker get service

c docker service ls

d None

e docker service ps

f docker ls service

Q5: Is it better to directly remove the container using the rm command or stop the
container followed by remove container??

The correct Answer is: None

b Its always better to stop the container and then remove it using the remove
command.

The correct Answer is: None

The correct Answer is: None

e No. Its not always better to stop the container and then remove it using the
remove command.

The correct Answer is: None

Q6: What does HPA stand for in Kubernetes??

a Hyper Pod Autoscaler

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e Horizontal Pod Autoscaler

f Horizontal Production Autoscaler

Q7: How do you create a function in JavaScript??


a function:myFunction()

b function myFunction()

c function = myFunction()

d None

e None

f None

Q8: If we want to be sure a file will be created if it doesn't exesit with fopen() which mode of
the function are we going ot use:?

a w+

ba

cx

d a+

e r+

f x+

Q9: How are links defined in an <a> tag??

a Src

b None

c None

d Src-link

e Hlink

f Href

You might also like