You are on page 1of 3

Q1: Which level of Abstraction describes what data are stored in the Database??

a View Level

b Physical Level

c None

d Abstraction Level

e Logical Level

f None

Q2: What is the difference between characters \034 and \x34??

a None

b None

c \034 is octal 34 and \x34 is hex 34.

d \034 is hex 34 and \x34 is octal 34.

e None

f None

Q3: Which of the following provides the error code associated with this file upload??

a $_FILES['error']

b $_FILES['errors']

c $_FILES['file']['error']

d $_FILES->file->errors

e $_FILES['file']['errors']

f $_FILES->file->error

Q4: How can you edit a WordPress comment??


a None

b You can edit WordPress comment using the profile. From the panel, under the
Comments option, select edit to edit a comment.

c None

d You can edit WordPress comment using the dashboard. From the panel, under the
Comments option, select edit to edit a comment.

e You can edit WordPress comment using the command. From the panel, under the
Comments option, select edit to edit a comment.

f None

Q5: How to pull the Apache HTTP server image.?

a $ docker pull http img

b None

c None

d $ docker pull httpd

e $ docker pull httpd img

f None

Q6: Sub queries have better performance compared to JOIN queries?

a None

b True

c False

d None

e None

f None

Q7: What is ETCD??


The correct Answer is: None

b Etcd is written in C++ programming language and is a distributed key-value store


used for coordinating between distributed work.

The correct Answer is: None

d Etcd is written in Go programming language and is a distributed key-value store


used for coordinating between distributed work.

The correct Answer is: None

f Etcd is written in Python programming language and is a distributed key-value


store used for coordinating between distributed work.

Q8: How can you get involved with WordPress??

a Edit the Codex (documentation)

b None

c Help in the Forums

d All of these

e Attend Word Camp

f None

You might also like