You are on page 1of 4

Q1: The database development lifecycle is very important to the successful implementation

of a database system.?

a True

b None

c None

d None

e False

f None

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

a False

b None

c None

d None

e True

f None

Q3: How to copy a file from a docker container to the local system.?

a $ sudo docker copy

The correct Answer is: None

c $ sudo docker cut

The correct Answer is: None

The correct Answer is: None

f $ sudo docker cp

Q4: What is service container in Laravel??


a None

b Dockerized Laravel applications are called service containers.

c Service container is a tool used for performing dependency injection in Laravel.

d None

e None

f None

Q5: Where is WordPress content stored??

a None

b None

c WordPress stores it's content in the wp-content folder

d WordPress stores it's content in a MySQL database on the server.

e WordPress stores it's content in a MySQL database on the server.

f None

Q6: Which of the listed actions and filter hooks are functions in WordPress??

a open_filter() and close_action()

b None

c None

d doing_filter() and doing_action()

e apply_filters_ref_array() and do_action_ref_array()

f has_filter() and has_action()

Q7: Why is wordpress.com considered more secure than wordpress.org??

a None
b because it is SSL encrypted

c None

d because they limit the themes and also does not allow installing plugins.

e because they limit the site proxy settings

f None

Q8: Is there a way to identify the status of a Docker container??

The correct Answer is: None

b $ docker --ps

The correct Answer is: None

d $ docker ps

e $ docker -ps

The correct Answer is: None

Q9: What is a permalink??

a The numeric IP address of your WordPress site

b The complete URL of your WordPress site

c Permalinks are the permanent URLs to your individual pages and blog posts, as
well as your category and tag archives

d None

e A popular WordPress Plugin

f A permalink is the web address used to link to your content.

Q10: Which of the following answers refers to a Linux command-line command used for
configuring network interface parameters specific to the wireless communication??

a None

b ifconfig
c net config

d iwconfig

e networksetup

f None

Q11: Is there a hard limit for the number of containers that you can run and if there is which
is number of total containers that you can run??

a2

b None

c Even though there is no limit of containers that can run on Docker, hardware
limitations come into the picture.

d5

e None

f None

Q12: What is the function file_get_contents() used for??

a file_get_contents() is used for reading a file and storing it in a string variable.

b None

c file_get_contents() is used for parsing a file and storing it in a string variable.

d file_get_contents() is used for processing a file and storing it in a string variable.

e None

f None

You might also like