SAP-C02 学习助手

SAP-C02 第 397 题

Lambda S3 SQS SNS

题目

A company needs to store and process image data that will be uploaded from mobile devices using a custom mobile app. Usage peaks between 8 AM and 5 PM on weekdays, with thousands of uploads per minute. The app is rarely used at any other time. A user is notified when image processing is complete. Which combination of actions should a solutions architect take to ensure image processing can scale to handle the load? (Choose three.)

中文翻译:
公司需要存储和处理将使用自定义移动应用程序从移动设备上传的图像数据。使用高峰期为工作日上午 8 点至下午 5 点,每分钟上传数千次。该应用程序在其他时间很少使用。当图像处理完成时,用户会收到通知。解决方案架构师应该采取哪种操作组合来确保图像处理可以扩展以处理负载? (选择三项。)

选项

A. Upload files from the mobile software directly to Amazon S3. Use S3 event notifications to create a message in an Amazon MQ queue.

中文翻译:
将文件从移动软件直接上传到 Amazon S3。使用 S3 事件通知在 Amazon MQ 队列中创建消息。

B. Upload files from the mobile software directly to Amazon S3. Use S3 event notifications to create a message in an Amazon Simple Queue Service (Amazon SQS) standard queue.

中文翻译:
将文件从移动软件直接上传到 Amazon S3。使用 S3 事件通知在 Amazon Simple Queue Service (Amazon SQS) 标准队列中创建消息。

C. Invoke an AWS Lambda function to perform image processing when a message is available in the queue.

中文翻译:
当队列中有消息可用时,调用 AWS Lambda 函数来执行图像处理。

D. Invoke an S3 Batch Operations job to perform image processing when a message is available in the queue.

中文翻译:
当队列中有可用消息时,调用 S3 批量操作作业来执行图像处理。

E. Send a push notification to the mobile app by using Amazon Simple Notification Service (Amazon SNS) when processing is complete.

中文翻译:
处理完成后,使用 Amazon Simple Notification Service (Amazon SNS) 向移动应用程序发送推送通知。

F. Send a push notification to the mobile app by using Amazon Simple Email Service (Amazon SES) when processing is complete.

中文翻译:
处理完成后,使用 Amazon Simple Email Service (Amazon SES) 向移动应用程序发送推送通知。

答案

BCE

解析

正确答案:BCE 解析: 本题应选择 BCE。 正确选项: B. 将文件从移动软件直接上传到 Amazon S3。使用 S3 事件通知在 Amazon Simple Queue Service (Amazon SQS) 标准队列中创建消息。 C. 当队列中有消息可用时,调用 AWS Lambda 函数来执行图像处理。 E. 处理完成后,使用 Amazon Simple Notification Service (Amazon SNS) ...

登录后查看完整解析