You are on page 1of 5

Q1: What is the correct HTML for creating a hyperlink??

a <a url="http://www.w3schools.com">W3Schools.com</a>

b None

c <a href="http://www.w3schools.com">W3Schools</a>

d None

e <a name="http://www.w3schools.com">W3Schools.com</a>

f <a>http://www.w3schools.com</a>

Q2: What type of join is needed when you wish to return rows that have matching values??

a None of the mentioned.

b None

c All of the mentioned.

d Equi-join

e Outer join

f Natural join

Q3: How to write an IF statement for executing some code if "i" is NOT equal to 5??

a if (i != 5)

b if i =! 5 then

c if i <> 5

d if (i <> 5)

e None

f None

Q4: Is it possible to build environment-agnostic systems with Docker??


The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d True

The correct Answer is: None

f False

Q5: What is the name of the first page you encounter after logging into your web page??

a Security question page

b Clientarea

c Dashboard

d WP upgrade option

e None

f WPAdmin

Q6: Where is WordPress content stored??

a None

b WordPress stores it's content in a MySQL database on the server.

c None

d None

e WordPress stores it's content in the wp-content folder

f WordPress stores it's content in a MySQL database on the server.

Q7: Which of the following are Kubernetes installation tools? Select all answers that apply.?

The correct Answer is: None

b kops
The correct Answer is: None

d kubespray (formerly known as kargo)

e None of the mentioned

f kubeadm

Q8: What is the correct JavaScript syntax for opening a new window called "w2" ??

a w2 = window.new("http://www.w3schools.com");

b None

c None

d None

e w2 = window.open("http://www.w3schools.com");

f None

Q9: The employees table has 20 records, what will be the output of the query SELECT
gender FROM employees GROUP BY gender;?

a the query will generate an error message

b the query will return two rows only

c the query will return 20 records

d None

e None

f the query will not return any records

Q10: Is it better to directly remove the container using the rm command or stop the
container followed by remove container??

The correct Answer is: None

b No. Its not always better to stop the container and then remove it using the
remove command.
c Its always better to stop the container and then remove it using the remove
command.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q11: Which licensing authority is responsible for WordPress??

a GPLv2 (GNU General Public License)

b GWPL

c MIT license

d None

e GPU

f None

Q12: Which are the default networks in Docker??

a None

b The default networks in Docker include rope, pin and halt.

c The default networks in Docker include bridge, host and none.

d None

e None

f None

Q13: What is the function to get website url in wordpress??

a get_site_url();

b get_website_url();

c None

d get_url();
e None

f None

Q14: All variables in PHP start with which symbol??

a None

b!

c#

d&

e$

f None

Q15: What does SQL stands for??

a Separate query language

b None

c None

d Structured question language

e Structure query language

f Strong question language

You might also like