Practice Free 350-901 Exam Online Questions
Refer to the exhibit.

A developer has created a Python script that retrieves information about the deployment of Cisco wireless access points using REST API.
Which two code snippets must be added to the blank in the code to print the value of the userId key instead of printing the full JSON response? (Choose two.)
- A . for key, value in json.items():
if key == ‘userId’: print(‘{}’.format(value)) - B . for key, value in json.dumps(response.text):
if key in ‘userId’:
print value - C . print json[0][userId]
- D . print json[‘userId’]
- E . print json[1][‘userId’]
Refer to the exhibit.
![]()
An application’s REST API GET call is tested to the inventory database.
Which missing code must be included to limit the number of values that are returned from the query to 20?
- A . inventory=20
- B . inventory? Limit=20
- C . limit=?20
- D . inventory=limit?20
DRAG DROP
An application is being built to collect and display telemetry streaming data. Drag and drop the elements of this stack from the left onto the correct element functions on the right.


A company is starting a machine-learning project to analyze employee information and enforce social distancing guidelines.
The data that the company wants to leverage includes these data points:
• access badge logs
• security camera metadata
• WebEx Teams messages
• email attachments
• phone GPS coordinates
Which type of database must be used for this application?
- A . object-oriented
- B . flat file
- C . NOSQL
- D . RDBMS
DRAG DROP
Drag and drop the steps from the left into the order on the right to build and run a customized Python Docker image. Not all options are used.


A local data center deployment using Cisco NX-OS switches is scaling and requires automatic configuration at scale. Configuration management must be set up for a Cisco NX-OS switch by using Ansible. The Ansible control server is currently located on a different subnet than the switch.
The solution has these requirements:
✑ The transport protocol used must be encrypted.
✑ The connections must originate from a server in the same local network.
✑ Enable mode must be supported.
Which connectivity method must be used?
- A . HTTP through a web proxy.
- B . HTTPS through a repository and ansible_become method for privilege escalation.
- C . SSH through a bastion host and ansible_become method for privilege escalation.
- D . XML-RPC through a web proxy.
An automated solution is needed to configure VMs in numerous cloud provider environments to connect the environments to an SDWAN. The SDWAN edge VM is provided as an image, in each of the relevant clouds it is given an identity and all required configuration via cloud-init without needing to log into the VM once online.
Which configuration management automation tool is needed for this solution?
- A . Terraform
- B . HyperFlex
- C . Intersight
- D . Ansible
A developer in a team of distributed authors is working on code in an isolated Git branch named ‘update1a2b3456789’. The developer attempts to merge the new code with a branch named ‘dvcapp9a8b7654321’ however the merge operation encounters a conflict error during the process.
Which Git command must the developer use to exit from the merge process and return the branch to the previous state?
- A . git abort –status
- B . git abort –merge
- C . git merge –exit
- D . git merge –abort
DRAG DROP
Drag and drop the application requirement on the left onto the database type that should be selected for the requirement on the right.


DRAG DROP
Drag and drop the code snippets from the bottom onto the blanks in the code to display wireless health information. Not all options are used.


