You are on page 1of 4

Q1: If we want to return a value from a function we called, how can we do that??

a We need to use 'return = $value;'

b None

c We need to use 'return $value;'

d None

e We need to use 'return: $value;'

f None

Q2: Which one is true for Minikube??

The correct Answer is: None

b Minikube is a GUI for Kubernetes

The correct Answer is: None

d Minikube is an all-in-One Kubernetes cluster on our workstation

e Minikube multi-node cluster

f None of the above

Q3: Which Process Validates And Configures Data For The Api Objects Like Pods, Services??

a kube-apiserver process validates and configures data for the cli objects.

b kube-apiserver process validates and configures data for the gui objects.

c kube-apiserver process validates and configures data for the api objects.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q4: What is the default DATE field type format??


a DD-MM-YYYY

b None

c YYYY-DD-MM

d MM-DD-YY

e MMDDYYYY

f YYYY-MM-DD

Q5: Which of the following are true for a pod in Kubernetes??

a Pods are the simplest units in the Kubernetes object model that you create or
deploy

b A pod is the same as a container

c A Pod represents processes running on your Cluster

The correct Answer is: None

e You can have only 1 container running in 1 pod

The correct Answer is: None

Q6: Kubernetes is written in?

a Python

b Go

The correct Answer is: None

d Java spring framework

e C++

The correct Answer is: None

Q7: In which variable is the users IP address stored??

a $GLOBALS

b $REMOTE_ADDR
c $_ENV

d $DOMAIN

e None

f None

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

a kubectl get pods -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 remove -n myns pod

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


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

d None

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


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

f None

Q9: What is the purpose of a ReplicaSet??

a To monitor and respond to environmental latency

b To create and maintain volumes

c To maintain a stable set of replica Pods running at any given time

d To prevent clones from invading other clusters

The correct Answer is: None

The correct Answer is: None

Q10: Which file is the single most important file in Wordpress??

a None

b wp-config.php
c None

d wp-setting.php

e header.php

f page.php

Q11: Which command can be used to change file access permission bits??

The correct Answer is: None

b chmod

The correct Answer is: None

d chown

e umask

f chperm

You might also like