SNS Plus

SNS Plus

Professional Development

7 Qs

quiz-placeholder

Similar activities

MLOps 2

MLOps 2

Professional Development

5 Qs

MQ and ECS

MQ and ECS

Professional Development

8 Qs

AWS Skill Up!

AWS Skill Up!

Professional Development

12 Qs

Database n Analytics

Database n Analytics

Professional Development

8 Qs

FSxx

FSxx

Professional Development

5 Qs

Voice Verification

Voice Verification

Professional Development

10 Qs

GDBD Parte 2

GDBD Parte 2

Professional Development

12 Qs

AWS Review Session

AWS Review Session

Professional Development

10 Qs

SNS Plus

SNS Plus

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Tú Nguyễn

Used 5+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

You have a Kinesis data stream with 6 shards provisioned. This data stream usually receiving 5 MB/s of data and sending out 8 MB/s. Occasionally, your traffic spikes up to 2x and you get a ProvisionedThroughputExceeded exception. What should you do to resolve the issue?

Add more Shards

Enable Kinesis Replication

Use SQS as a buffer to Kinesis

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

You have a website where you want to analyze clickstream data such as the sequence of clicks a user makes, the amount of time a user spends, and where the navigation begins and how it ends. You decided to use Amazon Kinesis, so you have configured the website to send these clickstream data all the way to a Kinesis data stream. While you checking the data sent to your Kinesis data stream, you found that the users' data is not ordered and the data for one individual user is spread across many shards. How would you fix this problem?

There are too many shards, you should only use 1 shard

You shouldn't use multiple consumers, olny one and it should be re-order data

For each record sent to Kinesis add a partition key that represents the identity of the user

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which AWS service is most appropriate when you want to perform real-time analytics on streams of data?

Amazon SQS

Amazon SNS

Amazon Kinesis Data Analytics

Amazon Kinesis Data Firehose

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

You are running an application that produces a large amount of real-time data that you want to load into S3 and Redshift. Also, these data need to be transformed before being delivered to their destination. What is the best architecture would you choose?

SQS + Lambda

SNS + HTTP Endpoint

Kinesis Data Stream + Kinesis Data Firehose

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is NOT a supported subscriber for AWS SNS?

AWS Kinesis Data Streams

Amazon SQS

HTTP(S) Endpoint

AWS Lambda

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

A telecom company operates thousands of hardware devices like switches, routers, cables, etc. The real-time status data for these devices must be fed into a communications application for notifications. Simultaneously, another analytics application needs to read the same real-time status data and analyze all the connecting lines that may go down because of any device failures.

As a Solutions Architect, which of the following solutions would you suggest, so that both the applications can consume the real-time status data concurrently?

Amazon Kinesis Data Streams

Amazon Simple Notification Service (SNS)

Amazon Simple Queue Service (SQS) with Amazon Simple Notification Service (SNS)

Amazon Simple Queue Service (SQS) with Amazon Simple Email Service (Amazon SES)

7.

MULTIPLE SELECT QUESTION

1 min • 5 pts

A financial services company wants to implement a solution that ensures that the order of financial transactions is preserved and no duplicate transactions are created.

As a solutions architect, which of the following solutions would you recommend?

Publish transaction updates using SNS FIFO topic, which is subscribed by SQS standard queue for further processing

Publish transaction updates using SNS standard topic, which is subscribed by SQS FIFO queue for further processing

Publish transaction updates using SNS standard topic, which is subscribed by SQS standard queue for further processing

Publish transaction updates using SNS FIFO topic, which is subscribed by SQS FIFO queue for further processing

(Correct)

Publish transaction updates using SNS FIFO topic, which is subscribed by SQS FIFO queue for further processing

Publish transaction updates using SNS FIFO topic, which is subscribed by SQS standard queue for further processing

Publish transaction updates using SNS standard topic, which is subscribed by SQS FIFO queue for further processing

Publish transaction updates using SNS standard topic, which is subscribed by SQS standard queue for further processing