exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 278 discussion

Actual exam question from Cisco's 350-901
Question #: 278
Topic #: 1
[All 350-901 Questions]

A developer creates an application for a Cisco Catalyst 9000 switch in a Docker container. Which action must be taken to host the application on the switch?

  • A. Export the application as a TAR file and import the file to the switch.
  • B. Connect the switch to Cisco DNA Center and push the application through the platform.
  • C. Use the Cisco IOxClient tool to export the application to a ZIP file and push the file to the switch.
  • D. Copy the application code to a NETCONF file and upload the file to the switch.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
lznlxl
Highly Voted 1 year, 5 months ago
given answer is correct. Once developers have built the docker application, running the standard “docker save” command can be used to export the application as “.tar” compressed file. The application can then be deployed on the Catalyst 9000 series switches. Cisco’s ioxclient tool is no longer required to package the application. Ioxclient is an optional tool for developers who want to define additional parameters for the application.
upvoted 6 times
...
kirrim
Most Recent 8 months, 3 weeks ago
Selected Answer: A
Steps are: 1. Design, develop, and dockerize the application. 2. Upload the containerized application to a repository, save the container as a .tar file, and prepare and format the USB drive. 3. Download the application to usbflash1 and configure the relevant VLAN interface on the switch. 4. Install the application on the switch via the CLI 5. Configure the application that hosts vNIC on the switch. 6. Activate and start the hosted application via the CLI
upvoted 2 times
...
kati2k22cz
9 months, 1 week ago
Selected Answer: A
Yes its A here other link about docker https://developer.cisco.com/docs/app-hosting/#!getting-started-with-docker-applications-deployment/install-activate-and-start-app
upvoted 1 times
...
mimimi
10 months ago
Guys, answer is B, here is the step by step= https://ccie.tv/deploying-docker-containers-to-a-cisco-catalyst-9300/
upvoted 1 times
...
mikha4
12 months ago
Selected Answer: A
I'll go on A
upvoted 1 times
...
i9t6
1 year ago
Selected Answer: B
From Official Cert Guide "You now have several deployment options. You can use: Cisco DNA Center, Cisco IOx Local Manager, or you can do CLI-based actions." A could assume CLI, B is correct, C is IOx LM, no client tool
upvoted 1 times
...
vrossa
1 year ago
Correct answer is A: Create docker and import to a tar file: https://developer.cisco.com/docs/app-hosting/#!docker-applications-development/tutorial-build-sample-docker-python-simple-app Install a tar file after import to Switch flash: https://developer.cisco.com/docs/app-hosting/#!getting-started-with-docker-applications-deployment/install-activate-and-start-app
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...