LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Data Engineer - Associate

AWS Certified Data Engineer - Associate

Get started today

Ultimate access to all questions.


You are working on a serverless workflow for a content management system that needs to process and analyze user-generated content. The workflow should be able to handle various tasks, such as content validation, sentiment analysis, and data enrichment. Which AWS services would you use to implement this serverless workflow, and how would you configure them to handle the tasks?

Simulated



Explanation:

Option A is the most appropriate choice for the given scenario. AWS Lambda can be used for serverless computing to perform various tasks such as content validation and data enrichment. Amazon Comprehend can be used for sentiment analysis of the user-generated content. AWS Step Functions can be used to manage the serverless workflow, coordinating the execution of Lambda functions and Comprehend analysis. By configuring Step Functions to manage the workflow, Lambda to perform the tasks, and Comprehend to analyze the sentiment, the serverless workflow can handle the required tasks efficiently.

Powered ByGPT-5