200-901 Developing Applications and Automating Workflows using Cisco Core Platforms (DEVASC)

Loading demo links...

Showing 4–6 of 20 questions

Question 4 (Network Fundamentals)

Refer to the exhibit.

Which two statements about the network diagram are true? (Choose two.)

Select all that apply, then click Submit answer.

  • The subnet address of PC-B has 18 bits dedicated to the network portion.

  • One of the routers has two connected serial interfaces.

  • R1 and R3 are in the same subnet.

  • PC-A and PC-B are in the same subnet.

  • The subnet of PC-C can contain 256 hosts.

Question 5 (New Update)

Which two commands download and execute an Apache web server container in Docker with a port binding 8080 in the container to 80 on the host? (Choose two.)

Select all that apply, then click Submit answer.

  • docker pull apache

  • docker run -p 8080:80 httpd

  • docker run -p 80:8080 httpd

  • docker pull httpd

  • docker pull https

Question 6 (Software Development and Design)

What are two advantages of version control software? (Choose two.)

Select all that apply, then click Submit answer.

  • It supports tracking and comparison of changes in binary format files.

  • It allows new team members to access the current code and history.

  • It supports comparisons between revisions of source code files.

  • It provides wiki collaboration software for documentation.

  • It allows old versions of packaged applications to be hosted on the Internet.