Tüm alıştırma soruları
1462 soru
A media streaming company is designing a global application and needs to store user profiles in Amazon DynamoDB. The application must run in an active-active configuration across two AWS Regions: us-east-1 and us-west-2. The database configuration must support local read and write operations in both Regions, maintain replica synchronization with a Recovery Point Objective (RPO) of less than 1 second, and provide a Recovery Time Objective (RTO) of near zero. Which database configuration should a solutions architect recommend to meet these requirements?
A media streaming platform needs to design a high-performing ingestion and transformation pipeline to process clickstream data generated by its web application. The platform receives user interaction events (play, pause, seek) at an average rate of , peaking at during major content releases.
The pipeline must satisfy two key requirements:
1. Deliver clickstream data with sub-second latency to a real-time personalization engine.
2. Store the clickstream data in Amazon S3 in Apache Parquet format, partitioned by date, with a maximum latency of 5 minutes for historical analytics.
Which combination of actions should a Solutions Architect recommend to build the most performant and scalable solution? (Select two.)
Geçerli olan tümünü seçin
An environmental agency needs to ingest real-time air quality metrics from weather monitoring stations across a country. The frequency of data transmissions varies unpredictably based on weather events. The agency requires a serverless ingestion solution that automatically scales to handle traffic spikes and prevents data loss from write throttling, without requiring manual capacity planning or shard provisioning. Which AWS solution meets these requirements?
An enterprise is migrating its core high-performance computing (HPC) data ingestion platform to AWS. The platform requires a hybrid network connection between the on-premises storage systems and multiple VPCs across different AWS accounts in the `us-east-1` Region. The workload demands a minimum network throughput of for transferring large datasets, and all data in transit must be encrypted. The solution must support automated routing failover and scale seamlessly as new VPCs are provisioned. Which TWO steps should a solutions architect take to build this network architecture? (Select TWO.)
Geçerli olan tümünü seçin
A logistics company is designing an ingestion system for real-time telemetry from delivery vehicles. Each vehicle sends a JSON payload every containing GPS coordinates and sensor status. The company needs to ingest this data, transform it into Apache Parquet format, partition it by vehicle type and date, and load it into Amazon S3 for historical analysis. The system must scale automatically to handle traffic spikes, and the end-to-end data latency must be under . Which combination of actions should the solutions architect take to meet these requirements with the least operational effort? (Select two.)
Geçerli olan tümünü seçin
A logistics company needs to archive historical delivery route logs. The logs must be stored with high durability across multiple Availability Zones. In the event of an audit, the company must be able to retrieve any archived log file within 10 minutes to satisfy their SLA. Which two storage configurations will meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise application uses an Amazon RDS for PostgreSQL database to manage critical transactions. The architecture must guarantee high availability (HA) within the primary Region () with a Recovery Time Objective (RTO) of less than seconds and a Recovery Point Objective (RPO) of . For disaster recovery (DR) in a secondary Region (), the architecture must support a Recovery Point Objective (RPO) of less than minutes. The secondary Region must also support read scaling for local analytics workloads. Which of the following database configurations meets these requirements with the least operational complexity?
A smart grid utility company is designing a real-time data ingestion and transformation pipeline to process telemetry from smart grid sensors. Each sensor transmits a JSON payload times per second. The pipeline must guarantee chronological order of records for each individual sensor. The raw JSON payloads must be converted into Apache Parquet format and stored in Amazon S3, partitioned by sensor ID and hour, with a maximum latency of minutes. Which architecture provides the highest performance and scaling capability with the least operational overhead?
A financial services company hosts a high-frequency trading dashboard on Amazon EC2 instances located in private subnets of a VPC. The application performs millions of read queries per second against an Amazon DynamoDB table containing real-time stock market ticker symbols. The dashboard requires sub-millisecond response times for read operations. During peak market hours, read throughput spikes dramatically, causing DynamoDB throttling and increased latency. The solutions architect must design a high-performing and cost-effective caching solution to solve this performance bottleneck. Which architecture will meet these requirements with the lowest latency and optimal cost-efficiency?
A software development company hosts a collaborative code repository application on Amazon EC2 instances deployed across two Availability Zones. The application requires a shared file system that is POSIX-compliant. The file system must dynamically scale to support large code repositories, provide consistent low latencies for active files, and replicate data across multiple Availability Zones to ensure high availability. Which two actions should a solutions architect take to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A logistics corporation is migrating its containerized supply-chain optimization suite to AWS. The suite will run on Amazon ECS using AWS Fargate and consists of three primary workloads:
1. A core dispatch coordination engine that runs , requiring a constant baseline of and of RAM.
2. A route-recalculation batch process that runs for hours daily ( to UTC). This process is highly parallelizable, state-resilient, and can resume from checkpoints if interrupted.
3. A continuous, non-interruptible inventory sync process that monitors external warehouse API streams, requiring a steady and of RAM.
The database tier utilizes a production Amazon Aurora PostgreSQL cluster that runs continuously with a predictable database load. The route-recalculation process also downloads terabytes of historical logs from Amazon S3 and writes results to Aurora.
Which architecture and purchasing strategy provides the most cost-optimized compute and data transfer solution while meeting all workload SLAs?
A retail company is launching a new online inventory tracking application. The application will use an Amazon RDS for MySQL database. The database must be highly available and support automatic failover to a standby instance in another Availability Zone within the same Region in the event of an outage. Which database configuration should the solutions architect choose to meet these requirements?
A startup is deploying a web application across a fleet of Amazon EC2 Linux instances that scale dynamically. The application requires a shared directory to store and retrieve user-uploaded profile pictures. This storage solution must support standard file system operations, scale capacity automatically as the data grows, and allow concurrent read/write access from all running instances. Which storage service should a solutions architect recommend to meet these requirements?
A financial technology company is setting up a hybrid network to replicate database transactions from its on-premises mainframes to a VPC in the Region. The replication throughput peaks at , and all data must be encrypted in transit. The company wants to utilize their existing high-bandwidth internet connections rather than provisioning dedicated private lines. Which TWO configurations should a solutions architect implement to meet these requirements? (Choose two.)
Geçerli olan tümünü seçin
An advertising technology company is designing a high-performing ingestion and analytics platform to process user interaction events from mobile devices globally. The platform receives a peak traffic rate of events per second, with each JSON event payload averaging in size. The system must meet the following requirements:
* Deliver all raw events to Amazon S3 in Apache Parquet format for historical analytics, with a maximum acceptable delivery latency of 5 minutes.
* Index enriched events into Amazon OpenSearch Service for real-time dashboard analytics with sub-second latency.
* Scale dynamically or be pre-provisioned to handle sudden traffic spikes of up to times the peak traffic rate without throttling or data loss.
Which combination of steps should the solutions architect take to meet these requirements with the highest performance and reliability? (Select two.)
Geçerli olan tümünü seçin
A global retail company is deploying a product catalog application. Mobile client devices query a REST API hosted on Amazon API Gateway, which retrieves catalog data from a backend Amazon DynamoDB table. Users frequently query the same popular product categories, resulting in repeated read operations on DynamoDB that threaten to exceed the read capacity during flash sales. Additionally, static product images are stored in an Amazon S3 bucket and suffer from high retrieval latencies in remote regions. Which combination of architectural modifications will provide the lowest latency for users and optimize database performance under peak loads? (Select TWO.)
Geçerli olan tümünü seçin
A company needs to collect streaming application logs, convert the data from JSON format to Apache Parquet format, and deliver the final files to Amazon S3. The company requires a serverless ingestion solution that minimizes operational and maintenance overhead. Which AWS service should the solutions architect recommend to meet these requirements?
A financial services company is migrating a legacy SQL-based clustered database to Amazon EC2. The database cluster requires a shared block storage volume that can be concurrently mounted by up to Nitro-based EC2 instances in a single Availability Zone. The storage must support clustered file system protocols, require SCSI-3 persistent reservations for node fencing, and deliver consistent sub-millisecond latency. Which storage solution will meet these requirements with the highest performance?
An organization runs a content management system (CMS) on a cluster of Amazon EC2 instances distributed across three Availability Zones. The CMS requires a shared storage solution that supports POSIX-compliant file system operations, allows concurrent read-and-write access from all instances, and automatically scales throughput as storage needs grow. Which two AWS storage configurations should a solutions architect select to meet these requirements? (Select TWO.)
Geçerli olan tümünü seçin
A healthcare software provider is deploying a patient management portal on AWS. The relational database backend must remain highly available even if an entire Availability Zone (AZ) suffers an outage. The database configuration must support a Recovery Point Objective () of (zero data loss) and a Recovery Time Objective () of less than seconds. Furthermore, the portal experiences frequent read-heavy spikes, requiring the ability to serve read queries directly from standby database nodes within the cluster to optimize performance. Which database architecture should a solutions architect recommend to meet these requirements?