Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Cisco 200-901 Practice Exam with Questions & Answers | Set: 2

Questions 11

Refer to the exhibit.

200-901 Question 11

An engineer must check the admin rights of users on a database regularly and prepares

the Python script to automate the process. The script connects to the database and runs a query. What is a security issue about the secrets in the code that relates to secret protection?

Options:
A.

They must be stored in configuration files if there is a possibility of leakage.

B.

They must be Base64-encoded if stored in the user database.

C.

They must be encrypted if stored in the user database.

D.

They must be stored in configuration files if no authentication will be used.

Cisco 200-901 Premium Access
Questions 12

What is a benefit of organizing code into modules?

Options:
A.

improves overall performance

B.

reduces the length of code

C.

enables code to be multifunctional

D.

enables the reuse of code

Questions 13

Refer to the exhibit.

200-901 Question 13

OWASP threat does this example demonstrate?

Options:
A.

Broken access control

B.

SQL injection

C.

Man-in-the-middle

D.

Cross-site-scripting

Questions 14

Which advantage does the agile process offer compared to waterfall software development?

Options:
A.

to view the full scope of end-to-end work

B.

to have each phase end before the next begins

C.

to fix any issues at the end of the development cycle

D.

to add or update features with incremental delivery

Questions 15

Which HTTP response code should be returned when the request is completed, but there is no content to send for the request?

Options:
A.

100

B.

204

C.

302

D.

402

Questions 16

Drag and drop the code from the bottom onto the box where the code is missing in the Bash script to complete the missing assignment.

200-901 Question 16

Options:
Questions 17

A developer needs a list of clients connected to a specific device in a Meraki network. After making a REST API call, the developer receives an unfamiliar response code. Which Cisco DevNet resource should be used to identify the meaning of the response code?

Options:
A.

API documentation

B.

Sandbox

C.

Learning Labs

D.

Code Exchange

Questions 18

What is a principle of a code review process?

Options:
A.

Changes are made after the code is submitted to source control.

B.

It must not prevent code from getting into production as quickly as possible.

C.

Naming standards must be consistent.

D.

A technical lead must sign off on the review.

Questions 19

A network engineer makes several API calls lo Cisco Prime to retrieve a list of all devices. Each time a response is received, only a subset of the devices is returned. The engineer :ices that HTTP code 429 is returned instead of 200 for some API calls. Why did the response exclude some of the devices?

Options:
A.

The API applied an offset that was indicated In the request.

B.

The API failed to identify how many items to retrieve.

C.

The API timed out the request.

D.

The API rate limited the request

Questions 20

Developer is working on a new feature and made changes on a branch named ‘branch-413667549a-new’. When merging the branch to production, conflicts occurred. Which Git command must the developer use to recreate the pre-merge state?

Options:
A.

git merge -no-edit

B.

git merge -commit

C.

git merge -revert

D.

git merge -abort