Your organization is using DynamoDB for its application. This application collects data from its users every 10 minutes and stores it in DynamoDB. Then every day, after a particular time interval, the data (respective of each user) is extracted from DynamoDB and sent to S3. Then, the application visualizes this data for the users. You are asked to propose a solution to help optimize the backend of the application for a low latency at a lower cost. What would you recommend?
Your organization is using DynamoDB for its application. This application collects data from its users every 10 minutes and stores it in DynamoDB. Then every day, after a particular time interval, the data (respective of each user) is extracted from DynamoDB and sent to S3. Then, the application visualizes this data for the users. You are asked to propose a solution to help optimize the backend of the application for a low latency at a lower cost. What would you recommend?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: hard
标签: intellipaat, aws, topic-specific, aws, cloud
参考答案摘要
Since we want to reduce latency, we have to introduce a caching system. Amazon ElastiCache is a caching solution offered by Amazon that is cost-effective and has competitive costs. Below is the archit...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。