H13-821_V3.0 · Question #36
By using the API gateway, the company can reduce the R&D investment of the enterprise, focus on the core business of the enterprise, and improve operational efficiency. At the same time, it can also…
The correct answer is B. The API gateway adopts synchronous flow control method and does not support asynchronous. Option B is incorrect because modern API gateways support both synchronous and asynchronous flow control methods, not synchronous only - they can handle message queuing, event-driven patterns, and async callbacks, which are essential for scalable enterprise architectures…
Question
By using the API gateway, the company can reduce the R&D investment of the enterprise, focus on the core business of the enterprise, and improve operational efficiency. At the same time, it can also help users improve their monetization service capabilities. Which of the following descriptions about API gateways is wrong?
Options
- ASimplify the service architecture, quickly complete the decoupling of the internal system of the
- BThe API gateway adopts synchronous flow control method and does not support asynchronous
- CIt can be seamlessly connected with the function workflow service, and supports the open use of
- DThrough the API gateway, the internal service capabilities of the enterprise can be opened to
How the community answered
(40 responses)- A8% (3)
- B70% (28)
- C5% (2)
- D18% (7)
Explanation
Option B is incorrect because modern API gateways support both synchronous and asynchronous flow control methods, not synchronous only - they can handle message queuing, event-driven patterns, and async callbacks, which are essential for scalable enterprise architectures. Options A, C, and D are all accurate: API gateways do simplify service architecture and enable decoupling of internal systems (A), they can integrate with function workflow services to support open API capabilities (C), and they serve as the mechanism for exposing internal enterprise services to external partners or users (D). The error in B is the absolute claim that async is unsupported, which contradicts how real-world API gateways like AWS API Gateway, Kong, and Huawei Cloud API Gateway actually function.
Memory tip: Watch for answer choices that use absolute language like "does not support" or "only" - in technology questions, these all-or-nothing claims are frequently the wrong answer, because most mature platforms are designed to support multiple modes and patterns.
Topics
Community Discussion
No community discussion yet for this question.