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?
A
DRAG DROP
An application is being built to collect and display telemetry streaming dat
a. Drag and drop the elements of this stack from the left onto the correct element functions on the
right.
Explanation:
A cloud native project is being worked on in which all source code and dependencies are written in
Python, Ruby, and/or JavaScipt. A change in code triggers a notification to the CI/CD tool to run the
CI/CD pipeline.
Which step should be omitted from the pipeline?
C
Which two statements are considered best practices according to the 12-factor app methodology for
application design? (Choose two.)
AC
An organization manages a large cloud-deployed application that employs a microservices
architecture. No notable issues occur with downtime because the services of this application are
redundantly deployed over three or more data center regions. However, several times a week
reports are received about application slowness. The container orchestration logs show faults in a
variety of containers that cause them to fail and then spin up brand new.
Which action must be taken to improve the resiliency design of the application while maintaining
current scale?
A
How should a web application be designed to work on a platform where up to 1000 requests per
second can be served?
B
An organization manages a large cloud-deployed application that employs a microservices
architecture across multiple data centers. Reports have received about application slowness. The
container orchestration logs show that faults have been raised in a variety of containers that caused
them to fail and then spin up brand new instances.
Which two actions can improve the design of the application to identify the faults? (Choose two.)
BC
Which two situations are flagged by software tools designed for dependency checking in continuous
integration environments, such as OWASP? (Choose two.)
AE
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 git for change control and versioning. The engineering high-level
plan is to use VMs in a cloud- provider environment then configure open source tooling onto these
VMs to poll, test, and configure the remote devices, as well as deploy the tooling itself.
Which configuration management and/or automation tooling is needed for this solution?
B
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.
Explanation:
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
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.
Explanation:
Which database type should be used with highly structured data and provides support for ACID
transactions?
D
Where should distributed load balancing occur in a horizontally scalable architecture?
D
Which two statements about a stateless application are true? (Choose two.)
AB