Cloud Integrations Quiz Flashcards

1
Q

Which service is a fully managed pub/sub messaging service that makes it easy to set up, operate, and send notifications from the cloud, using a push-based system?

1 - Simple Notification Service (SNS)
2 - Simple Queue Service (SQS)
3 - Auto Scaling Groups (ASG)

A

Simple Notification Service (SNS)

Amazon Simple Notification Service (SNS) is a highly available, durable, secure, fully managed pub/sub messaging service that enables you to decouple microservices, distributed systems, and serverless applications. It uses a push-based system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which principle is mainly applied when using Amazon SQS or Amazon SNS?

1 - Scalability
2 - Automation
3 - Decouple your applications

A

Decouple your applications

When using SQS or SNS, you apply the “decouple your applications” principle. This means that IT systems should be designed in a way that reduces interdependencies—a change or a failure in one component should not cascade to other components.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which service allows you to send, store, and receive messages between software components at any volume, without losing messages or requiring other services to be available, using a pull-based system?

1 - Simple Notification Service (SNS)
2 - Simple Queue Service (SQS)
3 - Auto Scaling Groups (ASG)

A

Simple Queue Service (SQS)

Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications. It uses a pull-based system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly