1 Homework Help For LIKA

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Q1: Which command is used to create new directory??

a None

b dir

c None

d cdir

e newdir

f mkdir

Q2: Which of these is a valid call to a function (watch The Spaces Carefully!)?

a None

b CONCAT ( A , B )

c CONCAT ( "A" , "B" )

d None

e CONCAT( "A" . "B" )

f CONCAT( A , B )

Q3: The _____ character tells browsers to stop tagging the text?

a?

b None

c None

d/

e>

f%

Q4: Which relational database does WordPress use??


a MySQL

b None

c MSSQL SERVER

d PostgresSQL

e None

f Oracle

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

a None

b return the lowest sales value

c the query will generate an error

d None

e None

f None

Q6: How to get all resources with simple output (just the resource name) in Kubernetes??

a None

b kubectl api-resources -o name

c kubectl api-resources name

d kubectl api -o name

e None

f kubectl api -r name

Q7: How do we escape data before storing it in the database??

a The addstring function enables us to escape data before storage into the database.

b None
c None

d None

e None

f The addslashes function enables us to escape data before storage into the database.

Q8: Which service runs on each Kubernetes node and ensures containers are running in a
pod??

a etcd

b None

c kubelet

d kubeadm

e scheduler

f None

Q9: An abstraction in kubernetes which defines a logical set of pods and a policy to access
them.?

a node

b set

c None

d service

e None

f cluster

Q10: How to stop a docker container immediately??

The correct Answer is: None

b $ docker terminate

The correct Answer is: None


d $ docker stop

e $ docker kill

The correct Answer is: None

You might also like