Cisco (350-901-DEVCOR) Exam Questions And Answers page 26
Refer to the exhibits which show the documentation associated with the create port object API call in Cisco Firepower Threat Defense, and a cURL command.
Which data payload completes the cURL command to run the API call?
"description": "This is an ICMP Echo",
"icmpv4Code": "8",
"icmpv4Type": "Echo",
"isSystemDefined": true,
"name": "ICMP Echo",
"version": "2.2"
"icmpv4Code": "8",
"icmpv4Type": "Echo",
"isSystemDefined": true,
"name": "ICMP Echo",
"version": "2.2"
"description": "string",
"icmpv4Code": "ANY_IPV4",
"icmpv4Type": "ANY",
"id": "string",
"isSystemDefined": "string",
"name": "string",
"type": "icmpv4portobject",
"version": "string"
"icmpv4Code": "ANY_IPV4",
"icmpv4Type": "ANY",
"id": "string",
"isSystemDefined": "string",
"name": "string",
"type": "icmpv4portobject",
"version": "string"
"description": "string",
"icmpv4Code": "ANY_IPV4",
"icmpv4Type": null,
"isSystemDefined": true,
"name": "string",
"type": "icmpv4portobject"
"icmpv4Code": "ANY_IPV4",
"icmpv4Type": null,
"isSystemDefined": true,
"name": "string",
"type": "icmpv4portobject"
Cisco Core Platforms and APIs
What is a well-defined concept for GDPR compliance?
Single Choice
What is a well-defined concept for GDPR compliance?
Data controllers must confirm to data subjects as to whether, where, and why personal data is being processed.
Personal data that was collected before the compliance standards were set do not need to be protected.
Compliance standards apply to organizations that have a physical presence in Europe.
Records that are relevant to an existing contract agreement can be retained as long as the contract is in effect.
Security Fundamentals
Refer to the exhibit. Which set of API requests must be executed by a Webex bot after receiving a webhook callback to process messages in a room and reply with a new message back to the same room?
Using APIs
Which API call is used to delete the FQDN object?
Single Choice
Refer to the exhibit. Which API call does an engineer use to delete the FQDN object?
DELETE /api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f
DELETE /api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/fqdns/005056BB-0B24-0ed3-0000-858993545263
DELETE /api/fmc_config/v1/domain?id=e276abec-e0f2-11e3-8169-6d9ed49b625f
DELETE /api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/fqdns?id=005056BB-0B24-0ed3-0000-858993545263
Application Deployment and Security
Infrastructure and Automation
Refer to the exhibits. An interface named GigabitEthernet2 has been configured on a Cisco IOS XE device.
Using RESTCONF APIs as defined by the [email protected] model, which two combinations of rest_operation and payload must be added to the Python script to set the description to Configured by RESTCONF ? (Choose two.)
Cisco Core Platforms and APIs
Network Fundamentals
Which HTTP status code indicates that a client application is experiencing intentional rate limiting by the server?
202
401
429
503
Software Development and Design
Using APIs
Refer to the exhibit. Which word is missing from this Ansible playbook shown, to allow the Cisco IOS XE commands for router configuration to be pushed after the playbook is executed?
input
lines
commands
config
Network Fundamentals
An automated solution is needed to configure VMs in numerous cloud provider environments to connect the environments to an SDWAN. The SDWAN edge VM is provided as an image in each of the relevant clouds and can be given an identity and all required configuration via cloud-init without needing to log into the VM once online.
Which configuration management and/or automation tooling is needed for this solution?
Which configuration management and/or automation tooling is needed for this solution?
Ansible
Ansible and Terraform
NSO
Terraform
Ansible and NSO
Cisco Core Platforms and APIs
Infrastructure and Automation
Refer to the exhibit. This script uses ciscoyang to configure two VRF instances on a Cisco IOS-XR device using the Yang NETCONF type.
Which two words are required to complete the script? (Choose two.)
ensure
commit
false
replace
none
Cisco Core Platforms and APIs
Software Development and Design
Refer to the exhibit. Pipenv is used to manage dependencies. The test runs successfully on a local environment.
What is the reason for the error when running the test on a CI/CD pipeline?
All the unit tests in testsum.py failed.
Pytest did not detect any functions that start with 'test_'.
The pipfile in the local environment was not pushed to the remote repository.
Nose2 was not used as the test runner.
Cisco Core Platforms and APIs
Infrastructure and Automation
Comments