0% found this document useful (0 votes)
19 views5 pages

1 Problems For ERKQ

The document contains 15 multiple choice questions related to topics like PHP, HTML, MySQL, Docker, Kubernetes, and Linux. Each question has 6 possible answer choices with one or two marked as the correct answer.

Uploaded by

nonna
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)
19 views5 pages

1 Problems For ERKQ

The document contains 15 multiple choice questions related to topics like PHP, HTML, MySQL, Docker, Kubernetes, and Linux. Each question has 6 possible answer choices with one or two marked as the correct answer.

Uploaded by

nonna
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/ 5

Q1: Which of the following is used to check that a cookie is set or not??

a getcookie() function

b isset() function

c $_COOKIE variable

The correct Answer is: None

The correct Answer is: None

f None of the above.

Q2: How can you create a static page with WordPress??

a To create a static page in WordPress, in the page section you have to upload a PHP
file to the server in the theme folder, and then select that as your template.

b None

c None

d To create a static page in WordPress, in the page section you have to upload a
HTML file to the server in the theme folder, and then select that as your template.

e None

f To create a static page in WordPress, in the page section you have to upload a PERL
file to the server in the theme folder, and then select that as your template.

Q3: How many error levels are available in PHP ??

a None

b 16

c None

d 20

e 19

f4
Q4: Applications inside the containers accept configuration parameters in the form of
environment variables. These variables can tell the app to listen on a specific port but you
can't use a specific password.?

a False

b None

c None

d True

e None

f None

Q5: Who designed the Linux OS??

a Steve Linus

The correct Answer is: None

c Steve Wozniak

d Steve Jobs

The correct Answer is: None

f Linus Torvalds

Q6: To use MySQL on your computer, you'll need?

a None

b FTP And Telnet

c Some Sort Of Client Program To Access The Databases

d Perl, PHP Or Java

e A Browser

f None

Q7: How to copy a file from a docker container to the local system.?
The correct Answer is: None

The correct Answer is: None

c $ sudo docker copy

d $ sudo docker cp

e $ sudo docker cut

The correct Answer is: None

Q8: Which command is used to create resources in Kubernetes??

a kubectl apply -f ./my-manifest.yaml

b kubectl create -f ./my-manifest.yaml

c None

d kubectl deploy -f ./my-manifest.yaml

e None

f kubectl fuse -f ./my-manifest.yaml

Q9: What is the difference between echo and print??

a None

b Print can take multiple parameters where as echo cannot

c They both behave the same

d Echo can take multiple parameters where as print cannot

e None

f Print is a function where as echo is not.

Q10: What will be the effect of the query SELECT c.*,e.* FROM clients c INNER JOIN
employees e ON c.emp_no = e.emp_no;?

a None
b return all the records from the clients table and only those that match the emp_no
from the employees table

c return only records that have matching emp_no values in both tables

d The query will generate an error

e return all the records from the employees table and only those that match the
emp_no from the clients table

f None

Q11: Which tag creates a check box for a form in HTML??

a <input checkbox>

b <checkbox>

c <input type="checkbox">

d <input=checkbox>

e None

f None

Q12: What is the role of cloud controller manager??

a cloud controller manager is an essential component for persistent storage, the


abstraction of cloud-specific code from core Kubernetes code, and network routing.

b cloud controller manager is an essential component for local storage, the fraction
of cloud-specific code from non core Kubernetes code, and network routing.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q13: Which HTML tag would be used to display power in expression (A+B)2 ??

a <sub>
b None

c <sup>

d <p>

e <b>

f None

Q14: In a LIKE clause, you can could ask for any value ending in "qpt" by writing?

a LIKE ton$

b LIKE %qpt

c None

d None

e LIKE *ton

f LIKE ^.*ton$

Q15: What is the use of Canvas element in HTML5??

a The canvas element is used to draw graphics by making use of JavaScript. It is


defined with the <canvas> tag.

b None

c None

d None

e The canvas element is used to draw graphics by making use of CSS. It is defined
with the <canvas> tag.

f None

You might also like