PracticeCF

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

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

Question 31 · No. 1326 · Single choice

A company runs a Node js function on a server in its on-premises data center. The data center stores data in a PostgreSQL database. The company stores the credentials in a connection string in an environment variable on the server. The company wants to migrate its application to AWS and to replace the Node.js application server with AWS Lambda. The company also wants to migrate to Amazon RDS for PostgreSQL and to ensure that the database credentials are securely managed. Which solution will meet these requirements with the LEAST operational overhead?

Answer: B

Explanation: 选择方案 B 的原因在于它提供了安全管理和自动轮换数据库凭据的方法。AWS Secrets Manager 可以存储和管理敏感信息,如密码、API 密钥等,并支持自动轮换。通过自动轮换功能,可以每 30 天更改一次凭据,从而增加安全性。同时,将凭据从 AWS Secrets Manager 中获取的 Lambda 函数可以确保在不频繁更新代码的情况下轮换凭据。
Question 32 · No. 1327 · Single choice

A company runs its production workload on an Amazon Aurora MySQL DB cluster that includes six Aurora Replicas. The company wants near-real-time reporting queries from one of its departments to be automatically distributed across three of the Aurora Replicas. Those three replicas have a different compute and memory specification from the rest of the DB cluster. Which solution meets these requirements?

Answer: A

Question 33 · No. 1328 · Single choice

A company needs to design a resilient web application to process customer orders. The web application must automatically handle increases in web traffic and application usage without affecting the customer experience or losing customer orders. Which solution will meet these requirements?

Answer: D

Explanation: 选项D使用了Application Load Balancer来管理网络流量,确保系统在增加的流量下仍能正常运行。同时,它利用Amazon EC2 Auto Scaling groups自动扩展资源以处理更多的客户订单,而不影响用户体验或丢失订单。此外,它利用Amazon Simple Queue Service (Amazon SQS) 来存储未处理的订单,保证了订单不会丢失,并且使用Amazon RDS with Multi-AZ部署来存储已处理的订单,确保数据的可靠性和可用性。
Question 34 · No. 1329 · Single choice

A company is migrating its databases to Amazon RDS for PostgreSQL. The company is migrating its applications to Amazon EC2 instances. The company wants to optimize costs for long-running workloads. Which solution will meet this requirement MOST cost-effectively?

Answer: D

Explanation: 选项D在Amazon RDS for PostgreSQL和Amazon EC2实例上都使用了最长的预订期限(3年)和全预付选项,这通常会导致最大的成本节省。On-Demand Instances通常是最昂贵的选择,而预留实例(尤其是全预付选项)则提供了较高的节省。考虑到需要优化长期负载的成本,选择最长的预订期限并预先支付所有费用会最大程度地降低总体成本。
Question 35 · No. 1330 · Single choice

A company is running a media store across multiple Amazon EC2 instances distributed across multiple Availability Zones in a single VPC. The company wants a high-performing solution to share data between all the EC2 instances, and prefers to keep the data within the VPC only. What should a solutions architect recommend?

Answer: D

Explanation: 解决方案架构师应该推荐配置一个Amazon Elastic File System (Amazon EFS)文件系统,并将它跨所有实例挂载。因为Amazon EFS允许在多个EC2实例之间共享数据,并且可以自动扩展,这对于需要在多个实例之间共享数据的场景非常合适。
Question 36 · No. 1331 · Single choice

A company hosts its enterprise resource planning (ERP) system in the us-east-1 Region. The system runs on Amazon EC2 instances. Customers use a public API that is hosted on the EC2 instances to exchange information with the ERP system. International customers report slow API response times from their data centers. Which solution will improve response times for the international customers MOST cost-effectively?

Answer: B

Question 37 · No. 1332 · Single choice

A company's production environment consists of Amazon EC2 On-Demand Instances that run constantly between Monday and Saturday. The instances must run for only 12 hours on Sunday and cannot tolerate interruptions. The company wants to cost-optimize the production environment. Which solution will meet these requirements MOST cost-effectively?

Answer: A

Explanation: 选择A是因为它最有效地满足了成本优化的要求。通过购买计划保留实例(Scheduled Reserved Instances)来覆盖周日12小时的使用需求,并为周一至周六全天运行的实例购买标准保留实例(Standard Reserved Instances)。这样可以在确保工作负载稳定性和避免中断的情况下,实现成本效益最大化。
Question 38 · No. 1333 · Multiple choice

A company uses AWS Systems Manager for routine management and patching of Amazon EC2 instances. The EC2 instances are in an IP address type target group behind an Application Load Balancer (ALB). New security protocols require the company to remove EC2 instances from service during a patch. When the company attempts to follow the security protocol during the next patch, the company receives errors during the patching window. Which combination of solutions will resolve the errors? (Choose two.)

Answer: C, D

Question 39 · No. 1334 · Single choice

A company tracks customer satisfaction by using surveys that the company hosts on its website. The surveys sometimes reach thousands of customers every hour. Survey results are currently sent in email messages to the company so company employees can manually review results and assess customer sentiment. The company wants to automate the customer survey process. Survey results must be available for the previous 12 months. Which solution will meet these requirements in the MOST scalable way?

Answer: A

Explanation: 选项A是最可扩展的解决方案,因为它利用了无服务器架构(Amazon API Gateway, Amazon SQS, AWS Lambda, 和 Amazon Comprehend),这种架构可以轻松处理大量数据。此外,它还设置了适当的TTL来满足存储期限要求。
Question 40 · No. 1335 · Multiple choice

A company hosts an application in a private subnet. The company has already integrated the application with Amazon Cognito. The company uses an Amazon Cognito user pool to authenticate users. The company needs to modify the application so the application can securely store user documents in an Amazon S3 bucket. Which combination of steps will securely integrate Amazon S3 with the application? (Choose two.)

Answer: A, C

Explanation: 选项 A 和 C 是正确的。公司已经集成了 Amazon Cognito 用户池用于用户认证,所以使用这个用户池来生成安全的 Amazon S3 访问令牌是一个合理的选择(选项 B 不正确,因为它没有提到需要创建身份池)。同时,为了确保应用和 S3 桶之间的安全通信,创建一个 VPC 终端节点(选项 C)也是必要的,这样可以避免通过公共互联网直接访问 S3 桶,从而提高安全性。其他选项如 NAT 网关或限制 IP 地址虽然也有助于安全,但不是最佳实践。
Prev 12345 Next