Question 76

A DevOps engineer is working on a local copy of a Git repository. The engineer would like to switch from the main branch to the staging branch but notices the staging branch does not exist. Which of the following Git commands should the engineer use to perform this task?
  • Question 77

    A Linux administrator found many containers in an exited state. Which of the following commands will allow the administrator to clean up the containers in an exited state?
  • Question 78

    Which of the following settings for umask ensures that new files have the default permissions -rw- r----- ?
  • Question 79

    Which of the following tools is BEST suited to orchestrate a large number of containers across many different servers?
  • Question 80

    A Linux administrator was asked to run a container with the httpd server inside. This container should be exposed at port 443 of a Linux host machine while it internally listens on port 8443.
    Which of the following commands will accomplish this task?