An application has initiated an OAuth authorization code grant flow to get access to an API resource on behalf of an end user.
Which two parameters are specified in the HTTP request coming back to the application as the end user grants access? (Choose two.)
A. access token and a refresh token with respective expiration times to access the API resource
B. access token and expiration time to access the API resource
C. redirect URI a panel that shows the list of permissions to grant
D. code that can be exchanged for an access token
E. state can be used for correlation and security checks
Refer to the exhibit.

Interface Lookback 1 must be created with IP address 10.30.0.1/24 in a Cisco IOS XE device using RESTCONF. The schema that is defined by the exhibit must be used. Which body and URI should be used for this operation?

A. B. C. D.
A local Docker container with a Container ID of 391441516e7a is running a Python application. Which command is used to connect to a bash shell in the running container?

A. Option A
B. Option B
C. Option C
D. Option D
A developer has completed the implementation of a REST API, but when it is executed, it returns a 401 error message. What must be done on the API to resolve the issue?
A. Access permission to the resource must be granted, before the request.
B. Configure new valid credentials.
C. The requested API endpoint does not exist, and the request URL must be changed.
D. Additional permission must be granted before the request can submitted.
What are two building blocks of the 12-factor app? (Choose two.)
A. Stateful Processes
B. Easy access to underlying systems
C. Dev and Prod must be different
D. One codebase
E. Isolated Dependencies
A developer needs to build a new Docker image and has created a tag by using the command:
$ docker tag 32df423320458 local/app.1.2
Which command must be executed next to build the Docker image using the tag?

A. Option A
B. Option B
C. Option C
D. Option D
An engineer needs to automate the configuration on a Cisco NX-OS switch. The solution must meet these requirements:
Ansible is used The transport protocol is encrypted Support for Asynchronous requests.
Which two access mechanisms must be used? (Choose two.)
A. SNMP Version 2c
B. NETCONF
C. NX-API
D. HTTPS
E. JSON-RPC
A developer has created a local Docker alpine image that has the image ID 'dockapp432195596ffr' and tagged as `new'. Which command creates a running container based on the tagged image, with the container port 80 bound to port 8080 on the host?
A. docker build -p 8080:80 alpine new
B. docker exec -p 808080 alpine new
C. docker start -p 808080 alpine new
D. docker run -p 8080.80 alpine.now
DRAG DROP
Refer to the exhibit. Drag and drop parts of the URL from the left onto the item numbers on the right that match the missing sections in the exhibit to create the appropriate RESTCONF URL to query the VLAN configuration given this YANG model. Not all URL parts are used.

Select and Place:

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. Drag and drop the correct code snippets from the left onto the item numbers on the right that match the missing sections in the exhibit to complete the cURL script that will use RESTCONF to update an interface on a CISCO IOS XE device.


Select and Place:
