Question 101

Which of these swarm manager configurations will cause the cluster to be in a lost quorum state?
  • Question 102

    Is this a supported user authentication method for Universal Control Plane?
    Solution. SAML
  • Question 103

    You are troubleshooting a Kubernetes deployment called api, and want to see the events table for this object. Does this command display it?
    Solution: kubectl describe deployment api
  • Question 104

    The following health check exists in a Dockerfile:
    'HEALTCHECK CMD curl --fail http://localhost/health || exit 1'
    Which of the following describes its purpose?
  • Question 105

    A users attempts to set the system time from inside a Docker container are unsuccessful. Could this be blocking this operation?
    Solution: inter-process communication