You are on page 1of 4

Q1: What is the correct HTML for making a hyperlink??

a None

b <http://mcqsets.com</a>

c <a name="http://mcqsets.com">MCQ Sets Quiz</a>

d url="http://mcqsets.com">MCQ Sets Quiz

e None

f <a href="http://mcqsets.com">MCQ Sets Quiz</a>

Q2: How to search for a docker image on dockerhub with the name mentioned in the
command.?

a $ docker search

b None

c $ docker --search ---hadoop

d None

e None

f $ docker search hadoop

Q3: How can you restore the WordPress core files??

a The core files can be downloaded back from Database.

b The core files can be fetched via your dashboard

c None

d The core files can be downloaded back from wordpress.org site.

e The core files can be downloaded back from your local machine as long as you
have a backup

f None

Q4: Which command can be used to know the terminal type??


a terminal

b who

The correct Answer is: None

d tty

The correct Answer is: None

f pts

Q5: How to scale a service to 7 replicas in Docker Swarm??

a None

b None

c docker service update name_of_your_service_here=7

d docker service upgrade name_of_your_service_here=7

e docker service replica-set name_of_your_service_here=7

f docker service scale name_of_your_service_here=7

Q6: What is the correct way to create a function in PHP??

a None

b new_function myFunction()

c None

d function myFunction()

e create myFunction()

f create new_function myFunction()

Q7: What should one use for plugin development — custom post types or custom database
tables??

a custom database tables


b None

c None

d custom post type

e None

f There is no specific preference for plugin development; it depends on what type of


plugin’s one has to develop.

Q8: What is PHP heredoc used for??

a None

b allows creating multiple lines of string without using quotations

c allows creating multiple lines of string with quotations

d allows creating single lines of string with using quotations

e allows creating single line of string without using quotations

f None

Q9: Are strstr and strchr aliases??

a None

b False

c None

d None

e True

f None

Q10: What is a Child Theme??

a None

b None

c None
d The child theme is an extension of the super parent theme

e The child theme is an extension of the sub-child theme

f The child theme is an extension of the parent theme

You might also like