701-100 DevOps Tools Engineer Exam

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Which of the following kinds of data are suitable as artifacts in a continuous delivery pipeline? (Choose three correct answers.)

Select all that apply, then click Submit answer.

  • Executable applications such as .exe files or .jar packages.

  • Copies of the contents of source code repositories.

  • Build configuration files such as Makefiles or Maven configurations.

  • Compiled packages to be installed by a Linux package manager.

  • Docker container images which contain an application.

Question 5

Which of the following goals are favored by agile software development methodologies? (Choose two correct answers.)

Select all that apply, then click Submit answer.

  • Self-organization of teams.

  • Central governance and control.

  • Flexibility of processes.

  • Absolute planning adherence.

  • Long-term release and feature management.

Question 6

How is cloud-init integrated with a managed system image?

Select an option, then click Submit answer.

  • cloud-init provides the cloud-init-worker command which has to be invoked periodically within the running instance.

  • cloud-init provides systemd units which must be included in several stages of the booting process of the instance.

  • cloud-init provides its own startup mechanism which replaces the instance’s original init system, such as systemd.

  • cloud-init provides a Linux kernel module that must be included and loaded in the instance’s initramfs.

  • cloud-init provides the cloud-init-daemon service which is launched during startup and keeps the instance in sync with the desired configuration.