Cloud Concepts

358 soru

Soru 221Soru

An online education startup wants to avoid paying heavy upfront costs for physical servers and data centers. Instead, they want to pay only for the computing resources they consume on a monthly basis. Which benefit of the AWS Cloud is best described by this approach?

Cevabı ve açıklamayı göster

Cevap: Trade capital expense for variable expense

Cevap

Trading capital expense for variable expense allows the startup to pay only for the resources they consume instead of investing heavily in data centers and servers beforehand.
Trading capital expense for variable expense allows organizations to pay only for the resources they consume rather than investing heavily in physical data centers and servers before using them. This provides cost flexibility and reduces upfront financial risk.

Adım Adım Çözüm

1
Analyze the startup's requirements of avoiding upfront capital costs and paying only for consumed resources.
Identify that the startup wants to transition from large upfront investments (capital expenses) to usage-based fees (variable expenses).
To map the business requirement to the correct AWS Cloud benefit.
2
Compare the identified financial need against the 6 benefits of AWS Cloud.
The benefit 'Trade capital expense for variable expense' directly describes shifting from upfront infrastructure costs to paying on the go.
To select the option that matches the identified benefit.

Anahtar Kavram

Trading capital expense for variable expense (CapEx to OpEx shift)
Tahmini Süre:45s
Soru 222Soru

A media company is redesigning its video transcoding pipeline on AWS. Currently, a monolithic system receives uploaded videos, transcodes them, and stores the results. When multiple large files are uploaded at the same time, the system runs out of resources and fails, halting the entire pipeline. Which of the following architectural changes should the company implement to align with the AWS Cloud design principles of 'loose coupling' and 'services not servers'? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Use Amazon Simple Queue Service (Amazon SQS) to buffer incoming transcoding requests, allowing the upload and transcoding components to operate independently.; Utilize AWS Lambda functions to execute the transcoding code automatically in response to upload events without provisioning or managing virtual servers.

Cevap

The correct architecture uses Amazon Simple Queue Service (Amazon SQS) to decouple the upload and transcoding components, and AWS Lambda to process transcoding tasks without managing underlying servers.
The correct selections are using Amazon Simple Queue Service (Amazon SQS) to buffer incoming transcoding requests and utilizing AWS Lambda to execute transcoding code. Amazon SQS decouples the upload and transcoding components so they do not depend on each other's immediate availability (implementing loose coupling). AWS Lambda runs code serverlessly in response to upload events, which removes the operational burden of managing, patching, and scaling physical or virtual servers (implementing services not servers).

Adım Adım Çözüm

1
Analyze the problem in the scenario: a monolithic transcoding system runs out of resources and fails when handling simultaneous uploads, causing the entire pipeline to fail.
Identified the need for decoupled, resilient components (loose coupling) and serverless computing to avoid managing virtual servers (services not servers).
This establishes which design principles are needed to solve the problem.
2
Evaluate the option regarding Amazon Simple Queue Service (Amazon SQS).
Amazon SQS acts as a message broker that decouples components, allowing them to scale independently and preventing failures in one component from taking down the other.
This implements the 'loose coupling' design principle.
3
Evaluate the option regarding AWS Lambda.
AWS Lambda is a serverless compute service that runs code in response to events (like file uploads) without requiring EC2 instance provisioning or management.
This implements the 'services not servers' design principle.
4
Verify that other options represent design anti-patterns (such as tight coupling, monolithic setups, or static provisioning).
The option suggesting a single EC2 instance and the option suggesting synchronous API calls represent tight coupling/monolithic designs, while the option suggesting pre-provisioning a static fleet ignores elasticity.
This confirms that the distractors are incorrect based on the design principles.

Anahtar Kavram

AWS Cloud Design Principles: Loose Coupling and Services Not Servers
Soru 223Soru

AeroWing Logistics is planning a migration of its on-premises infrastructure to AWS. During the discovery phase, the migration team identifies two specific systems:

1. A legacy package-tracking utility that has been completely replaced by a newer system and is no longer used by any business unit.
2. A critical customer portal running on an on-premises web server. The team wants to move the portal to AWS while reducing database management overhead. They plan to migrate the self-managed database to Amazon Relational Database Service (Amazon RDS) without modifying the core application code.

Which two migration strategies should the company apply to these systems? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Replatforming; Retiring

Cevap

Replatforming and Retiring are the correct migration strategies.
The correct strategy for the unused package-tracking utility is Retiring, as it is no longer required and should be turned off. The correct strategy for the customer portal is Replatforming because it replaces the on-premises database server with a managed service (Amazon RDS) without altering the application's core code.

Adım Adım Çözüm

1
Analyze the first system: A legacy utility that is no longer used by any business unit.
Since it is obsolete and provides no business value, it should be decommissioned. This corresponds to the Retiring strategy.
Identifying and shutting down unnecessary resources reduces costs and migration scope.
2
Analyze the second system: A portal whose database is being moved to Amazon RDS to reduce management overhead without changing the core code.
This matches Replatforming, which involves making small optimizations (like adopting a managed database service) without changing the core architecture or code.
This strategy allows the organization to benefit from cloud-native automation (backups, patching) with minimal migration effort.

Anahtar Kavram

Cloud migration strategies (6 Rs) classify workloads during planning to optimize migration paths.
Soru 224Soru

A university website experiences a predictable spike in user traffic during registration week, followed by a significant drop. The IT department wants the website to automatically provision more servers during peak times and terminate them when traffic decreases to avoid paying for idle resources. Which AWS Cloud design principle is the university applying?

Cevabı ve açıklamayı göster

Cevap: Elasticity

Cevap

Elasticity
Elasticity is the ability to acquire resources as they are needed and release them when they are no longer required. In this scenario, automatically provisioning servers during peak enrollment times and terminating them when traffic drops matches resources directly to demand, optimizing costs and availability.

Adım Adım Çözüm

1
Analyze the university's technical requirements and traffic pattern.
The application experiences high-traffic spikes followed by low-traffic periods, requiring resources to scale up and scale down automatically.
To match capacity with demand without manual intervention or paying for unused resources.
2
Match this requirement with AWS Cloud design principles.
The principle of matching supply with demand dynamically is defined as elasticity.
To identify the correct design principle that supports automatic scaling of resources.

Anahtar Kavram

Elasticity is the AWS design principle of matching supply with demand by dynamically provisioning and deprovisioning resources.
Soru 225Soru

An independent game studio is preparing to launch a new multiplayer online game. They are uncertain about the initial player adoption rate, which could range from a few thousand to millions of players within the first week. Additionally, they want to focus their limited engineering resources on game design and player features rather than building and managing physical server facilities.

Which two of the following AWS Cloud benefits directly address this game studio's business requirements? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Stop guessing capacity, allowing the studio to scale resources dynamically to meet player demand without under-provisioning or paying for idle servers; Stop spending money running and maintaining data centers, allowing the studio to focus engineering resources on game features instead of physical infrastructure management

Cevap

The two benefits that address the requirements are stopping guessing capacity and stopping spending money running and maintaining data centers.
The option to stop guessing capacity helps the studio scale resources dynamically in response to actual player numbers, solving the challenge of unpredictable demand. The option to stop spending money running and maintaining data centers allows the studio to avoid the heavy burden of physical infrastructure management, enabling developers to focus on game features.

Adım Adım Çözüm

1
Analyze the business requirements from the scenario.
The studio has two main challenges: highly unpredictable player traffic (requiring dynamic capacity planning) and a desire to focus engineering time on game features rather than server management.
Identifying the specific business problems allows us to map them directly to AWS Cloud benefits.
2
Map the first challenge (unpredictable player traffic) to the 6 AWS Cloud benefits.
Stopping guessing capacity directly addresses this by allowing dynamic scaling to meet demand rather than pre-provisioning for a fixed peak.
This matches the requirement to handle traffic ranging from thousands to millions without over-provisioning.
3
Map the second challenge (avoiding building and managing physical server facilities) to the 6 AWS Cloud benefits.
Stop spending money running and maintaining data centers addresses this by offloading physical infrastructure tasks to AWS, letting engineers focus on game development.
This aligns with the goal of minimizing time and money spent on non-differentiating infrastructure tasks.

Anahtar Kavram

Identifying how the six advantages of cloud computing (specifically stopping guessing capacity and stopping spending money running and maintaining data centers) apply to specific business scenarios.
Tahmini Süre:1m 30s
Soru 226Soru

A disaster relief organization needs to deploy a localized emergency coordination portal to serve volunteers and citizens in multiple countries across South America and East Asia. By using AWS, they deploy their application stack to several geographic locations globally within minutes, ensuring low latency for all users. Which benefit of the AWS Cloud is best demonstrated by this deployment?

Cevabı ve açıklamayı göster

Cevap: Go global in minutes

Cevap

Go global in minutes
The correct answer is the benefit of deploying globally in minutes. This benefit allows applications to be replicated in multiple AWS Regions around the world quickly, providing lower latency and a better user experience for international users without the complexity of managing physical infrastructure abroad.

Adım Adım Çözüm

1
Analyze the business scenario's key requirement.
The organization needs to deploy its application stack to multiple geographic locations around the world (South America and East Asia) quickly to ensure low-latency access.
Understanding the core requirement helps filter out irrelevant benefits.
2
Map the requirement to the six AWS Cloud benefits.
Deploying globally within minutes to reduce latency directly maps to the 'Go global in minutes' benefit.
This identifies the specific AWS Cloud benefit designed for global reach and latency reduction.

Anahtar Kavram

Go global in minutes
Tahmini Süre:1m 0s
Soru 227Soru

A renewable energy firm is developing a smart grid monitoring application. They want to avoid buying expensive physical servers upfront and want the ability to deploy their application to wind farms located in multiple geographic regions around the world. Which two benefits of the AWS Cloud are they directly utilizing? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Go global in minutes; Trade capital expense for variable expense

Cevap

The two benefits of the AWS Cloud are 'Go global in minutes' and 'Trade capital expense for variable expense'.
The renewable energy firm benefits from 'Trade capital expense for variable expense' by avoiding upfront hardware costs and instead paying only for the resources they use. They also benefit from 'Go global in minutes' because AWS allows them to deploy applications across multiple global regions with just a few clicks, reducing latency for wind farms around the world.

Adım Adım Çözüm

1
Analyze the firm's requirement to deploy applications to wind farms in multiple geographic regions.
This maps to 'Go global in minutes', which allows deploying applications globally with minimal latency.
AWS infrastructure spans multiple geographic regions, allowing applications to be deployed globally in minutes.
2
Analyze the requirement to avoid purchasing expensive physical servers upfront.
This maps to 'Trade capital expense for variable expense', where upfront capital expenses are replaced by variable operational expenses.
AWS charges only for the resources consumed, avoiding upfront hardware investments.

Anahtar Kavram

Benefits of AWS Cloud Computing
Soru 228Soru

Altus Manufacturing is planning to migrate its legacy on-premises inventory management application to AWS. To reduce operational overhead, the IT department decides to migrate the self-managed database to Amazon Relational Database Service (Amazon RDS) for PostgreSQL, while keeping the application server's configuration and code unchanged. Which migration strategy is Altus Manufacturing using for this database migration?

Cevabı ve açıklamayı göster

Cevap: Replatforming

Cevap

Replatforming is the correct migration strategy because the company is migrating its self-managed database to a fully managed database service (Amazon RDS) to reduce administrative overhead, without making changes to the core application code.
The correct answer is Replatforming. In a replatforming strategy, also known as 'lift-tinker-and-shift,' minor optimizations are made to the application during migration to take advantage of cloud capabilities (such as shifting from a self-managed database to a fully managed AWS service like Amazon RDS) without changing the core architecture or code of the application itself.

Adım Adım Çözüm

1
Analyze the migration scenario details and identify that the database is migrating from a self-managed setup on-premises to a fully managed AWS service (Amazon RDS).
This shows a platform optimization (shifting operational tasks to AWS) while leaving the core application code unchanged.
Identifying optimizations help differentiate between Rehosting and Replatforming.
2
Evaluate the architectural modifications to see if the core code or application layout is being restructured.
The core application code and server configuration remain unchanged, ruling out Refactoring.
Refactoring requires rewriting code to adapt to cloud-native paradigms.
3
Select the migration strategy that aligns with making optimizations without altering core code.
The strategy is classified as Replatforming (lift-tinker-and-shift).
Replatforming matches the scenario of substituting a self-managed database with a managed database service (RDS) without changing the core code.

Anahtar Kavram

Cloud migration strategies (6 Rs), specifically Replatforming (lift-tinker-and-shift)
Tahmini Süre:1m 0s
Soru 229Soru

An agricultural technology company runs a crop monitoring system. The system requires massive compute resources for two weeks during the bi-annual harvesting season to process telemetry data. For the remaining 11 months of the year, the compute demand is near zero. The company is evaluating the financial impact of migrating this workload from its on-premises data center to AWS. Which of the following represents the primary economic advantage of this migration?

Cevabı ve açıklamayı göster

Cevap: Leveraging elasticity to dynamically provision resources during the peak harvest weeks and terminate them afterward, shifting from a fixed capital expense (CapEx) to a variable operating expense (OpEx).

Cevap

Leveraging elasticity to dynamically provision resources during the peak harvest weeks and terminate them afterward, shifting from a fixed capital expense (CapEx) to a variable operating expense (OpEx).
The correct answer correctly identifies that the primary economic benefit comes from elasticity and the CapEx-to-OpEx shift. Since the telemetry processing workload is highly seasonal (active for only 4 weeks out of 52), paying for resources dynamically as an operating expense (OpEx) when they are actually running prevents the company from wasting money on idle physical infrastructure (CapEx) during the rest of the year.

Adım Adım Çözüm

1
Analyze the demand pattern of the workload.
The workload has a highly variable demand pattern, requiring massive compute capacity for only 4 weeks a year (two weeks twice a year) and minimal capacity otherwise.
Understanding the demand curve helps identify which cloud economic benefits (like elasticity) apply.
2
Evaluate the financial shift between on-premises and cloud models.
On-premises requires capital expenses (CapEx) to buy hardware for peak capacity. AWS allows paying for resources as variable operating expenses (OpEx) based on consumption.
This contrasts the fixed-cost model of physical hardware with the pay-as-you-go model of the cloud.
3
Determine the optimal cloud mechanism for cost reduction.
Elasticity allows the company to scale resources up during the peak harvest weeks and scale them back down when not in use, avoiding paying for idle capacity.
Elasticity directly matches resource supply with demand to optimize cloud spending.

Anahtar Kavram

The primary economic benefit of the cloud is the shift from capital expenses (CapEx) to variable operating expenses (OpEx), enabled by elasticity, allowing customers to pay only for the resources they consume.
Tahmini Süre:1m 30s
Soru 230Soru

A financial research firm needs to run a complex risk analysis simulation once a week. The simulation requires a large cluster of compute instances for six hours. The firm uses infrastructure as code to automatically provision the instances, run the simulation, and then immediately terminate the entire cluster. Which AWS Cloud design principle is directly demonstrated by this operational workflow?

Cevabı ve açıklamayı göster

Cevap: Disposable resources instead of fixed servers

Cevap

Disposable resources instead of fixed servers
The principle of using disposable resources instead of fixed servers dictates that infrastructure should be treated as temporary and easily replaceable. By programmatically launching a compute cluster for a weekly simulation and terminating it immediately after completion, the firm optimizes cost and resource utilization, avoiding the expense of maintaining idle, permanent servers.

Adım Adım Çözüm

1
Analyze the operational workflow described in the scenario.
The firm spins up resources on demand for a short-lived task (six hours) and completely tears them down afterward.
This establishes that the infrastructure is temporary and not a permanent fixture.
2
Identify the AWS design principle that relates to treating infrastructure as temporary, programmatically defined assets.
The principle is 'Disposable resources instead of fixed servers'.
This principle leverages cloud automation to provision and terminate environments dynamically, eliminating the need for fixed, continuous infrastructure.

Anahtar Kavram

Disposable resources instead of fixed servers
Soru 231Soru

Stellaris Hospitality is preparing to migrate its legacy application portfolio to the AWS Cloud. During the discovery phase, the IT team evaluates two applications:
- A proprietary, custom-built property management system that must be redesigned to leverage serverless databases and auto-scaling.
- An on-premises commercial billing software that will be retired in favor of a web-based Software-as-a-Service (SaaS) solution.

Which of the following migration strategies represent the correct approach for these two systems? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Refactoring (Re-architecting) for the custom property management system to enable cloud-native features.; Repurchasing for the billing software to transition to a SaaS subscription model.

Cevap

Refactoring (Re-architecting) for the custom property management system to enable cloud-native features, and Repurchasing for the billing software to transition to a SaaS subscription model.
The custom property management system requires a redesign to implement cloud-native features (like serverless databases and auto-scaling), which is the definition of Refactoring (Re-architecting). The billing software is being retired and replaced with a Software-as-a-Service (SaaS) model, which is the definition of Repurchasing.

Adım Adım Çözüm

1
Analyze the migration requirements for the custom property management system.
The application needs to be redesigned for serverless databases and auto-scaling, requiring code and architecture modifications.
This corresponds to the Refactoring (Re-architecting) migration strategy.
2
Analyze the migration plan for the commercial billing software.
The application will be retired in favor of a third-party, web-based SaaS platform.
This corresponds to the Repurchasing migration strategy.
3
Combine findings to identify the two correct strategies.
Refactoring and Repurchasing are the chosen strategies.
Matching the correct definition of the 6 Rs migration strategies is required to answer the question.

Anahtar Kavram

AWS Cloud Migration Strategies (6 Rs)
Soru 232Soru

A digital marketing agency runs website analytics reports for its clients. The reports are generated only during the first three days of each month, leaving their on-premises servers underutilized for the rest of the month. The agency is planning to migrate these workloads to AWS.

Which TWO of the following describe the primary cloud economic benefits of this migration? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Shifting from capital expenses (CapEx) for physical hardware to variable operating expenses (OpEx) based on actual usage; Benefiting from elasticity by provisioning compute resources dynamically for the three-day reporting period and terminating them afterward

Cevap

The primary economic benefits are shifting from capital expenses (CapEx) to variable operating expenses (OpEx), and leveraging elasticity to run compute resources only during the three-day reporting window.
The correct options identify that migrating to AWS allows the agency to transition from upfront physical hardware investments (CapEx) to variable utility-style billing (OpEx), and allows them to utilize elasticity to provision compute instances only for the three days they are needed, reducing overall infrastructure costs.

Adım Adım Çözüm

1
Analyze the agency's workload pattern and current resource allocation.
The agency runs a workload for only three days per month, causing physical on-premises servers to remain idle and waste capital investment for the remaining 27 days.
Understanding the customer's usage pattern highlights the financial inefficiency of static on-premises sizing.
2
Apply AWS cloud economics principles to optimize the cost of the workload.
By shifting to a variable expense model (OpEx) and utilizing elasticity, the agency pays only for the server capacity used during the active three days, avoiding upfront hardware investments (CapEx).
Matching resource capacity to actual demand is the primary driver of cloud cost savings.

Anahtar Kavram

Cloud economics benefits, specifically the shift from CapEx to OpEx and the cost-saving power of elasticity.
Soru 233Soru

A news publishing website experiences unpredictable spikes in website traffic when major stories break, but has very low traffic during normal hours. By hosting their application on AWS, the publisher can dynamically provision compute resources to handle traffic surges and automatically terminate those resources when traffic subsides. Which concept of cloud economics does this scenario directly illustrate?

Cevabı ve açıklamayı göster

Cevap: The cost benefits of elasticity

Cevap

The cost benefits of elasticity
The correct answer is correct because elasticity allows an organization to dynamically adjust resource capacity to match shifting demand. This ensures that they only pay for what they use, minimizing costs during periods of low traffic while maintaining performance during surges.

Adım Adım Çözüm

1
Analyze the organization's resource utilization pattern in the scenario.
The news publisher experiences fluctuating, unpredictable website traffic with high peaks and low valleys.
Understanding the demand pattern helps determine which cloud economic principle applies to resource management.
2
Identify the AWS mechanism that allows resources to dynamically scale up and down to match this demand.
Elasticity allows resources to be added when demand increases and removed when demand decreases, ensuring costs scale directly with usage.
This mechanism aligns resource provisioning with consumption, which minimizes waste and optimizes costs.

Anahtar Kavram

Elasticity and cost optimization in cloud economics
Tahmini Süre:45s
Soru 234Soru

A company is migrating its retail application to AWS. To ensure reliability, the architecture team designs the application components to communicate using Amazon Simple Queue Service (SQS) so they can run independently. Additionally, they configure the system to automatically scale compute resources up or down in response to changing traffic. Which of the following AWS Cloud design principles are being demonstrated in this architecture? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Loose coupling; Elasticity

Cevap

The correct principles are loose coupling and elasticity.
The correct principles are loose coupling, because components are designed to run independently using message queuing, and elasticity, because compute resources dynamically scale in and out based on traffic.

Adım Adım Çözüm

1
Analyze the communication mechanism of the components.
The components communicate via Amazon SQS and run independently, which indicates they are decoupled.
This is a direct application of the loose coupling principle.
2
Analyze how compute resources are scaled.
Compute resources automatically scale up or down based on traffic, matching capacity to demand.
This is a direct application of the elasticity principle.

Anahtar Kavram

AWS Cloud Design Principles: Loose Coupling and Elasticity
Soru 235Soru

A logistics company is migrating its package tracking application to the AWS Cloud. The development team plans to replace their self-managed database running on a virtual machine with Amazon DynamoDB. Additionally, they will insert an Amazon Simple Queue Service (Amazon SQS) queue between the tracking intake system and the data processing backend. Which of the following are design principles of the AWS Cloud that this architecture implements? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Loose coupling; Services, not servers

Cevap

The architecture implements the principles of loose coupling and services, not servers.
The correct principles are loose coupling and services, not servers. Introducing Amazon SQS separates components so they can operate independently (loose coupling). Shifting from self-managed databases on virtual machines to DynamoDB reduces the operational burden of managing server infrastructure (services, not servers).

Adım Adım Çözüm

1
Analyze the architectural changes in the scenario.
The scenario describes introducing Amazon SQS between system components and replacing a self-managed database on a virtual machine with Amazon DynamoDB.
This helps break down the scenario into distinct AWS architectural adjustments.
2
Map the introduction of Amazon SQS to an AWS design principle.
Amazon SQS acts as an asynchronous message queue that separates the ingestion and processing layers, implementing loose coupling.
By decoupling components, a failure or spike in demand in one area does not directly cause a failure in the other.
3
Map the use of Amazon DynamoDB to an AWS design principle.
Amazon DynamoDB is a managed NoSQL database service that eliminates the need to manage database servers, implementing services, not servers.
Using managed services allows the team to focus on application development rather than database infrastructure management.

Anahtar Kavram

Identify design principles of the AWS Cloud, specifically loose coupling and services, not servers.
Tahmini Süre:1m 30s
Soru 236Soru

A logistics analytics startup wants to minimize its monthly operational costs while running complex routing simulations. The company's IT manager notices that AWS can offer lower pay-as-you-go pricing for storage and compute services than the startup could ever negotiate with hardware vendors on its own. Which benefit of the AWS Cloud is directly demonstrated by this lower pricing capability?

Cevabı ve açıklamayı göster

Cevap: Benefit from massive economies of scale

Cevap

Benefit from massive economies of scale
The correct option is correct because AWS aggregates usage from hundreds of thousands of customers, enabling it to achieve massive economies of scale and pass those savings on to customers in the form of lower, pay-as-you-go pricing.

Adım Adım Çözüm

1
Analyze the scenario details regarding pricing and negotiations.
The startup benefits from lower pay-as-you-go pricing that they could not negotiate individually due to their size.
Identifying the core mechanism of the pricing benefit is key to mapping it to the correct AWS Cloud benefit.
2
Compare the scenario with the definition of AWS Cloud benefits.
AWS aggregates usage from hundreds of thousands of customers to achieve massive economies of scale, passing the savings to customers in the form of lower pay-as-you-go prices.
This matches the definition of 'Benefit from massive economies of scale'.

Anahtar Kavram

Massive economies of scale allow AWS to lower pay-as-you-go pricing by aggregating customer usage.
Tahmini Süre:1m 0s
Soru 237Soru

A global streaming platform is designing its user authentication service on AWS. The architect deploys the application across three Availability Zones behind an Application Load Balancer, and configures the database with multi-Availability Zone replication. Furthermore, the client application is designed to gracefully degrade by using cached authentication tokens locally if the backend service becomes temporarily unreachable. Which AWS Cloud design principle is primarily demonstrated by this architecture?

Cevabı ve açıklamayı göster

Cevap: Design for failure

Cevap

Design for failure
The architecture demonstrates 'Design for failure' by ensuring that if a single Availability Zone, database instance, or backend service fails, the system automatically redirects traffic, replicates data, and uses client-side caching to maintain availability and user experience.

Adım Adım Çözüm

1
Analyze the architecture components described in the scenario
The scenario includes deploying instances across three Availability Zones, utilizing an Application Load Balancer, configuring database replication, and implementing client-side caching for graceful degradation.
Understanding the components helps identify the architectural goals, which are high availability, redundancy, and resilience against outages.
2
Map the technical goals of these components to AWS Cloud design principles
Deploying across multiple zones and replicating databases ensures that the system handles infrastructure outages automatically, while client caching ensures the application continues working during backend failures. This is a direct implementation of expecting and planning for failures.
This step connects the real-world scenario to the specific core design principle: design for failure.

Anahtar Kavram

Design for failure
Tahmini Süre:1m 30s
Soru 238Soru

A logistics and supply chain company is planning to migrate its inventory tracking system to the AWS Cloud. The company wants to leverage the core benefits of cloud computing to improve its global operations and cost structure. Which of the following are recognized benefits of the AWS Cloud? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Benefiting from massive economies of scale, which leads to lower pay-as-you-go pricing.; Going global in minutes by easily deploying the application in multiple regions around the world.

Cevap

The correct benefits of the AWS Cloud are benefiting from massive economies of scale and going global in minutes.
The correct options represent two of the six core benefits of AWS Cloud: benefiting from massive economies of scale (which lowers usage costs due to high volume) and going global in minutes (which enables rapid deployment across multiple regions).

Adım Adım Çözüm

1
Identify the six core benefits of AWS Cloud from official documentation.
The six benefits are: trade capital expense for variable expense, benefit from massive economies of scale, stop guessing capacity, increase speed and agility, stop spending money running and maintaining data centers, and go global in minutes.
This establishes the criteria for evaluating the choices.
2
Compare the provided options against the identified six core benefits.
The options describing 'benefiting from massive economies of scale' and 'going global in minutes' match the list. The other options describe the reverse of cloud benefits or misrepresent security responsibilities.
This isolates the correct options and flags the incorrect options.

Anahtar Kavram

Benefits of the AWS Cloud
Tahmini Süre:1m 0s
Soru 239Soru

Polaris Energy needs to migrate its on-premises legacy forecasting application to AWS within a very tight deadline of two weeks due to an upcoming data center lease expiration. The application's architecture is complex, and the IT team does not have the time or resources to make any code or configuration changes. Which of the following migration strategies should Polaris Energy use to meet this requirement?

Cevabı ve açıklamayı göster

Cevap: Rehosting

Cevap

Rehosting
Rehosting (commonly referred to as 'lift-and-shift') is the migration strategy that involves moving applications to the AWS Cloud without modifying their code or configuration. It is the fastest strategy to execute, making it ideal for tight timelines such as an upcoming data center lease expiration.

Adım Adım Çözüm

1
Analyze the business and technical constraints of the migration scenario.
The migration has two main constraints: a tight two-week deadline driven by a lease expiration, and a requirement to make zero code or configuration changes.
Understanding constraints narrows down the options among the 6 Rs migration strategies.
2
Evaluate the 6 Rs migration strategies against these constraints.
Rehosting, also known as lift-and-shift, allows moving applications to AWS without modification, making it the most suitable strategy to meet the tight deadline.
Selecting the strategy that minimizes effort, risk, and time.

Anahtar Kavram

AWS Cloud Migration Strategies (6 Rs)
Soru 240Soru

A smart agriculture startup is launching a new IoT crop-monitoring application. The startup wants to avoid spending its limited capital on purchasing physical servers and building an on-premises data center. Instead, they want to pay for IT resources only as they are consumed.

Which benefit of the AWS Cloud is this startup leveraging?

Cevabı ve açıklamayı göster

Cevap: Trading capital expense for variable expense

Cevap

Trading capital expense for variable expense
The correct option is trading capital expense for variable expense. One of the core business benefits of the AWS Cloud is the ability to pay only for the IT resources consumed, eliminating the need to invest heavily in physical servers and data centers before knowing how they will be used.

Adım Adım Çözüm

1
Analyze the business scenario's financial goals.
The startup wants to avoid upfront capital expenditure (CapEx) on physical infrastructure and instead pay variable costs based on consumption.
This establishes the transition from fixed infrastructure costs to utility-based pricing.
2
Evaluate the options against official AWS Cloud benefits.
The concept of paying only for consumed resources matches the AWS Cloud benefit of trading capital expense for variable expense.
This identifies the correct cloud concept that aligns with pay-as-you-go financial models.

Anahtar Kavram

Define the benefits of the AWS Cloud
Tahmini Süre:45s
ÖncekiSayfa 12 / 18Sonraki
Cloud Concepts Alıştırma Soruları — AWS Certified Cloud Practitioner — Sayfa 12 | Examkin