AWS Certified Solutions Architect - Associate SAA-C03 證照考古題

閱讀時間約 40 分鐘

AWS 架構師證照考古題大全 20240919

Amazon Web Service(AWS 亞馬遜)全系列考古題,2024年最新題庫,持續更新,全網最完整。AWS 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。


QUESTION 1

A company has a multi-tier application that runs six front-end web servers in an Amazon EC2 Auto Scaling group in a singleAvailability Zone behind an Application Load Balancer (ALB). A solutions architect needs to modify the infrastructure to be highlyavailable without modifying the application. Which architecture should the solutions architect choose that provides high availability?

A.       Create an Auto Scaling group that uses three instances across each of two Regions

B.       Modify the Auto Scaling group to use three instances across each of two Availability Zones

C.      Create an Auto Scaling template that can be used to quickly create more instances in another Region

D.      Change the ALB in front of the Amazon EC2 instances in a round-robin configuration to balance traffic to the web tier

Correct Answer: B

Section: (none)


QUESTION 2

A bicycle sharing company is developing a multi-tier architecture to track the location of its bicycles during peak operating hours.

The company wants to use these data points in its existing analytics platform A solutions architect must determine the most viablemulti-tier option to support this architecture. The data points must be accessible from the REST API. Which action meets these requirements for storing and retrieving location data?

A.       Use Amazon Athena with Amazon S3

B.       Use Amazon API Gateway with AWS Lambda

C.      Use Amazon QuickSight with Amazon Redshift

D.      Use Amazon API Gateway with Amazon Kinesis Data Analytics

Correct Answer: B

Section: (none)


探索小豬科技的全方位雲端服務,立即提升您的業務競爭力!了解更多


QUESTION 3

A solutions architect is designing the cloud architecture for a new application being deployed on AWS. The process should run in parallel while adding and removing application nodes as needed based on the number of jobs to be processed.

The processor application is stateless.

The solutions architect must ensure that the application is loosely coupled and the job items are durably stored.

Which design should the solutions architect use?

A.       Create an Amazon SNS topic to send the jobs that need to be processed.

Create an Amazon Machine Image (AMI) that consists of the processor application. Create a launch configuration that uses the AMI.

Create an Auto Scaling group using the launch configuration.

Set the scaling policy for the Auto Scaling group to add and remove nodes based on CPU usage

B.       Create an Amazon SQS queue to hold the jobs that need to be processed.

Create an Amazon Machine Image (AMI) that consists of the processor application. Create a launch configuration that uses the AMI.

Create an Auto Scaling group using the launch configuration.

Set the scaling policy for the Auto Scaling group to add and remove nodes based on network usage

C.      Create an Amazon SQS queue to hold the jobs that needs to be processed.

Create an Amazon Machine Image (AMI) that consists of the processor application. Create a launch template that uses the AMI.

Create an Auto Scaling group using the launch template.

Set the scaling policy for the Auto Scaling group to add and remove nodes based on the number of items in the SQS queue

D.      Create an Amazon SNS topic to send the jobs that need to be processed.

Create an Amazon Machine Image (AMI) that consists of the processor application. Create a launch template that uses the AMI.

Create an Auto Scaling group using the launch template.

Set the scaling policy for the Auto Scaling group to add and remove nodes based on the number of messages published to the SNS topic.

Correct Answer: C

Section: (none)


QUESTION 4

A security team wants to limit access to specific services or actions in all of the team's AWS accounts. All accounts belong to a large organization in AWS Organizations. The solution must be scalable and there must be a single point where permissions can be maintained.

What should a solutions architect do to accomplish this? 

A.       Create an ACL to provide access to the services or actions.

B.       Create a security group to allow accounts and attach it to user groups

C.      Create cross-account roles in each account to deny access to the services or actions.

D.      Create a service control policy in the root organizational unit to deny access to the services or actions

Correct Answer: D

Section: (none)


QUESTION 5

A company hosts an application on multiple Amazon EC2 instances. The application processes messages from an Amazon SQS queue writes to an Amazon RDS table and deletes the message from the queue Occasional duplicate records are found in the RDS table.

The SQS queue does not contain any duplicate messages. What should a solutions archived do to ensure messages are being processed once only?

A.       Use the CreateQueue API call to create a new queue

B.       Use the AddPermission API call to add appropriate permissions

C.      Use the ReceiveMessage API call to set an appropriate wait time.

D.      Use the ChangeMessageVisibility API call to increase the visibility timeout

Correct Answer: D

Section: (none)


QUESTION 6

An Amazon EC2 administrator created the following policy associated with an IAM group containing several users.

QUESTION 6

QUESTION 6

What is the effect of this policy?

A.       Users can terminate an EC2 instance in any AWS Region except us-east-1.

B.       Users can terminate an EC2 instance with the IP address 10.100. 1001 in the us-east-1 Region.

C.      Users can terminate an EC2 instance in the us-east-1 Region when the user's source IP is 10.100.100.254.

D.      Users cannot terminate an EC2 instance in the us-east-1 Region when the user's source IP is 10.100.100.254.

Correct Answer: C

Section: (none)


QUESTION 7

An application runs on Amazon EC2 instances across multiple Availability Zones. The instances run in an Amazon EC2 AutoScaling group behind an Application Load Balancer. The application performs best when the CPU utilization of the EC2 instances isat or near 40%. What should a solutions architect do to maintain the desired performance across all instances m the group?

A.       Use a simple scaling policy to dynamically scale the Auto Scaling group

B.       Use a target tracking policy to dynamically scale the Auto Scaling group

C.      Use an AWS Lambda function to update the desired Auto Scaling group capacity

D.      Use scheduled scaling actions to scale up and scale down the Auto Scaling group

Correct Answer: B

Section: (none)


QUESTION 8

A solutions architect is optimizing a website for an upcoming musical event Videos of the performances will be streamed in real time and then will be available on demand. The event is expected to attract a global online audience. Which service will improve the performance of both the real-time and on-demand streaming?

A.       Amazon CloudFront

B.       AWS Global Accelerator

C.      Amazon Route 53

D.      Amazon S3 Transfer Acceleration

Correct Answer: A

Section: (none)


QUESTION 9

Organizers for a global event want to put daily reports online as static HTML pages. The pages are expected to generate millionsof views from users around the world The files are stored in an Amazon S3 bucket.

A solutions architect has been asked to design an efficient and effective solution. Which action should the solutions architect take to accomplish this?

A.       Generate presigned URLs for the files

B.       Use cross-Region replication to all Regions

C.      Use the geoproximity feature of Amazon Route 53

D.      Use Amazon CloudFront with the S3 bucket as its origin

Correct Answer: D

Section: (none)


想要快速啟動雲端服務?現在就註冊小豬科技,輕鬆開通您的雲端伺服器!立即註冊


QUESTION 10

A solutions architect is designing a two-tier web application. The application consists of a public-facing web tier hosted on Amazon EC2 in public subnets. The database tier consists of Microsoft SQL Server running on Amazon EC2 in a private subnet Security isa high priority for the company. How should security groups be configured in this situation? (Select TWO)

A.       Configure the security group for the web tier to allow inbound traffic on port 443 from 0.0.0.0.0/0

B.       Configure the security group for the web tier to allow outbound traffic on port 443 from 0.0.0.0/0

C.      Configure the security group for the database tier to allow inbound traffic on port 1433 from the security group for the web tier

D.      Configure the security group for the database tier to allow outbound traffic on ports 443 and 1433 to the security group for the web tier

E.       Configure the security group for the database tier to allow inbound traffic on ports 443 and 1433 from the security group for the web tier

Correct Answer: AC

Section: (none)


QUESTION 11

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 volumein another Availability Zone: placing both behind an Application Load Balancer. After completing this change users reported thateach 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.       Configure 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.      Configure the Application Load Balancer to send the request to both servers. Return each document from the correct server.

Correct Answer: C

Section: (none)


QUESTION 12

An application runs on Amazon EC2 instances in private subnets. The application needs to access an Amazon DynamoDB table.What is the MOST secure way to access the table while ensuring that the traffic does not leave the AWS network?

A.       Use a VPC endpoint for DynamoDB.

B.       Use a NAT gateway in a public subnet.

C.      Use a NAT instance in a private subnet.

D.      Use the internet gateway attached to the VPC.

Correct Answer: A

Section: (none)


QUESTION 13

A media company is evaluating the possibility of moving its systems to the AWS Cloud. The company needs at least 10 TB of storage with the maximum possible I/O performance for video processing. 300 TB of very durable storage for storing mediacontent, and 900 TB of storage to meet requirements for archival media that is not in use anymore. Which set of services should a solutions architect recommend to meet these requirements?

A.       Amazon EBS for maximum performance, Amazon S3 for durable data storage, and Amazon S3 Glacier for archival storage

B.       Amazon EBS for maximum performance. Amazon EFS for durable data storage, and Amazon S3 Glacier for archival storage

C.      Amazon EC2 instance store for maximum performance, Amazon EFS for durable data storage, and Amazon S3 for archival storage

D.      Amazon EC2 instance store for maximum performance, Amazon S3 for durable data storage, and Amazon S3 Glacier for archival storage

Correct Answer: D

Section: (none)


QUESTION 14

A company has a large Microsoft SharePoint deployment running on-premises that requires Microsoft Windows shared file storage. The company wants to migrate this workload to the AWS Cloud and is considering various storage options. The storagesolution must be highly available and integrated with Active Directory for access control.

Which solution will satisfy these requirements?

A.       Configure Amazon EFS storage and set the Active Directory domain for authentication.

B.       Create an SMB file share on an AWS Storage Gateway file gateway in two Availability Zones.

C.      Create an Amazon S3 bucket and configure Microsoft Windows Server to mount it as a volume.

D.      Create an Amazon FSx for Windows File Server file system on AWS and set the Active Directory domain for authentication.

Correct Answer: D

Section: (none)


需要更多資訊?小豬科技專員隨時為您服務,聯絡我們,為您的業務提供最佳的雲端解決方案!點擊聯絡


QUESTION 15

A company runs an application using Amazon ECS. The application creates resized versions of an original image and then makes Amazon S3 API calls to store the resized images in Amazon S3. How can a solutions architect ensure that the application has permission to access Amazon S3?

A.       Update the S3 role in AWS IAM to allow read/write access from Amazon ECS, and then relaunch the container.

B.       Create an IAM role with S3 permissions, and then specify that role as the taskRoleArn in the task definition.

C.      Create a security group that allows access from Amazon ECS to Amazon S3, and update the launch configuration used by the ECS cluster.

D.      Create an IAM user with S3 permissions, and then relaunch the Amazon EC2 instances for the ECS cluster while logged in as this account.

Correct Answer: B

Section: (none)


QUESTION 16

A company's web application is running on Amazon EC2 instances behind an Application Load Balancer. The company recentlychanged its policy, which now requires the application to be accessed from one specific country only.

Which configuration will meet this requirement?

A.       Configure the security group for the EC2 instances.

B.       Configure the security group on the Application Load Balancer.

C.      Configure AWS WAF on the Application Load Balancer in a VPC.

D.      Configure the network ACL for the subnet that contains the EC2 instances.

Correct Answer: C

Section: (none)


QUESTION 17

A company's website provides users with downloadable historical performance reports. The website needs a solution that will scale to meet the company's website demands globally. The solution should be cost effective, limit the? provisioning of Into andprovide the fastest possible response time. Which combination should a solutions architect recommend to meet these requirements?

A.       Amazon CloudFront and Amazon S3

B.       AWS Lambda and Amazon Dynamo

C.      Application Load Balancer with Amazon EC2 Auto Scaling

D.      Amazon Route 53 with internal Application Load Balances

Correct Answer: A

Section: (none)


QUESTION 18

A company has an Amazon EC2 instance running on a private subnet that needs to access a public websites to downloadpatches and updates. The company does not want external websites to see the EC2 instance IP address or initiate connection to it.

How can a solution architect achieve this objective?

A.       Create a site-to-site VPN connection between the private subnet and the network in which the public site is deployed

B.       Create a NAT gateway in a public subnet Route outbound traffic from the private subnet through the NAI gateway

C.      Create a network ACL for the private subnet where the EC2 instance deployed only allows access from the IP address range of the public website

D.      Create a security group that only allows connections from the IP address range of the public website. Attach the security group to the EC2 instance.

Correct Answer: B

Section: (none)


QUESTION 19

A development team needs to host a website that will be accessed by other teams. The website contents.consist of HTML. CSS,client side JavaScript, and images. Which method is the MOST cost- effective for hosting the website?

A.       Containerize the website and host it in AWS Fargate

B.       Create an Amazon S3 bucket and host the website there.

C.      Deploy a web server on an Amazon EC2 instance to host the website.

D.      Configure an Application Load Balancer with an AWS Lambda target that uses the Express is framework

Correct Answer: B

Section: (none)


QUESTION 20

Company is designing a website that uses an Amazon S3 bucket to store static images. The company wants ail future requestshave taster response times while reducing both latency and cost. Which service configuration should a solutions architect recommend? 

A.       Deploy a NAT server in front of Amazon S3.

B.       Deploy Amazon CloudFront in front of Amazon S3.

C.      Deploy a Network Load Balancer in front of Amazon S3.

D.      Configure Auto Scaling to automatically adjust the capacity of the website.

Correct Answer: B

Section: (none)


立即註冊小豬科技,開啟您的雲端之旅,享受專屬優惠和全天候技術支持!點擊註冊 或是 聯絡我們




1會員
37內容數
小豬科技 - 您的雲端伺服器解決方案 我們是領先的雲端伺服器供應商,提供來自 AWS、GCP、阿里雲、騰訊雲等頂級供應商的解決方案。我們主要提供高效能 VPS(虛擬機),以滿足客戶的多樣化需求。
留言0
查看全部
發表第一個留言支持創作者!
小豬科技的沙龍 的其他內容
Google Associate Cloud Engineer 證照考古題大全 20240918 QUESTION 96 Your company implemented BigQuery as an enterprise data warehouse.
AWS 雲端從業人員證照考古題彙整 20240919 QUESTION 99 Which pillar of the AWS Well-Architected Framework is supported by these goals?
Affiliates.One 聯盟網是一個專業的聯盟行銷平臺,目的在連結廣告主與推廣者,提供多樣化的推廣計劃,透過聯盟行銷賺取佣金,提升被動收入,幫助推廣者優化推廣策略並實現被動收入。平臺適合各級推廣者,雖然對新手仍有一定挑戰,但其豐富資源及工具將助力他們踏上成功之路。
谷歌雲工程理師助理證照題庫彙整 20240918 Google Cloud Platform(GCP 谷歌雲)全系列考古題,2024年最新題庫,持續更新,全網最完整。GCP 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。
AWS 雲端從業人員證照考古題彙整 20240918 Amazon Web Service(AWS 亞馬遜)全系列考古題,2024年最新題庫,持續更新,全網最完整。AWS 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。
香港位於亞洲的心臟地帶,透過將您的 VPS 伺服器部署於香港,您可以享受通往中國、澳門、台灣、日本、新加坡等亞洲主要市場的最低延遲連接。香港 VPS 能夠確保您的網站和應用程式能夠以最快速度連接到您的目標客戶,提供最佳的用戶體驗。
Google Associate Cloud Engineer 證照考古題大全 20240918 QUESTION 96 Your company implemented BigQuery as an enterprise data warehouse.
AWS 雲端從業人員證照考古題彙整 20240919 QUESTION 99 Which pillar of the AWS Well-Architected Framework is supported by these goals?
Affiliates.One 聯盟網是一個專業的聯盟行銷平臺,目的在連結廣告主與推廣者,提供多樣化的推廣計劃,透過聯盟行銷賺取佣金,提升被動收入,幫助推廣者優化推廣策略並實現被動收入。平臺適合各級推廣者,雖然對新手仍有一定挑戰,但其豐富資源及工具將助力他們踏上成功之路。
谷歌雲工程理師助理證照題庫彙整 20240918 Google Cloud Platform(GCP 谷歌雲)全系列考古題,2024年最新題庫,持續更新,全網最完整。GCP 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。
AWS 雲端從業人員證照考古題彙整 20240918 Amazon Web Service(AWS 亞馬遜)全系列考古題,2024年最新題庫,持續更新,全網最完整。AWS 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。
香港位於亞洲的心臟地帶,透過將您的 VPS 伺服器部署於香港,您可以享受通往中國、澳門、台灣、日本、新加坡等亞洲主要市場的最低延遲連接。香港 VPS 能夠確保您的網站和應用程式能夠以最快速度連接到您的目標客戶,提供最佳的用戶體驗。
你可能也想看
Google News 追蹤
Thumbnail
近期的「貼文發佈流程 & 版型大更新」功能大家使用了嗎? 新版式整體視覺上「更加凸顯圖片」,為了搭配這次的更新,我們推出首次貼文策展 ❤️ 使用貼文功能並完成這次的指定任務,還有機會獲得富士即可拍,讓你的美好回憶都可以用即可拍珍藏!
Thumbnail
透過充分利用 AWS Organizations 和 CloudFormation StackSets,您可以更好地實現企業級的雲端管理與控制,為業務的持續發展提供穩固的技術支撐。
Thumbnail
當我們架好站、WebService測試完,接著就是測試區域網路連線啦~
Thumbnail
你好,在下最近在學習開發web,學了html css js,也得出一些心得,由於網路上已有許多教學,所以我會著重在如何開發出to do List,以及解釋我寫的程式碼。相關的教學我會直接貼網址。如果我有什麼地方出錯,或者是可以寫得更好,歡迎在下方留言,討論。 首先先介紹我的開發環境: 我用了vs
Thumbnail
前面已經安裝好IIS後,並且也新建站台了,那麼接下來這篇就會分享如何使用它
Thumbnail
接續上一篇 Step2:VC#專案建立 Step3:IIS新建站台 Step4:VC#架設到IIS中
Thumbnail
雲端已經成為App開發的核心,而Amazon的AWS(Amazon Web Services是開發者常用的平台,可以幫助開發者建立、整合和擴展App。
Thumbnail
是的,身為前端工程師的基本功!還是需要時不時拿出來打磨一番! 很多大公司的切版與前端是分開的,但不能因為碰不到就不去理解,假如要系統性的調整樣式,那麼你就一定要懂基礎,就好像你要調整微前端的架構,總不能連包板工具的設定都不會吧! 回到正題,這系列文章每個禮拜三都會更新一題CSS Battle的題
Thumbnail
是的,身為前端工程師的基本功! 還是需要時不時拿出來打磨一番,這系列文章每個禮拜三都會更新一題CSS Battle的題目,歡迎與我交流喔!
Thumbnail
是的,身為前端工程師的基本功!還是需要時不時拿出來打磨一番! 這系列文章每個禮拜三都會更新一題CSS Battle的題目與解法
Thumbnail
是的,身為前端工程師的基本功!還是需要時不時拿出來打磨一番! 這系列文章每個禮拜三都會更新一題CSS Battle的題目解法
Thumbnail
近期的「貼文發佈流程 & 版型大更新」功能大家使用了嗎? 新版式整體視覺上「更加凸顯圖片」,為了搭配這次的更新,我們推出首次貼文策展 ❤️ 使用貼文功能並完成這次的指定任務,還有機會獲得富士即可拍,讓你的美好回憶都可以用即可拍珍藏!
Thumbnail
透過充分利用 AWS Organizations 和 CloudFormation StackSets,您可以更好地實現企業級的雲端管理與控制,為業務的持續發展提供穩固的技術支撐。
Thumbnail
當我們架好站、WebService測試完,接著就是測試區域網路連線啦~
Thumbnail
你好,在下最近在學習開發web,學了html css js,也得出一些心得,由於網路上已有許多教學,所以我會著重在如何開發出to do List,以及解釋我寫的程式碼。相關的教學我會直接貼網址。如果我有什麼地方出錯,或者是可以寫得更好,歡迎在下方留言,討論。 首先先介紹我的開發環境: 我用了vs
Thumbnail
前面已經安裝好IIS後,並且也新建站台了,那麼接下來這篇就會分享如何使用它
Thumbnail
接續上一篇 Step2:VC#專案建立 Step3:IIS新建站台 Step4:VC#架設到IIS中
Thumbnail
雲端已經成為App開發的核心,而Amazon的AWS(Amazon Web Services是開發者常用的平台,可以幫助開發者建立、整合和擴展App。
Thumbnail
是的,身為前端工程師的基本功!還是需要時不時拿出來打磨一番! 很多大公司的切版與前端是分開的,但不能因為碰不到就不去理解,假如要系統性的調整樣式,那麼你就一定要懂基礎,就好像你要調整微前端的架構,總不能連包板工具的設定都不會吧! 回到正題,這系列文章每個禮拜三都會更新一題CSS Battle的題
Thumbnail
是的,身為前端工程師的基本功! 還是需要時不時拿出來打磨一番,這系列文章每個禮拜三都會更新一題CSS Battle的題目,歡迎與我交流喔!
Thumbnail
是的,身為前端工程師的基本功!還是需要時不時拿出來打磨一番! 這系列文章每個禮拜三都會更新一題CSS Battle的題目與解法
Thumbnail
是的,身為前端工程師的基本功!還是需要時不時拿出來打磨一番! 這系列文章每個禮拜三都會更新一題CSS Battle的題目解法