Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 422

An organization manages a large cloud-deployed application that employs a microservices architecture across multiple data centers. Reports have been 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.)

Answer options

Correct answer: B, C

Explanation

Option B is correct because implementing a tagging methodology helps to trace the flow of execution through services, making it easier to identify where faults occur. Option C is also correct as adding logging on exceptions with immediate notifications allows for quick identification and response to issues. Options A, D, and E do not directly address identifying faults in the application design as effectively as B and C.