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....

July 31, 2022 No Comments READ MORE +

Which REST API call accomplishes this task?

Click on the GET Resource button above to view resources that will help with this question. An engineer is managing a DC with 6000 Cisco UCS servers installed and running. The engineer has been asked to identify all resources where the model is in the UCSB family and the available...

July 31, 2022 No Comments READ MORE +

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

July 31, 2022 No Comments READ MORE +

Which two methods allow this issue to be mitigated?

A web application is susceptible to cross-site scripting. Which two methods allow this issue to be mitigated? (Choose two.)A . Use only drop downs.B . Limit user input to acceptable characters.C . Encrypt user input on the client side.D . Use AES encryption to secure the script.E . Remove all...

July 31, 2022 No Comments READ MORE +

Which two statements about a stateless application are true? (Choose two.)

Which two statements about a stateless application are true? (Choose two.)A . Different requests can be processed by different servers.B . Requests are based only on information relayed with each request.C . Information about earlier requests must be kept and must be accessible.D . The same server must be used...

July 30, 2022 No Comments READ MORE +

Refer to the exhibit above and click on the resource tabs in the top left corner to view an IETF TANG MODEL and a Python file that changes the configuration via RESTCONF

DRAG DROP Refer to the exhibit above and click on the resource tabs in the top left corner to view an IETF TANG MODEL and a Python file that changes the configuration via RESTCONF. Drag and drop the code snippets from the left onto the item numbers on the right...

July 30, 2022 No Comments READ MORE +

Drag and drop the git commands from the left into the correct order on the right to create a feature branch from the master and then incorporate that feature branch into the master

DRAG DROP Drag and drop the git commands from the left into the correct order on the right to create a feature branch from the master and then incorporate that feature branch into the master. View AnswerAnswer:

July 30, 2022 No Comments READ MORE +

Which approach must be taken to secure API keys and passwords?

A developer has just completed the configuration of an API that connects sensitive internal systems. Based on company policies, the security of the data is a high priority. Which approach must be taken to secure API keys and passwords?A . Embed them directly in the code.B . Store them in...

July 30, 2022 No Comments READ MORE +

Refer to the exhibit above and click on the resource tabs in the top left corner to view resources to help with this question. The script uses the Cisco Intersight REST API

DRAG DROP Refer to the exhibit above and click on the resource tabs in the top left corner to view resources to help with this question. The script uses the Cisco Intersight REST API. Drag and drop the code snippets from the left onto the item numbers on the right...

July 30, 2022 No Comments READ MORE +

Which API call retrieves faults 30 through 45?

Refer to the exhibit. Many faults have occurred in the ACI environment and a sample of them needs to be examined. Which API call retrieves faults 30 through 45?A . GET https://apic-ip-address/api/class/faultInfo.json?order-by=faultinst.severity|desc&page=1&page- size=15B . GET https://apic-ip-address/api/class/faultInfo.json?order-by=faultinst.severity|desc&page=2&page- size=15C . GET https://apic-ip-address/api/class/faultInfo.json?order-by=faultinst.severity|desc&page=30D . GET https://apic-ip-address/api/class/faultInfo.json?order-by=faultinst.severity|desc&page=2&page- size=30View AnswerAnswer: B

July 30, 2022 No Comments READ MORE +