Tüm alıştırma soruları
1462 soru
A company hosts a global web application in the us-east-1 Region. The application consists of static media assets stored in an Amazon S3 bucket and dynamic APIs served by Amazon EC2 instances behind an Application Load Balancer (ALB). To protect against regional outages and optimize performance, the company has duplicated its static assets to an S3 bucket in us-west-2 and deployed a standby backend service on EC2 instances behind an ALB in us-west-2. A solutions architect must design a content delivery and caching solution that ensures low latency for global users and automatically fails over to the standby resources in us-west-2 if the primary resources in us-east-1 fail or return server errors.
Which combination of actions should the solutions architect take to meet these requirements with the lowest latency and high resilience? (Select TWO.)
Geçerli olan tümünü seçin
A mobile gaming application requires a database backend to store real-time player session state. The application must support millions of concurrent users with sub-millisecond read latency and single-digit millisecond write latency. The session keys are generated sequentially using epoch timestamps. Which combination of database design choices will meet these requirements while preventing performance bottlenecks? (Select TWO.)
Geçerli olan tümünü seçin
A company is deploying a serverless mobile application backend on AWS. The application database experiences sudden, unpredictable spikes in write traffic during promotional events, followed by long periods of complete inactivity. The company wants to minimize costs and ensure they do not pay for database throughput during idle periods. Which Amazon DynamoDB configuration is the most cost-effective for this workload?
A company is deploying a media-processing web application on a fleet of Amazon EC2 instances distributed across three Availability Zones. The application requires a shared file system to store and process uploaded media files. The storage solution must support concurrent read and write operations from all EC2 instances, scale throughput dynamically to handle unpredictable spikes of up to , and maintain low, consistent latency. Which storage solution should a solutions architect recommend to meet these requirements with the lowest operational overhead?
A local events ticketing company is designing a booking system on AWS. The system receives booking confirmations that must be written to a database. The booking requests are highly spiky, reaching up to writes per second during the first minutes of a popular event launch. For the rest of the week, the booking rate is less than writes per second. The booking confirmations do not need to be processed in real-time but must be saved reliably within a few hours. The company wants to design a cost-optimized database tier. Which database design and capacity configuration is the most cost-effective?
A media streaming platform runs a real-time video transcoding service on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer. The transcoding application is highly CPU-intensive, and each instance takes approximately 10 minutes to boot, initialize the transcoding software, and download heavy model files from Amazon S3 before it can begin processing traffic. During sudden traffic spikes, users experience severe playback delays because the Auto Scaling group cannot provision new instances fast enough to handle the load.
Which combination of actions will provide the most elastic and high-performing architecture to handle these spikes? (Select TWO.)
Geçerli olan tümünü seçin
A logistics company runs a fleet tracking application on AWS. The application consists of a backend data ingestion service deployed on Amazon ECS with AWS Fargate, which runs continuously 24/7 to process telemetry from vehicles. The application also uses an Amazon RDS for MySQL database to store tracking history. A solutions architect needs to recommend a purchasing strategy to minimize the costs of both Fargate and RDS, while maintaining the required availability. Which combination of purchasing options will achieve this goal most cost-effectively?
A company is designing a secure web application that will run on Amazon EC2 instances in a private subnet. The application needs to retrieve database credentials and encrypt sensitive files before storing them in an Amazon S3 bucket. The security policy mandates that database credentials must be rotated every 30 days, the encryption keys must be rotated annually, and the EC2 instances must access these resources securely using temporary credentials. Which TWO actions should the solutions architect take to meet these requirements?
Geçerli olan tümünü seçin
A company needs to grant temporary access to an Amazon S3 bucket in its AWS production account to external, third-party contractors. The contractors authenticate through an external OpenID Connect (OIDC) compliant identity provider and do not have their own AWS accounts. The company's security policy strictly prohibits the use of long-term credentials for external access. Which combination of actions should a solutions architect recommend to configure this access securely? (Select TWO.)
Geçerli olan tümünü seçin
A company is deploying a containerized application on Amazon EC2 instances. The application requires access to an Amazon DynamoDB table to retrieve configuration settings. The developer proposes creating a new IAM user, generating long-term access keys, and embedding them in the application's configuration file. Which solution should a solutions architect recommend to establish secure access while adhering to the principle of least privilege?
An enterprise has an on-premises data processing application that runs on physical servers in a local data center. The application needs to upload large volumes of processed transaction logs to an Amazon S3 bucket in the company's AWS production account. The company's security policy strictly prohibits the use of long-term credentials, such as IAM access keys, stored on local servers. A solutions architect must design a secure authentication and authorization mechanism for this application. Which combination of actions will meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A Solutions Architect is setting up a new multi-account AWS environment using AWS Organizations. The company's security policy requires centralized management of user access across all AWS accounts, allowing employees to log in using their existing corporate credentials. Which approach should the Solutions Architect recommend to meet these requirements securely?
A corporation uses an external identity provider (IdP) to manage its workforce identities. A solutions architect must configure access to the AWS Management Console for developers. Which strategy aligns with AWS security best practices to grant this access?
A financial services firm hosts a banking API on AWS using an Application Load Balancer (ALB) and Amazon EC2 instances in a private subnet. The API has recently been targeted by sudden HTTP flood attacks consisting of a high volume of HTTP POST requests, which exhaust the CPU resources of the backend EC2 instances. The firm needs to mitigate these application-layer (Layer 7) attacks at the network edge before they reach the ALB. Which solution should a solutions architect recommend?
A solutions architect is designing a high-performance database tier for a real-time ride-sharing dispatch application. The application must ingest up to write operations per second to continuously record coordinate updates from active drivers. At the same time, the system must support high-frequency read queries to locate nearby drivers with sub-millisecond latency. The application workload is highly unpredictable, with sudden traffic surges occurring during rush hours.
Which combination of database configurations will meet these performance and scaling requirements? (Select two.)
Geçerli olan tümünü seçin
A gaming company is deploying a new multiplayer gaming lobby API on AWS. The company needs to protect the API endpoint against distributed denial of service (DDoS) attacks at the network layer, and block malicious Layer 7 request patterns such as HTTP floods. Which combination of AWS services should a Solutions Architect recommend to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A company's security team identifies malicious traffic originating from a single public IP address (). A solutions architect must immediately block all incoming traffic from this specific IP address to an entire public subnet. Which of the following actions should the solutions architect take to meet this requirement?
An enterprise is designing a multi-account strategy using AWS Organizations. An application running on Amazon ECS tasks in the Production Account (Account A) must retrieve database credentials from AWS Secrets Manager in the Security Account (Account B). The secret in Account B is encrypted using a customer managed KMS key. The development team must also be federated into both accounts using their corporate Identity Provider (IdP) to manage these workloads. The architecture must satisfy security audits, enforce automatic rotation of credentials, and adhere to the principle of least privilege. Which combination of actions should the solutions architect take to meet these requirements securely? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise architecture consists of a primary production workload running on Amazon ECS in the us-east-1 region, and a testing suite running in a secondary development AWS account. The production ECS tasks must connect to a Multi-AZ Amazon Aurora PostgreSQL database. The security policy mandates that database credentials must be rotated every 30 days without application downtime, and all sensitive data at rest must be encrypted using a customer managed key (CMK). Additionally, a non-sensitive configuration file containing public API endpoints must be shared with the testing suite in the development account. The operations team wants to implement these requirements while minimizing ongoing AWS costs and administrative overhead. Which design meets these requirements?
A company is transitioning to a multi-account environment managed by AWS Organizations. The solutions architect is designing a centralized identity and governance strategy. The company plans to federate its corporate identity provider with AWS IAM Identity Center. The security team requires that no local IAM users or programmatic access keys be created within any member accounts, except for a pre-authorized emergency break-glass role. The management account must remain unaffected to ensure emergency access is not locked out. Which strategy should the solutions architect recommend to meet these requirements with the least operational overhead?