AWS Certified Developer Associate DVA-C02 Practice Question
A cloud architect must design a system for handling image processing tasks that could peak unpredictably, ensuring continuation of image submissions without delay for the end-users. Which design pattern should the architect choose to fulfill this requirement?
Establishing a system where image processing operations are performed instantaneously upon submission and acknowledgment is made only after completion
Configuring a direct processing method where each request is processed in order and the user session is maintained until confirmation of image handling
Implementing a design where image processing tasks are queued for execution without requiring the user to wait for each task completion
Creating a design based on a pattern that is driven by the occurrence of specific events, without addressing user submission responsiveness
The asynchronous interaction design pattern is the correct choice in this scenario, as it allows submitted tasks to be queued for processing independently from the submission operation. This ensures that the end-users are not delayed while the images are being processed, which is particularly beneficial during times of high load. A synchronous design pattern would require the users to wait for each processing task to complete before continuing, leading to possible delays and a poor user experience during peak times. Event-driven architectures can encompass both synchronous and asynchronous processing but do not in themselves distinguish the type of responsiveness to user submissions required here.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is the asynchronous interaction design pattern?
Open an interactive chat with Bash
Why is queuing important in an asynchronous system?
Open an interactive chat with Bash
What are some examples of technologies used for implementing a queuing system?
Open an interactive chat with Bash
AWS Certified Developer Associate DVA-C02
Development with AWS Services
Your Score:
Report Issue
Bash, the Crucial Exams Chat Bot
AI Bot
Loading...
Loading...
Loading...
IT & Cybersecurity Package Join Premium for Full Access