You are on page 1of 4

Q1: Which one of the following property scopes is not supported by PHP??

a friendly

b None

c static

d None

e final

f public

Q2: Which HTML element defines navigation links??

a <navigation>

b <navigate>

c None

d <navlink>

e <nav>

f None

Q3: Which operator is used to assign a value to a variable??

a-

bx

c None

d*

e None

f=

Q4: To use 'mysqldbcopy' which privileges are required on the source server??
a CREATE

b None

c SELECT

d UPDATE

e INSERT

f None

Q5: Graphics defined by SVG is in which format??

a JSON

b CSS

c None

d HTML

e XML

f None

Q6: What are the API versions available??

a Alpha level, Beta level and Stable level. All these version features are in multiple
standards.

b Pod level, Stage level and Sigma level. All these version features are in multiple
standards.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f Single level, High level and Multi level. All these version features are in multiple
standards.

Q7: In Kubernetes how to create a service for a replicated Nginx, which serves on port 80
and connects to the containers on port 8000??
a None

b kubectl expose nginx --port=80 --target-port=8000

c None

d kubectl expose rc nginx --port=8080 --target-port=80

e kubectl expose rc nginx --port=80 --target-port=8000

f kubectl rc nginx --port=80 --target-port=8000

Q8: Deployment Controllers are part of?

a None

b API Controller Manager

c Master Controller Manager

d etcd manager

e kube-scheduler

f None

Q9: What is the correct HTML for inserting an image??

a <img href="image.gif" alt="MyImage">

b None

c <img alt="MyImage">image.gif</img>

d <image src="image.gif" alt="MyImage">

e <img src="image.gif" alt="MyImage">

f None

Q10: How to show the metrics for a given node in Kubernetes??

a kubectl top node my-node

b None
c None

d kubectl resources node my-node

e kubectl ps node my-node

f kubectl uptime node my-node

You might also like