[Nov 06, 2022] 350-901 Exam Brain Dumps - Study Notes and Theory
Pass Cisco 350-901 Test Practice Test Questions Exam Dumps
Cisco 350-901 Exam Topics:
| Section | Weight | Objectives |
|---|---|---|
| Application Deployment and Security | 20% | 1. Diagnose a CI/CD pipeline failure (such as missing dependency, incompatible versions of components, and failed tests) 2. Integrate an application into a prebuilt CD environment leveraging Docker and Kubernetes 3. Describe the benefits of continuous testing and static code analysis in a CI pipeline 4. Utilize Docker to containerize an application 5. Describe the tenets of the "12-factor app" 6. Describe an effective logging strategy for an application 7. Explain data privacy concerns related to storage and transmission of data 8. Identify the secret storage approach relevant to a given scenario 9. Configure application specific SSL certificates 10. Implement mitigation strategies for OWASP threats (such as XSS, CSRF, and SQL injection) 11. Describe how end-to-end encryption principles apply to APIs |
| Using APIs | 20% | 1. Implement robust REST API error handling for time outs and rate limits 2. Implement control flow of consumer code for unrecoverable REST API errors 3. Identify ways to optimize API usage through HTTP cache controls 4. Construct an application that consumes a REST API that supports pagination 5. Describe the steps in the OAuth2 three-legged authorization code grant flow |
| Software Development and Design | 20% | 1. Describe distributed applications related to the concepts of front-end, back-end, and load balancing 2. Evaluate an application design considering scalability and modularity 3. Evaluate an application design considering high-availability and resiliency (including on-premises, hybrid, and cloud) 4. Evaluate an application design considering latency and rate limiting 5. Evaluate an application design and implementation considering maintainability 6. Evaluate an application design and implementation considering observability 7. Diagnose problems with an application given logs related to an event 8. Evaluate choice of database types with respect to application requirements (such as relational, document, graph, columnar, and Time Series) 9. Explain architectural patterns (monolithic, services oriented, microservices, and event driven) 10. Utilize advanced version control operations with Git
11. Explain the concepts of release packaging and dependency management |
| Infrastructure and Automation | 20% | 1. Explain considerations of model-driven telemetry (including data consumption and data storage) 2. Utilize RESTCONF to configure a network device including interfaces, static routes, and VLANs (IOS XE only) 3. Construct a workflow to configure network parameters with:
4. Identify a configuration management solution to achieve technical and business requirements |
Exam Content
This certification test has the allocated duration of 120 minutes. The exam is available to the applicants at the price of $400 in the English language. To schedule the session, the candidates need to sign up with the Pearson VUE platform.
Conclusion
Cisco specializes in all manner of certification training to help candidates take their careers to the next level. The Cisco 350-901 exam will confirm your ability to work with emerging software technologies and solutions efficiently. Having covered everything you need to know about this test, it should be easier to fulfill your career goals.
NEW QUESTION 162
Drag and drop the code from the bottom onto the box where the code is rrnssmg to create a Webex space Not ail options are used.
Answer:
Explanation:

NEW QUESTION 163
Refer to the exhibit.
Drag and drop the code snippets from the bottom onto the boxes where the code is missing to retrieve a list of all the members of a specific Cisco Webex organization Not at options are used.
Answer:
Explanation:
NEW QUESTION 164
Which two statements are considered best practices according to the 12-factor app methodology for application design? (Choose two.)
- A. Application code writes its event stream to stdout.
- B. Application log streams are archived in multiple replicated databases.
- C. Application code writes its event stream to specific log files.
- D. Application log streams are sent to log indexing and analysis systems.
- E. Log files are aggregated into a single file on individual nodes.
Answer: A,C
Explanation:
Section: Software Development and Design
NEW QUESTION 165
Refer to the exhibit.
Drag and drop the correct parts of the Dockerfile from the left onto the item numbers on the right that match the missing sections in the exhibit to complete the Dockerfile to successfully build and deploy a container running a Python application. Not all parts of the Dockerfile are used.
Answer:
Explanation:

NEW QUESTION 166
Which two types of storage are supported for app hosting on a Cisco Catalyst 9000 Series Switch? (Choose two.)
- A. SD-card
- B. CD-ROM
- C. internal SSD
- D. bootflash
- E. external USB storage
Answer: C,E
Explanation:
Section: Cisco Platforms
NEW QUESTION 167
A team of developers created their own CA and started signing certificates for all of their IoT devices.
Which action will make the browser accept these certificates?
- A. Set the private keys 1024-bit RSA.
- B. Preload the developer CA on the trusted CA list of the browser.
- C. Enable HTTPS or port 443 on the browser.
- D. Install a TLS instead of SSL certificate on the IoT devices.
Answer: D
Explanation:
Section: Mixed Questions
NEW QUESTION 168
Refer to the exhibit.
A developer created the code, but it fails to execute. Which code snippet helps to identify the issue?
- A. Option A
- B. Option C
- C. Option D
- D. Option B
Answer: A
NEW QUESTION 169
A developer has completed the implementation of a REST API, but when it is executed, it returns a 401 error message. What must be done on the API to resolve the issue?
- A. The requested API endpoint does not exist, and the request URL must be changed.
- B. Configure new valid credentials.
- C. Access permission to the resource must be granted, before the request.
- D. Additional permission must be granted before the request can submitted.
Answer: B
NEW QUESTION 170
An organization manages a large cloud-deployed application that employs a microservices architecture across multiple data centers. Reports have been received about application slowness. The container orchestration logs show that faults have been raised in a variety of containers that caused them to fail and then spin up brand new instances.
Which two actions can improve the design of the application to identify the faults? (Choose two.)
- A. Add logging on exception and provide immediate notification.
- B. Implement an SNMP logging system with alerts in case a network link is slow.
- C. Do a write to the datastore every time there is an application failure.
- D. Automatically pull out the container that fails the most over a time period.
- E. Implement a tagging methodology that follows the application execution from service to service.
Answer: A,E
Explanation:
Section: Software Development and Design
NEW QUESTION 171
Refer to the exhibit.
The cisco_devnet Docker swarm service runs across five replicas.The development team tags and imports a new image named devnet/ test:1.1 and requests that the image be upgraded on each container.There must be no service outages during the upgrade process. Which two design approaches must be used? (Choose two.)
- A. Implement rolling upgrades by using the docker service update command
- B. Enable parallel upgrades by using the docker service update command
- C. Update the restart policy of the containers to restart upon failure
- D. Ensure that the service replicas are set to a minimum of 5
- E. Ensure that the service is hosted behind a VIP with no session persistence
Answer: A,E
NEW QUESTION 172
DRAG DROP
Refer to the exhibit. Python threading allows a developer to have different parts of a program run concurrently and simplify a design. Drag and drop the code snippets from the left onto the item numbers on the right that match the missing sections in the exhibit to create a thread instance.
Select and Place:
Answer:
Explanation:
Section: Cisco Platforms
NEW QUESTION 173
Drag and Drop Question
Refer to the exhibit. Drag and drop parts of the URL from the left onto the item numbers on the right that match the missing sections in the exhibit to create the appropriate RESTCONF URL to query the VLAN configuration given this YANG model. Not all URL parts are used.

Answer:
Explanation:
NEW QUESTION 174
Which Puppet manifest needs to be used to configure an interface GigabitEthernet 0/1 on a Cisco IOS switch?

- A. Option C
- B. Option D
- C. Option A
- D. Option B
Answer: B
NEW QUESTION 175
Drag and drop the steps from the left into the order on the right to ensure that an application requiring communication to the external network is hosted on a Cisco Catalyst 9000 switch.
Answer:
Explanation:
NEW QUESTION 176
Refer to the exhibit.
This script uses ciscoyang to configure two VRF instances on a Cisco IOS-XR device using the Yang NETCONF type.
Which two words are required to complete the script? (Choose two.)
- A. ensure
- B. false
- C. commit
- D. none
- E. replace
Answer: B,E
NEW QUESTION 177
......
Verified 350-901 dumps Q&As - 350-901 dumps with Correct Answers: https://exams4sure.briandumpsprep.com/350-901-prep-exam-braindumps.html
