You are on page 1of 3

Q1: What is the meaning of "overhead" in MySQL??

a None

b None of the above

c The size of a table

d Temporary diskspace that the database uses to run some of the queries

e None

f A tablespace name

Q2: Docker host's IP address by default is 192.168.99.100?

a False

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f True

Q3: Using which of the following way can you embed PHP code in an HTML page??

a None

b <?php PHP code goes here php?>

c None

d None

e None

f <?php PHP code goes here ?>

Q4: How do you create a cookie in PHP??


a None

b makecookie()

c setcookie()

d None

e createcookie

f getcookie()

Q5: What does the unlink() function do??

a The unlink() function is dedicated for file system handling. It simply deletes the
file given as entry.

b None

c None

d The unlink() function is not dedicated for file system handling. It does not deletes
the file given as entry.

e None

f None

Q6: If you see a directory with the following permissions `drwxrwxrxt`, would you be able
to remove it??

a No, this folder can't be remove.

The correct Answer is: None

c Yes, we can remove it from any user

d Only the owner of the folder can remove this folder

e We can remove it with the root user

f We can remove it only using the root user

Q7: From which file does the command `free` takes it's information?
a /dev/meminfo

b /proc/freemem

c /proc/meminfo

d /dev/freemem

e /dev/memfree

f /proc/memfree

Q8: You can add a row using SQL in a database with which of the following??

a None

b CREATE

c ADD

d MAKE

e None

f INSERT

Q9: What does the Ansible setup module do??

a It shows you the information that the Ansible master server has about a host

b It helps you install Ansible on all of your servers

c None

d It helps you setup Ansible on the master server

e None

f It sets up the connection between the master and the worker nodes

You might also like