0% found this document useful (0 votes)
26 views4 pages

3 Problems For ODXO

The document contains 10 multiple choice questions about various topics related to Docker, PHP, HTTP, JSON, MySQL, and creating static pages in WordPress. Each question is followed by 5 or 6 possible answer choices with one answer choice being the correct one.

Uploaded by

mariasogaleria24
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)
26 views4 pages

3 Problems For ODXO

The document contains 10 multiple choice questions about various topics related to Docker, PHP, HTTP, JSON, MySQL, and creating static pages in WordPress. Each question is followed by 5 or 6 possible answer choices with one answer choice being the correct one.

Uploaded by

mariasogaleria24
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/ 4

Q1: When was Docker initially released ??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d 20 March 2015

e 20 March 2013

f 25 May 2013

Q2: How do you create an array in PHP??

a $cars = "Volvo", "BMW", "Toyota";

b $cars = array("Volvo", "BMW", "Toyota");

c None

d $cars = newarray("Volvo", "BMW", "Toyota");

e None

f $cars = array["Volvo", "BMW", "Toyota"];

Q3: What is the full form of HTTP??

a Hyper text transfer protocol

b None

c Hyphenation text test program

d none of the above

e Hyper text transfer package

f None

Q4: Can I use JSON instead of YAML for my compose file in Docker??
The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e False

f True

Q5: 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 all the records from the employees table and only those that match the
emp_no from the clients table

d The query will generate an error

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

f None

Q6: Which attribute is used to name an element uniquely??

a class

b None

c None

dd

e all of above

f dot

Q7: PHP allows you to send emails directly from a script?


a True

b None

c None

d False

e None

f None

Q8: Commands passed to the MySQL daemon are written in?

a Swedish

b Your Choice From Perl, PHP, Java Or Some Other Languages

c None

d Binary

e English

f The Structured Query Language

Q9: What Is a MySQL View??

a VIEWS are temporary tables that store data which store data only for a certain
amount of time

b None

c VIEWS are no different that any other tables except they are used for faster
loading.

d VIEWS are static tables that store data but the data can't be changed

e None

f VIEWS are virtual tables that do not store any data of their own but display data
stored in other tables.

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


a None

b None

c 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.

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 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.

f None

You might also like