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

Q1: Following Docker command: docker exec -it container_id bash is used to:?

a Access a running container

b None

c Commit changes done in a Docker image

d Activate default VM machine

e Build an image

f None

Q2: What does HPA stand for in Kubernetes??

The correct Answer is: None

b Horizontal Pod Autoscaler

c Hyper Pod Autoscaler

The correct Answer is: None

The correct Answer is: None

f Horizontal Production Autoscaler

Q3: The HTML global attribute, "contenteditable" is used to:?

a Specifies a context menu for an element. The menu appears when a user right-
clicks on the element

b None

c Update content from the server

d None

e Return the position of the first found occurrence of content inside a string

f Specify whether the content of an element should be editable or not

Q4: What is the default session time in PHP??


a The default session time in php is until the closing of the browser

b None

c The default session time in php is until the closing of the page

d The default session time in php is until the closing of the system

e None

f None

Q5: How do you create a new Docker image and store it on the local system??

a None

b None

c docker --commit <conatainer id> <username/imagename>

d None

e docker add <conatainer id> <username/imagename>

f docker commit <conatainer id> <username/imagename>

Q6: Cronjobs in kubernetes run in?

a Based on NTP settings

b None

c GMT only

d Master node local timezone

e None

f UTC only

You might also like