Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Q1: The ASC and DESC keywords can be used in the same statement?

a None

b None

c None

d True

e False

f None

Q2: Which function in PHP Returns a list of response headers sent (or ready to send)?

a header()

b None

c headers_list()

d None

e header_send()

f headers_list()

Q3: Where is thewp_config.php file located??

a In the root directory of the WordPress installation

b None

c In the wp-content/config folder

d Inside the wp-admin folder

e None

f Inside the wp-content folder

Q4: How do you create an array in PHP??


a $cars = "Volvo", "BMW", "Toyota";

b $cars = array["Volvo", "BMW", "Toyota"];

c None

d $cars = newarray("Volvo", "BMW", "Toyota");

e None

f $cars = array("Volvo", "BMW", "Toyota");

Q5: How to search for a docker image on dockerhub with the name mentioned in the
command.?

a $ docker search

b None

c None

d $ docker search hadoop

e None

f $ docker --search ---hadoop

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

a None

b None

c the query will return two rows only

d the query will not return any records

e the query will return 20 records

f the query will generate an error message

Q7: What is the default priority of the swap partition?

a 100
b -1

c There are no priorities for swap

d0

e1

f 10

You might also like