You are on page 1of 2

Q1: How can we check if the value of a given variable is alphanumeric??

a gtype_alnum to check whether it is an alphanumeric value or not.

b None

c None

d dtype_alnum to check whether it is an alphanumeric value or not.

e None

f ctype_alnum to check whether it is an alphanumeric value or not.

Q2: Will a comparison of an integer 12 and a string "13" work in PHP??

a True

b None

c None

d None

e False

f None

Q3: Which command will you use to pull a Docker image??

a docker get IMAGE_NAME

b docker pull IMAGE_NAME

c None

d docker start IMAGE_NAME

e docker image-pull IMAGE_NAME

f None

Q4: While starting minikube, a configuration file, gets created by default inside what
directory on Linux??
The correct Answer is: None

The correct Answer is: None

c /home/user

d /tmp

e /home/user/.kube

f /root

Q5: Which of the following method can be used to create a MySql database using PHP??

a mysql_create()

The correct Answer is: None

c mysql_close()

d mysql_connect()

e mysql_query()

f None of the mentioned

You might also like