Cloud Integrations Flashcards

1
Q

What are the two patterns of application communication?

A

Synchronous Communications

Asynchronous Communications / Event Based

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

What is Amazon SQS?

A

SQS = Simple Queue Service
Serverless queue service used to decouple applications into a queue
Default retention of messages is 4 days, maximum of 14 days

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

What is Amazon SNS?

A

SNS = Simple Notification Service
The event publishers only sends messages to one SNS topic
As many event subscribers as we want to listen to the SNS topic notifications
Each subscriber to the topic will get all the messages

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

What is Amazon Kinesis?

A

Managed [real-time big data streaming] service to collect, process, analyse real-time streaming data at any scale.

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

What is Amazon MQ?

A

MQ = Apache Active MQ

Used if a company is migrating to the cloud and needs to use an open protocols

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

A company using Apache ActiveMQ is migrating to the cloud. Which AWS service can it use to easily set up and operate its message brokers in the cloud?

A

MQ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
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?

A

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
8
Q

True or False?

You can use Kinesis to perform real-time analysis from video streams.

A

True

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

What’s the main reason to use Amazon SQS or Amazon SNS?

A

Decouple your applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
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?

A

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