Cisco (350-901-DEVCOR) Exam Questions And Answers page 10
Refer to the exhibit. Which snippet creates a Webex space and adds the users in the variable user_list to that space?
Application Deployment and Security
Infrastructure and Automation
A network engineer needs to retrieve interface data using the Cisco IOS XE YANG Model. Drag and drop the components from the bottom onto the box where the code is missing to complete the RESTCONF URI. Not all options are used.
Cisco Core Platforms and APIs
Network Fundamentals
What is submitted when an SSL certificate is requested?
PEM
CRT
DER
CSR
Security Fundamentals
Software Development and Design
Refer to the exhibit. An Intersight API is being used to query RackUnit resources that have a tag keyword set to Site .
What is the expected output of this command?
list of all resources that have a tag with the keyword Site
error message because the Value field was not specified
error message because the tag filter should be lowercase
list of all sites that contain RackUnit tagged compute resources
Application Deployment and Security
Using APIs
Which two principles are included in the codebase tenet of the 12-factor app methodology? (Choose two.)
An application is always tracked in a version control system.
There are multiple codebases per application.
The codebase is the same across all deploys.
There can be a many-to-one correlation between codebase and application.
It is only possible to have one application deployment per codebase.
Network Fundamentals
Software Development and Design
Drag and drop the code from the bottom onto the box where the code is missing in the snippet to complete this Ansible playbook. Not all options are used.
Infrastructure and Automation
Infrastructure and Automation
Which security approach should be used for developing a REST API?
Add an API key to each URL string.
Use custom security relevant HTTP response codes.
Utilize CORS headers.
Utilize TLS for end-to-end encryption.
Security Fundamentals
Using APIs
A heterogeneous network of vendors and device types needs automating for better efficiency and to enable future automated testing. The network consists of switches, routers, firewalls, and load balancers from different vendors; however, they all support the NETCONF/RESTCONF configuration standards and the YANG models with every feature the business requires. The business is looking for a buy versus build solution because they cannot dedicate engineering resources, and they need configuration diff and rollback functionality from day 1.
Which configuration management or automation tooling is needed for this solution?
Which configuration management or automation tooling is needed for this solution?
PyATS
AppDynamics
NSO
Puppet
Infrastructure and Automation
Network Fundamentals
A heterogeneous network of vendors and device types needs automating for better efficiency and to enable future automated testing. The network consists of switches, routers, firewalls and load balancers from different vendors, however they all support the NETCONF/RESTCONF configuration standards and the YAML models with every feature the business requires. The business is looking for a buy versus build solution because they cannot dedicate engineering resources, and they need configuration diff and rollback functionality from day 1.
Which configuration management for automation tooling is needed for this solution?
Which configuration management for automation tooling is needed for this solution?
Ansible
Ansible and Terraform
NSO
Terraform
Ansible and NSO
Infrastructure and Automation
Network Fundamentals
An engineer must access multiple bots that are running in an internal infrastructure. A different HTTPS URL is required for each bot. The infrastructure has just one public IP address and a Linux server with Apache installed. Drag and drop the actions from the left into the order of steps on the right to enable access to the bots inside. Not all options are used.
Infrastructure and Automation
Network Fundamentals
Comments