00:00

QUESTION 41

- (Exam Topic 1)
Refer to the exhibit.
200-901 dumps exhibit
The output of a unified diff when comparing two versions of a python script is shown. Which two “single_request _timeout ()”

Correct Answer: BC

QUESTION 42

- (Exam Topic 3)
What is a comparison of YAML and JSON?

Correct Answer: B

Reference: https://stackoverflow.com/questions/244777/can-comments-be-used-in-json
Can I use comments in JSON? No, JSON is a data-only format. Comments in the form //, #, or /* */, which are used in popular programming languages, are not allowed in JSON. You can add comments to JSON as custom JSON elements that will hold your comments, but these elements will still be data.

QUESTION 43

- (Exam Topic 2)
What is a benefit of using edge computing in an IoT implementation?

Correct Answer: D

QUESTION 44

- (Exam Topic 1)
Which two use cases are supported by Meraki APIs? (Choose two.)

Correct Answer: BC

QUESTION 45

- (Exam Topic 3)
An engineer needs to retrieve a list of locally available Firepower Threat Defense upgrade packages by using the Firepower Management Center REST API. The engineer uses a GET request with the URL:
/api/fmc_platform/v1/updates/upgradepackages/f413afeb-e6f6-75f4-9169-6d9bd49s625e
What does “f413afeb-e6f6-75f4-9169-6d9bd49s625e” represent?

Correct Answer: B
"GET upgradepackages Request Type: GET
Description: Retrieves a list of locally available Firepower Threat Defense upgrade packages, including major upgrades, maintenances release upgrades, and hotfixes.
URL: /api/fmc_platform/v1/updates/upgradepackages
URL for GET by ID: /api/fmc_platform/v1/updates/upgradepackages/{package_UUID}" Source:
https://www.cisco.com/c/en/us/td/docs/security/firepower/640/api/REST/Firepower_Management_Center_RES