exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 360 discussion

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

A software developer is designing a new application to collect data from the network and feed the data into a custom dashboard. The application must be easy to troubleshoot and scale. What are two reasons the developer must use modularity in the design for maintainability instead of a single code base that involves dependencies? (Choose two.)

  • A. makes the application operate faster
  • B. application becomes more flexible and extendable
  • C. code reusability increases
  • D. better integration with public cloud services
  • E. software configuration management is easier
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

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
Amycert
7 months, 4 weeks ago
Selected Answer: BC
only b and c are related
upvoted 1 times
...
1a63556
1 year, 4 months ago
Selected Answer: BC
B. Application becomes more flexible and extendable. C. Code reusability increases. Modularity in software design results in an application that is more flexible and extendable. This means that modules can be added, removed, or modified without affecting the functionality of other parts of the application, which makes the application easier to maintain and scale. Code reusability is also a significant advantage of modular design. When code is broken down into modules, those modules can be reused in other parts of the application or even in other applications. This not only speeds up development time but also leads to improved consistency and less redundancy in the code base.
upvoted 4 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 ...