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

5 Topic For KCIO

This document contains 12 multiple choice questions about various technical topics such as Docker, Kubernetes, SQL, PHP, JavaScript, and WordPress. The questions cover topics like pulling Docker images, SUID permissions, Kubernetes deployments, SQL DISTINCT statements, Docker volumes, accessing Docker containers, MySQL views, HTML bold tags, running multiple PHP versions, JavaScript if statements, the Kubernetes control plane mission, and changing the WordPress table prefix.

Uploaded by

sussy454576
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)
26 views4 pages

5 Topic For KCIO

This document contains 12 multiple choice questions about various technical topics such as Docker, Kubernetes, SQL, PHP, JavaScript, and WordPress. The questions cover topics like pulling Docker images, SUID permissions, Kubernetes deployments, SQL DISTINCT statements, Docker volumes, accessing Docker containers, MySQL views, HTML bold tags, running multiple PHP versions, JavaScript if statements, the Kubernetes control plane mission, and changing the WordPress table prefix.

Uploaded by

sussy454576
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 pull the Apache HTTP server image.?

a $ docker pull httpd

b None

c $ docker pull httpd img

d $ docker pull http img

e None

f None

Q2: Explain the use of SUID permission bit on a file.?

a It denies the process to have the privileges of the root user during the instance of
the program.

The correct Answer is: None

c It denies the process to have the privileges of the owner of the file during the
instance of the program.

d It give the process to have the privileges of the root user during the instance of the
program.

The correct Answer is: None

f It give the process to have the privileges of the owner of the file during the instance
of the program.

Q3: What can you deploy on Kubernetes??

The correct Answer is: None

b Containers

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f Virtual machines
Q4: Which SQL statement is used to return only different values??

a DUPLICATE

b DIFFERENT

c None of the above

d DISTINCT

e None

f SELECT

Q5: What is the reason for using Volumes in Docker??

a To fail access to persisted data such as data in a database.

b To add plugins for extended file attributes.

c To create exceptions to the `--read-only` mode.

d None

e None

f None

Q6: Suppose you have 3 containers running and out of these, you wish to access one of
them. How do you access a running container??

a $ docker exec -it <container id> bash

The correct Answer is: None

c $ docker exec it <container id> bash

d $ docker exec --it <container id>

The correct Answer is: None

The correct Answer is: None

Q7: What Is a MySQL View??


a None

b VIEWS are static tables that store data but the data can't be changed

c None

d VIEWS are no different that any other tables except they are used for faster
loading.

e VIEWS are temporary tables that store data which store data only for a certain
amount of time

f VIEWS are virtual tables that do not store any data of their own but display data
stored in other tables.

Q8: <b> tag makes the enclosed text bold. What is other tag to make text bold??

a <black>

b <dar>

c None

d <emp>

e None

f <strong>

Q9: Can I run several versions of PHP at the same time??

a True

b None

c False

d None

e None

f None

Q10: How to write an IF statement in JavaScript??


a if i = 5 then

b if i == 5 then

c if i = 5

d if (i == 5)

e None

f None

Q11: What is the mission of the control plane in Kubernetes??

a To move workloads from one host to another

b It makes sure that the actual state of system objects match the desired state.

The correct Answer is: None

d To control nodes

e To manage clusters of pods

The correct Answer is: None

Q12: What is the best way to change table prefix (wp_) before installation in WordPress??

a Before Installation: Through this way, you have to go PHPMyAdmin -> Select your
database -> Check all tables -> Add/Update table prefix.

b Before Installation: In this way, you have to rename your wp_config.php file
according to your need through $table_prefix=’wp_’;.

c None

d After Installation: Once you have the database, you can go ahead and change it

e None

f None

You might also like