You are on page 1of 4

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

The correct Answer is: None

b wp_ default

c wp_ in

d wp_

e _wp_

The correct Answer is: None

Q2: The BODY Tag is usually used after?

a None

b None

c TITLE Tag

d HTML Tag

e HEAD Tag

f EM Tag

Q3: What does the FROM instruction do in a Dockerfile??

a FROM adds files from your Docker client’s current directory

b None

c None

d FROM creates a layer from a base Docker image.

e FROM specifies the creator of the image

f FROM is an invalid instruction

Q4: What is the output of the command ‘umask –S’??


a Removes the current mask value.

b Sets new mask value.

c None

d None

e Shows mask value using symbolic notion.

f Shows mask value using octal values.

Q5: Which command is used to build a Docker image??

a docker create username/repository_name:1.0.1

b None

c docker built username/repository_name:1.0.1

d None

e docker image -t create username/repository_name:1.0.1

f docker build -t username/repository_name:1.0.1

Q6: Which command can be used to count characters in a text file??

a fsize

b None

c count

d ccount

e None

f wc

Q7: What is cite tag in HTML5??

a None

b None
c <cite title"value">Some Text Here</cite>

d <cite title:"value">Some Text Here</cite>

e None

f <cite title="value">Some Text Here</cite>

Q8: Which of the following is not a pair tag??

a <img>

b None

c<u>

d <p>

e None

f <i>

Q9: How to protect special characters in a query string??

a None

b None

c None

d urlencode()

e urlbypass()

f url_encode()

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

a octal

b oct

c oshow

d od
e None

f None

Q11: Which of the following is not a valid comparison operator??

a None

b ==

c <=>

d None

e <>

f !=

You might also like