リアルな200-901最新試験JPNTest 2024年最新のの200-901練習テスト問題集を提供しています
全問200-901問題集でandDevNet Associate Examトレーニングコース受験生を学習してパスさせるDevNet Associate Exam試験無料問題集!
DevNet Associate試験は、ソフトウェア開発、ネットワーク自動化、およびインフラストラクチャコードに関連する広範なトピックをカバーする2時間の多肢選択テストです。プログラミングのコンセプト、API、データモデル、DevOpsプラクティス、およびソフトウェア開発方法論に関する候補者の理解力を評価します。試験はまた、CiscoのAPIを使用して、ネットワークデバイスの構成、ネットワークパフォーマンスの監視、およびネットワークの問題のトラブルシューティングなど、一般的なネットワークタスクを自動化する能力をテストします。
質問 # 192
Before which process is code review performed when version control is used?
- A. Merge of code
- B. Branching code
- C. Checkout of code
- D. Committing code
正解:D
質問 # 193
Drag and Drop Question
Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to complete the function that adds a new global access rule that denies traffic using the Cisco ASA REST API. Not all options are used.
正解:
解説:
質問 # 194
Which two NETCONF operations cover the RESTCONF GET operation? (Choose two.)
- A. <get-config>
- B. <get-update>
- C. <get>
- D. <edit>
- E. <modify-config>
正解:A、C
質問 # 195
Users cannot access a webserver and after the traffic is captured, the capture tool snows an ICMP packet that reports "time exceeded in-transit". What is the cause of this webserver access issue?
- A. A router along the path is misrouting the packets in a wrong direction.
- B. A router along the path has the wrong time.
- C. The server is overloaded and the connection was not able to be processed in time.
- D. The large distance between the server and the users means that the packets require too much time to reach the destination.
正解:A
解説:
If an ICMP packet reports "time exceeded in-transit," the TTL value of the IP packet reached zero. In normal operation, a network should not have a diameter so great that the TTL gets reduced to zero. The most common occurrence of this is when there is a routing loop.
質問 # 196
Which line is an example of the start of a chunk from a unified diff?
- A. @@ -90,88 +20191008T1349@@
- B. @@ -20191007T1200 +88,90 @@
- C. @@ -20191007T1200 +20191008T1349@@
- D. @@ -88,10 +88,6 @@
正解:D
解説:
https://unix.stackexchange.com/questions/252927/what-do-the-numbers-in-the-line-mean-in- output-of-diff
質問 # 197
A retail store is launching an online presence through their new application. The amount of end- user traffic on the application is expected to fluctuate depending on whether there are sales on or not. The application developer has decided to adopt an application-deployment model that allows them to leverage cloud bursting. Which deployment approach would allow cloud bursting?
- A. edge computing
- B. local infrastructure
- C. hybrid
- D. on-premises
正解:C
質問 # 198
Which IP service synchronizes the time across devices?
- A. NTP
- B. SNMP
- C. NAT
- D. DNS
正解:A
解説:
Network Time Protocol (NTP) is used to synchronize the clocks of network devices to a common reference time. This is crucial for ensuring accurate time stamps in logs, coordinating time-sensitive operations, and maintaining consistent time across all devices in a network.
* NTP: Synchronizes clocks of network devices to ensure they have the same time, which is essential for accurate event logging and coordination.
* Other Protocols:
* DNS: Resolves domain names to IP addresses.
* SNMP: Used for monitoring network devices.
* NAT: Translates private IP addresses to public IP addresses.
References:
* Cisco DevNet Associate Certification Guide
* Cisco NTP Overview
質問 # 199
Drag and Drop Question
Drag and drop the characteristics from the left onto the software development methods on the right.
正解:
解説:
質問 # 200
Drag and Drop Questions
Drag and drop the code snippets from the bottom into the Python script to write API output to a csv file. Not all options are used.
正解:
解説:
質問 # 201
Refer to the exhibit.
What does the command marked (2) do when it is run?
- A. It does not delete the branch until it is merged.
- B. It duplicates the test" branch.
- C. It deletes the "test" branch only if a new branch is created.
- D. It deletes the "test" branch.
正解:D
解説:
The command git branch -D test forcefully deletes the local branch named test, even if it has unmerged changes.
* Deleting Branches: git branch -D is used to delete a branch forcefully.
* Force Deletion: The -D flag forcefully deletes the branch regardless of its merge status.
Option C correctly describes the action of the command, which is to delete the test branch.
Reference:
Git Documentation: Git Branch Command
質問 # 202
Refer to the exhibit.
Given the API documentation for the UCS SDK Python class, UcsHandle, which code snippet creates a handle instance?
- A.

- B.

- C.

- D.

正解:C
解説:
Explanation/Reference: https://www.ciscolive.com/c/dam/r/ciscolive/us/docs/2016/pdf/LTRINI%202020-LG.pdf
質問 # 203
An engineer is asked to protect unused ports that are configured in the default VLAN on a switch. Which two steps will fulfill the request? (Choose two.)
- A. Configure the ports as trunk ports.
- B. Enable the Cisco Discovery Protocol.
- C. Configure the ports in an EtherChannel.
- D. Configure the port type as access and place in VLAN 99.
- E. Administratively shut down the ports.
正解:D、E
解説:
Section: Security Fundamentals
質問 # 204
Refer to the exhibit.
The definition of the YANG module and a RESTCONF query sent to a Cisco IOc XE device is shown. Which statement is correct if the RESTCONF interface responds with a 204 status code?
- A. The query failed to set the logging seventy level due to an invalid path.
- B. The query updated the logging seventy level or created it if not present on the device.
- C. The query failed at retrieving the logging seventy level.
- D. The query retrieved the logging seventy level.
正解:B
解説:
Reference: The HTTP status code 204 (No Content) indicates that the server successfully processed the request but is not returning any content. In the context of a RESTCONF PATCH operation, this means that the query updated the logging severity level or created it if it was not present on the device. The 204 No Content response confirms that the request was successfully processed without errors. More details on RESTCONF status codes can be found in the RFC 8040.
質問 # 205
Refer to the exhibit.
The definition of the YANG module and a RESTCONF query sent to a Cisco IOc XE device is shown. Which statement is correct if the RESTCONF interface responds with a 204 status code?
- A. The query failed to set the logging seventy level due to an invalid path.
- B. The query updated the logging seventy level or created it if not present on the device.
- C. The query failed at retrieving the logging seventy level.
- D. The query retrieved the logging seventy level.
正解:B
質問 # 206
A developer prepared the Dockerfile and already built a web application container with the image name: "myWebApp".
Requests made to the server public IP address on port 8080 must be redirected to port 80 on the container.
The developer wants to start the container and access the Bash shell while the application serves the requests.
Which command is used?
- A.

- B.

- C.

- D.

正解:B
質問 # 207
Management protocols like NETCONF access network elements on well-known ports. Which design practice hardens a network device implementation?
- A. Limit access to port 830, well-known clients, and SSH VTY.
- B. Enable CoPP.
- C. Configure ip http secure-server.
- D. Specify the source interface for SSH .
正解:A
質問 # 208
Drag and Drop Question
Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to return the number of interfaces on a network device by using the Cisco DNA Center SDK. Not all options are used.

正解:
解説:
質問 # 209
What should a CI/CD pipeline aim to achieve?
- A. to allow manual testing before deployment
- B. to require minimal manual interaction
- C. to provide a documented process for feedback
- D. to support new deployments on a fixed monthly schedule
正解:A
質問 # 210
Refer to the exhibit.
An engineer must configure a load balancer server. The engineer prepares a script to automate workflow by using Bash. The script install the nginx package, moves to the /optAtginx directory, and reads the sites M We (or further processing Based on the script workflow, which process is being automated within the loop by using the information mi sites txt?
- A. creating a new Me Based on template .conf in the /etc/ngin/sites_enabled directory for each lie in the sites txt file. and then changing the file execution permission.
- B. using the content of the file to create the template conf file. creating a Iink from the created file to the
/etc/nginx/files.enabled. and then changing the file execution permissions. - C. creating a Me per each the in sites txt with the information in template conf. creating a link for the previously created file. and then changing the ownership of the created files
- D. using the information in the file to create a set of empty files in the /etchginx/sites_enabled directory and then assigning the owner of the file.
正解:C
解説:
The Bash script performs the following steps within the loop:
* Reads each line from sites.txt.
* Copies template.conf to a new file in the /etc/nginx/sites-available directory for each site.
* Creates a symbolic link to the new file in the /etc/nginx/sites-enabled directory.
* Changes the ownership of the new files to www-data.
This process creates a configuration file for each site, creates a link to enable the site, and ensures the correct permissions.
Reference: Cisco DevNet Associate documentation on automating tasks with Bash scripting and managing web server configurations.
質問 # 211
What is a benefit of a CI/CD pipeline for infrastructure?
- A. removes the need for operations
- B. provides variety for deployments
- C. enables manual steps
- D. removes manual errors
正解:D
質問 # 212
Refer to the exhibit. What does the python function do?
- A. It returns an authorization token.
- B. It reads a token from a local JSON file and posts the token to the DNAC URL.
- C. It returns HTTP Basic Authentication.
- D. It returns DNAC user and password.
正解:A
解説:
You need to retrieve information through the API, so we need to do a GET request; don't forget the X-Auth-Token header containing the authorization token.
https://developer.cisco.com/learning/lab/dnav3-dnac-nbapi-hello-world/step/4
質問 # 213
What is the purpose of Infrastructure as Code?
- A. to provide the ability of independent development process
- B. to apply new practices on the development process
- C. to manually configure and manage infrastructure at scale
- D. to use development engineering practices on the infrastructure
正解:D
質問 # 214
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
質問 # 215
......
有効な学習方法でCiscoの200-901試験をパス:https://www.jpntest.com/shiken/200-901-mondaishu
無料テストエンジンDevNet Associate Exam認定試験:https://drive.google.com/open?id=1Nu7v4kr5NrN5kb_8yxB_XCqJijX-Tu0_