You are on page 1of 4

Q1: Where is Linux user list stored??

a /etc/users

b By running the command show users

c None of the above.

d /usr/local/users

e None

f None

Q2: Which of the following is the best way to modify a table to allow null values??

a None of the above

b ALTER TABLE table CHANGE column column type DEFAULT NULL

c ALTER table MODIFY column varchar(255) null

d None

e ALTER TABLE table MODIFY column VARCHAR(255)

f ALTER TABLE table MODIFY column varchar(255) null

Q3: Which of the following is NOT available in MySQL:?

a FETCH

b LIKE

c None

d JOIN

e REVOKE

f None

Q4: Which of the following is true about Cookies??


a Cookies are included with every HTTP request, thereby slowing down your web
application by transmitting the same data.

b None

c None

d Cookies are limited to about 4 KB of data . Not enough to store required data.

e Cookies are included with every HTTP request, thereby sending data unencrypted
over the internet.

f All of the above.

Q5: Which of the following attribute triggers event when the length of the media is
changed??

a None

b onended

c ondurationchange

d ondrop

e None

f onemptied

Q6: What is the Container Runtime??

a A command line tool for communicating with a Kubernetes API server

b An API object that manages a replicated application

c Software that is responsible for running containers

d None

e Stored instance of a Container that holds a set of software needed to run an


application

f None

Q7: DISTINCT keyword is used for:?


a To speed up the selection for a specific field

b For selecting only unique records by a specific field

c To reduce the load on the server with loss of query performance

d There is no such keyword

e None

f None

Q8: At its core, Kubernetes is a platform for:?

a Packaging software in containers

The correct Answer is: None

c Running and scheduling container applications on a cluster

The correct Answer is: None

e Provisioning machines (similar to Puppet, Ansible)

The correct Answer is: None

Q9: HTML Uses?

a User Defined Tags

b Pre-specified Tags

c None

d Fixed Tags Defined By The Language

e Tags Only For Linking

f None

Q10: How can you make sure your Docker containers and their data are safely backed up??

a Data stored in Docker containers is backed up to Docker Hub.

b None
c None

d Schedule regular Plesk backups. Docker containers are included in Plesk backups.

e Backup the /var/lib/docker/ directory manually Nothing.

f Set up volume mapping on all containers to store their data in a single location on
the server (example, /data/) and backup this location.

You might also like