Tüm alıştırma soruları
1964 soru
A financial technology company is launching a new mobile app that provides real-time portfolio valuation updates to users. The application backend is deployed on Amazon EC2 instances inside an Auto Scaling group, fronted by an Application Load Balancer (ALB). The application queries an Amazon RDS for MySQL Multi-AZ database. The company expects the traffic to spike from requests per second to over requests per second within minutes at the market open every day. Users require near-instantaneous responses, and session state must be persisted across multiple Availability Zones to prevent data loss if an instance fails. Which combination of actions will ensure the application scales efficiently and maintains low latency during the morning traffic spikes?
A digital ride-hailing company is launching a new carpooling service that matches passengers traveling along similar routes. The matching service runs on Amazon ECS tasks using AWS Fargate behind an Application Load Balancer (ALB). During rush hours, the platform expects requests to scale instantly from to requests per second. Passenger and ride metadata is stored in an Amazon Aurora PostgreSQL database cluster. During initial load testing, the database experiences CPU exhaustion due to read-heavy query surges, and the ALB drops incoming requests during the initial minutes of the traffic spike.
Which two actions should a Solutions Architect recommend to optimize the performance and scalability of the architecture under these conditions? (Select TWO.)
Geçerli olan tümünü seçin
A smart-home IoT provider is building a telemetry analysis dashboard. The architecture requires a serverless application running in the Analytics Account to retrieve encrypted device logs from an Amazon S3 bucket located in the Operations Account. The Operations Account encrypts the S3 bucket using an AWS KMS Customer Managed Key (CMK). The design must follow the principle of least privilege and allow secure cross-account access to the logs. Which combination of configuration steps will securely permit the Analytics Account to read these logs?
A SaaS company is launching a real-time reservation platform for dental clinics. The platform must handle a high volume of appointment searches and bookings. During a nationwide promotional campaign, search traffic is expected to scale instantly from a baseline of requests per second to over requests per second. The application runs on Amazon ECS container instances behind an Application Load Balancer (ALB). The primary database is a Multi-AZ Amazon RDS for PostgreSQL DB instance. The application requires highly available, replicated caching of session states and search results, and must scale to meet the demand without dropping requests or overloading the database. Which set of actions should the Solutions Architect take to optimize the performance and scalability of the platform?
A global financial firm, "ApexCapital," is designing a secure reporting application. Users authenticate via an external SAML 2.0 Identity Provider (IdP) mapped to an IAM role in an Identity Account. Once authenticated, users must read financial reports from an Amazon S3 bucket located in a separate Core Data Account. The S3 bucket is encrypted. The solution must enforce strict compliance controls and restrict access to authorized users. Which two configurations are required to grant the federated users access to the encrypted reports in the Core Data Account? (Select two.)
Geçerli olan tümünü seçin
A financial news and analysis company hosts a portal that publishes quarterly corporate earnings reports. The application is deployed across multiple Availability Zones using an Application Load Balancer (ALB), an Auto Scaling group of Amazon EC2 instances, and an Amazon Aurora PostgreSQL database. At the exact second an earnings report is published, traffic instantly spikes from a baseline of requests per second to over requests per second. During the first minutes of these events, users experience HTTP Service Unavailable errors and significant delays in database query responses.
Which two actions should the Solutions Architect recommend to optimize the performance and scalability of the platform under these conditions?
Geçerli olan tümünü seçin
An enterprise is deploying a centralized audit solution where an IAM role in the Security Account (Account A) must analyze compliance reports stored in an Amazon S3 bucket within the Production Account (Account B). The S3 bucket is configured with default encryption, and the organization's compliance policy mandates that all data access must be audited and restricted to the minimum required cross-account permissions. Which combination of configuration steps will successfully and securely enable the S3 bucket and KMS key access for Account A?
A financial technology startup is designing a new multi-region transaction processing application. The primary infrastructure is located in the `us-east-1` Region, consisting of an Amazon ECS cluster running on Amazon EC2 instances in an Auto Scaling group (ASG) behind an Application Load Balancer (ALB). The database tier uses an Amazon Aurora PostgreSQL cluster. For internal service discovery, microservices resolve endpoints using a Route 53 Private Hosted Zone named `fintech.internal`.
The startup must establish a disaster recovery (DR) site in the `us-west-2` Region to comply with regulatory standards. The architecture must satisfy a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minute. Outbound internet access from the application instances is required in both regions to communicate with external payment gateways, and this outbound path must survive the failure of any single Availability Zone (AZ) within a region. During normal operations, all public customer traffic must be routed to `us-east-1`, and costs in the secondary region must be minimized.
Which of the following architectures meets these requirements with the lowest cost and operational overhead?
A retail corporation manages member accounts in AWS Organizations. They need to aggregate VPC Flow Logs from all VPCs in all accounts into a single S3 bucket in a dedicated Logging account. The logs must be encrypted at rest using an AWS KMS Customer Managed Key (CMK). The security team requires that the configuration uses the most operationally efficient method and conforms to the principle of least privilege, preventing member accounts from having direct IAM write access to the central S3 bucket.
Which TWO of the following configurations are required to implement this centralized logging solution?
Geçerli olan tümünü seçin
A company has a multi-account AWS environment with 12 spoke VPCs in a single AWS Region. The company needs to design a highly available hybrid network architecture to connect these VPCs to its on-premises data center. The primary path must use a 10 Gbps AWS Direct Connect connection with a Direct Connect Gateway and an AWS Transit Gateway. An IPsec VPN over the public internet connected to the same Transit Gateway must serve as the backup path. All traffic must prefer the Direct Connect path under normal operations and automatically fail over to the VPN if the Direct Connect connection becomes unavailable. Which TWO routing configurations must the Solutions Architect implement on the customer gateway to ensure this symmetric routing behavior? (Select TWO.)
Geçerli olan tümünü seçin
A utility company is deploying a smart water grid telemetry system on AWS. The system must continuously collect telemetry data from thousands of regional flow sensors and store it in a relational database. To protect against a regional outage, the architecture must span two AWS Regions (a primary and a secondary region) with a Recovery Point Objective (RPO) of minutes and a Recovery Time Objective (RTO) of minutes. The processing applications run on Amazon EC2 instances in private subnets and must periodically send reports to an external compliance service over the public internet. Which two architecture components should a solutions architect recommend to meet these requirements with high availability while minimizing regional failover delay? (Select TWO.)
Geçerli olan tümünü seçin
A large enterprise is setting up centralized logging for its AWS Organization, which contains member accounts. The solutions architect is configuring an organization-wide AWS CloudTrail trail to deliver management events to a centralized Amazon S3 bucket located in a dedicated Security account. The security policy requires that all logs be encrypted at rest using AWS KMS with a Customer Managed Key (CMK) to allow detailed auditing of key access. Which of the following configurations must the solutions architect implement to ensure successful log delivery from all accounts?
An enterprise manages AWS accounts using AWS Organizations. The security team wants to enable a centralized audit trail using AWS CloudTrail to record all API activity across all accounts. The logs must be stored in a central Amazon S3 bucket located in a dedicated Security account. All logs must be encrypted at rest using an AWS KMS key. The solution must ensure that new accounts created within the organization are automatically included in the trail, and that member accounts cannot modify or delete the logging configuration.
Which approach should the Solutions Architect implement to meet these requirements securely?
A gaming company is deploying an updated matchmaking microservice package using AWS Lambda. The microservice receives high volume traffic via Amazon API Gateway. To minimize the blast radius of any potential deployment failures, the DevOps team requires a deployment strategy that routes exactly of incoming production traffic to the new Lambda version for a validation period of minutes. If no latency or error alarms are triggered during this period, all remaining traffic must immediately shift to the new version. The team wants the entire deployment to complete in the shortest time possible once the validation window is successfully passed. Which AWS CodeDeploy deployment configuration should the solutions architect specify to meet these requirements?
A company is designing a high-availability telemetry processing system for a regional electric vehicle (EV) charging network. The application tier runs on Amazon EC2 instances in an Auto Scaling group across multiple Availability Zones, positioned behind an Application Load Balancer (ALB). The database tier uses Amazon Aurora PostgreSQL. The design requirements specify a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 2 minutes. Outbound communications from the EC2 instances to external third-party APIs must remain highly available even during local network device failures. In the event of a regional disaster, the application must fail over to a secondary AWS region with minimal manual intervention. Which two options should the solutions architect choose to meet these requirements? (Select two.)
Geçerli olan tümünü seçin
An enterprise is designing a deployment pipeline for a critical online transaction processing API hosted on Amazon ECS with AWS Fargate, fronted by an Application Load Balancer (ALB). The API is highly sensitive to service disruptions, and any new deployment must support an automated rollback that completes in under 60 seconds if the containerized application logs an elevated rate of HTTP 5XX errors. The development team proposes using AWS CloudFormation to manage the stack, utilizing the default ECS deployment controller with a rolling update strategy, setting the minimum healthy percent to 100% and the maximum percent to 200%. What is the primary risk associated with this proposed strategy, and what is the most effective way to redesign the deployment pipeline to meet the rollback requirements?
A Solutions Architect is designing the deployment strategy for a new web application hosted on Amazon ECS with AWS Fargate. The application is fronted by an Application Load Balancer (ALB). The deployment process must satisfy the following business requirements:
- Shift 10% of the traffic to the new version initially, and shift the remaining 90% after 10 minutes of successful monitoring.
- Automatically roll back the deployment immediately if the HTTP 5xx error rate on the ALB exceeds 1% during the evaluation period.
- Rollbacks must incur zero downtime and ensure that no lingering traffic is directed to the new version.
Which two configurations should the Solutions Architect specify to meet these requirements?
Geçerli olan tümünü seçin
A logistics company is designing a new multi-region package tracking application to be deployed across two AWS Regions: us-east-1 (Primary) and us-west-2 (Secondary). The public web tier uses Application Load Balancers (ALBs) in both regions. The internal microservices communicate with one another using private domain names managed via a single Amazon Route 53 Private Hosted Zone. The database tier uses Amazon Aurora PostgreSQL.
The architecture must meet a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minutes. Under normal operations, public users should be routed to the region that provides the lowest network latency. If a regional outage occurs, traffic must fail over automatically to the healthy region, and internal microservices in the secondary region must be able to resolve each other's endpoints using the same private domain names.
Which configuration will meet these requirements with the least operational complexity?
A global retail company is deploying a mission-critical order processing application on AWS. The primary site is located in the `us-west-2` Region, and the secondary disaster recovery (DR) site is in the `us-east-1` Region. The architecture must satisfy a Recovery Point Objective (RPO) of less than minute and a Recovery Time Objective (RTO) of less than minutes. The database tier runs on Amazon Aurora PostgreSQL. Additionally, application servers in private subnets must send transaction confirmations to an external payment processor via the internet; this outbound traffic must remain highly available even during an Availability Zone (AZ) outage. Internal microservices communicate privately using a Route 53 Private Hosted Zone (PHZ). Which combination of actions will meet the disaster recovery objectives while ensuring high availability for all system components? (Select TWO.)
Geçerli olan tümünü seçin
A retail company is designing a hybrid network to connect spoke VPCs in the `eu-west-1` Region to two on-premises data centers. The company has established a AWS Direct Connect connection at each data center. To ensure high availability, they also want to deploy a backup AWS Site-to-Site VPN connection over the internet. The traffic between the on-premises data centers and the spoke VPCs must use the Direct Connect connections as the primary path and fail over to the VPN connection only during a total Direct Connect outage. Additionally, the spoke VPCs must be able to communicate with each other directly through the central hub. Which configuration should a solutions architect recommend to meet these requirements with the least administrative overhead?