
Answer-first summary for fast verification
Answer: Standard Workflows on AWS Step Functions are suitable for long-running, durable, and auditable workflows that can also support any human approval steps, You should use Express Workflows for workloads with high event rates and short duration
Standard Workflows on AWS Step Functions are suitable for long-running, durable, and auditable workflows that can also support any human approval steps - Standard Workflows on AWS Step Functions are more suitable for long-running, durable, and auditable workflows where repeating workflow steps is expensive (e.g., restarting a long-running media transcode) or harmful (e.g., charging a credit card twice). Example workloads include training and deploying machine learning models, report generation, billing, credit card processing, and ordering and fulfillment processes. Step functions also support any human approval steps. You should use Express Workflows for workloads with high event rates and short duration* - You should use Express Workflows for workloads with high event rates and short durations. Express Workflows support event rates of more than 100,000 per second. Incorrect options: Standard Workflows on AWS Step Functions are suitable for long-running, durable, and auditable workflows that do not support any human approval steps - As Step functions support any human approval steps, so this option is incorrect. Express Workflows have a maximum duration of five minutes and Standard workflows have a maximum duration of 180 days or 6 months - Express Workflows have a maximum duration of five minutes and Standard workflows have a maximum duration of one year. Both Standard and Express Workflows support all service integrations, activities, and design patterns - Standard Workflows support all service integrations, activities, and design patterns. Express Workflows do not support activities, job-run (.sync), and Callback patterns.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A team is evaluating the feasibility of implementing AWS Step Functions to design a banking workflow specifically for loan approvals. This workflow will incorporate multiple steps, including an essential step that involves human approval through the web application.
As a developer associate, which of the following key characteristics would you highlight for AWS Step Functions? (Select two)
A
Standard Workflows on AWS Step Functions are suitable for long-running, durable, and auditable workflows that can also support any human approval steps
B
Both Standard and Express Workflows support all service integrations, activities, and design patterns
C
Standard Workflows on AWS Step Functions are suitable for long-running, durable, and auditable workflows that do not support any human approval steps
D
You should use Express Workflows for workloads with high event rates and short duration
E
Express Workflows have a maximum duration of five minutes and Standard workflows have a maximum duration of 180 days or 6 months
No comments yet.