You are on page 1of 5

Q1: What is a WordPress taxonomy??

a None

b None

c In WordPress, a “taxonomy” is a grouping mechanism for some plugins .

d In WordPress, a “taxonomy” is a grouping mechanism for some posts (or links or


custom post types).

e None

f In WordPress, a “taxonomy” is a grouping mechanism for some pages .

Q2: Ansible is an open-source agentless automation tool that enables you to easily configure
and deploy systems.?

a false

b None

c true

d None

e None

f None

Q3: Which of the answers listed below refers to a command used for invoking a text editor
in Unix-like operating systems??

a None

b bcdedit

c edit

d None

e notepad

f vi
Q4: JavaScript is the same as Java.?

a None

b None

c False

d None

e None

f True

Q5: How to show the logs of the docker container with contained id mentioned in the
command.?

a None

b $ docker ---logs 09ca6feb6efc

c None

d $ docker logs 09ca6feb6efc

e $ docker log 09ca6feb6efc

f None

Q6: Choose the option to remove write permission for group & others for a file “a.txt”.?

a Select disable write for group and others where file=”a.txt”

b None

c chmod w-go a.txt

d chmod go=”r-x” a.txt

e chmod go-w a.txt

f None

Q7: At its core, Kubernetes is a platform for:?


a Packaging software in containers

b Running and scheduling container applications on a cluster

The correct Answer is: None

d Provisioning machines (similar to Puppet, Ansible)

The correct Answer is: None

The correct Answer is: None

Q8: Inside which HTML element do we put the JavaScript??

a <script>

b <javascript>

c <js>

d None

e None

f <scripting>

Q9: In the context of Kubernetes, what is a container??

a A unit that stores data on a computer's memory drive

The correct Answer is: None

The correct Answer is: None

d A large metal box that is used to hold or transport something

e An application which requires dedicated hardware to run on

f A container is a standard unit of software that packages up code and all its
dependencies so the application runs quickly and reliably from one computing environment
to another

Q10: Which superglobal variable holds information about headers, paths, and script
locations??
a $_GLOBALS

b $_SERVER

c $_GET

d $_SESSION

e None

f None

Q11: Deployment Controllers are part of?

a Master Controller Manager

b kube-scheduler

c etcd manager

d API Controller Manager

e None

f None

Q12: What is the use of SQL??

a Displaying images

b Manipulating data in database

c Managing queries

d Retrieving data in database

e None

f Storing data in database

Q13: Which of the following is correct about PHP??

The correct Answer is: None

b PHP is a recursive acronym for "PHP: Hypertext Preprocessor".


c PHP is a server side scripting language that is embedded in HTML.

The correct Answer is: None

e It is used to manage dynamic content, databases, session tracking, even build


entire e-commerce sites.

f All of the mentioned.

Q14: Which command would you use to get the hostname of a remote host with Ansible?

a None

b None

c ansible your_server -m setup -a get=*hostname*

d ansible your_server -m setup -a field=*hostname*

e ansible your_server -m env -a filter=*hostname*

f ansible your_server -m setup -a filter=*hostname*

You might also like