You are on page 1of 2

Q1: Which of these elements are all <table> elements??

a <table><tr><td>

b None

c <thead><body><tr>

d <table><tr><tt>

e <table><head><tfoot>

f None

Q2: Where is thewp_config.php file located??

a None

b Inside the wp-admin folder

c In the root directory of the WordPress installation

d In the wp-content/config folder

e Inside the wp-content folder

f None

Q3: Which service runs on each Kubernetes node and ensures containers are running in a
pod??

a kubeadm

b kubelet

c None

d scheduler

e etcd

f None

Q4: Which of the following is not a SQL operator??


a Between .. and ..

b Like

c All of the above are valid SQL operators

d In

e Not in

f Is null

Q5: Which of the following will raise MySQL's version of an error??

a ERROR

b RAISE

c None of these

d None

e None

f SIGNAL

Q6: Containers running on a single machine all share the same operating system kernel, so
they start instantly and make more efficient use of RAM.?

a None

b None

c None

d None

e False

f True

You might also like