Cloud Concepts
358 soru
A financial company is redesigning its monolithic on-premises transactional application to run on the AWS Cloud. The development team wants to apply core AWS cloud design principles to improve the application's agility, reduce management overhead, and ensure high availability. Which of the following architectural choices directly implement AWS Cloud design principles? (Select TWO.)
Geçerli olan tümünü seçin
A startup is building a microservices-based financial news application. They run their staging and test environments using automated scripts that create exact copies of production on demand, and then terminate these environments when testing is complete. Additionally, they use Amazon Simple Queue Service (Amazon SQS) to pass messages between their front-end web server and the backend stock analysis engine to ensure that components can scale and fail independently.
Which of the following AWS Cloud design principles are illustrated by these practices? (Select TWO.)
Geçerli olan tümünü seçin
A healthcare provider plans to migrate its legacy IT infrastructure to the AWS Cloud. The migration team has identified two key workloads for the first phase:
1. An on-premises payroll application that is highly customized and expensive to maintain. The provider decides to decommission it and purchase a modern software-as-a-service (SaaS) payroll solution from a third-party vendor on AWS Marketplace.
2. A patient records database running on a self-managed server. The provider wants to migrate this database to Amazon Relational Database Service (Amazon RDS) to reduce administrative overhead, without making any modifications to the database schema or application code.
Which two of the following migration strategies represent the correct approach for these workloads? (Select TWO.)
Geçerli olan tümünü seçin
A retail company is preparing its web application for a major seasonal sales event. To ensure the application remains highly resilient and cost-effective during traffic fluctuations, the IT team wants to follow AWS Cloud architectural design principles. Which of the following options represent key AWS Cloud design principles that should be applied to this workload? (Select TWO.)
Geçerli olan tümünü seçin
A healthcare technology company needs to expand its services to international markets. Previously, provisioning new infrastructure in physical colocation facilities took several weeks. By migrating to AWS, the company can now deploy its telehealth application to patients globally in a matter of minutes and spin up new testing environments in seconds to accelerate software release cycles.
Which two benefits of the AWS Cloud does this scenario directly illustrate? (Select TWO.)
Geçerli olan tümünü seçin
An IoT startup is redesigning its smart utility grid monitoring application. The application receives millions of periodic sensor events that must be processed, validated, and saved. The team wants to align with AWS Cloud design principles to minimize operational overhead and handle unpredictable traffic spikes without maintaining running servers. Which of the following architectural design choices align with AWS Cloud design principles to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
TerraGrow Agriculture is planning to migrate its legacy on-premises applications to the AWS Cloud. The company has identified two specific workloads for the first phase:
1. A proprietary crop-yield analysis application that must be moved immediately to AWS with absolutely no modifications to its code or configuration.
2. An on-premises legacy customer relationship management (CRM) database that will be decommissioned and replaced with a modern cloud-based Software-as-a-Service (SaaS) platform.
Which two AWS migration strategies should the company use to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A retail analytics firm runs monthly batch processing jobs on self-managed physical servers. The volume of data fluctuates significantly each month, leading to frequent job failures due to under-provisioned hardware, or wasted costs from over-provisioned hardware sitting idle. Additionally, the development team has to wait several weeks for the procurement and setup of new hardware whenever they want to test new analytics algorithms.
The firm decides to migrate these workloads to AWS, enabling them to launch test environments in minutes and automatically scale resources to match the workload demand.
Which of the following benefits of the AWS Cloud are directly demonstrated in this scenario? (Select TWO.)
Geçerli olan tümünü seçin
AeroParts Manufacturing is planning to migrate its on-premises workloads to the AWS Cloud:
* Workload 1: A proprietary inventory forecasting application that runs on a self-managed database. The company wants to move the database to Amazon Relational Database Service (Amazon RDS) to reduce administrative overhead, without changing the application's core code.
* Workload 2: A legacy human resources (HR) application that has high maintenance costs. The company has decided to discard the legacy system and purchase a license for a cloud-based Software-as-a-Service (SaaS) HR platform.
Which migration strategies represent the correct approaches for Workload 1 and Workload 2? (Select TWO)
Geçerli olan tümünü seçin
A biomedical research institution occasionally runs high-throughput genomic sequencing workloads that require thousands of compute instances for a few days. Once the analysis is complete, the computational resources are shut down completely. Instead of building an on-premises high-performance computing (HPC) cluster, the institution deploys these workloads on AWS.
Which of the following benefits of the AWS Cloud are directly demonstrated in this scenario? (Select TWO.)
Geçerli olan tümünü seçin
A healthcare enterprise is migrating its medical image processing pipeline to AWS. The pipeline experiences highly variable demand: it lies idle for hours, then must suddenly process thousands of high-resolution scans within minutes when clinical trials submit data. On-premises, the enterprise had to purchase and maintain a massive high-performance computing cluster sized for peak load, resulting in high idle costs. On AWS, they deploy a serverless architecture that dynamically scales to zero during idle periods and scales out instantly during peak submissions.
To resolve their capacity utilization challenge, which specific AWS Cloud benefit is the enterprise primarily leveraging?
An enterprise is redesigning a media-processing application to run on AWS. In the legacy architecture, a single, high-capacity virtual machine hosts the queue manager, the processing application, and the media storage. In the new architecture, media files are uploaded directly to Amazon S3, which triggers an AWS Lambda function. This function saves metadata to Amazon DynamoDB and sends a message to an Amazon SQS queue. A group of Amazon EC2 instances in an Auto Scaling group pulls messages from SQS to process the media files. Which set of AWS Cloud design principles does the new architecture most directly implement?
Veridian Dynamics is planning to migrate its legacy on-premises customer relationship management (CRM) system to the cloud. The company decides to decommission the legacy system and purchase a modern Software as a Service (SaaS) CRM platform from the AWS Marketplace. Which migration strategy does this scenario represent?
A biotechnology startup is developing a drug discovery platform that runs heavy genomic sequencing simulations. These workloads run for only a few days each month, requiring hundreds of compute instances, but the platform requires almost no resources for the rest of the month. Additionally, the startup must make the platform available to research teams in both North America and Europe with low latency.
Which of the following benefits of the AWS Cloud directly address this startup's requirements? (Select TWO.)
Geçerli olan tümünü seçin
A media company is migrating its sports analytics platform to AWS. The platform experiences intense, unpredictable traffic surges during live sporting events, which last for a few hours, followed by long periods of inactive user traffic. To manage costs, the operations team configures the system to automatically provision additional compute instances as traffic rises, and automatically terminate those instances as soon as the event ends and traffic subsides.
Which AWS Cloud design principle is directly demonstrated by this design, and how does it distinctively differ from scalability?
A retail corporation is planning to migrate its transaction processing database to AWS. Currently, the database runs on on-premises proprietary servers that must be replaced every years at a high upfront cost. The servers are sized to handle peak traffic during holiday sales, meaning they run at less than utilization for the remainder of the year. Which of the following actions best demonstrates how the company can leverage AWS cloud economics to resolve their capacity utilization and hardware funding challenges?
An IoT fleet management company tracks real-time telemetry from thousands of delivery vehicles. The current architecture relies on self-hosted database clusters and monolithic backend servers on Amazon EC2. During peak hours, the servers experience CPU exhaustion, leading to lost data packets, while the database cluster requires manual partitioning and intervention to scale. The company wants to redesign this architecture on AWS to handle unpredictable traffic surges efficiently and minimize administrative overhead.
Which two architectural choices should the company implement to align with AWS cloud design principles? (Select TWO.)
Geçerli olan tümünü seçin
A retail company plans to migrate its on-premises relational database to AWS. The database currently runs on a self-managed physical server. To reduce operational overhead such as backups and patching, the company decides to migrate the database to Amazon RDS without modifying the database engine or making changes to the application code. Which cloud migration strategy is this company employing?
A logistics company wants to migrate its legacy shipment-tracking application to the AWS Cloud. The primary goal is to complete the migration as quickly as possible to meet an upcoming data center evacuation deadline, without making any modifications to the application code or architecture. Which migration strategy should the company use to meet this requirement?
A retail startup wants to launch a new e-commerce application. Instead of investing heavily in physical servers and building their own data centers before knowing how successful the application will be, they decide to deploy on AWS and pay only for the resources they consume. Which benefit of the AWS Cloud is this startup demonstrating?