Free 200-901 Exam Braindumps (page: 47)

Page 46 of 132

A company is adopting DevOps as part of an internal transformation, and is reviewing the success of the first deployments. Developers and engineers are working together to resolve any resulting issues. However, this new way of working has increased overhead, and the team is finding it difficult to complete releases in time. Which area of the CALMS framework must the company target for improvement?

  1. Collaboration
  2. Lean
  3. Sharing
  4. Measurement

Answer(s): B


Reference:

https://blog.sonatype.com/principle-based-devops-frameworks-calms



Refer to the exhibit. Which command, including arguments, is executed when the container starts?

  1. /bin/sh -c "/bin/sleep 30 && nginx -g 'daemon off;'"
  2. /bin/sh -c "/bin/sleep 10 && nginx -g 'daemon off;'"
  3. /bin/bash -c "/bin/sleep 30 && nginx -g 'daemon off;'"
  4. /bin/sh -c "/bin/sleep 30" && nginx -g 'daemon off;'

Answer(s): A



A developer created a new secure API and is testing the functionality locally. The API was added to a container for further testing, and other team members and applications need to connect to the API. Which command exposes the API in the container as port 8443 and allows connections external to the host?

  1. docker run -p 127.0.0.1:80:8443/tcp myapiservice
  2. docker run -p 0.0.0.0:443:8443/tcp myapiservice
  3. docker run -p 0.0.0.0:8443:443/tcp myapiservice
  4. docker run -p 127.0.0.1:443:8443/tcp myapiservice

Answer(s): C



A developer has created a new image to use in a Docker build and has added a tag for the image by using the command:

$ docker tag 84fe411926287 local/app:0.4

Which command must be executed next to build the Docker image using the tag?

  1. $ docker build -p local/app:0.4
  2. $ docker run -t local/app:0.4
  3. $ docker run -p local/app:0.4
  4. $ docker build -t local/app:0.4

Answer(s): D






Post your Comments and Discuss Cisco® 200-901 exam with other Community members:

200-901 Discussions & Posts