Cisco® 200-901 Exam Practice Questions (P. 5)
- Full Access (632 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #41
Several teams at a company are developing a new CRM solution to track customer interactions with a goal of improving customer satisfaction and driving higher revenue. The proposed solution contains these components:
* MySQL database that stores data about customers
* HTML5 and JavaScript UI that runs on Apache
* REST API written in Python
What are two advantages of applying the MVC design pattern to the development of the solution? (Choose two.)
* MySQL database that stores data about customers
* HTML5 and JavaScript UI that runs on Apache
* REST API written in Python
What are two advantages of applying the MVC design pattern to the development of the solution? (Choose two.)
- Ato enable multiple views of the same data to be presented to different groups of usersMost Voted
- Bto provide separation between the view and the model by ensuring that all logic is separated out into the controllerMost Voted
- Cto ensure data consistency, which requires that changes to the view are also made to the model
- Dto ensure that only one instance of the data model can be created
- Eto provide only a single view of the data to ensure consistency
Correct Answer:
BD
BD
send
light_mode
delete
Question #42

Refer to the exhibit. Which XML snippet has interface information that conforms to the YANG model?
A.

B.

C.

D.

send
light_mode
delete
Question #43
What is a benefit of version control?
- Aprevents two users from working on the same file
- Bkeeps track of all changes to the filesMost Voted
- Cprevents the sharing of files
- Dkeeps the list of data types used in the files
Correct Answer:
B
B
send
light_mode
delete
Question #44

Refer to the exhibit. What does the command marked (2) do when it is run?
- AIt duplicates the ג€testג€ branch.
- BIt deletes the ג€testג€ branch only if a new branch is created.
- CIt deletes the ג€testג€ branch.Most Voted
- DIt does not delete the branch until it is merged.
Correct Answer:
C
C
send
light_mode
delete
Question #45
What is a comparison of YAML and JSON?
- AYAML has a more consistent approach to representing data compared to JSON.
- BJSON does not support comments and YAML does.Most Voted
- CYAML is a more verbose data structure compared to JSON.
- DJSON has more common usage in configuration management tools compared to YAML.
Correct Answer:
B
Reference:
https://stackoverflow.com/questions/244777/can-comments-be-used-in-json
B
Reference:
https://stackoverflow.com/questions/244777/can-comments-be-used-in-json
send
light_mode
delete
Question #46
Which status code is used by a REST API to indicate that the submitted payload is incorrect?
- A400Most Voted
- B403
- C405
- D429
Correct Answer:
A
Reference:
https://community.cisco.com/t5/application-centric/apic-rest-api-produces-inconsistent-response/td-p/2758230
A
Reference:
https://community.cisco.com/t5/application-centric/apic-rest-api-produces-inconsistent-response/td-p/2758230
send
light_mode
delete
Question #47
DRAG DROP -
Refer to the exhibits.


Drag and drop the code from the left onto the item numbers on the right to complete the Meraki Python script shown in the exhibit.
Select and Place:

Refer to the exhibits.


Drag and drop the code from the left onto the item numbers on the right to complete the Meraki Python script shown in the exhibit.
Select and Place:

send
light_mode
delete
Question #48
An application calls a REST API and expects a result set of more than 550 records, but each time the call is made, only 25 are returned. Which feature limits the amount of data that is returned by the API?
send
light_mode
delete
Question #49
A developer is writing an application that uses a REST API and the application requires a valid response from the API. Which element of the response is used in the conditional check?
send
light_mode
delete
Question #50
Refer to the exhibit.

A REST API returns this JSON output for a GET HTTP request, which has been assigned to a variable called `vegetables`. Using Python, which output is the result of this command? print(filter(lambda 1: 1['type'] == 'fruit', vegetables) [0]['items'][0]['items'][0])

A REST API returns this JSON output for a GET HTTP request, which has been assigned to a variable called `vegetables`. Using Python, which output is the result of this command? print(filter(lambda 1: 1['type'] == 'fruit', vegetables) [0]['items'][0]['items'][0])
- A{'color': 'green', 'items': ['kiwi', 'grape']}
- B['kiwi', 'grape']
- Clettuce
- DkiwiMost Voted
Correct Answer:
D
D
send
light_mode
delete
All Pages