Which configuration management and/or automation tooling is needed for this solution?
A network operations team is using the cloud to automate some of their managed customer and branch locations. They require that all of their tooling be ephemeral by design and that the entire automation environment can be recreated without manual commands. Automation code and configuration state will be stored in...
Which configuration management for automation tooling is needed for this solution?
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....
As part of this workflow, which YANG models augment the interface?
Refer to the exhibit. The Ansible playbook is using the netconf_module to configure an interface using a YANG model. As part of this workflow, which YANG models augment the interface?A . ietf-interfaces and ietf-ipB . iana-if-type and ietf-interfacesC . ietf-ip and openconfig-interfaceD . ietf-ip and iana-if-typeView AnswerAnswer: B
Which task is mandatory to make the code ready to deploy?
An application is hosted on Google Kubernetes Engine. A new JavaScript module is created to work with the existing application. Which task is mandatory to make the code ready to deploy?A . Create a Dockerfile for the code base.B . Rewrite the code in Python.C . Build a wrapper for...
Which two tools should be used for each task?
A developer needs to configure an environment to orchestrate and configure. Which two tools should be used for each task? (Choose two.)A . Puppet for orchestrationB . Terraform for orchestrationC . Terraform for configurationD . Ansible for orchestrationE . Ansible for configurationView AnswerAnswer: BE
Which database type should be used with highly structured data and provides support for ACID transactions?
Which database type should be used with highly structured data and provides support for ACID transactions?A . time seriesB . documentC . graphD . relationalView AnswerAnswer: D
Refer to the exhibit
DRAG DROP Refer to the exhibit. Drag and drop the steps from the left into the correct order of operation on the right for a successful OAuth2 three-legged authorization code grant flow. View AnswerAnswer:
What is the expected output of this command?
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?A . list of all resources that have a tag with the keyword “Site”B . error message because the Value field...
How should a web application be designed to work on a platform where up to 1000 requests per second can be served?
How should a web application be designed to work on a platform where up to 1000 requests per second can be served?A . Use algorithms like random early detection to deny excessive requests.B . Set a per-user limit (for example, 5 requests/minute/user) and deny the requests from the users who...
Which two statements are considered best practices according to the 12-factor app methodology for application design? (Choose two.)
Which two statements are considered best practices according to the 12-factor app methodology for application design? (Choose two.)A . Application code writes its event stream to stdout.B . Application log streams are archived in multiple replicated databases.C . Application log streams are sent to log indexing and analysis systems.D ....