You are on page 1of 3

Q1: What is the name of the enterprise-grade cluster management solution from Docker??

a None

b Docker Web UI

c Docker Hub

d Docker Universal Control Plane

e Docker Swarm

f None

Q2: How can PHP and Javascript interact??

a None

b None

c They interact via the browser

d None

e They interact through services such as Apache or Nginx

f PHP and Javascript cannot directly interact since PHP is a server side language and
Javascript is a client-side language.

Q3: Who designed the Linux OS??

a Linus Torvalds

The correct Answer is: None

The correct Answer is: None

d Steve Jobs

e Steve Wozniak

f Steve Linus

Q4: How to dump current cluster state to stdout in Kubernetes??


a kubectl cluster-info dump

b kubectl cluster info

c kubectl cluster-status

d None

e kubectl cluster-info show

f None

Q5: Which command can be used to make variables of shell to be made available to sub
shell??

a export

b set

c None

d echo

e import

f None

Q6: _______________ is cocatenation operator in PHP ??

a None

b . (dot)

c None

d-

e + (plus)

f^

Q7: How to dump the whole MySQL database to a file??

a mysql -e "select * from table" database > dumpfile.txt

b mysql -e "select * from table" -u user -pxxxxxxx database > dumpfile.txt


c None

d None

e None of the above

f SELECT * from table FIELDS TERMINATED BY ',' ENCLOSED BY "" LINES


TERMINATED BY 'n'

You might also like