00:15:00

AWS Certified Solutions Architect Associate Practice Test (SAA-C03)

Use the form below to configure your AWS Certified Solutions Architect Associate Practice Test (SAA-C03). The practice test can be configured to only include certain exam objectives and domains. You can choose between 5-100 questions and set a time limit.

Logo for AWS Certified Solutions Architect Associate SAA-C03
Questions
Number of questions in the practice test
Free users are limited to 20 questions, upgrade to unlimited
Seconds Per Question
Determines how long you have to finish the practice test
Exam Objectives
Which exam objectives should be included in the practice test

AWS Certified Solutions Architect Associate SAA-C03 Information

AWS Certified Solutions Architect - Associate showcases knowledge and skills in AWS technology, across a wide range of AWS services. The focus of this certification is on the design of cost and performance optimized solutions, demonstrating a strong understanding of the AWS Well-Architected Framework. This certification can enhance the career profile and earnings of certified individuals and increase your credibility and confidence in stakeholder and customer interactions.

The AWS Certified Solutions Architect - Associate (SAA-C03) exam is intended for individuals who perform a solutions architect role. The exam validates a candidate’s ability to design solutions based on the AWS Well-Architected Framework.

The exam also validates a candidate’s ability to complete the following tasks:

  • Design solutions that incorporate AWS services to meet current business requirements and future projected needs
  • Design architectures that are secure, resilient, high-performing, and cost optimized
  • Review existing solutions and determine improvements

Free AWS Certified Solutions Architect Associate SAA-C03 Practice Test

Press start when you are ready, or press Change to modify any settings for the practice test.

  • Questions: 15
  • Time: Unlimited
  • Included Topics:
    Design Secure Architectures
    Design Resilient Architectures
    Design High-Performing Architectures
    Design Cost-Optimized Architectures
Question 1 of 15

Your company needs to centrally manage access policies across multiple organizational units within their cloud environment. Which service offered by Amazon Web Services should they use to achieve this?

  • You selected this option

    AWS CloudTrail

  • You selected this option

    AWS Identity and Access Management (IAM)

  • You selected this option

    AWS Organizations

  • You selected this option

    Amazon Cognito

Question 2 of 15

A company has an online transaction processing (OLTP) workload on an Amazon RDS instance that experiences high read traffic during business hours. The database performance degrades due to the high number of read requests, impacting the user experience. Which of the following solutions should you implement to reduce the read load on the primary database instance and provide high-performing database responses?

  • You selected this option

    Create multiple read replicas of the primary database instance and distribute the read traffic among them.

  • You selected this option

    Convert the database deployment to a Multi-AZ deployment for improved performance.

  • You selected this option

    Implement Amazon ElastiCache to cache common queries and reduce the read load.

  • You selected this option

    Increase the size of the existing database instance to a larger instance type.

Question 3 of 15

Which AWS component acts as a virtual firewall for controlling traffic at the instance level within an Amazon VPC?

  • You selected this option

    Network Access Control List (NACL)

  • You selected this option

    Route Table

  • You selected this option

    Subnet CIDR

  • You selected this option

    Security Group

Question 4 of 15

A Solutions Architect needs to implement an authorization strategy that allows efficient permission updates for users based on their job functions in a cloud environment. Given the need for individualized access rights and scalable updates to access patterns, which method should be chosen?

  • You selected this option

    Implement individual policies for each user, customizing access permissions according to the specific needs and job functions.

  • You selected this option

    Create a single role that encompasses all permissions for different job functions and grant users the ability to assume this role based on their needs.

  • You selected this option

    Utilize groups to represent different job functions and attach policies defining the access permissions to these groups. All users are then assigned to the appropriate groups based on their job function.

  • You selected this option

    Apply service control policies directly to user accounts to grant necessary permissions based on their job roles.

Question 5 of 15

A company utilizing a managed relational database service is facing performance bottlenecks during sporadic peaks in read traffic. They need to improve query performance during these periods without incurring excessive costs. What should they implement to handle the varying read loads effectively?

  • You selected this option

    Add an additional standby replica to distribute the load.

  • You selected this option

    Create read replicas to distribute the incoming read requests.

  • You selected this option

    Scale up the primary instance to handle the increased load.

  • You selected this option

    Introduce a caching service to handle the read traffic.

Question 6 of 15

As part of its disaster recovery plan, an eCommerce company must ensure uninterrupted service of their workload in case of an EC2 instance failure. The workload is sensitive to client session state. To improve the current architecture's resiliency, what should be implemented?

  • You selected this option

    Assign primary and secondary Elastic IP addresses to EC2 instances and script failover logic to re-associate the EIP to a standby instance upon failure.

  • You selected this option

    Implement an Application Load Balancer with an EC2 Auto Scaling group, distributing instances across multiple Availability Zones and leveraging ALB's stickiness feature.

  • You selected this option

    Deploy the application on Amazon S3 and serve static resources through Amazon CloudFront, using Amazon RDS with a Multi-AZ deployment for the database layer.

  • You selected this option

    Use Amazon RDS Multi-AZ with synchronous replication and automatic failover alongside AWS Elastic Beanstalk for application deployment.

Question 7 of 15

Your client is seeking a storage solution that allows for simultaneous file access from multiple compute instances. The need is for a managed service that supports NFS protocols. Which option should you recommend?

  • You selected this option

    Amazon Elastic File System (EFS)

  • You selected this option

    Elastic Block Store

  • You selected this option

    Simple Storage Service

Question 8 of 15

A global enterprise maintains three separate environments for their application lifecycle: development, staging, and production. Each environment is managed through distinct cloud accounts to enhance compartmentalization. With a centralized directory service managing user credentials on-premises, which approach should be chosen to provide developers with environment-specific access, while adhering to the security principle of least privilege?

  • You selected this option

    Integrate the centralized directory service with cloud-based trust relationships and environment-specific roles for secure, limited access.

  • You selected this option

    Assign credentials from the directory service to individual user accounts in each cloud environment, applying direct permissions.

  • You selected this option

    Distribute multiple access credentials tied to a singular identity within the primary cloud account for access management.

  • You selected this option

    Use a user identity and authentication management service suited for applications to control access to different cloud accounts.

Question 9 of 15

A company is migrating an on-premises application to AWS. The application requires shared storage that provides low-latency access to data and supports standard file system features like file locking and hierarchical directories. The data is frequently updated, and the solution should be scalable and cost-effective. Which AWS storage service is the MOST appropriate to meet these requirements?

  • You selected this option

    Amazon S3 Glacier.

  • You selected this option

    Amazon Elastic File System (Amazon EFS).

  • You selected this option

    Amazon Simple Storage Service (Amazon S3).

  • You selected this option

    Amazon Elastic Block Store (Amazon EBS).

Question 10 of 15

A multinational organization is deploying numerous environmental sensors across various locations to monitor and analyze ecological data in real-time. The data volume is substantial, and continuously streaming it back to a central processing location is becoming exceedingly costly because of the associated bandwidth usage. Which service should be used to preprocess and minimize the datasets locally before sending the refined data to the central system, thereby reducing transmission costs?

  • You selected this option

    Implement an IoT edge computing platform for local data processing

  • You selected this option

    Leverage local data centers to bring cloud services closer to metropolitan areas

  • You selected this option

    Utilize mobile edge computing infrastructure designed for telecom networks

  • You selected this option

    Employ portable edge computing and storage devices for large-scale data transfers

Question 11 of 15

A single Average CPU Utilization metric is sufficient for an auto-scaling group managing a fleet of EC2 instances in an e-commerce application to guarantee its high availability during peak times.

  • You selected this option

    True

  • You selected this option

    False

Question 12 of 15

A company wants to ensure high availability and disaster recovery for its critical web application. The web application currently resides in a single region within two Availability Zones. Due to regulatory compliance, the data must reside within the country, and the application must continue to operate even if one full region were to go offline. Which of the following approaches will BEST meet these requirements?

  • You selected this option

    Create a secondary site in another region within the same country and employ Amazon Route 53 health checks and traffic management.

  • You selected this option

    Expand the application to include additional Availability Zones in the same region.

  • You selected this option

    Add read replicas of the database in different Availability Zones across two regions, without configuring traffic management.

Question 13 of 15

A financial institution utilizes a key management service to enhance the security of its data-at-rest within cloud storage services. They aim to adhere to a stringent security protocol that requires the automatic renewal of encryption materials. Which approach can the institution implement to fulfill this requirement without altering the existing key identifiers or metadata?

  • You selected this option

    Delegating the renewal process until the key reaches its designated expiration period.

  • You selected this option

    Enabling automatic renewal for the encryption keys through the service's management console or API.

  • You selected this option

    Establishing a manual process where the keys are only updated in response to a security incident.

  • You selected this option

    Creating a new key manually every five years while disabling the old one.

Question 14 of 15

A Solutions Architect has been tasked with dissecting cloud expenditure to allocate charges to the correct departments within an organization, each having its resources. The account used is shared among various teams. Which service would BEST facilitate this requirement for detailed financial governance?

  • You selected this option

    Transfer for SFTP to track and charge back file transfer costs

  • You selected this option

    NAT Gateway configured with detailed billing reports

  • You selected this option

    Budgets with alerts for forecasted spend anomalies

  • You selected this option

    Cost Explorer with implementation of categorization tags

Question 15 of 15

A company is storing large volumes of financial records that are frequently accessed for the first month after creation and are then rarely accessed. Compliance requirements mandate that these records must be preserved for seven years before they can be deleted. Which storage solution would be the most cost-effective for these requirements?

  • You selected this option

    Utilize Amazon S3 One Zone-Infrequent Access for both immediate and long-term storage.

  • You selected this option

    Use Amazon S3 Standard for immediate storage, and transition to Amazon S3 Glacier Deep Archive for long-term archival after one month.

  • You selected this option

    Store all financial records in Amazon S3 Standard to ensure availability and quick access at all times.

  • You selected this option

    Maintain the financial records on Amazon EFS for quick access and traditional file system interfaces.