Practice Free 350-901 Exam Online Questions
Which RFC5988 (Web Linking) relation type is used in the Link header to control pagination in APIs?
- A . rel=”index”
- B . rel=”page”
- C . rel=”next”
- D . rel=”section”
DRAG DROP
A Python script must query the Cisco DNA center API for the number of unique wireless clients that are exhibiting poor health behavior.
Drag and drop the code from the bottom onto the box where the code is missing to complete the script Not all options are used.

A developer is working on a bug fix. The existing branch named ‘bugfix05328’ needs to be merged with the current working primary branch named ‘prim404880077’. All changes must be integrated into a single commit instead of preserving them as individual commits.
Which git command must be used?
- A . git checkout C Csquash bugfix05328
- B . git merge C Csquash bugfix05328
- C . git rebase C Cmerge bugfix05328
- D . git push C Crebase bugfix05328
Refer to the exhibit.
A developer created a Python script to retrieve information about Meraki devices in a local network deployment. After requesting a security review of the code the security analyst has observed poor secret storage practices.
What is the appropriate secret storage approach”
- A . Set the Base64 encoded version of the API key as MER_API_KEY m the code and Base64 decode before using m the header
- B . Leverage an external secret vault to retrieve MER_API_KEY and embed the vault key as a new variable before running the code
- C . Leverage an external secret vault to retrieve MER_APl_KEY and set the vault key as an OS environment variable before running the code
- D . Set an OS environment variable for MER_API_KEY to the API key before running the code and no longer set MER_API_KEY within the code
How is AppDynamics used to instrument an application?
- A . Provides visibility into the transaction logs that can be correlated to specific business transaction requests
- B . Enables instrumenting a backend web server (or packet installation by using an AppDynamics agent
- C . Retrieves a significant amount of information from the perspective of the database server by using application monitoring
- D . Monitors traffic flows by using an AppDynamics agent installed on a network infrastructure device
DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing to permit network traffic between 10.0.0.0/8 and all other networks on port 80 for a Cisco Nexus 9000 switch by using the Puppet module. Not all options are used.

During the final step in the OAuth2 authorization process, what must the client send to the OAuth authorization server to obtain a data access token?
- A . resource owner’s permission
- B . refresh access token
- C . authorization challenge request
- D . short-lived access code
A team is developing a cloud-native application for network monitoring and management of various devices. An increased growth rate of users is expected.
The solution must be easily managed and meet these requirements:
• able to use dependencies
• easy disposability
• flexible configuration
Which application design approach must be used?
- A . waterfall model
- B . 12-factor app framework
- C . object-oriented programming
- D . agile software development
B
Explanation:
This framework is designed to provide a consistent set of practices and principles to ensure applications can be easily deployed and managed in the cloud. It utilizes a microservices architecture which allows applications to be broken up into smaller, more manageable components. In addition, the 12-factor App Framework makes use of dependencies, flexible configuration and disposable services, making it an ideal choice for this type of application.
Refer to the exhibit.
Click on the GET Resource button above to view resources that will help with this question. An engineer is managing a DC with 6000 Cisco UCS servers installed and running. The engineer has been asked to identify all resources where the model is in the UCSB family and the available memory is less than or equal to 5 GB.
Which REST API call accomplishes this task?
- A . GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=not(Model eq ‘UCSC’) and AvailableMemory le 5000
- B . GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=Model eq ‘UCSB’ and AvailableMemory lt 5000
- C . GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model, UCSB’) and AvailableMemory lt 5000
- D . GET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model,
UCSB’) and AvailableMemory le 5000
D
Explanation:
https://intersight.com/apidocs/introduction/query/#filter-query-option-filtering-the-resources
DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing to retrieve and display wireless network hearth information. The wireless network devices are being managed by Cisco DNA Center and are compatible with REST API Not all options are used.
