Cisco 200-901 Study Guide Archives Updated on Aug 19, 2022
Download 200-901 Mock Test Study Material
NEW QUESTION 21
What are two characteristics of Bare Metal environments that are related to application deployment? (Choose two.)
- A. Provide the hypervisor to host virtual servers
- B. Not compatible with other cloud services such as PaaS or SaaS offerings.
- C. Provides workloads with access to hardware features
- D. Suitable for legacy application that do not support virtualization
- E. Specifically designed for container-based workloads.
Answer: C,D
NEW QUESTION 22
How are load balancers used in modern application deployment?
- A. Bring up new compute units, test the compute units, and switch the traffic from old units to new units.
- B. Allow http and https traffic to continue as old compute units are discontinued before new units are brought up.
- C. Allow traffic to continue as new compute units are brought up and old compute units are taken down.
- D. Turn off traffic and take down compute units, then update and bring the compute units back up.
Answer: A
NEW QUESTION 23 
Refer to the exhibit. A network engineer must collect information from the network. The engineer prepares a script to automate workflow by using Cisco Meraki API. The script must run over nested loops to collect organization and network information and uses the collected data for final collection. Which process is being automated by using the Python script?
- A. Collect the IDs of the clients on the BLDG21 network
- B. Provide the BLDG21 network information if it is part of the ACME organization
- C. Gather the IDs of the ACME organization, the BLDG21 network, and the dents on the network
- D. List the IDs from the ACME organization
Answer: C
NEW QUESTION 24
Fill in the blanks to complete the cURL command that invokes a RESTful API to retrieve a resource in JSON format using OAuth.
Answer:
Explanation:
GET, Accept, Authorization
Explanation
See the solution below.
NEW QUESTION 25
Drag and drop the network component names from the left onto the correct descriptions on the right. Not all options are used.
Answer:
Explanation:
NEW QUESTION 26
Refer to the exhibit.
What is the effect of this Ansible playbook on an IOS router?
- A. A new start-up configuration is copied to the IOS router.
- B. The current running configuration of the IOS router is backed up.
- C. A new running configuration is pushed to the IOS router.
- D. The start-up configuration of the IOS router is copied to a local folder.
Answer: B
NEW QUESTION 27
How is a branch called "my-bug-fix" started to develop a fix needed in a product?
- A. git checkout -b my-bug-fix
- B. git branch -b my-bug-fix
- C. git branch my-bug-fix
- D. git checkout my-bug-fix
Answer: A
NEW QUESTION 28
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 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
- B. 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.
- C. 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. - 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.
Answer: A
NEW QUESTION 29
Refer to the exhibit.

The python interpreter and the Cisco python SDK are available by default in the Cisco NX-OS software. The SDK documentation shows how the cild() API can be used when working with working with JSON and XML.
What are two effect of running the script? (Choose two.)
- A. configure interlace loopback 5
- B. issue shutdown on interface loopback 5
- C. show details for the TABLE interface
- D. show only the interfaces in admin shut status
- E. show only the interfaces In the up status
Answer: A,E
NEW QUESTION 30
Refer to the exhibit.

Drag and drop the code from the left onto the item numbers on the right to complete to Meraki python script shown in the exhibit.
Answer:
Explanation:
Explanation
1 - D, 2 - A, 3 - H, 4 - F, 5 - G, 6 - E, 7 - C, 8 - B
NEW QUESTION 31
A REST API service requires authentication based on the username and password. The user "john" has the password "384279060" and the Base64 encoding of those credentials is "am9objowMTIzNDU2Nzg=". Which method completes an authentication request?
- A. The header must include:
Authorization: Basic am9objowMTlzNDU2Nzg= - B. The payload must include.
Authorization: Basic am9objowMTlzNDU2Nzg= - C. The header must include:
Authorization: Bearer am9obJowMTlzNDU2Nzg= - D. The payload must include:
Authorization: Bearer am9objowMTIzNDU2Nzg=
Answer: A
NEW QUESTION 32
Which way should be used to safely the API keys?
- A. In an environment variable unique to the system database
- B. Encrypted in the code in a function
- C. Encrypted in a configuration file that is separate from the code
- D. Plain text in the code as a constant
Answer: C
Explanation:
Explanation
NEW QUESTION 33
Refer to the exhibit. What does the load balancer enable in the network topology?
- A. application to access the database server
- B. external requests to be routed to the application servers
- C. hosted application to access Internet services
- D. workstations to access the Internet
Answer: D
NEW QUESTION 34
Which description of a default gateway is true?
- A. It is a device that receives IP packets that have no explicit next-hop in the routing table.
- B. It is a feature that translates between public and private addresses.
- C. It is a device that receives Layer 2 frames with an unknown destination address.
- D. It is a security feature that denies certain traffic.
Answer: A
Explanation:
Explanation/Reference:
https://www.certificationkits.com/cisco-certification/ccna-articles/cisco-ccna-intro-to-routing-basics/cisco-ccna- default-gateway-a-default-routes/
NEW QUESTION 35
A developer needs to prepare the file README.md in the working tree for the next commit operation using Git. Which command needs to be used to accomplish this?
- A. git commit README.md
- B. git add README.md staging
- C. git -a README.md
- D. git add README.md
Answer: D
NEW QUESTION 36
Drag and Drop the Bash commands from the left onto the correct actions on the right.
Answer:
Explanation:
Explanation
1 - d, 2 - i, 3 - e, 4 - a, 5 - j, 6 - b, 7 - g, 8 - h, 9 - c, 10 - f
NEW QUESTION 37
Refer to the exhibit.
Which python data structure does my_json contain?
- A. Map
- B. Json
- C. List
- D. Dict
Answer: D
NEW QUESTION 38
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.
Answer:
Explanation:
Explanation
1 - d, 2 - f, 3 - b, 4 - h, 5 - i, 6 - j, 7 - g, 8 - a, 9 - c, 10 - e
NEW QUESTION 39
Refer to the exhibit.
The python interpreter and the Cisco python SDK are available by default in the Cisco NX-OS software. The SDK documentation shows how the cild() API can be used when working with working with JSON and XML.
What are two effect of running the script? (Choose two.)
- A. configure interlace loopback 5
- B. issue shutdown on interface loopback 5
- C. show details for the TABLE interface
- D. show only the interfaces in admin shut status
- E. show only the interfaces In the up status
Answer: A,E
NEW QUESTION 40
Which description of a default gateway if true?
- A. It is a device that receives IP packets that have no explicit next-hop in the routing table.
- B. It is a feature that translates between public and private addresses.
- C. It is a device that receives Layer 2 frames with an unknown destination address.
- D. It is a security feature that denies certain traffic.
Answer: A
Explanation:
Refe
https://www.certificationkits.com/cisco-certification/ccna-articles/cisco-ccna-intro-to-routing-basics/cisco-ccna-default-gateway-a-default-routes/
NEW QUESTION 41
......
200-901 Questions Prepare with Learning Information: https://www.prepawaypdf.com/Cisco/200-901-practice-exam-dumps.html
Practice Material for 200-901 Exam Question Preparation: https://drive.google.com/open?id=1blK4j_5EjwOHpexQFAqL14bdlDKp7GwL