ExamGecko
Home Home / Cisco / 300-910

Cisco 300-910 Practice Test - Questions Answers, Page 10

Question list
Search
Search

List of questions

Search

Related questions











An IT department needs to deploy a new application named ‘Entfin434772390’ across the entire enterprise. The deployment must gradually transfer user traffic from an on older and nearly identical version of the application named

‘Entfin02754932l’. Both versions of the application are running in the production environment.

Which release strategy should be used by the IT department?

A.

agile

A.

agile

Answers
B.

canary

B.

canary

Answers
C.

rollbacks

C.

rollbacks

Answers
D.

blue/green

D.

blue/green

Answers
Suggested answer: B

Refer to the exhibit.

Which CI solution uses this file?

A.

Drone

A.

Drone

Answers
B.

GitLab CI

B.

GitLab CI

Answers
C.

Travis CI

C.

Travis CI

Answers
D.

Jenkins

D.

Jenkins

Answers
Suggested answer: A

Explanation:

syntax for GitLab CI, Travis CI & Jenkins are "stage...", while Drone use "steps..." Here are the configuration files I referred https://docs.drone.io/pipeline/environment/syntax/

https://docs.gitlab.com/ee/ci/yaml/includes.html https://blog.travis-ci.com/2019-05-30-setting-upa-ci-cd-process-on-github https://www.jenkins.io/doc/pipeline/examples/

Refer to the exhibit.

An application for data storing and processing has been created. The application is time-sensitive and manages confidential data AppDynamics identifies error transactions within a distributed application.

Which action will help resolve the errors?

A.

Rewrite the SQL query identified in the transaction to be more efficient

A.

Rewrite the SQL query identified in the transaction to be more efficient

Answers
B.

Log in to the node directly and investigate the errors by reviewing log files

B.

Log in to the node directly and investigate the errors by reviewing log files

Answers
C.

Drill down to investigate and identify the errors

C.

Drill down to investigate and identify the errors

Answers
D.

Scale out the node horizontally

D.

Scale out the node horizontally

Answers
Suggested answer: B

Explanation:

https://docs.appdynamics.com/appd/23.x/latest/en/application-monitoring/remoteQuestions& Answers PDF P-66services/monitor-databases

Refer to the exhibit.

A developer is creating a script to test APIs. The Cisco Webex API and a CI/CD pipeline are tested to ensure that the script runs without problems. The script is executed without issues locally, but the CI/CD system returns the error shown.

What is the problem with the script?

A.

The CI/CD system is configured incorrectly to import the dependencies to the code

A.

The CI/CD system is configured incorrectly to import the dependencies to the code

Answers
B.

The code is pushed incorrectly to the CI/CD system

B.

The code is pushed incorrectly to the CI/CD system

Answers
C.

The version of Python is wrong in the CI/CD pipeline

C.

The version of Python is wrong in the CI/CD pipeline

Answers
D.

The CI/CD system is configured incorrectly to download the required dependencies

D.

The CI/CD system is configured incorrectly to download the required dependencies

Answers
Suggested answer: D

Explanation:

The Cisco Webex API and CI/CD pipeline need to be configured correctly to download the required dependencies in order for the script to run without issues. If the dependencies are not downloaded correctly, the script will fail to run properly and throw an error. The Cisco Implementing DevOps Solutions and Practices using Cisco Platforms (DEVOPS) Study Manual provides a detailed explanation of how to properly configure the CI/CD pipeline for the Cisco Webex API.

Which Dockerfile produces an efficient image rebuild when the exposed port Python dependency, or MyApp source code is modified?

A.


A.


Answers
B.


B.


Answers
C.


C.


Answers
D.


D.


Answers
E.

Option A

E.

Option A

Answers
F.

Option B

F.

Option B

Answers
G.

Option C

G.

Option C

Answers
H.

Option D

H.

Option D

Answers
Suggested answer: B

A new banking application is being developed as the main currency exchange resource for all the customers on a global scale. The application must comply with the security based on the deployed region. Therefore, the CI/CD pipeline must be created with the highest security possible.

Which approach accomplishes this goal?

A.

Give the accounts used in the CI/CD pipeline full administrative rights to all applications

A.

Give the accounts used in the CI/CD pipeline full administrative rights to all applications

Answers
B.

Use the same passwords across the entire CI/CD pipeline

B.

Use the same passwords across the entire CI/CD pipeline

Answers
C.

Ensure that secrets are not inadvertently passed on during builds for pull requests via CI/CD pipeline

C.

Ensure that secrets are not inadvertently passed on during builds for pull requests via CI/CD pipeline

Answers
D.

Never use one-time passwords in CI/CD pipeline

D.

Never use one-time passwords in CI/CD pipeline

Answers
Suggested answer: C

An IT team plans to deploy a new service built on top of an existing service. The capacity needed for the new service is difficult to estimate because the demand for the new service is undetermined. The team has these deployment requirements:

• A subset of the users of the original service must be migrated to the new service based on their profile

• The new service must be rolled back easily if capacity exceeds estimates Which deployment strategy must be used?

A.

rolling

A.

rolling

Answers
B.

blue/green

B.

blue/green

Answers
C.

geolocation

C.

geolocation

Answers
D.

canary

D.

canary

Answers
Suggested answer: D

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?

A.

rolling

A.

rolling

Answers
B.

blue/green

B.

blue/green

Answers
C.

shadow

C.

shadow

Answers
D.

canary

D.

canary

Answers
Suggested answer: B

Explanation:

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.

DRAG DROP

The IaC configuration for an application is being deployed using a CI/CD pipeline. Drag and drop the steps for this pipeline from the left into the correct order that they would be executed on the right.

Not all options are used.


Question 99
Correct answer: Question 99

DRAG DROP

Drag and drop the operations from the left into the correct order on the right when using CI/CD, assuming that there are no failures or conflicts.


Question 100
Correct answer: Question 100
Total 128 questions
Go to page: of 13