All practice questions
1473 questions
An educational institution is building a portal to store student enrollment details and class schedules. The administration requires a database solution that organizes data in tables with predefined schemas and supports standard SQL queries. They want to minimize administrative overhead by choosing a fully managed service that handles software patching and automatic backups. Which AWS service is best suited to meet these requirements?
A company needs to automate the execution of patch compliance checks and run administrative shell scripts across a fleet of Amazon EC2 instances. Security policies prohibit opening inbound SSH ports or using bastion hosts. Which AWS service should the company use to securely manage these operational tasks at scale?
An engineering firm runs high-performance computing (HPC) simulation workloads on a fleet of Amazon EC2 instances. The workloads require two storage components:
1. A transient scratch pad attached directly to each EC2 instance that provides ultra-low latency and very high write throughput. Data on this scratch pad is temporary and does not need to persist if the instance is stopped or terminated.
2. A durable and cost-effective storage repository to store the final PDF simulation reports. These reports must be immediately accessible for the first 30 days after generation, but can be moved to long-term archiving afterward to minimize storage costs.
Which two AWS storage services or features should the company select to meet these requirements?
Select all that apply
A financial analytics institution is building a risk modeling application on AWS. The application runs on a fleet of Amazon Elastic Container Service (Amazon ECS) tasks distributed across multiple Availability Zones. These tasks must concurrently read and write to a shared scratch space that automatically scales throughput to handle unpredictable transaction data spikes. Additionally, the raw transactional inputs must be archived for compliance in a secure, write-once-read-many (WORM) storage class for seven years, where retrieval can take up to 12 hours. Which two AWS storage configurations or services should be selected to meet these requirements?
Select all that apply
Match each business workload requirement to the most appropriate AWS compute service.
Click a left item, then click its matching right item
Items
Matches
A financial institution is migrating its core ledger application to AWS. To ensure the application remains operational even during local infrastructure outages or natural disasters, the architecture is deployed across multiple Availability Zones, uses an Amazon Aurora database with automated failover, and stores transaction logs in Amazon S3 with cross-region replication enabled. Which AWS Cloud design principle does this multi-layered architectural approach best represent?
A startup company wants to define and provision their AWS infrastructure, such as Amazon EC2 instances and Amazon RDS databases, using a declarative template file. Which AWS service should the company use to automate this provisioning process through Infrastructure as Code (IaC)?
A medical billing company is planning to migrate its legacy on-premises relational database to AWS. The company requires a database solution that is fully managed by AWS to handle database patching, operating system maintenance, and automated backups, while still allowing them to run complex SQL transactions with schema enforcement. Which AWS service is best suited to meet these requirements?
An enterprise manages its applications using separate AWS accounts for development and production. A developer in the development account needs to temporarily read logs from an Amazon S3 bucket located in the production account. Which of the following approaches represents the AWS-recommended security best practice to configure this cross-account access?
An inventory management system hosts its database on Amazon EC2 instances within a private subnet. The database instances must only receive inbound database traffic on port 5432 from the application tier EC2 instances. A cloud practitioner configures a Security Group for the database instances with an inbound rule allowing TCP traffic on port 5432 from the application tier's security group. Which of the following outbound configuration options is required on the database security group to allow the database instances to successfully return response traffic back to the application tier?
A logistics company is migrating its supply chain management system to AWS. The system will store shipment records in Amazon S3 and database backups on Amazon EBS volumes. The company's security policy requires all data to be encrypted at rest and in transit. According to the AWS Shared Responsibility Model, which of the following security actions are the responsibility of the customer? (Select TWO.)
Select all that apply
A company is developing a hybrid web application on Amazon EC2. The application has two distinct storage requirements. First, it needs a storage solution to host static user profile images that must be highly durable, scalable, and directly accessible via public web URLs. Second, it needs a persistent, low-latency block storage volume for database logs that is dedicated to a single EC2 instance and must retain data when the instance is stopped. Which two AWS storage services should the company select to meet these requirements? (Select TWO)
Select all that apply
A company wants to monitor the performance metrics (such as CPU utilization) of its Amazon EC2 instances and record a history of API calls made within its AWS account for security auditing. Which two AWS services should the company use to meet these requirements?
Select all that apply
A financial services firm is building a web application that has two distinct data management requirements. First, the application must store real-time user session states with microsecond latency. Second, it must run daily complex analytical queries on massive, historical transaction patterns to detect fraud. Which TWO database services should the architect recommend to meet these requirements?
Select all that apply
A marketing company needs to store and deliver static product images and promotional videos directly to customers over the internet. The storage solution must scale automatically to handle traffic spikes and make each file accessible via a unique web URL. Which AWS storage service should the company use to meet these requirements?
A research institution wants to run a legacy simulation application that requires custom kernel modifications to the underlying Linux operating system. The application must run continuously and cannot be containerized due to strict software dependencies. Which AWS compute service is the most appropriate for this workload?
A corporate training provider, TalentGrow, is preparing a business case to migrate its employee training platform from an on-premises data center to AWS. The finance team wants to understand the economic factors that drive a lower Total Cost of Ownership (TCO) in the cloud. Which of the following is a primary driver of TCO reduction when transitioning to AWS?
A financial technology startup is launching a mobile micro-investing application. The application requires two components: one to store highly structured customer transaction logs that support complex SQL queries with ACID compliance, and another to cache frequently accessed stock prices in memory to achieve sub-millisecond response times.
Which two AWS services should the startup choose to meet these requirements?
Select all that apply
A marketing analytics firm is migrating its platform to AWS. The firm requires a database solution that can perform complex analytical queries on petabyte-scale historical data to generate trend reports. Additionally, they need to implement a database caching layer to provide sub-millisecond query response times for frequently viewed dashboards. Which TWO AWS services should the firm use to meet these requirements? (Select TWO.)
Select all that apply
An operations team is investigating unauthorized configuration changes in their production environment. They need to determine: (1) what the exact rules of an Amazon EC2 security group were 48 hours ago compared to its current configuration, and (2) which IAM user executed the API call to modify the security group rules. Which combination of AWS services should the operations team use to investigate these two aspects of the change?