You are on page 1of 3

Q1: Which program copies databases from one server to another??

a Mysqldbcopy

b Mysqlmovedb

c Mysqldbflush

d Mysqlcopydb

e Mysqldbmove

f Mysqlflushdb

Q2: What will be the effect of the query SELECT TOP (100) FROM customers when executed
against MySQL database.?

a The query will return 100 records from the database table sorted in descending
order

b The query will return all records from the database table

c None

d The query will return 100 records from the database table sorted in ascending
order

e None

f The query will generate an error

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

a None

b $ docker search

c None

d $ docker --search ---hadoop

e None

f $ docker search hadoop


Q4: Once you’ve worked with an image, how do you push it to docker hub??

a $ docker --push <username image name>

b $ docker push <username image name>

c None

d None

e None

f $ docker push <username/image name>

Q5: Where are the online repositories configured on a Debian/Ubuntu Machine?

The correct Answer is: None

b /etc/fstab

c /etc/apt/sources.list

d /etc/apt/yum.repos

e /etc/apt/repos

The correct Answer is: None

Q6: How can you make a bulleted list??

a <list>

b None

c None

d <ol>

e <dl>

f <ul>

Q7: How do you list all the running Docker containers??


The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d $ -docker ps

e $ docker --ps

f $ docker ps

Q8: If you execute the command `umask 0002`, what will happen?

The correct Answer is: None

b Next time when we create a file using the chmod command, the permissions of will
be 666

c Next time when we create a file using the chmod command, the permissions of will
be 002

d None of the mentioned

The correct Answer is: None

f Next time when we create a file using the chmod command, the permissions of will
be 664

Q9: The way the browser displays the object can be modified by _____?

a modifiers

b None

c None

d attributes

e parameters

f None of above

You might also like