You are on page 1of 4

Q1: What does the command top show?

a The space usage

b Nothing, it's not a command

c None

d None

e The current processes alongside information about them

f The memory usage

Q2: How to list all services sorted by name in Kubernetes??

a kubectl get services --sort-by=name

b None

c kubectl get services --sort=.name

d None

e kubectl get services --sort-by=.metadata.name

f kubectl get services --sort-by=.service.name

Q3: Which command is used to display the default permissions for newly created files??

a priority

b None

c None

d perm

e umask

f nice

Q4: Which ones are a core Kubernetes object??


The correct Answer is: None

b “Pods,” “Services,” “Volumes,”

c “Swarm,” “Pilot,” “Node,”

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q5: Which of the following is the best MySQL data type for currency values??

a VARCHAR(32)

b BIGINT

c None

d SMALLINT

e DECIMAL(18,4)

f None

Q6: What is the correct HTML for making a checkbox??

a <checkbox>

b <input type="checkbox">

c None

d <input type="check">

e <check>

f None

Q7: MySQL supports user defined functions?

a None

b None
c False

d None

e True

f None

Q8: Which of the following function is used to get length of a string??

a strlen()

The correct Answer is: None

The correct Answer is: None

d length

e size()

f None of the above.

Q9: What Python library can you use to perform array and matrix manipulations??

a None

b Numarray

c math

d Algorithm

e None

f Numpy

Q10: Tick all the rules which need to be followed while developing a WordPress Plugin??

a None

b Create a sub-folder for PHP files, translations, and assets.

c Create the main plug-in file and fill up the header information.

d Create the folder of Plugin.


e Create a unique name.

f Create and install script.

You might also like