0% found this document useful (0 votes)
9 views

1 Exam For ITBQ

The document contains multiple choice questions about various topics related to WordPress, HTML, Docker, Kubernetes, MySQL, Linux commands, and PHP. The questions cover topics such as WordPress comment moderation, WordPress categories, HTML being a subset of SGML, finding Docker images, Kubernetes pod YAML retrieval, inserting multiple rows in a MySQL query, starting Docker containers, headless services in Kubernetes, the cut command field separator option, rolling updates in Kubernetes, the SQL WHERE clause, and getting the PHP script filename.

Uploaded by

Andre XI TKJ
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)
9 views

1 Exam For ITBQ

The document contains multiple choice questions about various topics related to WordPress, HTML, Docker, Kubernetes, MySQL, Linux commands, and PHP. The questions cover topics such as WordPress comment moderation, WordPress categories, HTML being a subset of SGML, finding Docker images, Kubernetes pod YAML retrieval, inserting multiple rows in a MySQL query, starting Docker containers, headless services in Kubernetes, the cut command field separator option, rolling updates in Kubernetes, the SQL WHERE clause, and getting the PHP script filename.

Uploaded by

Andre XI TKJ
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/ 5

Q1: What is moderate comment in WordPress.?

a Comments by admin on a post are not published directly unless the visitors
provides it. It is called moderation.

b None

c Comments by admin on a post are not published directly unless the clients
provides it. It is called moderation.

d None

e Comments by visitors on a post are not published directly unless the admin
provides it. It is called moderation.

f None

Q2: What are categories in WordPress.?

a Categories allow a user to merge its content from different sections.

b None

c None

d Categories allow a user to divide its content into different sections.

e None

f Categories allow a user to list out all the contents

Q3: HTML Is a subset of?

a None Of These

b None

c None

d SGML

e SGMT

f SGMD
Q4: Where can you find and share Docker container images??

a Docker Git

b Docker Swarm

c Docker Hub

d None

e None

f Docker Cloud

Q5: Which value of Socket.readyState atribute of WebSocket indicates that the connection
has been closed or could not be opened??

a1

b None

c0

d3

e2

f None

Q6: What is an internal command??

a Shell commands which are executed on the local machine are called internal
commands.

b Every command which comes with the default installation of Linux is called
internal command with some small exceptions like really old commands.

c None

d Every command which has been developed by the new generation of Linux is
considered an internal command.

e None

f Shell built in commands are called as internal commands.


Q7: How to get a pod's YAML in Kubernetes??

a kubectl get pod my-pod -f yaml

b None

c kubectl get pod my-pod --yaml

d None

e kubectl get pod my-pod -p yaml

f kubectl get pod my-pod -o yaml

Q8: Can you insert multiple rows with only one INSERT query??

a None

b Yes but these inserts cause data corruption

c False

d True

e It's possible but only with newer MySQL versions

f None

Q9: How to start a container??

The correct Answer is: None

b $ docker -->start <container_id>

The correct Answer is: None

d $ docker push <container_id>

The correct Answer is: None

f $ docker start <container_id>

Q10: What is a Headless Service??


The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e Headless Service is similar to that of a ‘Normal’ services but has a Cluster IP.

f Headless Service is similar to that of a ‘Normal’ services but does not have a Cluster
IP.

Q11: What is the option to mention field separator for the command ‘cut’?

a None

b -f

c None

d \0

e -d

f -c

Q12: What do you mean by “Rolling Update”??

The correct Answer is: None

The correct Answer is: None

c Rolling updates helps the user to replace an existing replica controller to newer
one

The correct Answer is: None

The correct Answer is: None

f Rolling updates helps the user to replace the node pool to a newer one

Q13: The SQL WHERE clause??

a None
b Both A and B are correct

c Limits the column data that are returned

d Neither A nor B are correct

e None

f Limits the row data are returned

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

a None

b $_PHP_SELF

c None

d $_SESSION

e $_COOKIE

f $php_errormsg

You might also like