You are on page 1of 4

Q1: How to retrieve the join token for manager nodes in Docker Swarm??

a None

b docker print join-token manager

c docker get join-token manager

d docker swarm token manager

e None

f docker swarm join-token manager

Q2: Where is thewp_config.php file located??

a Inside the wp-content folder

b None

c None

d In the wp-content/config folder

e In the root directory of the WordPress installation

f Inside the wp-admin folder

Q3: What will be the output of the following query. SELECT * FROM `sales` WHERE amount
> 200.?

a the query will display all the sales records with amounts starting from 200 and
above

b None

c None

d the query will output sales records with the amount equal to 200.

e the query will display all the sales records with amounts greater than 200

f the query will display all the sales records with amounts less than 200

Q4: What is the meaning of "overhead" in MySQL??


a None of the above

b Temporary diskspace that the database uses to run some of the queries

c The size of a table

d None

e A tablespace name

f None

Q5: Which of these commands let you view current jobs being handled by Shell??

a view

b None

c None

d show

e execute

f jobs

Q6: What is the difference between installing and activating a theme??

a When a theme is activated it’s what’s controlling your site, while an installed
theme is simply part of your theme library and available to activate.

b None

c When a theme is activated it’s what’s controlling your site, while an uninstalled
theme is simply part of your theme library and available to activate.

d None

e When a theme is deactivated it’s what’s controlling your site, while an installed
theme is simply part of your theme library and available to activate.

f None

Q7: Which of the following attribute triggers event when an element gets user Input??
a Oninput

b None

c None

d Ondata

e Onloadeddata

f Onhaschange

Q8: Which tag allows you to add a row in a table??

a <cr> and </cr>

b <td> and </td>

c <th> and </th>

d <tr> and </tr>

e None

f None

Q9: What does $_FILES mean??

a None

b None

c None

d $_FILES is an associative array composed of items sent to the current script via the
HTTP POST method.

e None

f $_FILES is an associative array composed of items sent to the current script via the
HTTP GET method.

Q10: What kind of replication is supported by the MySQL Server??


a Single File Based Clustering

b Master to Master Replication

c None

d Master To Slave Replication

e Multiple-master Replication

f MySQL Doesn't Support Replication

Q11: How to list all nodes in your Docker swarm??

a docker node get-all

b docker node print

c docker node ls

d docker node get

e None

f None

You might also like