You are on page 1of 3

Q1: Which Ansible command will you use to install Apache on Ubuntu host??

a None

b ansible your_host_name_here -b -m apt -a "name=apache2 state=latest"

c None

d ansible your_host_name_here -b -m wget -a "name=apache2 state=latest"

e ansible your_host_name_here -b -m yum -a "name=apache2 state=latest"

f ansible your_host_name_here apt install "name=apache2 state=latest"

Q2: What are template tags in WordPress??

a Template tags are used within themes to retrieve content from your folder.

b Template tags are used within themes to retrieve content from your plugins.

c None

d None

e None

f Template tags are used within themes to retrieve content from your database.

Q3: Which command can be used to display file contents in octal??

a od

b octal

c None

d oshow

e oct

f None

Q4: How to build a Dockerfile??


a None

b $ docker build in <path to docker file>

c None

d $ docker build <path to docker file>

e $ docker build to <path to docker file>

f None

Q5: Which one of these variables has an illegal name??

a $my-Var

b None

c None

d $my_Var

e $myVar

f $MyVar

Q6: How can you change table sctructure after it was created??

a UPDATE TABLE

b ALTER TABLE

c CHANGE TABLE

d MODIFY TABLE

e It's not possible to change the structure

f None

Q7: What does vlink attribute mean??

a active link

b virtual link
c None

d visited link

e None

f very good link

Q8: Which declaration doesn't use the same number of bytes and consumption of bytes
depending on the input data??

a None

b Char

c Both Varchar And Char

d None Of The Mentioned

e Varchar

f None

You might also like