Free Cisco 300-910 Exam Actual Questions

The questions for 300-910 were last updated On Dec 20, 2024

Question No. 1

A team must roll out updates on the production instance of an application. To avoid any service down time, the new version must be released alongside the old version. After the team ensures that the new version operates as it should, traffic will be redirected to the new version. Then the old version will be shut down.

Which deployment strategy must be used?

Show Answer Hide Answer
Correct Answer: B

The new version of the application is deployed to one of the environments, and then traffic is gradually shifted to the updated environment. This strategy allows the team to test the new version before releasing it to the public, ensuring that it is operating as expected. After the new version is tested and approved, traffic is fully shifted to the new environment and the old environment is shut down.


Question No. 2

Refer to the exhibit.

A distributed application contains data services that connect to databases via JDBC and to other remote services via HTTP. The overall response time is too long, and AppDynamics is used to investigate the root cause. From the application flow map, a specific data service running on Docker has been identified whose response time is over 10 seconds.

Which action resolves the issue?

Show Answer Hide Answer
Correct Answer: C

Question No. 3

Refer to the exhibit.

The text represents a syslog message sent from a Linux server to a centralized log system.

Based on the format of the log message, how must the functionality of the log parser be extended to improve search capabilities?

Show Answer Hide Answer
Correct Answer: D

Question No. 4

Refer to the exhibit.

What is the user doing with Drone in this automated test?

Show Answer Hide Answer
Correct Answer: D

Question No. 5

A precheck validation is being designed for the network state in a Cl/CD pipeline This design requires:

* the CI/CD pipeline to spin up test instances.

* instances must be used to validate changes.

* changes must be validated prior to a continuous deployment workflow, and

* then push the changes to production

How should the pipeline target the required environment?

Show Answer Hide Answer
Correct Answer: D