500-420 · Question #23
What are two examples of backend calls? (Choose two.)
The correct answer is B. a tier-to-tier request D. a remote services call. Backend calls in AppDynamics are the interactions that an application component has with external components or services. These can include calls to databases, remote service calls, and interactions between different tiers of an application. A tier-to-tier request refers to any…
Question
What are two examples of backend calls? (Choose two.)
Options
- Aa request coming from a browser
- Ba tier-to-tier request
- Can asynchronous request
- Da remote services call
How the community answered
(39 responses)- A3% (1)
- B90% (35)
- C8% (3)
Explanation
Backend calls in AppDynamics are the interactions that an application component has with external components or services. These can include calls to databases, remote service calls, and interactions between different tiers of an application. A tier-to-tier request refers to any internal call that happens between different tiers (or nodes) within the same application. For example, a web tier calling an API service tier within the same application ecosystem. A remote services call is an external call from an application to a service that resides outside of the application's environment, like a call to an external web service, REST API, or a third-party service provider.
Topics
Community Discussion
No community discussion yet for this question.