You are on page 1of 3

Q1: Which command is used to create resources in Kubernetes??

a kubectl apply -f ./my-manifest.yaml

b None

c kubectl fuse -f ./my-manifest.yaml

d kubectl create -f ./my-manifest.yaml

e kubectl deploy -f ./my-manifest.yaml

f None

Q2: What type of function is needed when passing values through a form or an URL??

a urlencode()

b None of the mentioned

c Both of these

d htmlspecialchars()

e None

f None

Q3: A one to many relationship can only contain multiple entries of both primary and
foreign keys.?

a False

b None

c None

d None

e None

f True

Q4: Kubelet is a??


The correct Answer is: None

b A device that collects data in an organized manner for easy access

c A node agent that manages pods and their containers

d A smaller version of Kubernetes

The correct Answer is: None

f Software that is used to run containers outside of pods

Q5: You have to sort records in the descending order by field "rating". Which query will be
correct??

a None

b None

c ORDER BY "rating" DESC

d SORT BY "rating"

e ORDER BY "rating"

f SORT BY "rating" DESC

Q6: What does PEAR stand for??

a None

b PHP Extension and Application Repository.

c PHP External and Application Repository.

d None

e None

f PHP Export and Application Repository.

Q7: In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings:?

a True

b False
c None

d None

e None

f None

Q8: What is a Widget??

a None of the mentioned

b Widget is a function of special software that allows feedreaders to access a site.

c WordPress Widgets add content and features to your Sidebars.

d None

e Widget is a vertical column provided by a theme for displaying information other


than the main content of the web page.

f None

Q9: Choose the option to remove write permission for group & others for a file “a.txt”.?

a None

b chmod go=”r-x” a.txt

c chmod w-go a.txt

d Select disable write for group and others where file=”a.txt”

e None

f chmod go-w a.txt

You might also like