AWS Certified Solutions Architect - Associate Quiz
48 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Which combination of steps should a solutions architect take to provide a highly available storage solution for a gaming application using Amazon EC2 instances? (Select TWO.)

  • Store the server-side code on Amazon Elastic File System (Amazon EFS). Mount the EFS volume on each EC2 instance to share the files. (correct)
  • Store the static files on Amazon S3. Use Amazon ElastiCache to cache objects at the edge.
  • Store the static files on Amazon S3. Use Amazon CloudFront to cache objects at the edge. (correct)
  • Store the server-side code on Amazon FSx for Windows File Server. Mount the FSx for Windows File Server volume on each EC2 instance to share the files.
  • In order to secure access to an Amazon S3 bucket from EC2 instances inside a VPC, which steps should a solutions architect take? (Select TWO.)

  • Configure a VPC gateway endpoint for Amazon S3 within the VPC. (correct)
  • Create an IAM user with an S3 access policy and copy the IAM credentials to the EC2 instance.
  • Create a bucket policy that limits access only to the application tier running in the VPC. (correct)
  • Create a bucket policy to make the objects in the S3 bucket public.
  • What steps should a solutions architect take to ensure a seamless migration of an on-premises PostgreSQL database to Amazon Aurora PostgreSQL? (Select TWO.)

  • Create a database backup of the on-premises database. (correct)
  • Install a new database instance on Amazon RDS before migration.
  • Create an ongoing replication task. (correct)
  • Take the on-premises database offline during migration.
  • Which method is appropriate for caching objects at the edge for a web application hosted on AWS? (Select TWO.)

    <p>Use Amazon CloudFront to cache static and dynamic content.</p> Signup and view all the answers

    What is the best approach to ensure a scalable and resilient architecture for a gaming application's scoreboard? (Select TWO.)

    <p>Implement an application load balancer to distribute traffic among EC2 instances.</p> Signup and view all the answers

    To maintain online connectivity with an imperative data migration, which statement is correct regarding the PostgreSQL database migration to Amazon Aurora? (Select TWO.)

    <p>Ongoing replication must be established to keep the Aurora database synchronized.</p> Signup and view all the answers

    What configuration steps help secure a sensitive S3 bucket from an EC2 application tier in a VPC? (Select TWO.)

    <p>Enable a VPC endpoint for Amazon S3 to keep traffic private.</p> Signup and view all the answers

    Which method of managing object access in an Amazon S3 bucket strengthens security for a server-side application? (Select TWO.)

    <p>Implement a bucket policy that specifies conditions for access based on application needs.</p> Signup and view all the answers

    Which solution will resolve the database issue with the least operational overhead?

    <p>Create a read replica of the database and configure the script to query only the read replica</p> Signup and view all the answers

    What is the recommended approach for securely separating the R&D AWS account into its own organization?

    <p>Invite the R&amp;D AWS account to be part of the new organization after it has left the current one</p> Signup and view all the answers

    Which architecture would best ensure high availability and scalability for a web-based map application during disasters?

    <p>Use Amazon API Gateway and AWS Lambda to receive the JSON status data and store it in Amazon S3</p> Signup and view all the answers

    For a company's mobile app sending JSON messages to a REST-based endpoint, which option provides the best automation for scaling?

    <p>Use Amazon API Gateway and AWS Lambda to receive the JSON status data</p> Signup and view all the answers

    What is the most efficient method to manage peak loads during high-traffic periods for the map application?

    <p>Implement load balancers with EC2 instances in an Auto Scaling group</p> Signup and view all the answers

    What resource should be utilized to improve the performance of querying a database for common entries?

    <p>Use Amazon ElastiCache to cache the common queries</p> Signup and view all the answers

    Which AWS service combination reduces costs for the application that doesn't want to pay for idle capacity?

    <p>Amazon Lambda and API Gateway for serverless computing</p> Signup and view all the answers

    Which option should be avoided when migrating the R&D AWS account to a new organization?

    <p>Inviting the old account to join the new organization before separation</p> Signup and view all the answers

    Which solution minimizes operational overhead while addressing slow application performance?

    <p>Configure an S3 event notification for uploads.</p> Signup and view all the answers

    What is the most effective solution for timely backups to Amazon S3 with minimal internet impact?

    <p>Implement a new AWS Direct Connect for backup traffic.</p> Signup and view all the answers

    For a company storing call transcripts accessed frequently within 1 year, what is the best storage class after 1 year?

    <p>S3 Standard-IA for infrequent access.</p> Signup and view all the answers

    Which method can ensure data transfer from on-premises applications to S3 without significant bandwidth issues?

    <p>Batch data and send it during off-peak hours.</p> Signup and view all the answers

    What is a long-term solution for transferring data that minimizes reliance on public internet?

    <p>Establish a direct connection to AWS services.</p> Signup and view all the answers

    Which of these is NOT a suitable approach for scaling EC2 instances?

    <p>Creating a second EventBridge rule.</p> Signup and view all the answers

    For handling large amounts of time-sensitive data from an on-premises application, which solution is ideal?

    <p>Utilizing AWS DataSync for efficient data transfer.</p> Signup and view all the answers

    Which approach can include minimal configuration while handling events from an S3 bucket?

    <p>Using Amazon SNS for event notifications.</p> Signup and view all the answers

    What should the solutions architect do to ensure documents continue to load during the scheduled DAX maintenance window?

    <p>Modify the application to write to the stream for later loading.</p> Signup and view all the answers

    Which option allows a company to manage increased application traffic with minimal configuration for an ASP.NET MVC application hosted on a single EC2 instance?

    <p>Move the application to AWS Elastic Beanstalk.</p> Signup and view all the answers

    What is the purpose of using Amazon DynamoDB Accelerator (DAX) in the application?

    <p>To provide speed improvements for DynamoDB tables.</p> Signup and view all the answers

    Which solution minimizes disruptions during DAX cluster maintenance while maintaining document availability?

    <p>Using DynamoDB Streams to manage writes during maintenance.</p> Signup and view all the answers

    What is a downside of converting the application to an AWS Lambda function to handle maintenance downtime?

    <p>Lambda functions have limited run times.</p> Signup and view all the answers

    What is a suitable way for the application to handle loading documents to DynamoDB during DAX maintenance?

    <p>Use an Amazon SQS queue and Lambda function.</p> Signup and view all the answers

    What configuration change can reduce slow response times for an ASP.NET MVC application during peak hours?

    <p>Implement load-based and scheduled auto scaling.</p> Signup and view all the answers

    What does configuring an AWS Lambda function to read from an SQS queue help achieve?

    <p>Decoupling of application components.</p> Signup and view all the answers

    Which storage solution is recommended for preserving user access methods while ensuring high availability and durability for Windows workloads?

    <p>Extend the file share environment to Amazon FSx for Windows File Server with a Multi-AZ configuration</p> Signup and view all the answers

    What is a key requirement for the company when moving their web application to AWS?

    <p>The ability to frequently test new site features</p> Signup and view all the answers

    Which deployment strategy allows the company to switch between different environments for testing new features in a managed manner?

    <p>Deploying to AWS Elastic Beanstalk and using URL swapping</p> Signup and view all the answers

    What configuration is necessary when deploying a containerized application to ensure dynamic routing between containers?

    <p>Using the AWS Load Balancer Controller</p> Signup and view all the answers

    Which option is NOT part of the recommended approach for setting up a highly available web application on AWS?

    <p>Avoiding redundancy to minimize costs</p> Signup and view all the answers

    What is a potential benefit of using an AWS Elastic Beanstalk environment for the web application?

    <p>Automatic scaling and management of resources</p> Signup and view all the answers

    Which solution provides a managed service for file shares while ensuring high availability?

    <p>Extending to Amazon FSx for Windows File Server</p> Signup and view all the answers

    What is a common misconception about using Amazon EC2 instances for hosting a web application?

    <p>EC2 instances require no additional management</p> Signup and view all the answers

    What is the most effective way to ensure customer data is recorded during database upgrades when using AWS Lambda functions?

    <p>Persist customer data to Lambda local storage until the database is available.</p> Signup and view all the answers

    Which method ensures personally identifiable information (PII) is removed from audio files stored in Amazon S3?

    <p>Set up an Amazon Transcribe transcription job with PII redaction.</p> Signup and view all the answers

    What solution should be implemented to store customer audio transcriptions securely after processing from S3?

    <p>Store the output in a separate S3 bucket for security and organization.</p> Signup and view all the answers

    To automatically trigger a transcription process when an audio file is uploaded to S3, which service should be used?

    <p>Amazon EventBridge to create the event-driven model.</p> Signup and view all the answers

    What action should be taken when processing audio files to ensure compliance with privacy regulations?

    <p>Encrypt audio files with server-side encryption upon upload.</p> Signup and view all the answers

    What is the role of AWS Lambda in the audio transcription process?

    <p>To invoke transcription jobs automatically from S3 events.</p> Signup and view all the answers

    When using Amazon Transcribe, what must be enabled to ensure PII is taken into consideration during the transcription?

    <p>The PII redaction feature must be enabled.</p> Signup and view all the answers

    What could be a potential drawback of using a retry mechanism in Lambda functions for storing customer data?

    <p>It may cause data duplication if not managed properly.</p> Signup and view all the answers

    Study Notes

    Exam Questions

    • The document is exam questions for SAA-C03, AWS Certified Solutions Architect - Associate.
    • The questions cover topics like EC2 capacity, website hosting, message handling services, image analysis applications, private network connectivity, and more.

    Amazon Web Services (AWS)

    • The document includes various examples and questions related to different AWS services.
    • Information about services like Amazon EC2, Amazon S3, Application Load Balancer, Kinesis, SQS, CloudFront, RDS, DynamoDB, Lambda, and others is present.

    AWS Services

    • AWS services are used in various use case scenarios such as managing capacity, handling messages, image analysis, and more
    • Different services are used in combination to handle various tasks.
    • Solutions incorporate techniques or features of specific AWS services to achieve the desired output.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    AWS SAA-C03 Exam Questions PDF

    Description

    Test your knowledge with this quiz focusing on exam questions for the AWS Certified Solutions Architect - Associate (SAA-C03). Dive into various AWS services including EC2, S3, and Lambda, while covering essential topics like capacity management and event handling. Perfect for those preparing for certification or refreshing their AWS skills.

    Use Quizgecko on...
    Browser
    Browser