You are on page 1of 3

Q1: To start a list using circles, use?

a <ul ="round">

b <ul Type="round">

c <ul Type="circle">

d None

e <ul "round">

f None

Q2: What is UMASK??

The correct Answer is: None

b UMASK is a Unix environment variable, which not really used anymore and is
considered legacy.

c UMASK is a Unix environment variable, which automatically sets file permissions


created files.

d UMASK is a Unix environment variable, which is replaced by the chmod command


now however it's still largely used.

The correct Answer is: None

f UMASK is a Unix environment variable, which automatically sets the file visibility.

Q3: PHP allows you to send emails directly from a script?

a None

b None

c False

d None

e None

f True
Q4: What does 'become: yes' mean in Ansible playbooks??

a It means that we would run all commands as root

b None

c It means that the service needs to be started once installed

d It means that the worker node should become a manager node

e None

f It means that the command must be retried until it succeeds

Q5: What does the date_sunset() function returns?

a Returns the time of sunset for a given day / location

b Returns the date of sunset for a given day / location

c None

d None

e None

f None

Q6: Which are the objects used for storing data on the client provided by the HTML local
storage??

a Window.localSession

b None

c None

d Window.sessionStorage

e None

f Window.localStorage

Q7: What does the unset() function do??


a None

b None

c None

d The unset() function is not dedicated for variable management. It will make a
variable defined.

e The unset() function is dedicated for variable management. It will make a variable
undefined.

f None

You might also like