You are on page 1of 5

Q1: You remove a paused container from Docker?

a None

b None

c None

d True

e False

f None

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

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

b None of the above

c None

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


TERMINATED BY 'n'

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

f None

Q3: What is the difference between echo and print??

a Print can take multiple parameters where as echo cannot

b Print is a function where as echo is not.

c They both behave the same

d Echo can take multiple parameters where as print cannot

e None

f None

Q4: Which of the following is correct about NULL??


The correct Answer is: None

b NULL is a special type that only has one value: NULL.

c NULL is a special type that only has two values : NULL and NOT NULL

d The special constant NULL is capitalized by convention and it should be defined as


such as it's case sensitive. Meaning null is different than NULL

The correct Answer is: None

f The special constant NULL is capitalized by convention, but actually it is case


insensitive.

Q5: What is the ls switch to view the inode numbers?

a None

b None

c -n

d -i

e -d

f -a

Q6: You can't create multiple containers from the same image?

The correct Answer is: None

The correct Answer is: None

c False

The correct Answer is: None

e True

The correct Answer is: None

Q7: Which of the following variables is not a predefined variable??

a $get
b None

c None

d .$post

e $request

f $ask

Q8: Which of the following is available in MySQL:?

a None

b CREATE TRIGGER

c CREATE DATABASE

d CREATE VIEW

e None

f CREATE SCHEMA

Q9: What does the Ansible setup module do??

a None

b It sets up the connection between the master and the worker nodes

c It shows you the information that the Ansible master server has about a host

d It helps you install Ansible on all of your servers

e None

f It helps you setup Ansible on the master server

Q10: Following Docker command: docker build -t my_user/repo_name:1.0 is used to:?

a Commit changes done in a Docker image

b Access a running container

The correct Answer is: None


The correct Answer is: None

e Build an image

f Activate default VM machine

Q11: Is JavaScript case-sensitive??

a None

b True

c None

d False

e None

f None

Q12: What Linux command is the modern replacement for Telnet, and allows admins to
connect to a specific network port??

a None

b ip

c dhclient

d ncat

e None

f ethtool

Q13: Which of the following is not a valid logical operator??

a&

b!

c AND

d &&

e NOT
f None

You might also like