Refer to the exhibit. Drag and drop the code snippets from the left onto the item numbers on the right that match the missing sections in the cURL exhibit to complete the cURL request to FirePower Device Manager API to create objects. Not all code snippets are used.
Select and Place:
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?
AAnsible
BAnsible and Terraform
CNSO
DTerraform
EAnsible and NSO
Applications sometimes store configuration as constants in the code, which is a violation of the strict separation of configuration from code.
Where should application configuration be stored?
Aenvironment variables
BYAML files
CPython libraries
DDockerfiles
EINI files
DRAG DROP -
Refer to the exhibit. Drag and drop the code snippets from the left onto the item numbers on the right that match the missing sections in the curl exhibit to complete the cURL request to FirePower Device Manager API to create objects. Not all code snippets are used.
Select and Place:
A client is written that uses a REST API to interact with a server. Using HTTPS as the transport, an HTTP request is sent and received an HTTP response. The response contains the HTTP response status code: 503 Service Unavailable.
Which action is the appropriate response?
AAdd an Authorization header that supplies appropriate credentials and sends the updated request.
BResend the request using HTTP as the transport instead of HTTPS.
CAdd an Accept header that indicates the content types that the client understands and send the updated request.
DLook for a Retry-After header in the response and resend the request after the amount of time indicated.
Question 6
Using APIs
0
Question 7
Using APIs
Question 8
Software Development and Design
Question 9
Application Deployment and Security
Question 10
Application Deployment and Security
Question 11
Software Development and Design
Question 12
Using APIs
Question 13
Software Development and Design
Question 14
Infrastructure and Automation
Question 15
Software Development and Design
Question 16
Software Development and Design
Question 17
Using APIs
Question 18
Software Development and Design
Question 19
Application Deployment and Security
Question 20
Application Deployment and Security
Question 21
Using APIs
Question 22
Application Deployment and Security
Question 23
Application Deployment and Security
Question 24
Infrastructure and Automation
Question 25
Cisco Platforms
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ad
Want a break from the ads?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
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?
AAccess permission to the resource must be granted, before the request.
BConfigure new valid credentials.
CThe requested API endpoint does not exist, and the request URL must be changed.
DAdditional permission must be granted before the request can submitted.
Which two data encoding techniques are supported by gRPC? (Choose two.)
AXML
BJSON
CASCII
DProtoBuf
EYAML
Which two statements are considered best practices according to the 12-factor app methodology for application design? (Choose two.)
AApplication code writes its event stream to stdout.
BApplication log streams are archived in multiple replicated databases.
CApplication log streams are sent to log indexing and analysis systems.
DApplication code writes its event stream to specific log files.
ELog files are aggregated into a single file on individual nodes.
DRAG DROP -
Refer to the exhibit. Drag and drop the correct parts of the Dockerfile from the left onto the item numbers on the right that match the missing sections in the exhibit to complete the Dockerfile to successfully build and deploy a container running a Python application. Not all parts of the Dockerfile are used.
Select and Place:
Refer to the exhibit. A kubeconfig file to manage access to clusters is provided.
How many clusters are defined and which of them are accessed using username/password authentication versus certificate?
Atwo clusters; scratch
Bthree clusters; scratch
Cthree clusters; development
Dtwo clusters; development
DRAG DROP -
Refer to the exhibit. The self-service Webex bot is failing when many users attempt to interact with it at the same time. Drag and drop the code snippets from the left onto the correct item numbers on the right that match the missing sections in the exhibit to complete this code to handle this high-load situation.
Select and Place:
Refer to the exhibit. Which configuration of method and parameter retrieves the health of a laptop connected to the network from Cisco DNA Center?
APUT; network-health;
BGET; client-health;
CGET; network-device;
DPOST; network-device;
Which two statements describe advantages of static code analysis over unit tests? (Choose two.)
AIt checks for potential tainted data where input is not checked.
BIt enforces proper coding standards and style.
CIt performs a quick analysis of whether tests will pass or fail when run.
DIt checks for race conditions in threaded applications.
EIt estimates the performance of the code when run.
DRAG DROP -
An application is being built to collect and display telemetry streaming data. Drag and drop the elements of this stack from the left onto the correct element functions on the right.
Select and Place:
Refer to the exhibit. A developer created the code, but it fails to execute.
Which code snippet helps to identify the issue?
A.
B.
C.
D.
Which two principles are included in the codebase tenet of the 12-factor app methodology? (Choose two.)
AAn application is always tracked in a version control system.
BThere are multiple codebases per application.
CThe codebase is the same across all deploys.
DThere can be a many-to-one correlation between codebase and application.
EIt is only possible to have one application deployment per codebase.
Refer to the exhibit. An application uses an API to periodically sync a large data set.
Based on the HTTP message sequence provided, which statements are true about the caching behavior seen in the scenario? (Choose two.)
AThe full dataset was transmitted to the client twice.
BThe dataset changed sometime between message #4 and #5.
CA partial dataset was transmitted to the client in message #4.
DThe dataset did not change during the scenario.
EMessages #3 and #5 are equivalent.
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.
Select and Place:
Which two techniques protect against injection attacks? (Choose two.)
Ainput validation
Btrim whitespace
Climit text areas to 255 characters
Dstring escaping of user free text and data entry
Eonly use dropdown, checkbox, and radio button fields
A web application is susceptible to cross-site scripting.
Which two methods allow this issue to be mitigated? (Choose two.)
AUse only drop downs.
BLimit user input to acceptable characters.
CEncrypt user input on the client side.
DUse AES encryption to secure the script.
ERemove all HTML/XML tags from user input.
Which transport protocol is used by gNMI?
AHTTP/2
BHTTP 1.1
CSSH
DMQTT
A developer has created an application based on customer requirements. The customer needs to run the application with the minimum downtime.
Which design approach regarding high-availability applications, Recovery Time Objective, and Recovery Point Objective must be taken?
AActive/passive results in lower RTO and RPO. For RPO, data synchronization between the two data centers must be timely to allow seamless request flow.
BActive/passive results in lower RTO and RPO. For RPO, data synchronization between the two data centers does not need to be timely to allow seamless request flow.
CActive/active results in lower RTO and RPO. For RPO, data synchronization between the two data centers does not need to be timely to allow seamless request flow.
DActive/active results in lower RTO and RPO. For RPO, data synchronization between the two data centers must be timely to allow seamless request flow.
How should a web application be designed to work on a platform where up to 1000 requests per second can be served?
AUse algorithms like random early detection to deny excessive requests.
BSet a per-user limit (for example, 5 requests/minute/user) and deny the requests from the users who have reached the limit.
COnly 1000 user connections are allowed; further connections are denied so that all connected users can be served.
DAll requests are saved and processed one by one so that all users can be served eventually.
Refer to the exhibit. Which two functions are performed by the load balancer when it handles traffic originating from the Internet destined to an application hosted on the file server farm? (Choose two.)
ATerminate the TLS over the UDP connection from the router and originate an HTTPS connection to the selected server.
BTerminate the TLS over the UDP connection from the router and originate an HTTP connection to the selected server.
CTerminate the TLS over the TCP connection from the router and originate an HTTP connection to the selected server.
DTerminate the TLS over the TCP connection from the router and originate an HTTPS connection to the selected server.
ETerminate the TLS over the SCTP connection from the router and originate an HTTPS connection to the selected server.
AppGigabitEthernet interface is used as data port for a container on a Cisco Catalyst 9000 Series Switch.
Which two interface configuration options should be used? (Choose two.)