Which of the following git commands is used to manage files in a repository? (Choose two correct answers.)
Correct Answer:AC
Which of the following HTTP methods are used by REST? (Choose three correct answers.)
Correct Answer:CDE
Reference https://restfulapi.net/http-methods/
Which Ansible keyword is used in a playbook to store the result (i.e. return code) of a task in a variable?
Correct Answer:A
Reference https://docs.ansible.com/ansible/2.5/user_guide/playbooks_conditionals.html
Which of the following statements regarding microservices are true? (Choose three correct answers.)
Correct Answer:CDE
Which of the following statements describes the principal concept behind test driven development?
Correct Answer:C
Reference https://en.wikipedia.org/wiki/Test-driven_development
Which statements are true regarding databases during the deployment of a new release of a service using canary deployment? (Choose two correct answers.)
Correct Answer:BE