[2024年01月15日]200-901試験問題集、200-901練習テスト問題 [Q44-Q67]

Share

[2024年01月15日]200-901試験問題集、200-901練習テスト問題

無料で使える200-901学習ガイド試験問題と解答


Cisco 200-901(DevNet Associate)試験は、ソフトウェア開発、ネットワーク、自動化に関連する広範なトピックをカバーしています。試験は、ソフトウェア開発と設計、API、データフォーマット、ネットワークプロトコル、自動化とオーケストレーション、DevOps文化とプラクティス、およびソフトウェアテストと品質保証の分野で、候補者の知識をテストします。試験はまた、ソフトウェア開発やネットワークで一般的に使用されるさまざまなツールや技術を使用する候補者の熟練度もテストします。


Cisco 200-901試験は、ネットワークおよびソフトウェアエンジニアリングの概念に関する基本的な知識を持ち、これらの分野でスキルと知識を拡大しようとしているITの専門家向けです。この試験は、両方の分野で強固な基盤を提供するため、ソフトウェア開発やネットワークエンジニアリングのキャリアを追求することに関心のある個人にも適しています。

 

質問 # 44
Drag and drop the functionalities from the left onto correct networking devices on the right.

正解:

解説:

Explanation
1 - D, 2 - C, 3 - A, 4 - B


質問 # 45
Drag and drop the characteristics from the left onto the corresponding software development methodologies on the right?

正解:

解説:

Explanation


質問 # 46
Drag and drop the Docker file instructions from the onto correct descriptions on the right. Not all options are used.

正解:

解説:


質問 # 47
Into which type of Python data structure should common data formats be parsed?

  • A. set
  • B. sequence
  • C. dictionary
  • D. list

正解:C


質問 # 48
Which status code is used by a REST API to indicate that the submitted payload is incorrect?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:D


質問 # 49
Refer to the exhibit.

Drag and drop the variables from the left onto the item numbers on the right that match the missing assignments in the exhibit.

正解:

解説:

Explanation
1 - A, 2 - C, 3 - B


質問 # 50
Refer to the exhibit.

A network engineer must manage the network devices. The engineer prepares a Python scripts to authenticate to the Cisco to DNA Center API and request a device list. The device request fails and returns errors code 401. Which action solves the problem?

  • A. Update the API URL. which matched the API endpoint for device list.
  • B. Send the Authentication header In the request with a valid configuration.
  • C. Update the credentials that are already supplied and retry the request
  • D. Send the request to another network in case there are reachability Issues.

正解:C


質問 # 51

Refer to the exhibit. Which RESTCONF request results in this response?

  • A.
  • B.
  • C.
  • D.

正解:A


質問 # 52
Which tool is used to block all traffic to the domain by using a single API call?

  • A. Cisco Umbrella
  • B. Cisco Firepower
  • C. Cisco ISE
  • D. Cisco AMP

正解:B


質問 # 53
Refer to the exhibit.

What is the function of the python script?

  • A. For each device that is returned, display the device and, for each device, print the device name and management IP address.
  • B. Count and print the total number of available devices.
  • C. Loop through the returned list of network devices and, for each device, print the device name management IP address.
  • D. Iterate over a list of network devices and write all device names and management IP addresses to an output file.
  • E. Iterate over a list of network devices and write all device type and associated management IP address.

正解:C


質問 # 54
Refer to the exhibit.

What caused the error in this API request?

  • A. The submitted JSON payload includes a field that is not supported by the API resource.
  • B. The API resource does not support JSON format payloads.
  • C. The API resource does not support the POST operation
  • D. The submitted JSON payload has a formatting issue

正解:D


質問 # 55
Refer to the exhibit.


Drag and drop the code from the left code from the left onto the item number on the right to complete the Meraki code to obtain a list of client which have used this network.

正解:

解説:


質問 # 56
Refer to the exhibit.

What caused the error in this API request?

  • A. The submitted JSON payload includes a field that is not supported by the API resources.
  • B. The API resource does not support JSON format payloads.
  • C. The API resource does not support the POST operation.
  • D. The submitted JSON payload has a formatting issue.

正解:D


質問 # 57
What are two advantages of the Model-View-Controller software design pattern? (Choose two.)

  • A. separates responsibilities of the code, which makes future modifications easier
  • B. allows for multiple views of the same model
  • C. makes code easier to deploy using CI/CD pipelines
  • D. simplifies network automation
  • E. reduces need for error handling

正解:A、B


質問 # 58

Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to add a subnet to each bridge domain in the Ten1 tenant. Not all options are used.

正解:

解説:

Explanation


質問 # 59
What are two security benefits of a Docker-based application?

  • A. allows for separation of application that traditionally run in the same host
  • B. natively secures access to secrets that are used by the running application
  • C. guarantees container images are secured and free of vulnerabilities
  • D. easier to patch because Docker containers include only dependencies that the application requires
  • E. prevents information leakage that can occur when unhandled exceptions are returned in HTTP responses

正解:A、D


質問 # 60
Refer to the exhibit.

Drag and Drop the code from the bottom onto the box where the code is missing on the Meraki Python script to create a new network

正解:

解説:

Explanation


質問 # 61
Which two statements describe the advantages of using a version control system? (Choose two.)

  • A. It allows developers to write effective unit tests.
  • B. It provides tooling to automate application builds and infrastructure provisioning.
  • C. It allows for branching and merging so that different tasks are worked on in isolation before they are merged into a feature or master branch.
  • D. It allows multiple engineers to work against the same code and configuration files and manage differences and conflicts.
  • E. It provides a system to track User Stories and allocate to backlogs.

正解:C、D


質問 # 62
Refer to the exhibit.

A network engineer must collect information from the network using Cisco DNA Center APIs. The script must query for the devices with 'platformId' 'C9540-x' and then send commands to be executed. Which process is automated by the Python script?

  • A. results gathering of the show version and show ip int brief commands
  • B. list of executed commands on C9500-40X and the information of show ip int brief command
  • C. execution information of the show version and show ip int brief commands
  • D. output of show ip int brief command on devices of type C9500-40X

正解:D


質問 # 63
Drag and drop the descriptions from the left onto correct application deployment models on the right.

正解:

解説:

Explanation
1 - B, 2 - E, 3 - C, 4 - D, 5 - A


質問 # 64
Refer to the exhibit.

The output of a unified diff when comparing two versions of a python script is shown. Which two "single_request _timeout ()"

OR

  • A. Option A
  • B. Option C
  • C. Option D
  • D. Option B

正解:B、D


質問 # 65
Refer to the exhibit.

The output of the diff-u README.md-repo README.md command is shown. The original file was 165 lines long How many lines are in the edited copy of the file?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:C


質問 # 66
A local Docker alpine image has been created with an image ID of a391665405fe and tagged as "latest". Which command creates a running container based on the tagged image, with the container port 8080 bound to port 80 on the host?

  • A. docker start -p 8080:80 alpine:latest
  • B. docker build -p 8080:80 alpine:latest
  • C. docker run -p 8080:80 alpine:latest
  • D. docker exec -p 8080:80 alpine:latest

正解:C

解説:
https://docs.docker.com/get-started/02_our_app/


質問 # 67
......


Cisco 200-901(DevNet Associate)試験は、Cisco Certified DevNet Associate認定トラックの重要なコンポーネントです。これは、ソフトウェア開発と自動化のキャリアを追求するITプロフェッショナルのスキルと知識を検証するために設計されています。この試験に合格することで、プログラミングの概念、API、データモデル、DevOpsのプラクティス、ソフトウェア開発の方法論に熟練し、Cisco APIを使用して一般的なネットワークタスクを自動化する能力も示すことができます。

 

200-901試験問題集、200-901練習テスト問題:https://www.jpntest.com/shiken/200-901-mondaishu

検証済み200-901問題集PDF資料 [2024年更新]:https://drive.google.com/open?id=137q3ls6Wus4MM_IGkJ1OtfRqor_AYOfC

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡