An online shop needs to store information about clients and orders. A list of fixed properties for
clients and orders exists. The data storage should enforce specific data types on these properties and
ensure that each order is associated with an existing client. Which of the following cloud services is
capable of fulfilling these requirements?
E
What is tested by unit tests?
D
Which of the following tasks can Logstash fulfill without using other components of the Elastic Stack?
(Choose three.)
C,D,E
Which of the following conditionals exist in an Ansible playbook? (Choose three correct answers.)
A. with_nodes
B. with_playbook
C. with_sequence
D. with_items
E. with_nested
C,D,E
Reference
//docs.ansible.com/ansible/2.4/playbooks_loops.html
Which of the following kinds of data are suitable as artifacts in a continuous delivery pipeline?
(Choose three correct answers.)
B,C,D
Which of the following properties apply to a content delivery network? (Choose three correct
answers.)
C,D,E
Which of the following goals are favored by agile software development methodologies? (Choose
two correct answers.)
C,E
Which of the following statements describes the principal concept behind test driven development?
A. Tests may not be written by the same development team that wrote the tested code.
B. All tests are generated automatically from the tested source code.
C. Tests are written before the function / method is implemented.
D. The only acceptable reason to write a test is to prevent fixed bugs from occurring again.
E. Instead of testing software automatically, manual tests are performed and logged daily.
C
Reference
//en.wikipedia.org/wiki/Test-driven_development
Which of the following elements are presents in a Vagrant box file? (Choose two correct answers.)
B,D
CORRECT TEXT
Which vagrant sub command executes a command in a running box? (Specify only the sub command
without any path or parameters.)
ssh
How is cloud-init integrated with a managed system image?
D
Which of the following sections must exist in a Packer template?
B
What must be the first line of a plain text user-data configuration containing YAML configuration for
cloud-init?
A. cloud-config:
B. --- cloud-config
C. #!/usr/bin/cloud-init
D. [cloud-config]
E. #cloud-config
E
Reference
//cloudinit.readthedocs.io/en/latest/topics/examples.html
How does Vagrant run virtual machines?
D
Which security issues exist for most publicly available Vagrant boxes? (Choose three correct
answers.)
A. They accept SSH logins from the user vagrant with the password vagrant.
B. They accept SSH logins from the user vagrant with a publicly available SSH key pair.
C. The vagrant user can use sudo to obtain root privileges without additional authentication.
D. Their whole file system, including configuration files, is writable by any user, including vagrant.
E. They export their file system via NFS with full write permissions without any additional
restrictions.
A,B,C
Reference
//www.vagrantup.com/docs/boxes/base.html