Cisco 350-901 Practice Test - Questions Answers, Page 26
List of questions
Related questions
A developer releases a new application for network automation of Cisco devices deployed in 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 velopment lifecycle. Which two considerations must be taken to meet the requirements? (Choose two.)
which KPIs to monitor
description of low-level errors
relevant metrics to expose
which monitoring tools to use
identifying customer priorities
Which command is used to enable application hosting on a Cisco IOS XE device?
app-hosting
application-hosting
iox
iox-service
Refer to the exhibit.
Which command results in a detached HEAD scenario?
git checkout 5af25b
git checkout Branch-5
git checkout master
git checkout log -2
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?
git revert
git checkout
git clean
git reset
Which load balancing algorithm balances load based on the active sessions of a node?
weighted round-robin
IP source affinity
least connections
sticky session
What is a characteristic of event-driven architecture?
separates the models for the reading and writing of data
allows for loose coupling between software components
breaks a solution into parts according to business capability
provides a single point of reference for mastering data
Refer to the exhibit.
Which line of code needs to be placed on the snippet where the code is missing to provide APl ratelimiting to the requests?
int(self.response.headers.post('Retry-After'))
int(response.headers.get('Retry-After'))
int(self.response.headers.get(Retry-After'))
int(response.headers.post('Retry-After'))
What is a benefit of implementing a Cl pipeline?
enforces version control
enables a faster feedback loop
ensures that tests are written before code is written
decreases external dependencies
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.)
Enable parallel upgrades by using the docker service update command
Ensure that the service replicas are set to a minimum of 5
Implement rolling upgrades by using the docker service update command
Ensure that the service is hosted behind a VIP with no session persistence
Update the restart policy of the containers to restart upon failure
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?
git checkout – –squash bugfix05328
git merge – –squash bugfix05328
git rebase – –merge bugfix05328
git push – –rebase bugfix05328
Question