Practice Free 350-901 Exam Online Questions
Refer to the exhibit.
An application is being developed as an information repository. The application will be used to store details about television shows, including the scenario, year, and category.
Which database type must used for high performance for the data structure?
- A . time series
- B . Eidocument-based
- C . graph
- D . columnar
An engineer needs to configure an interface named GigabitEthernet3 with an IP address on several RESTCONF-enabled Cisco IOS XE devices.
Which code snippet must be placed in the blank in the code to meet this requirement?
- A . (item["name"])’
- B . (item["name"])/ip/addres3
- C . item["name"]:/ip/address/primary’
- D . (ltemt"name"]} /ip
Refer to the exhibit.
What is the output of this IOS-XE configuration program?
- A . interface operational status in IPv6 addresses
- B . interface administrative status in IPv4 addresses
- C . interface operational status in IPv4 addresses
- D . interface administrative status in IPv6 addresses
A developer is working on a live project and must apply a new feature. After the commit,the manager informs the team that the wrong file was applied. The developer must undo the single commit and apply the file with the name feature-App-UXU1411841916ADD.
Which command must the developer use?
- A . git revert
- B . git checkout
- C . git clean
- D . git reset
A web application has those requirements for HTTP cache control:
✑ The client browser must be prevented from storing responses that contain sensitive information.
✑ Assets must be downloaded from the remote server every time.
Which header must the engineer use?
- A . must-revabdate
- B . no-store
- C . public
- D . private
An engineer is designing an application to interact with Cisco Catalyst Center (formerly DNA Center). The application must use multiple components that serve unique functions that range from device data collection, analysis, and monitoring to a custom dashboard.
It must meet these development requirements:
• Application components are easy to replace.
• Application components are easy to re-use.
• It can scale up at short notice.
• It allows work to be done on specific components independently.
Which design practice must the engineer apply?
- A . object-oriented design
- B . modular design
- C . single-responsibility principle
- D . software configuration management
DRAG DROP
A developer is creating a Python function that adds network engineers to a Webex room to troubleshoot after a monitoring alert.
Drag and drop the code from the bottom onto the box where the code is missing in the Python function to add the engineers to the room. Not all options are used.

A developer has just completed the configuration of an API that connects sensitive internal systems.
Based on company policies, the security of the data is a high priority.
Which approach must be taken to secure API keys and passwords?
- A . Embed them directly in the code.
- B . Store them in a hidden file.
- C . Store them inside the source tree of the application.
- D . Change them periodically.
DRAG DROP
A network engineer needs to retrieve interface data using the Cisco IOS XE YANG Model.
Drag and drop the components from the bottom onto the box where the code is missing to complete the RESTCONF URI. Not all options are used.

Explanation:
Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg/restconf_prog_int.html
DRAG DROP
Drag and drop the code onto the snippet to update a SSID in Meraki using the Dashboard API. Not all options are used.
