You are on page 1of 3

Q1: How can we find the process name from its process id? Assume the Proccess ID is 1?

a find 1

b top 1

c None

d ps –p 1

e get 1

f None

Q2: What is a permalink??

a A popular WordPress Plugin

b The complete URL of your WordPress site

c Permalinks are the permanent URLs to your individual pages and blog posts, as
well as your category and tag archives

d The numeric IP address of your WordPress site

e A permalink is the web address used to link to your content.

f None

Q3: How to update the container's configurations which shows all the update options.?

a None

b $ docker update -help

c $ docker update --help

d $ docker update help

e None

f None

Q4: How to dump pod logs (stdout) in Kubernetes??


a None

b kubectl log my-pod

c kubectl pod logs my-pod

d kubectl logs my-pod

e None

f kubectl pods logs my-pod

Q5: Which of the following gives a string containing PHP script file name in which it is
called??

a $_PHP_SELF

b $php_errormsg

c $_COOKIE

d None

e None

f $_SESSION

Q6: Which command can be used to display file contents in octal??

a None

b oct

c octal

d od

e None

f oshow

Q7: How to list all Kubernetes pods in the current namespace, with more details??

a kubectl get pods -v

b kubectl get pods -o details


c None

d kubectl get pods -f more

e kubectl get pods -o wide

f None

Q8: Kubernetes uses _____________ to connect to ouath 2 providers to offload the


authentication to external services.?

The correct Answer is: None

b Webhook Token Authentication

The correct Answer is: None

d OpenID Connect Tokens

e Authentication Proxy

f Keystone Password

You might also like