All practice questions
1473 questions
A company wants to track changes made to their AWS resource configurations over time and audit which IAM user or service made the API calls that initiated those changes. Which of the following AWS services should the company use to meet these requirements? (Select TWO.)
Select all that apply
An e-commerce company is hosting its website on AWS. The company wants to reduce the latency for global website visitors downloading static files, such as image headers and stylesheets, which are stored in a central AWS Region. Which AWS Global Infrastructure component is designed to cache this content closer to users globally?
An organization is designing a network architecture to connect six corporate offices to ten Amazon VPCs. The technical requirements specify a centralized, hub-and-spoke connectivity model to simplify routing management. Additionally, the security team needs to enforce stateless traffic filtering at the boundary of each subnet within the VPCs. Which combination of AWS networking components best satisfies these requirements?
A logistics company is designing an application that receives daily delivery log files uploaded directly by thousands of drivers globally. These logs must be immediately available for analysis upon upload. After 30 days, the logs are rarely accessed but must be retained for 7 years to meet regulatory requirements. Which AWS storage solution meets these requirements most cost-effectively?
A startup is building a new application on AWS. They need a shared file storage solution that can be mounted simultaneously by multiple Linux EC2 instances, and they also need a persistent block storage volume that is attached to a single EC2 instance to host a database. Which two AWS storage services should the startup use to meet these requirements?
Select all that apply
A company manages several AWS accounts within an AWS Organization. A system administrator notices that when deploying EC2 instances in the Availability Zone named 'us-east-1a' in Account A and Account B, the physical data centers hosting these instances might be different.
Which of the following statements explains this behavior and identifies the correct method to reference the same physical infrastructure across both accounts?
A financial technology company is migrating its batch reconciliation system to the AWS Cloud. In their on-premises environment, the team had to wait several months to procure and install server racks, power systems, and physical security controls in their private server room. After migrating to AWS, developers can provision and test infrastructure within minutes, eliminating the need to manage physical infrastructure and power systems. Which of the following are benefits of the AWS Cloud illustrated by this scenario? (Select TWO.)
Select all that apply
A retail company is deploying a secure three-tier application within an Amazon VPC. The operations team needs to understand how to apply firewall-like controls at both the instance level and the subnet boundary. Which two of the following statements accurately describe the characteristics and behavior of Security Groups and Network Access Control Lists (Network ACLs) in this environment?
Select all that apply
A financial analysis firm runs data-intensive rendering workloads on Amazon EC2 instances. The application requires extremely low-latency, temporary block-level storage to hold transient scratch data during calculations. The data does not need to persist beyond the lifecycle of the instance and can be easily regenerated if an instance fails. To achieve the highest input/output performance (IOPS) for this temporary data at the lowest cost, which storage option should the company select?
An e-learning platform hosts its student database on Amazon RDS. The platform's security policy requires all data to be encrypted in transit between the application servers and the database instance. Under the AWS Shared Responsibility Model, which of the following is a customer responsibility for securing this data in transit?
A startup is deploying a three-tier web application on AWS and needs to accomplish two operational tasks:
1. Define the infrastructure resources (such as Amazon VPCs and RDS databases) in a declarative template file to ensure consistent deployments across test and production environments.
2. Enable the web application's backend code to programmatically upload user files to Amazon Simple Storage Service (Amazon S3).
Which two AWS services or tools are best suited to meet these requirements? (Select TWO.)
Select all that apply
An organization wants to grant their third-party auditing team temporary access to audit their AWS cloud resources for compliance. At the same time, the organization needs to allow their database administrators to manage Amazon RDS resources without sharing credentials or using individual user policies. Which of the following configurations align with AWS Identity and Access Management (IAM) best practices? (Select TWO.)
Select all that apply
A logistics company is designing the infrastructure for two new applications on AWS:
1. A containerized API backend that needs to run in a serverless manner, meaning the company wants to run containers without managing or provisioning virtual servers.
2. A legacy routing application that requires direct access to the underlying operating system to configure custom kernel parameters and install proprietary system-level packages.
Which two AWS compute services should the company select to meet these requirements? (Select two.)
Select all that apply
A developer wants to deploy a Node.js web application on AWS by uploading the application code. They want the service to automatically handle resource provisioning, load balancing, auto-scaling, and health monitoring, while still retaining full control over the underlying AWS resources. Which AWS service should be used to meet these requirements with the least configuration effort?
A logistics company operates an online shipping portal backed by a relational database. Due to a surge in user traffic, the database is experiencing high read latency when retrieving frequently accessed tracking information. The company wants to add an in-memory caching layer to store these frequent queries and reduce the load on the database. Which AWS service is best suited to meet this requirement?
An online education provider is deploying a video processing application on Amazon EC2. The architecture has two distinct storage requirements:
* A storage tier to host course video assets that are accessed frequently for the first 30 days, then accessed rarely, but must remain available for millisecond retrieval.
* A temporary block storage location with the lowest possible latency to serve as a scratch space for rendering video thumbnails during transcoding, where data persistence is not required.
Which two storage solutions should the company use to meet these requirements?
Select all that apply
A startup's development team wants to establish a continuous integration and continuous delivery (CI/CD) workflow on AWS. They need a service that can coordinate the entire software release process by automatically retrieving source code from a repository, triggering a build tool, running unit tests, and deploying the application to Amazon EC2 instances. Which AWS service is designed to model, visualize, and automate these end-to-end pipeline stages?
A retail company is designing a new microservices-based application. To follow the AWS architectural design principle of loose coupling and avoid a single point of failure, the developers want to decouple the services by using separate, specialized databases. The order processing service requires a relational database to support ACID transactions, while the session management service requires a low-latency, schema-free database. Which combination of AWS database services should the company use to meet these requirements?
A ride-sharing platform is planning to migrate its core application workload to AWS. Currently, the company's infrastructure engineers spend a significant portion of their time managing physical server racks, power supplies, and HVAC systems in their leased facilities. By moving to AWS, the company aims to allow its engineering team to focus solely on optimizing driver-matching algorithms and improving customer experience. Which AWS Cloud benefit is directly demonstrated by this migration?
An organization wants to run its applications using serverless compute services to avoid the administrative overhead of managing and patching operating systems. Which of the following AWS compute services are serverless? (Select TWO)
Select all that apply