没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
内容概要:本文档包含了针对AWS认证解决方案架构师-Associate(SAA-C03)考试的一系列题目解答及解析。每个问题均提供了多种可能的解决方法,并通过社区投票展示了最受欢迎的答案选项。文档涵盖了诸如数据存储与传输策略优化(如Amazon S3 Bucket、AWS Snowball)、云资源管理配置优化(Auto Scaling组、EC2实例管理)、跨区域资源同步(如S3 Cross-Region Replication)、以及安全措施实施等多个方面的问题讨论和技术选型建议。通过学习该文档可以深入了解各种AWS技术服务及其应用场景。 适合人群:备考AWS Certified Solutions Architect - Associate认证的技术人员,包括云计算工程师、系统架构设计师等相关专业人员; 使用场景及目标:本资源主要用于准备SAA-C03考试,在实际项目中面临类似的挑战时提供有价值的指导。具体来说,它可以帮助读者了解如何根据不同的业务需求选择合适的AWS产品和服务组合来满足高性能、低成本的要求并确保系统的稳定性和安全性。
资源推荐
资源详情
资源评论
Topic 1 - Exam A
Topic 1
Question #1
A company collects data for temperature, humidity, and atmospheric pressure in cities across multiple continents. The average volume of data
that the company collects from each site daily is 500 GB. Each site has a high-speed Internet connection.
The company wants to aggregate the data from all these global sites as quickly as possible in a single Amazon S3 bucket. The solution must
minimize operational complexity.
Which solution meets these requirements?
A. Turn on S3 Transfer Acceleration on the destination S3 bucket. Use multipart uploads to directly upload site data to the destination S3
bucket.
B. Upload the data from each site to an S3 bucket in the closest Region. Use S3 Cross-Region Replication to copy objects to the destination S3
bucket. Then remove the data from the origin S3 bucket.
C. Schedule AWS Snowball Edge Storage Optimized device jobs daily to transfer data from each site to the closest Region. Use S3 Cross-
Region Replication to copy objects to the destination S3 bucket.
D. Upload the data from each site to an Amazon EC2 instance in the closest Region. Store the data in an Amazon Elastic Block Store (Amazon
EBS) volume. At regular intervals, take an EBS snapshot and copy it to the Region that contains the destination S3 bucket. Restore the EBS
volume in that Region.
Correct Answer:
A
Community vote distribution
A (94%) 6%
Topic 1
Question #2
A company needs the ability to analyze the log les of its proprietary application. The logs are stored in JSON format in an Amazon S3 bucket.
Queries will be simple and will run on-demand. A solutions architect needs to perform the analysis with minimal changes to the existing
architecture.
What should the solutions architect do to meet these requirements with the LEAST amount of operational overhead?
A. Use Amazon Redshift to load all the content into one place and run the SQL queries as needed.
B. Use Amazon CloudWatch Logs to store the logs. Run SQL queries as needed from the Amazon CloudWatch console.
C. Use Amazon Athena directly with Amazon S3 to run the queries as needed.
D. Use AWS Glue to catalog the logs. Use a transient Apache Spark cluster on Amazon EMR to run the SQL queries as needed.
Correct Answer:
C
Community vote distribution
C (100%)
2025/1/17 12:26
AWS Certified Solutions Architect - Associate SAA-C03 Exam - Free Exam Q&As, Page 1 | ExamTopics
https://www.examtopics.com/exams/amazon/aws-certified-solutions-architect-associate-saa-c03/view/
1/509
Topic 1
Question #3
A company uses AWS Organizations to manage multiple AWS accounts for different departments. The management account has an Amazon S3
bucket that contains project reports. The company wants to limit access to this S3 bucket to only users of accounts within the organization in
AWS Organizations.
Which solution meets these requirements with the LEAST amount of operational overhead?
A. Add the aws PrincipalOrgID global condition key with a reference to the organization ID to the S3 bucket policy.
B. Create an organizational unit (OU) for each department. Add the aws:PrincipalOrgPaths global condition key to the S3 bucket policy.
C. Use AWS CloudTrail to monitor the CreateAccount, InviteAccountToOrganization, LeaveOrganization, and RemoveAccountFromOrganization
events. Update the S3 bucket policy accordingly.
D. Tag each user that needs access to the S3 bucket. Add the aws:PrincipalTag global condition key to the S3 bucket policy.
Correct Answer:
A
Community vote distribution
A (97%)
Topic 1
Question #4
An application runs on an Amazon EC2 instance in a VPC. The application processes logs that are stored in an Amazon S3 bucket. The EC2
instance needs to access the S3 bucket without connectivity to the internet.
Which solution will provide private network connectivity to Amazon S3?
A. Create a gateway VPC endpoint to the S3 bucket.
B. Stream the logs to Amazon CloudWatch Logs. Export the logs to the S3 bucket.
C. Create an instance prole on Amazon EC2 to allow S3 access.
D. Create an Amazon API Gateway API with a private link to access the S3 endpoint.
Correct Answer:
A
Community vote distribution
A (100%)
Topic 1
Question #5
A company is hosting a web application on AWS using a single Amazon EC2 instance that stores user-uploaded documents in an Amazon EBS
volume. For better scalability and availability, the company duplicated the architecture and created a second EC2 instance and EBS volume in
another Availability Zone, placing both behind an Application Load Balancer. After completing this change, users reported that, each time they
refreshed the website, they could see one subset of their documents or the other, but never all of the documents at the same time.
What should a solutions architect propose to ensure users see all of their documents at once?
A. Copy the data so both EBS volumes contain all the documents
B. Congure the Application Load Balancer to direct a user to the server with the documents
C. Copy the data from both EBS volumes to Amazon EFS. Modify the application to save new documents to Amazon EFS
D. Congure the Application Load Balancer to send the request to both servers. Return each document from the correct server
Correct Answer:
C
Community vote distribution
C (98%)
2025/1/17 12:26
AWS Certified Solutions Architect - Associate SAA-C03 Exam - Free Exam Q&As, Page 1 | ExamTopics
https://www.examtopics.com/exams/amazon/aws-certified-solutions-architect-associate-saa-c03/view/
2/509
Topic 1
Question #6
A company uses NFS to store large video les in on-premises network attached storage. Each video le ranges in size from 1 MB to 500 GB. The
total storage is 70 TB and is no longer growing. The company decides to migrate the video les to Amazon S3. The company must migrate the
video les as soon as possible while using the least possible network bandwidth.
Which solution will meet these requirements?
A. Create an S3 bucket. Create an IAM role that has permissions to write to the S3 bucket. Use the AWS CLI to copy all les locally to the S3
bucket.
B. Create an AWS Snowball Edge job. Receive a Snowball Edge device on premises. Use the Snowball Edge client to transfer data to the
device. Return the device so that AWS can import the data into Amazon S3.
C. Deploy an S3 File Gateway on premises. Create a public service endpoint to connect to the S3 File Gateway. Create an S3 bucket. Create a
new NFS le share on the S3 File Gateway. Point the new le share to the S3 bucket. Transfer the data from the existing NFS le share to the
S3 File Gateway.
D. Set up an AWS Direct Connect connection between the on-premises network and AWS. Deploy an S3 File Gateway on premises. Create a
public virtual interface (VIF) to connect to the S3 File Gateway. Create an S3 bucket. Create a new NFS le share on the S3 File Gateway. Point
the new le share to the S3 bucket. Transfer the data from the existing NFS le share to the S3 File Gateway.
Correct Answer:
B
Community vote distribution
B (87%) 12%
Topic 1
Question #7
A company has an application that ingests incoming messages. Dozens of other applications and microservices then quickly consume these
messages. The number of messages varies drastically and sometimes increases suddenly to 100,000 each second. The company wants to
decouple the solution and increase scalability.
Which solution meets these requirements?
A. Persist the messages to Amazon Kinesis Data Analytics. Congure the consumer applications to read and process the messages.
B. Deploy the ingestion application on Amazon EC2 instances in an Auto Scaling group to scale the number of EC2 instances based on CPU
metrics.
C. Write the messages to Amazon Kinesis Data Streams with a single shard. Use an AWS Lambda function to preprocess messages and store
them in Amazon DynamoDB. Congure the consumer applications to read from DynamoDB to process the messages.
D. Publish the messages to an Amazon Simple Notication Service (Amazon SNS) topic with multiple Amazon Simple Queue Service (Amazon
SOS) subscriptions. Congure the consumer applications to process the messages from the queues.
Correct Answer:
D
Community vote distribution
D (83%) Other
2025/1/17 12:26
AWS Certified Solutions Architect - Associate SAA-C03 Exam - Free Exam Q&As, Page 1 | ExamTopics
https://www.examtopics.com/exams/amazon/aws-certified-solutions-architect-associate-saa-c03/view/
3/509
Topic 1
Question #8
A company is migrating a distributed application to AWS. The application serves variable workloads. The legacy platform consists of a primary
server that coordinates jobs across multiple compute nodes. The company wants to modernize the application with a solution that maximizes
resiliency and scalability.
How should a solutions architect design the architecture to meet these requirements?
A. Congure an Amazon Simple Queue Service (Amazon SQS) queue as a destination for the jobs. Implement the compute nodes with
Amazon EC2 instances that are managed in an Auto Scaling group. Congure EC2 Auto Scaling to use scheduled scaling.
B. Congure an Amazon Simple Queue Service (Amazon SQS) queue as a destination for the jobs. Implement the compute nodes with Amazon
EC2 instances that are managed in an Auto Scaling group. Congure EC2 Auto Scaling based on the size of the queue.
C. Implement the primary server and the compute nodes with Amazon EC2 instances that are managed in an Auto Scaling group. Congure
AWS CloudTrail as a destination for the jobs. Congure EC2 Auto Scaling based on the load on the primary server.
D. Implement the primary server and the compute nodes with Amazon EC2 instances that are managed in an Auto Scaling group. Congure
Amazon EventBridge (Amazon CloudWatch Events) as a destination for the jobs. Congure EC2 Auto Scaling based on the load on the
compute nodes.
Correct Answer:
B
Community vote distribution
B (93%) 3%
Topic 1
Question #9
A company is running an SMB le server in its data center. The le server stores large les that are accessed frequently for the rst few days after
the les are created. After 7 days the les are rarely accessed.
The total data size is increasing and is close to the company's total storage capacity. A solutions architect must increase the company's available
storage space without losing low-latency access to the most recently accessed les. The solutions architect must also provide le lifecycle
management to avoid future storage issues.
Which solution will meet these requirements?
A. Use AWS DataSync to copy data that is older than 7 days from the SMB le server to AWS.
B. Create an Amazon S3 File Gateway to extend the company's storage space. Create an S3 Lifecycle policy to transition the data to S3 Glacier
Deep Archive after 7 days.
C. Create an Amazon FSx for Windows File Server le system to extend the company's storage space.
D. Install a utility on each user's computer to access Amazon S3. Create an S3 Lifecycle policy to transition the data to S3 Glacier Flexible
Retrieval after 7 days.
Correct Answer:
B
Community vote distribution
B (85%) Other
2025/1/17 12:26
AWS Certified Solutions Architect - Associate SAA-C03 Exam - Free Exam Q&As, Page 1 | ExamTopics
https://www.examtopics.com/exams/amazon/aws-certified-solutions-architect-associate-saa-c03/view/
4/509
Topic 1
Question #10
A company is building an ecommerce web application on AWS. The application sends information about new orders to an Amazon API Gateway
REST API to process. The company wants to ensure that orders are processed in the order that they are received.
Which solution will meet these requirements?
A. Use an API Gateway integration to publish a message to an Amazon Simple Notication Service (Amazon SNS) topic when the application
receives an order. Subscribe an AWS Lambda function to the topic to perform processing.
B. Use an API Gateway integration to send a message to an Amazon Simple Queue Service (Amazon SQS) FIFO queue when the application
receives an order. Congure the SQS FIFO queue to invoke an AWS Lambda function for processing.
C. Use an API Gateway authorizer to block any requests while the application processes an order.
D. Use an API Gateway integration to send a message to an Amazon Simple Queue Service (Amazon SQS) standard queue when the
application receives an order. Congure the SQS standard queue to invoke an AWS Lambda function for processing.
Correct Answer:
B
Community vote distribution
B (98%)
Topic 1
Question #11
A company has an application that runs on Amazon EC2 instances and uses an Amazon Aurora database. The EC2 instances connect to the
database by using user names and passwords that are stored locally in a le. The company wants to minimize the operational overhead of
credential management.
What should a solutions architect do to accomplish this goal?
A. Use AWS Secrets Manager. Turn on automatic rotation.
B. Use AWS Systems Manager Parameter Store. Turn on automatic rotation.
C. Create an Amazon S3 bucket to store objects that are encrypted with an AWS Key Management Service (AWS KMS) encryption key. Migrate
the credential le to the S3 bucket. Point the application to the S3 bucket.
D. Create an encrypted Amazon Elastic Block Store (Amazon EBS) volume for each EC2 instance. Attach the new EBS volume to each EC2
instance. Migrate the credential le to the new EBS volume. Point the application to the new EBS volume.
Correct Answer:
A
Community vote distribution
A (96%)
2025/1/17 12:26
AWS Certified Solutions Architect - Associate SAA-C03 Exam - Free Exam Q&As, Page 1 | ExamTopics
https://www.examtopics.com/exams/amazon/aws-certified-solutions-architect-associate-saa-c03/view/
5/509
剩余508页未读,继续阅读
资源评论
因_果_律
- 粉丝: 2363
- 资源: 22
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 毕业生追踪系统 免费JAVA毕业设计 2024成品源码+论文+录屏+启动教程.zip
- "Comsol锂离子电池仿真:电化学-热耦合模型下的充放电循环热行为与流热耦合多物理场分析",Comsol锂离子电池仿真 comsol方形锂电池电化学-热耦合模型充放电循环热仿真 Comsol软件锂电
- 南皮站化验室系统 免费JAVA毕业设计 2024成品源码+论文+录屏+启动教程.zip
- Qt C++驱动的逻辑电路设计软件:原理图绘制、编辑与保存工具,Qt C++实现的绘制原理图的逻辑电路设计软件,打开或新建图片文件作为背景,设计的原理图能以图片进行保存,用户在元件库中选择需要的元件
- 农产品销售系统 免费JAVA毕业设计 2024成品源码+论文+录屏+启动教程.zip
- NCM分析实例数据和代码
- 社区流浪动物救助系统 免费JAVA毕业设计 2024成品源码+论文+录屏+启动教程.zip
- httpd24-1.1-4.el6.centos.alt.x86_64.rpm
- httpd24-apr-1.4.8-3.el6.centos.alt.x86_64.rpm
- httpd24-apr-devel-1.4.8-3.el6.centos.alt.x86_64.rpm
- httpd24-apr-util-nss-1.5.2-7.el6.centos.alt.x86_64.rpm
- httpd24-apr-util-openssl-1.5.2-7.el6.centos.alt.x86_64.rpm
- httpd24-apr-util-pgsql-1.5.2-7.el6.centos.alt.x86_64.rpm
- httpd24-apr-util-sqlite-1.5.2-7.el6.centos.alt.x86_64.rpm
- httpd24-apr-util-ldap-1.5.2-7.el6.centos.alt.x86_64.rpm
- httpd24-apr-util-1.5.2-7.el6.centos.alt.x86_64.rpm
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功