0% found this document useful (0 votes)
14 views4 pages

5 Summary For WCQV

The document contains 11 multiple choice questions about various technical topics such as removing escape characters from strings, extracting NDB configuration information, creating Laravel models, attributes of etcd and Kubernetes, valid fopen() modes, setting background color in HTML, additional authentication logic in Kubernetes, common container runtimes, persisting data in containers, and showing docker image history. The correct answer is provided for each question.

Uploaded by

22 3117Rangga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views4 pages

5 Summary For WCQV

The document contains 11 multiple choice questions about various technical topics such as removing escape characters from strings, extracting NDB configuration information, creating Laravel models, attributes of etcd and Kubernetes, valid fopen() modes, setting background color in HTML, additional authentication logic in Kubernetes, common container runtimes, persisting data in containers, and showing docker image history. The correct answer is provided for each question.

Uploaded by

22 3117Rangga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Q1: How to remove 'escape' characters from a string??

a The stripslashes function enables us to remove the 'escape' characters before


apostrophes in a string.

b The substring function enables us to remove the 'escape' characters before


apostrophes in a string.

c None

d None

e None

f None

Q2: What is the name of the utility used to extract NDB configuration information??

a cluster_config

b ndb --config

c configNdb

d None of the above

e ndb_config

f None

Q3: Which artisan command would you use to create a new Laravel Model??

a None

b php artisan create:model ModelName

c php artisan model:make ModelName

d php artisan make:model ModelName

e php artisan model create ModelName

f None

Q4: Which of the following are true for etcd??


The correct Answer is: None

b To encrypt cluster data and send it to a secrets manager

The correct Answer is: None

d etcd is the primary datastore of Kubernetes; storing and replicating all Kubernetes
cluster state

e etcd is a distributed key-value store

f To validate cluster nodes

Q5: Which of the following is NOT a valid mode fopen() mode :?

aw

ba

cr

d r+

ex

f x+

Q6: Which attribute can be used with BODY tag to set background color green??

a vlink="green"

b background="green"

c None of above

d bgcolor="green"

e None

f None

Q7: To program additional authentication logic besides available authenticator modules,


_______________ can be used.?
The correct Answer is: None

The correct Answer is: None

c Authentication Proxy

d WebHook Authentication

e Keystone Password

f OpenID Connect Tokens

Q8: What is the most common type of container runtime used in Kubernetes??

The correct Answer is: None

b Docker

c rkt

d containerd

The correct Answer is: None

f lxd

Q9: If you exit a container accidentally, will you lose all the work??

a True

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e False

The correct Answer is: None

Q10: You lose your data, when a docker container exists?

a None

b None
c False

d None

e None

f True

Q11: How to show the history of a docker image with the image name mentioned in the
command.?

a None

b $ docker history http --s

c None

d $ docker history http

e $ docker history httpd

f None

You might also like