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