0% found this document useful (0 votes)
2 views3 pages

Database and Docker Command Quiz

The document contains a series of multiple-choice questions related to database management, Docker commands, and HTML formatting. Each question presents options for answers, with some questions indicating the correct answer. The topics covered include database copying, SQL queries, Docker image management, and file permissions.

Uploaded by

Riyue Kreo
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views3 pages

Database and Docker Command Quiz

The document contains a series of multiple-choice questions related to database management, Docker commands, and HTML formatting. Each question presents options for answers, with some questions indicating the correct answer. The topics covered include database copying, SQL queries, Docker image management, and file permissions.

Uploaded by

Riyue Kreo
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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/[Link]

d /etc/apt/[Link]

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