You are on page 1of 3

Q1: Can you insert multiple rows with only one INSERT query??

a Yes but these inserts cause data corruption

b None

c False

d It's possible but only with newer MySQL versions

e True

f None

Q2: Include files must have the file extension ".inc"?

a False

b None

c None

d True

e None

f None

Q3: What will be the output of the following query INSERT INTO students (student name)
VALUE ('James Lenon');?

a None

b None

c None

d None

e the above query will generate an error message.

f a student record with the name James Lenon will be added into the students table

Q4: Which of the answers listed below refers to a package management system most often
used on Debian and Debian-based Linux distributions??
a apt

b None

c yum

d rpm

e None

f kde

Q5: Function which causes retrieval of any kind of data from database is considered as?

a Interface or Signature

b None

c None

d Logical signature

e Conceptual signature

f User friendly signature

Q6: Following Docker command: eval $(docker-machine env default) is used to:?

a None

b Access a running container

c Commit changes done in a Docker image

d None

e Activate default VM machine

f Build an image

Q7: How to mark a node called my-node as unschedulable in Kubernetes??

a kubectl stop my-node


b None

c kubectl off my-node

d None

e kubectl down my-node

f kubectl cordon my-node

You might also like