exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 193 discussion

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

Which two files are needed to create a Cisco IOx application to host on a Cisco device that is running a Cisco IOS XE version older than 16.12? (Choose two.)

  • A. package_setup.py
  • B. package_config.ini
  • C. application.cfg
  • D. iox.cfg
  • E. package.yaml
Show Suggested Answer Hide Answer
Suggested Answer: BE 🗳️

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
dsizov
Highly Voted 1 year, 4 months ago
BE https://developer.cisco.com/docs/iox/#!package-format/iox-application-package
upvoted 7 times
...
designated
Highly Voted 9 months ago
Selected Answer: BE
An IOx application package shall consist of : - package.yaml (E) - package_config.ini (B) - package.mf - package.cert - artifacts.tar.gz
upvoted 5 times
...
Teringzooi
Most Recent 7 months, 3 weeks ago
Selected Answer: BE
Correct answers: B & E ONE package descriptor file named as "package.yaml" and should be present in the root of the package zero or one application configuration file named as "package_config.ini". If present, should be in the root of the package. zero or one application manifest named as "package.mf". If present, should be in the root of the package. zero or one certificate containing signing information named as "package.cert". If present, should be in the root of the package. ONE tar.gz envelope containing application or service artifacts with the name "artifacts.tar.gz". These artifacts may be binaries, application code, application libraries, virtual disks, rootfs etc., More details about this in the below sections. https://developer.cisco.com/docs/iox/#!package-format/iox-application-package
upvoted 3 times
...
ferock
1 year ago
Selected Answer: BE
IOx application package Anatomy of an application package An IOx application package shall consist of : ONE package descriptor file named as "package.yaml" and should be present in the root of the package zero or one application configuration file named as "package_config.ini". If present, should be in the root of the package. zero or one application manifest named as "package.mf". If present, should be in the root of the package. zero or one certificate containing signing information named as "package.cert". If present, should be in the root of the package. ONE tar.gz envelope containing application or service artifacts with the name "artifacts.tar.gz". These artifacts may be binaries, application code, application libraries, virtual disks, rootfs etc., More details about this in the below sections. Source: https://developer.cisco.com/docs/iox/#!package-format/iox-application-package
upvoted 3 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 ...