You are on page 1of 4

Q1: Which command will you use to run a playbook called install.yaml with Ansible??

a None

b ansible -p install.yml

c ansible install.yml

d None

e ansible-playbook install.yml

f ansible --playbook install.yml

Q2: Include files must have the file extension ".inc"?

a True

b None

c None

d False

e None

f None

Q3: A simple text file which tells the browser what to cache Is known as a/an ________.?

a HTML File

b None

c Input Files

d A Manifest File

e Output Files

f None

Q4: How can you open a link in a new tab/browser window??


a None

b <a href="url" new>

c <a href="url" target="new">

d <a href="url" target="_blank">

e None

f <a href="url" target="new-tab">

Q5: What is a Widget??

a Widget is a function of special software that allows feedreaders to access a site.

b None of the mentioned

c Widget is a vertical column provided by a theme for displaying information other


than the main content of the web page.

d None

e None

f WordPress Widgets add content and features to your Sidebars.

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

a apply_filters_ref_array() and do_action_ref_array()

b has_filter() and has_action()

c doing_filter() and doing_action()

d open_filter() and close_action()

e None

f None

Q7: Which Element Represents A Control For Generating A Public-private Key Pair??

a Ins

b None
c Command

d None

e Key

f Keygen

Q8: What should be the first tag in any HTML Document??

a None

b <title>

c None

d <head>

e <!doctype html>

f <html>

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

a create myFunction()

b new_function myFunction()

c None

d None

e create new_function myFunction()

f function myFunction()

Q10: Which of the following is correct about geolocation api in HTML5??

a A Javascript can capture your latitude and longitude and can be sent to backend
web server and do fancy location-aware things like finding local businesses or showing your
location on a map.

b All of these

c HTML5 Geolocation API lets you share your location with your favorite web sites.
d Today most of the browsers and mobile devices support Geolocation API.

e None

f None

Q11: How can you set the default rwx permission to all users on every file which is created
in the current shell??

a umask 0666

b None

c chmod 777

d umask 0777

e None

f chown 777

You might also like