You are on page 1of 4

Q1: Which of the following are Container Orchestrators? Select all answers that apply.?

a Docker Swarm

The correct Answer is: None

c Kubernetes

d Ansible

e Vault

The correct Answer is: None

Q2: How is a constant defined in a PHP script??

a define ("ACONSTANT", 123);

b None

c define ("ACONSTANT" 123)

d define (CONSTANT, 123);

e None

f None

Q3: A Docker image provides a template for a container with all the necessary files of an
application, but has no instructions to run it.?

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d True

The correct Answer is: None

f False

Q4: Which of the following is not a SQL operator??


a Not in

b Between .. and ..

c In

d Is null

e Like

f All of the above are valid SQL operators

Q5: Which command can be used to change file access permission bits??

a umask

b chown

c chperm

d chmod

The correct Answer is: None

The correct Answer is: None

Q6: How can we start a PHP session:?

a session()

b session_start()

c startSession()

d startS()

e sessionStart()

f start_session()

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

a FTP And Telnet

b Some Sort Of Client Program To Access The Databases


c None

d Perl, PHP Or Java

e None

f A Browser

Q8: Which of the following is NOT available in MySQL:?

a JOIN

b None

c LIKE

d FETCH

e None

f REVOKE

Q9: What is the prefix of WordPress tables by default??

a wp_ default

The correct Answer is: None

The correct Answer is: None

d wp_ in

e _wp_

f wp_

Q10: Which of the following SQL statements is correct??

a SELECT cname, COUNT(cname) FROM Orders

b SELECT cname, COUNT(cname) FROM Orders GROUP BY cname

c None

d SELECT cname, COUNT(cname) FROM Orders ORDER BY cname


e None

f None

Q11: The problem that occurs when one transaction updates a database item and then the
transaction fails for some reason is ________.?

a Temporary Modify Problem

b None

c None of the above

d None

e Dirty Read Problem

f Temporary Select Problem

You might also like