You are on page 1of 4

Q1: Which operator is used to assign a value to a variable??

ax

b*

c=

d None

e None

f-

Q2: To start a list using circles, use?

a <ul "round">

b <ul Type="round">

c None

d None

e <ul Type="circle">

f <ul ="round">

Q3: Which of the following are not Numeric column types??

a BIGINT

b LARGEINT

c DECIMAL

d None

e SMALLINT

f DOUBLE

Q4: What is Gravatar??


a A Plugin

b CMS

c None

d WordPress core functionality

e Globally Recognized Image or Photo

f Profile Image

Q5: Containers running on a single machine all share the same operating system kernel.?

a None

b None

c None

d False

e None

f True

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

a function myFunction()

b None

c create new_function myFunction()

d new_function myFunction()

e create myFunction()

f None

Q7: Which command is used to copy file across different system??

a None

b ncp
c rsync

d mcp

e scp

f rcp

Q8: How to build a Dockerfile??

a $ docker build <path to docker file>

b $ docker build to <path to docker file>

c None

d $ docker build in <path to docker file>

e None

f None

Q9: How can you create an E-mail link??

a <a Href="mailto:a@b.com">

b <mail Href="a@b">

c None

d <a Href="a@b">

e <mail>a@b</mail>

f None

Q10: What is the recommended number of manager nodes in Docker Swarm??

a 3 or 5 managers

b 1 manager

c 0 managers

d None
e None

f As many as possible

Q11: Which of the following adds a checkmark Icon inside an Input??

a None

b Has-feedback

c Has-warning

d Help-block

e Has-success

f None

Q12: Which of the following values would give you the hostname of the remote host in your
Ansible Playbook??

a "{{ host }}"

b "{{ hostname }}"

c None

d None

e "{{ server_hostname }}"

f "{{ ansible_hostname }}"

You might also like