You are on page 1of 4

Q1: Which command is used to remove all rows from a table??

a Remove

b Delete

c Truncate

d Drop

e Both Delete and Remove

f None

Q2: Which command can be used to find a word from a text file??

a cut

b grep

c None

d find

e None

f sort

Q3: Which tag creates a check box for a form in HTML??

a None

b <input type="checkbox">

c <checkbox>

d <input=checkbox>

e <input checkbox>

f None

Q4: What is the correct HTML for inserting a background image??


a <background img="background.gif">

b <background style img="background.gif">

c <body bg="background.gif">

d None

e None

f <body style="background-image:url(background.gif)">

Q5: Which command will you use to display the first user??

a kubectl config view -o jsonpath='{.users[*].name}'

b None

c kubectl config view user 1

d kubectl config view -o jsonpath='{.usersname[]}'

e None

f kubectl config view -o jsonpath='{.users[].name}'

Q6: What do you know about Sematext Docker Agent??

a Sematext Docker agent runs as a large container in each Docker port and gathers
metrics, events and logs for some of the containers and cluster nodes.

The correct Answer is: None

c Sematext Docker agent runs as a small container in each Docker host and gathers
metrics, events and logs for all the containers and cluster nodes.

The correct Answer is: None

e Sematext Docker agent runs as a large container in some Docker host and gathers
metrics, events and logs for all the containers and cluster nodes.

The correct Answer is: None

Q7: Please select Spatial data types:?


a POLYGON

b SQUARE

c None

d POINT

e CIRCLE

f GEOMETRY

Q8: Is the NULL value treated as 0??

a None

b True

c False

d None

e None

f None

Q9: Which command can be used to execute a command/s repeatedly for the given
schedule??

The correct Answer is: None

b crontab

The correct Answer is: None

d for

e while

f set

Q10: The die() and exit() functions do the exact same thing.?

a None

b True
c False

d None

e None

f None

Q11: How can you call a constructor for a parent class??

a None

b None

c None

d Parents:: call($value)

e Parents:: call_constructor($value)

f Parents:: constructor($value)

You might also like