Cisco 350-901 Practice Test - Questions Answers, Page 24
List of questions
Related questions
What are two building blocks of the 12-factor app? (Choose two.)
Stateful Processes
Easy access to underlying systems
Dev and Prod must be different
One codebase
Isolated Dependencies
Refer to the exhibit.
A Python script has these requirements
• Retrieve a list of Bluetooth clients seen by the access pants on a network.
• Print the content of the response
• Retrieve the next page only if it is available in the response headers
What must be added where the code is missing to get the remaining pages by using the next link from the link response header of the last request?
Which command is used 10 enable application hosting on a Cisco IOS XE device?
iox
iox-service
application -honing
app- hosting
A developer releases a new application for network automation of Cisco devices deployed m a local data center. The application utilizes complex design patterns such as microservices that host multiple third-party libraries and programming languages. The development must be simplified by implementing an observability-driven development lifecycle Which two considerations must be taken to meet the requirements? (Choose two.)
description of low-level errors
which KPls to monitor
relevant metrics to expose
which monitoring tools to use
identifying customer priorities
A developer must recommend an appropriate tool to deploy a configuration to hundreds of servers.
The configuration management solution must meet these requirements.
• The servers must initiate the connection to obtain updates
• The configuration must be defined in a declarative style
Which tool should be used?
Chef
Terraform
Puppet
Ansible
Refer to the exhibit.
An engineer writes a script to retrieve data from a REST API and must build support for cases where the response that contains data from the server may take a longer time than normal Which code must be added to the snippet where the code is missing to catch such a timeout?
request.exeception.ConnectTimeout
request.executions.DataTimeout
request.exeception.HTTPError
request.exception.ReadTimeout
Refer to the exhibit.
The application follows a containerized microservices architecture that has one container per microservice. The microservices communicate with each other by using REST APIs The doubleheaded arrows m the diagram display chains of synchronous HTTP calls needed for a single use/request Which action ensures the resilience of the application in the scope of a single user request'
Redesign the application to be separated into these three layers Presentation. API. and Data
Implement retries with exponential backoff during HTTP API calls
Set up multiple instances of each microservice m active/active mode by using the Orchestrator
Create two virtual machines that each host an instance of the application and set up a cluster
What is the result of a successful OAuth2 authorization grant flow?
The user has the application rights that correspond to the user's role within the application's database
The application is provided with a token that allows actions on services on the user's behalf
The user has administrative rights to the application's backend services
The third-party service is provided with a token that allows actions to be performed
A timeframe custom dashboard must be developed to present data collected from Cisco Meraki. The dashboard must include a wireless health alert count. What needs to be built as a prerequisite?
A publicly available HTTP server to receive Meraki Webhooks from the Meraki Dashboard API
A publicly available HTTP server to receive Meraki Webhooks from the Meraki Scanning API
A daemon to consume the Wireless Health endpoint of the Meraki Scanning API
A daemon to consume the Wireless Health endpoint of the Meraki Dashboard API
An application has these characteristics
• provide one service or function
• distributed database
• API gateway
• central repository for code
• configuration database
• uses session management
Which two design approaches contribute to the scalability of the application'? (Choose two )
built to scale based on a star topology
modular design iteration
session management in a stateless architecture
planned before the first device is deployed
distributed computing with tightly coupled components
Question