You are on page 1of 4

Q1: The syntax for adding a new column to an existing table is ALTER TABLE `table_name`

ADD COLUMN `column_name` `data_type`;?

a False

b None

c None

d None

e True

f None

Q2: The kube-apiserver on Kubernetes master is designed to scale:?

a Vertically

b None

c kube-apiserver is not used for scaling

d None

e Horizontally

f None

Q3: What does GNU stands for??

a Geek Needed Unix

b None

c General Unix

d Gnu’s not Unix

e None

f Global Unix

Q4: Which command do we need to use if we want to see all packages installed on the
system (Ubuntu)?
a packageall -l

The correct Answer is: None

c dpkg -a

d dpkg -l

The correct Answer is: None

The correct Answer is: None

Q5: The UNION command is used to combine result sets from more than one query into a
single result set?

a False

b None

c None

d None

e None

f True

Q6: Docker image is created with a series of read-only layers and layer in docker represents
instructions on the Dockerfile of the image.?

a The hypervisor needs extensive software for proper function while docker is
implemented on an actual hardware system.

b None

c None

d The hypervisor needs extensive hardware for proper function while docker is
implemented on an actual operating system.

e None

f None

Q7: What is the default DATE field type format??


a YYYY-DD-MM

b YYYY-MM-DD

c MM-DD-YY

d None

e DD-MM-YYYY

f MMDDYYYY

Q8: The Function 'fetchrow_hashref()' returns reference to hash row values keyed by
______________?

a Database Name

b Table Name

c Row Name

d None

e None

f Column Name

Q9: You can change your Wordpress themes using??

a wp-config.php file

b None

c Wordpress Appearance

d Wordpress Settings

e Wordpress Plugins

f None

Q10: Which doctype is correct for HTML5??

a None
b <!DOCTYPE HTML5>

c None

d <!DOCTYPE html>

e <HTML5>

f <!DOCTYPE HTML PUBLIC>

Q11: How to list only the running containers??

a docker list

b None

c docker print

d docker run

e docker ps

f None

Q12: Which function is used to get the current time in mysql??

a None

b Time()

c None

d getTime()

e NOW()

f None

You might also like