You are on page 1of 3

Q1: How do you get information from a form that is submitted using the "get" method??

a Request.QueryString;

b $_GET.QueryString

c None

d $_GET[];

e Request.Form;

f None

Q2: Is the NULL value treated as 0??

a None

b None

c None

d None

e False

f True

Q3: How to restart the docker container with container id mentioned in the command.?

a $ docker restart 109cb6nw

The correct Answer is: None

c $ docker res 109cb6nw

The correct Answer is: None

The correct Answer is: None

f $ docker rs 109cb6nw

Q4: What are template tags in WordPress??


a None

b Template tags are used within themes to retrieve content from your plugins.

c None

d Template tags are used within themes to retrieve content from your database.

e Template tags are used within themes to retrieve content from your folder.

f None

Q5: The main MySQL program that does all the data handling is called?

a Mysqld

b Mysql.exe

c None

d None

e Mysql

f Httpd

Q6: The command to remove rows from a table "MOVIE" is:?

a DELETE FROM MOVIE WHERE

b UPDATE FROM MOVIE

c DROP FROM MOVIE

d REMOVE FROM MOVIE

e None

f None

Q7: Choose the correct HTML element to define emphasized text?

a None

b None
c <it>

d <italic>

e <i>

f <em>

Q8: Kubernetes is written in?

The correct Answer is: None

b Python

c C++

The correct Answer is: None

e Java spring framework

f Go

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

a None

b None

c etcd

d kubeadm

e scheduler

f kubelet

You might also like