Topic 1 Question 140
2 つ選択Which AWS services can a company use to achieve a loosely coupled architecture?
Amazon WorkSpaces
Amazon Simple Queue Service (Amazon SQS)
Amazon Connect
AWS Trusted Advisor
AWS Step Functions
ユーザの投票
コメント(13)
- 正解だと思う選択肢: BE
B. Amazon Simple Queue Service (Amazon SQS): SQS is a fully managed message queuing service that enables decoupling of the components in a distributed system. It allows components to communicate asynchronously, promoting loose coupling.
E. AWS Step Functions: Step Functions is a serverless function orchestrator that allows you to coordinate multiple AWS services into serverless workflows. It helps in creating loosely coupled, flexible systems by defining workflows that connect various services.
So, the correct choices are B and E.
👍 4keeping952023/11/14 - 正解だと思う選択肢: BE
To achieve a loosely coupled architecture, services that enable asynchronous communication and decouple components are essential. Two services that support this goal are:
B. Amazon Simple Queue Service (Amazon SQS): SQS is a fully managed message queuing service that allows components of a distributed application to communicate asynchronously. It helps decouple the sender and receiver components, providing flexibility and fault tolerance.
E. AWS Step Functions: AWS Step Functions allow you to coordinate and sequence AWS services, including Lambda functions, in a serverless workflow. It helps in creating workflows that are scalable, resilient, and loosely coupled.
While options A, C, and D (Amazon WorkSpaces, Amazon Connect, and AWS Trusted Advisor) are useful in various scenarios, they do not specifically contribute to achieving a loosely coupled architecture as directly as SQS and Step Functions.
👍 4Jason33542023/12/23 - 正解だと思う選択肢: BE
Exam Topics got it wrong again... Here’s how these services contribute to a loosely coupled architecture: B. Amazon Simple Queue Service (Amazon SQS): Amazon SQS is a fully managed message queuing service that enables asynchronous communication between distributed components of an application. By decoupling the components of your system, SQS helps ensure that different parts of your architecture can operate independently and communicate without being directly connected. This decoupling allows for greater scalability and fault tolerance.
E. AWS Step Functions: AWS Step Functions is a serverless orchestration service that enables you to coordinate multiple AWS services into serverless workflows. It allows you to build and manage workflows that integrate different services, and each step in the workflow can be independently developed and scaled. This service helps in creating loosely coupled components by managing the sequence of service calls and ensuring that each component performs its task independently.
👍 3Kilobay12024/09/03
シャッフルモード