You are on page 1of 4

Q1: Which Element Represents A Control For Generating A Public-private Key Pair??

a Key

b None

c Keygen

d Ins

e None

f Command

Q2: Choose the correct HTML element to define important text?

a None

b <b>

c <i>

d <strong>

e None

f <important>

Q3: If you want to change the text color to red which of the following tags you'll use??

a < Body Bgcolour = Red>

b < Body Text = Red>

c None Of These

d None

e None

f < Body Colour = Red>

Q4: Which of the following is correct about NULL??


a The special constant NULL is capitalized by convention and it should be defined as
such as it's case sensitive. Meaning null is different than NULL

The correct Answer is: None

c NULL is a special type that only has two values : NULL and NOT NULL

The correct Answer is: None

e NULL is a special type that only has one value: NULL.

f The special constant NULL is capitalized by convention, but actually it is case


insensitive.

Q5: In which variable is the users IP address stored??

a None

b $_ENV

c $REMOTE_ADDR

d $DOMAIN

e None

f $GLOBALS

Q6: Type Hinting was introduced in which version of PHP??

a None

b PHP 7

c PHP 4

d None

e PHP 6

f PHP 5

Q7: Which of the following is correct about constants vs variables in PHP??

The correct Answer is: None


b Constants cannot be defined by simple assignment, they may only be defined using
the define() function.

c Both of the mentioned

d None of the mentioned

The correct Answer is: None

f There is no need to write a dollar sign ($) before a constant, where as in Variable
one has to write a dollar sign.

Q8: What is UMASK??

a UMASK is a Unix environment variable, which automatically sets the file visibility.

The correct Answer is: None

c UMASK is a Unix environment variable, which not really used anymore and is
considered legacy.

The correct Answer is: None

e UMASK is a Unix environment variable, which is replaced by the chmod command


now however it's still largely used.

f UMASK is a Unix environment variable, which automatically sets file permissions


created files.

Q9: The API server is also known as:?

a None

b kube-apiserver

c kube-server

d None

e kubeapi

f k8s-apiserver

Q10: Once you’ve worked with an image, how do you push it to docker hub??
a None

b None

c $ docker push <username/image name>

d None

e $ docker push <username image name>

f $ docker --push <username image name>

Q11: What command is used to permanently remove a record from a database table??

a REMOVE

b None

c DELETE

d None

e CUT

f DROP

You might also like