Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
20 views5 pages

Tech Quiz: Docker, WordPress, Ansible

This document contains 15 multiple choice questions testing knowledge of various technical topics including Docker, WordPress, Ansible, HTML, Linux commands, Kubernetes, Laravel, databases, and dates. The questions cover concepts such as Docker Swarm, differences between WordPress posts and pages, Ansible playbooks and variables, HTML headings, the grep command, Kubernetes API resources, Laravel routes, TCL usage, and how a year value of (00) would be stored in a database date field.

Uploaded by

jmamanimend
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views5 pages

Tech Quiz: Docker, WordPress, Ansible

This document contains 15 multiple choice questions testing knowledge of various technical topics including Docker, WordPress, Ansible, HTML, Linux commands, Kubernetes, Laravel, databases, and dates. The questions cover concepts such as Docker Swarm, differences between WordPress posts and pages, Ansible playbooks and variables, HTML headings, the grep command, Kubernetes API resources, Laravel routes, TCL usage, and how a year value of (00) would be stored in a database date field.

Uploaded by

jmamanimend
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Q1: ________is the enterprise-grade cluster management solution from Docker.

It manages
your whole cluster from a single place.?

The correct Answer is: None

b Docker Hub

The correct Answer is: None

d Docker Swarm

e Docker Universal Control Plane

f Docker Compose

Q2: In which programming language WordPress is written??

a Javascript

b Python

c VueJS

d Node

e PHP

f Java

Q3: What is the difference between Wordpress Posts and Wordpress Pages??

a None

b None of the above.

c Posts are entries listed in reverse chronological order on the site homepage and
Pages are static and are not listed by date.

d There is absolutely no difference between Posts and Pages.

e Pages are entries listed in reverse chronological order on the site homepage and
Posts are static and are not listed by date.

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

a ansible --playbook install.yml

b None

c ansible -p install.yml

d None

e ansible install.yml

f ansible-playbook install.yml

Q5: Which argument will you use to specify a variable for your Ansible playbook??

a -a

b -e

c -v

d None

e -c

f None

Q6: Choose the correct HTML element for the largest heading:?

a None

b <head>

c <h1>

d None

e <heading>

f <h6>

Q7: Which command can be used to find a word from a text file??
a grep

b find

c sort

d None

e None

f cut

Q8: Which argument do you need to specify in order to run a specific Ansible module??

a -ml

b -m

c --ansible-module

d None

e --modules

f None

Q9: Which superglobal variable holds information about headers, paths, and script
locations??

a None

b None

c $_SESSION

d $_GET

e $_SERVER

f $_GLOBALS

Q10: If you execute the command `umask 0002`, what will happen?

The correct Answer is: None


b Next time when we create a file using the chmod command, the permissions of will
be 666

c Next time when we create a file using the chmod command, the permissions of will
be 664

d None of the mentioned

The correct Answer is: None

f Next time when we create a file using the chmod command, the permissions of will
be 002

Q11: How to get all resources with simple output (just the resource name) in Kubernetes??

a kubectl api -r name

b kubectl api -o name

c kubectl api-resources -o name

d None

e kubectl api-resources name

f None

Q12: Which of the following are true for routes in Laravel??

a A route is an endpoint specified by a URI (Uniform Resource Identifier).

b None

c You can not pass any arguments to your routes.

d Routes can only handle GET requests

e Routes can point to a method on a controller and also dictate which HTTP
methods are able to hit that URI.

f None

Q13: TCL is used for _______??

a None
b Control access to data stored in a database

c Defining database schema

d None of the mentioned

e Managing the changes made by DML statements

f None

Q14: Ansible playbooks are the basis for a really simple configuration management and
multi-machine deployment system, unlike any that already exist, and one that is very well
suited to deploying complex applications.?

a true

b false

c None

d None

e None

f None

Q15: If you insert (00) as the value of the year in a date column, what will be stored in the
database??

a 0000

b 1900

c None

d 2000

e None

f Cannot be determined

You might also like