PracticeCF

SAA-C03 Question Bank · Latest 50 Questions Free Preview (Page 5/5)

Questions 41–50 of the latest 50 SAA-C03 questions (5 pages total), with answers and explanations, no login required. Practice all 1345 questions online.

Question 41 · No. 1336 · Single choice

A company runs an environment where data is stored in an Amazon S3 bucket. The objects are accessed frequently throughout the day. The company has strict da ta encryption requirements for data that is stored in the S3 bucket. The company currently uses AWS Key Management Service (AWS KMS) for encryption. The company wants to optimize costs associated with encrypting S3 objects without making additional calls to AWS KMS. Which solution will meet these requirements?

Answer: B

Explanation: 选择 B 是因为 S3 Bucket Key 可以显著降低使用 SSE-KMS 加密的 S3 对象的成本,同时减少对 AWS KMS 的调用次数,从而优化成本。
Question 42 · No. 1337 · Single choice

A company is developing machine learning (ML) models on AWS. The company is developing the ML models as independent microservices. The microservices fetch approximately 1 GB of model data from Amazon S3 at startup and load the data into memory. Users access the ML models through an asynchronous API. Users can send a request or a batch of requests. The company provides the ML models to hundreds of users. The usage patterns for the models are irregular. Some models are not used for days or weeks. Other models receive batches of thousands of requests at a time. Which solution will meet these requirements?

Answer: B

Question 43 · No. 1338 · Single choice

An online gaming company is transitioning user data storage to Amazon DynamoDB to support the company's growing user base. The current architecture includes DynamoDB tables that contain user profiles, achievements, and in-game transactions. The company needs to design a robust, continuously available, and resilient DynamoDB architecture to maintain a seamless gaming experience for users. Which solution will meet these requirements MOST cost-effectively?

Answer: D

Explanation: The question asks for the most cost-effective solution that meets the requirements of being robust, continuously available, and resilient. Option D uses DynamoDB global tables for automatic multi-Region replication, which aligns with the requirement of being resilient and continuously available. Additionally, using provisioned capacity mode with auto scaling ensures that the system can handle varying loads efficiently, making it cost-effective.
Question 44 · No. 1339 · Multiple choice

A company runs multiple workloads on virtual machines (VMs) in an on-premises data center. The company is expanding rapidly. The on-premises data center is not able to scale fast enough to meet business needs. The company wants to migrate the workloads to AWS. The migration is time sensitive. The company wants to use a lift-and-shift strategy for non-critical workloads. Which combination of steps will meet these requirements? (Choose three.)

Answer: B, C, D

Question 45 · No. 1340 · Single choice

A company hosts a website analytics application on a single Amazon EC2 On-Demand Instance. The analytics application is highly resilient and is designed to run in stateless mode. The company notices that the application is showing signs of performance degradation during busy times and is presenting 5xx errors. The company needs to make the application scale seamlessly. Which solution will meet these requirements MOST cost-effectively?

Answer: D

Explanation: Option D is the most cost-effective solution as it leverages AWS Auto Scaling and Spot Fleet to automatically scale the application based on demand, thereby reducing costs during periods of lower usage while ensuring high availability. It also uses an Application Load Balancer to distribute traffic efficiently.
Question 46 · No. 1341 · Single choice

A company has an application that runs on an Amazon Elastic Kubernetes Service (Amazon EKS) cluster on Amazon EC2 instances. The application has a UI that uses Amazon DynamoDB and data services that use Amazon S3 as part of the application deployment. The company must ensure that the EKS Pods for the UI can access only Amazon DynamoDB and that the EKS Pods for the data services can access only Amazon S3. The company uses AWS Identity and Access Management (IAM). Which solution meals these requirements?

Answer: C

Question 47 · No. 1342 · Single choice

A company runs an application in a private subnet behind an Application Load Balancer (ALB) in a VPC. The VPC has a NAT gateway and an internet gateway. The application calls the Amazon S3 API to store objects. According to the company's security policy, traffic from the application must not travel across the internet. Which solution will meet these requirements MOST cost-effectively?

Answer: B

Explanation: 选项 B 是最有效的解决方案,因为它配置了 S3 网关端点,并且更新了 VPC 路由表以使用该端点。这样可以确保应用与 Amazon S3 之间的通信不通过互联网传输,而是通过 AWS 内部网络进行,从而满足公司的安全策略要求。
Question 48 · No. 1343 · Single choice

A digital image processing company wants to migrate its on-premises monolithic application to the AWS Cloud. The company processes thousands of images and generates large files as part of the processing workflow. The company needs a solution to manage the growing number of image processing jobs. The solution must also reduce the manual tasks in the image processing workflow. The company does not want to manage the underlying infrastructure of the solution. Which solution will meet these requirements with the LEAST operational overhead?

Answer: B

Explanation: Option B is the best choice because it uses AWS Batch and AWS Step Functions which are designed to handle batch processing tasks efficiently and can manage the growing number of image processing jobs without manual intervention. Additionally, AWS Batch can leverage Spot Instances to reduce costs. Using an S3 bucket for storing processed files is efficient and durable. Option A involves EC2 instances which still requires some level of infrastructure management. Option C combines Lambda with EC2 which introduces unnecessary complexity. Option D uses EC2 instances directly which again requires more operational overhead.
Question 49 · No. 1344 · Single choice

A company runs its media rendering application on premises. The company wants to reduce storage costs and has moved all data to Amazon S3. The on-premises rendering application needs low-latency access to storage. The company needs to design a storage solution for the application. The storage solution must maintain the desired application performance. Which storage solution will meet these requirements in the MOST cost-effective way?

Answer: B

Explanation: 选项 B 配置 Amazon S3 文件网关,以提供存储给本地应用程序。这是最经济有效的方法,因为它可以将 Amazon S3 的低成本存储与本地应用程序的低延迟访问相结合。
Question 50 · No. 1345 · Single choice

A company's image-hosting website gives users around the world the ability to up load, view, and download images from their mobile devices. The company currently hosts the static website in an Amazon S3 bucket. Because of the website's growing popularity, the website's performance has decreased. Users have reported latency issues when they upload and download images. The company must improve the performance of the website. Which solution will meet these requirements with the LEAST implementation effort?

Answer: A

Explanation: 选项A配置Amazon CloudFront分发以改进下载性能并启用S3传输加速以改进上传性能,这是最简单且直接的解决方案来提高网站性能。相比之下,选项B需要迁移应用到EC2实例并配置负载均衡器和全球加速器,实现起来更为复杂;选项C虽然也能提升性能,但涉及到创建多个S3桶和配置复制规则,实现起来也更复杂;选项D仅使用AWS Global Accelerator可能不足以解决所有性能问题。
Prev 12345