Cisco 350-901 - Developing Applications using Cisco Core Platforms and APIs (DEVCOR) Exam
Page: 3 / 104
Total 517 questions
Question #11 (Topic: Single Topic)
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?
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 the code to ג€containerizeג€ it.
D. Rebase the code from the upstream git repo.
Answer: A
Question #12 (Topic: Single Topic)
DRAG DROP
Drag and drop the steps from the left into the correct sequence on the right to describe how to use Git to maintain the current HEAD and revert back to a previous
commit, while undoing all intermediate commits.
Select and Place:

Drag and drop the steps from the left into the correct sequence on the right to describe how to use Git to maintain the current HEAD and revert back to a previous
commit, while undoing all intermediate commits.
Select and Place:

Answer:
Question #13 (Topic: Single Topic)
Which database type should be used with highly structured data and provides support for ACID transactions?
A. time series
B. document
C. graph
D. relational
Answer: D
Question #14 (Topic: Single Topic)
Where should distributed load balancing occur in a horizontally scalable architecture?
A. firewall-side/policy load balancing
B. network-side/central load balancing
C. service-side/remote load balancing
D. client-side/local load balancing
Answer: D
Question #15 (Topic: Single Topic)
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 to process all requests that are linked to the same state.
E. No state information can be shared across servers.
Answer: AB