3 Lesson Plan For UYHH

You might also like

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

Q1: UPDATE keyword is used for:?

a None

b to manage users

c to select data

d to change data

e None

f to create database elements

Q2: How many types of plans are available in wordpress by default??

a None

b None

c6

d4

e3

f2

Q3: Which of the following stores Kubernetes cluster data??

a Kube-API server

b “Kubelet

The correct Answer is: None

d None of the mentioned

The correct Answer is: None

f ETCD

Q4: In HTML, what does the <aside> element define??


a A navigation list to be shown at the left side of the page

b None

c A list to be included in a certain part of the page

d None

e Content aside from the page content

f The ASCII character-set; to send information between computers on the Internet

Q5: In HTML, onblur and onfocus are:?

a Event attributes

b HTML elements

c Style attributes

d Text styles

e None

f None

Q6: Cronjobs in kubernetes run in?

a Based on NTP settings

b None

c GMT only

d Master node local timezone

e UTC only

f None

Q7: What is a Child Theme??

a The child theme is an extension of the super parent theme

b The child theme is an extension of the parent theme


c None

d None

e None

f The child theme is an extension of the sub-child theme

Q8: How to delete all pods in Kubernetes matching the awk pattern1 or pattern2??

a kubectl get nodes -n myns --no-headers=true | awk '/pattern1|pattern2/{print


$1}' | xargs kubectl delete -n myns pod

b kubectl print pods -n myns --no-headers=true | awk '/pattern1/2|pattern2/{print


$1}' | xargs kubectl delete -n myns pod

c kubectl get pods -n myns --no-headers=true | awk '/pattern1|pattern2/{print $1}'


| xargs kubectl delete -n myns pod

d None

e kubectl print pods -n myns --no-headers=true | awk '/pattern1/2|pattern2/{print


$1}' | xargs kubectl remove -n myns pod

f None

Q9: To create a new deployment in kubernetes, use the command?

a kubectl run

b kubectl deploy

The correct Answer is: None

The correct Answer is: None

e kubernetes get deployment

f kubernetes set deployment

Q10: What does the Ansible setup module do??

a It shows you the information that the Ansible master server has about a host

b It sets up the connection between the master and the worker nodes
c It helps you install Ansible on all of your servers

d It helps you setup Ansible on the master server

e None

f None

You might also like