You are on page 1of 3

Q1: Which of the following is NOT supported by MySQL?

a None

b Stored Procedures

c Regular Expression Matching

d Temporary (Hash) Tables

e None

f Table Joining

Q2: What will be the output of the query SELECT MINIMUM (amount) FROM sales;?

a the query will generate an error

b None

c None

d return the lowest sales value

e None

f None

Q3: Which of the following values would give you the hostname of the remote host in your
Ansible Playbook??

a "{{ hostname }}"

b "{{ server_hostname }}"

c None

d "{{ host }}"

e None

f "{{ ansible_hostname }}"

Q4: _______ manages the assigning nodes to pods depending on resource availability.?
a Etcd

The correct Answer is: None

The correct Answer is: None

d Scheduler

e Kubectl

f Flanneld

Q5: Can I generate DLL files from PHP scripts like i can in Perl ??

a False

b None

c None

d None

e None

f True

Q6: How to remove unused data (all unused containers, networks, images (both dangling
and unreferenced), and optionally, volumes) in Docker.,?

a docker system prune

b docker system prune sys

c None

d None

e docker system --prune

f None

Q7: Where in Wordpress can you discourage search engines from indexing this site??

a From the General->Reading Section

b None
c None

d From the Users Section

e From the Tools->Export Section

f From the Plugins Section

Q8: The syntax for adding a new column to an existing table is ALTER TABLE `table_name`
ADD COLUMN `column_name` `data_type`;?

a None

b None

c None

d None

e True

f False

Q9: Which of the following answers refers to a Linux command-line command used for
configuring network interface parameters specific to the wireless communication??

a ifconfig

b networksetup

c None

d None

e net config

f iwconfig

You might also like