You are on page 1of 4

Q1: Which of the following are Python test frameworks??

a Pylint

b PyUnit

c Google Test

d Robot Framework

e None

f None

Q2: How to write an IF statement for executing some code if "i" is NOT equal to 5??

a None

b if i <> 5

c if i =! 5 then

d None

e if (i <> 5)

f if (i != 5)

Q3: What are the API versions available??

a Alpha level, Beta level and Stable level. All these version features are in multiple
standards.

The correct Answer is: None

The correct Answer is: None

d Single level, High level and Multi level. All these version features are in multiple
standards.

The correct Answer is: None

f Pod level, Stage level and Sigma level. All these version features are in multiple
standards.
Q4: The die() and exit() functions do the exact same thing.?

a None

b True

c None

d None

e None

f False

Q5: ______ is distributed key-value store that provides a reliable way to store data that needs
to be accessed by a distributed system or cluster of machines.?

a A Kubernetes volume

The correct Answer is: None

c etcd

d A Kubernetes pod

The correct Answer is: None

f A Kubernetes service

Q6: If you vaguely remember the command and you’d like to confirm it, how will you get
help on that particular command??

a None

b docker --help

c None

d docker help

e None

f docker -help

Q7: DCL is used for _______??


a Inserting, Deleting and Updating data

b Control access to data stored in a database

c None of the above

d None

e Managing the changes made by DML statements

f None

Q8: Which command is used to modify column names or table structure??

a None

b CHANGE

c ADD

d None

e ALTER

f MODIFY

Q9: How to scale a service to 7 replicas in Docker Swarm??

a docker service scale name_of_your_service_here=7

b None

c docker service upgrade name_of_your_service_here=7

d None

e docker service update name_of_your_service_here=7

f docker service replica-set name_of_your_service_here=7

Q10: Once a table has been created in MySQL, its structure cannot be altered?

a None
b False

c True

d None

e None

f None

Q11: In order to add a new column to an existing table in SQL, which command do we need
to use??

a MODIFY TABLE

b EDIT TABLE

c ALTER COLUMNS

d ALTER TABLE

e None

f None

You might also like