You are on page 1of 3

Q1: What will be the effect of the query SELECT TOP (100) FROM customers when executed

against MySQL database.?

a None

b None

c The query will generate an error

d The query will return all records from the database table

e The query will return 100 records from the database table sorted in ascending
order

f The query will return 100 records from the database table sorted in descending
order

Q2: Which of the following are not Numeric column types??

a LARGEINT

b BIGINT

c SMALLINT

d None

e DECIMAL

f DOUBLE

Q3: Deployment Controllers are part of?

a etcd manager

b kube-scheduler

c Master Controller Manager

d API Controller Manager

e None

f None
Q4: What command is used to permanently remove a record from a database table??

a None

b DROP

c CUT

d None

e DELETE

f REMOVE

Q5: Where can you find and share Docker container images??

a Docker Git

b None

c Docker Cloud

d Docker Hub

e Docker Swarm

f None

Q6: What will be the output of the query SELECT MINIMUM (amount) FROM sales;?

a None

b None

c None

d the query will generate an error

e return the lowest sales value

f None

Q7: The command to create Kubernetes service is?


a kubectl set service

b kubectl deploy

c kubectl expose

The correct Answer is: None

e kubectl run

The correct Answer is: None

You might also like