0% found this document useful (0 votes)
9 views3 pages

4 Answer For ZBQO

The document contains questions about PHP functions, Kubernetes commands, HTML embedding of PHP code, Kubernetes services, container properties, PHP sessions, concatenation operators, the top command output, and SQL UNION queries. The correct answers are provided.

Uploaded by

Guntram Richter
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views3 pages

4 Answer For ZBQO

The document contains questions about PHP functions, Kubernetes commands, HTML embedding of PHP code, Kubernetes services, container properties, PHP sessions, concatenation operators, the top command output, and SQL UNION queries. The correct answers are provided.

Uploaded by

Guntram Richter
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Q1: What is the use of the function 'imagetypes()'??

a imagetypes() hasn't been used since PHP4 and it's not being supported.

b imagetypes() is not a real function

c imagetypes() gives the image size and types supported by the current version of
GH-PHP.

d imagetypes() gives the image format and types supported by the current version
of GD-PHP.

e None

f None

Q2: Write a command to create deployment??

a kubectl create –f Deployment.yaml –record

The correct Answer is: None

c kubectl --create f Deployment.yaml –record

The correct Answer is: None

The correct Answer is: None

f kubectl create f Deployment.yaml –record

Q3: Using which of the following way can you embed PHP code in an HTML page??

a None

b None

c <?php PHP code goes here php?>

d None

e <?php PHP code goes here ?>

f None

Q4: Which of the following is not a services in Kubernetes??


a Node port

b Cluster IP

The correct Answer is: None

d Container Proxy

e External name

f Load Balancer

Q5: Containers include the application and all of its dependencies, but share the kernel with
other containers. They run as an isolated process in userspace on the host operating
system.?

a True

b None

c None

d False

e None

f None

Q6: How can we initiate a session in PHP??

a None

b $_session_start()

c session_start()

d $session_start()

e None

f None

Q7: _______________ is cocatenation operator in PHP ??


a^

b None

c . (dot)

d-

e None

f + (plus)

Q8: What does the command top show?

a The space usage

b The current processes alongside information about them

c The memory usage

d None

e None

f Nothing, it's not a command

Q9: The UNION command is used to combine result sets from more than one query into a
single result set?

a False

b None

c True

d None

e None

f None

You might also like