Which of the following Ansible tasks copies the file example.txt to a manage system?

Which of the following Ansible tasks copies the file example.txt to a manage system?A . C rsync:src: example.txtdst: /tmp/example.txtB . C copy:src: example.txtdest: /tmp/example.txtC . C retrieve:src: example.txtdest: /tmp/example.txtD . - cp:source: example.txtdst: /tmp/example.txtE . - transfer:src: example.txtdest: /tmp/example.txtView AnswerAnswer: B

March 16, 2019 No Comments READ MORE +

Which Ansible command is used to manage and store sensitive data in encrypted files?

CORRECT TEXT Which Ansible command is used to manage and store sensitive data in encrypted files? (Specify ONLY the command without any path or parameters.)A . ansible-vaultView AnswerAnswer: A

March 13, 2019 No Comments READ MORE +

The file index.php, which is being maintained in a git repository, was changed locally and contains an error. If the error has not been committed to the repository yet, which of the following git commands reverts the local copy of index.php to the latest committed version in the current branch?

The file index.php, which is being maintained in a git repository, was changed locally and contains an error. If the error has not been committed to the repository yet, which of the following git commands reverts the local copy of index.php to the latest committed version in the current branch?A...

February 21, 2019 No Comments READ MORE +

Which of the following statements are true about Jenkins? (Choose two correct answers.)

Which of the following statements are true about Jenkins? (Choose two correct answers.)A . Jenkins is specific to Java based applications.B . Jenkins can delegate tasks to slave nodes.C . Jenkins only works on local files and cannot use SCM repositories.D . Jenkins’ functionality is determined by plugins.E . Jenkins...

February 17, 2019 No Comments READ MORE +

Which of the following information is contained in the output of git status? (Choose three correct answers.)

Which of the following information is contained in the output of git status? (Choose three correct answers.)A . Changed files that will not be part of the next commit.B . Locked files which cannot be edited until the lock is released.C . Changed files that will be part of the...

February 13, 2019 No Comments READ MORE +

Which of the following HTTP methods are used by REST? (Choose three correct answers.)

Which of the following HTTP methods are used by REST? (Choose three correct answers.)A . CREATEB . REPLACEC . PUTD . DELETEE . GETView AnswerAnswer: C,D,E Explanation: https://restfulapi.net/http-methods/

February 5, 2019 No Comments READ MORE +

Which of the following statements regarding microservices are true? (Choose three correct answers.)

Which of the following statements regarding microservices are true? (Choose three correct answers.)A . Microservices facilitate the replacement of the implementation of a specific functionality.B . Microservices applications are hard to scale because microservice architecture allow only one instance of each microservice.C . Integration tests for microservices are not possible...

January 26, 2019 No Comments READ MORE +

Which of the statements below are true about the volume created by the following command? (Choose two correct answers.)

Which of the statements below are true about the volume created by the following command? (Choose two correct answers.) docker run Cv /data Cti debianA . The new /data volume contains a copy of the complete container’s base image.B . The volume containing the container’s rootfile system is retained until...

January 16, 2019 No Comments READ MORE +

Which git sub command copies a local commit to a remote repository?

CORRECT TEXT Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.)A . cloneView AnswerAnswer: A

January 16, 2019 No Comments READ MORE +

Which of the following commands lists the cookbooks available on a Chef server?

Which of the following commands lists the cookbooks available on a Chef server?A . kitchen cookbook listB . chef-client cookbook listC . chef-server cookbook listD . chef-solo cookbook listE . knife cookbook listView AnswerAnswer: C

January 12, 2019 No Comments READ MORE +