当前位置:首页 > SAA > 正文内容

You have recently joined a startup company building sensors to m

2023-12-01SAA

You have recently joined a startup company building sensors to measure street noise and air quality in urban areas. The company has been running a pilot deployment of around100 sensors for3 months each   sensor uploads1KB of sensor data every minute to a backend hosted on AWS. During the pilot, you measured a peak or10 lOPS on the database, and you stored an average of3GB of sensor data per month in the database. The current deployment consists of a load-balanced auto scaled Ingestion layer using EC2 instances and a PostgreSQL RDS database with500GB standard storage. The pilot is considered a success and your CEO has managed to get the attention or some potential investors. The business plan requires a deployment of at least lOOK sensors which needs to be supported by the backend. You also need to store sensor data for at least two years to be able to compare year over year Improvements. To secure funding, you have to make sure that the platform meets these requirements and leaves room for further scaling. Which setup win meet the requirements

A.ADD AN SQS QUEUE TO THE INGESTION LAYER TO BUFFER WRITES TO THE RDS INSTANCE

B.INGEST DATA INTO A DYNAMODB TABLE AND MOVE OLD DATA TO A REDSHIFT CLUSTER

C.REPLACE THE RDS INSTANCE WITH A6 NODE REDSHIFT CLUSTER WITH 96TB OF STORAGE

D.KEEP THE CURRENT ARCHITECTURE BUT UPGRADE RDS STORAGE TO3TB AND LOK PROVISIONED LOPS

正确答案是C

扫描二维码免费使用微信小程序搜题/刷题/查看解析。

版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。

本文链接:https://20230611.cn/post/8377964.html