You are on page 1of 4

Q1: Which command is used to access a running container??

a None

b docker fetch container

c docker run container_id bash

d docker login container_id

e docker exec -it container_id bash

f None

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

a Drop

b None

c Remove

d Truncate

e Delete

f Both Delete and Remove

Q3: A systematic collection of data stored in a central location is known as??

a Database

b CSV

c Excel

d None

e Flat file

f None

Q4: The Function 'fetchrow_hashref()' returns reference to hash row values keyed by
______________?
a Column Name

b Row Name

c None

d None

e Table Name

f Database Name

Q5: Which are the three looping constructs provided by shell?

a each

b done

c foreach

d until

e for

f while

Q6: What is the name of the enterprise-grade cluster management solution from Docker??

a Docker Swarm

b Docker Web UI

c Docker Hub

d Docker Universal Control Plane

e None

f None

Q7: ____________ function in PHP Returns a list of response headers sent (or ready to send)?

a header_send()

b None
c header_sent()

d headers_list()

e None

f header()

Q8: Are strstr and strchr aliases??

a None

b False

c None

d None

e None

f True

Q9: How do we check if a given variable is empty??

a With the isitnull() function.

b None

c None

d With the null() function.

e With the isitempty() function.

f With the empty() function.

Q10: Which of the following are Kubernetes Objects??

a Kubernetes objects are Pod, Service and Volume.

b Kubernetes objects are Host, Auth and Cluster.

The correct Answer is: None

The correct Answer is: None


The correct Answer is: None

The correct Answer is: None

Q11: How can we check if the value of a given variable is a number??

a numeric(true)

b is_numeric()

c None

d None

e numeric()

f None

Q12: What is the difference between WordPress Posts and Pages??

a Posts are entries listed in reverse chronological order on the site homepage and
Pages are static and are not listed by date.

b Pages are entries listed in reverse chronological order on the site homepage and
Posts are static and are not listed by date.

c None

d None

e None of the above.

f There is no difference between Posts and Pages.

You might also like