You are on page 1of 2

Q1: What is a composite key??

a its is a key that is defined as the primary key in another table

b None

c its is an optional key and allows null values

d it is a key that uniquely identifies a record in a database

e None

f it is a primary key that consists of more than one field that uniquely identifies a
record

Q2: What is the highest privilege user in Wordpress??

a None

b None

c Author

d Editor

e Administrator

f Contributer

Q3: On Docker Hub, you get ten private repositories for free with your Docker Hub user
account. If you need more accounts, you can upgrade your Docker Hub plan.?

a None

b None

c False

d True

e None

f None

Q4: What is the best advantage of InnoDB over MyISAM??


a InnoDB provides FULLTEXT indexes

b None of the above

c InnoDB can handle table with more than 1000 columns

d InnoDB is thread safe

e All of the above

f InnoDB provides a transaction safe environment

Q5: How to delete a pod in Kubernetes using the type and name specified in pod.json??

a kubectl delete -f ./pod.json

b kubectl remove -f ./pod.json

c kubectl delete ./pod.json

d None

e None

f kubectl remove ./pod.json

You might also like