[2023年12月31日] 更新されたAWS-Solutions-Associate試験PDF問題集にはGoShiken合格保証付き [Q33-Q53]

Share

[2023年12月31日] 更新されたAWS-Solutions-Associate試験PDF問題集にはGoShiken合格保証付き

あなたを合格させるAmazon試験にはAWS-Solutions-Associate試験問題集

質問 # 33
Are Reserved Instances available for Multi-AZ Deployments?

  • A. No
  • B. Yes for all instance types
  • C. Only for M3 instance types
  • D. Only for Cluster Compute instances

正解:B


質問 # 34
An application is running on Amazon EC2 instances behind an Application Load Balancer. The instances run in an Auto Scaling group across multiple Availability Zones. Four instances are required to handle a predictable traffic load. The Solutions Architect wants to ensure that the operation is fault-tolerant up to the loss of one Availability Zone.
Which is the MOST cost-efficient way to meet these requirements?

  • A. Deploy one instance in each of three Availability Zones
  • B. Deploy two instances in each of three Availability Zones
  • C. Deploy two instances in each of two Availability Zones
  • D. Deploy four instances in each of two Availability Zones

正解:B


質問 # 35
A Solutions Architect is designing a new application that will be hosted on EC2 instances. This application has the following traffic requirements:
- Accept HTTP(80)/HTTPS(443) traffic from the Internet.
- Accept FTP(21) traffic from the finance team servers at 10.10.2.0/24.
Which of the following AWS CloudFormation snippets correctly declares inbound security group rules that meet the requirements and prevent unauthorized access to additional services on the instance?

  • A.
  • B.
  • C.
  • D.

正解:B


質問 # 36
What are characteristics of Amazon 53? Choose 2 answers

  • A. 53 allows you to store unlimited amounts of data.
  • B. 53 should be used to host a relational database.
  • C. Objects are directly accessible via a URL.
  • D. 53 offers Provisioned lOPS.
  • E. 53 allows you to store objects of virtually unlimited size.

正解:A、C

解説:
Reference:
http://docs.aws.amazon.com/AmazonCioudFront/latest/DeveloperGuide/private-contentrestricting-access-to-s3.html


質問 # 37
You have a periodic Image analysis application that gets some files In Input analyzes them and tor each file writes some data in output to a ten file the number of files in input per day is high and concentrated in a few hours of the day.
Currently you have a server on EC2 with a large EBS volume that hosts the input data and the results it takes almost 20 hours per day to complete the process What services could be used to reduce the elaboration time and improve the availability of the solution?

  • A. S3 to store I/O files. SQS to distribute elaboration commands to a group of hosts working in parallel. Auto scaling to dynamically size the group of hosts depending on the length of the SQS queue
  • B. EBS with Provisioned IOPS (PIOPS) to store I/O files. SNS to distribute elaboration commands to a group of hosts working in parallel Auto Scaling to dynamically size the group of hosts depending on the number of SNS notifications
  • C. S3 to store I/O files, SNS to distribute evaporation commands to a group of hosts working in parallel. Auto scaling to dynamically size the group of hosts depending on the number of SNS notifications
  • D. EBS with Provisioned IOPS (PIOPS) to store I/O files SQS to distribute elaboration commands to a group of hosts working in parallel Auto Scaling to dynamically size the group ot hosts depending on the length of the SQS queue.

正解:D

解説:
Explanation: Explaination:
Amazon EBS allows you to create storage volumes and attach them to Amazon EC2 instances. Once attached, you can create a file system on top of these volumes, run a database, or use them in any other way you would use a block device. Amazon EBS volumes are placed in a specific Availability Zone, where they are automatically replicated to protect you from the failure of a single component.
Amazon EBS provides three volume types: General Purpose (SSD), Provisioned IOPS (SSD), and Magnetic. The three volume types differ in performance characteristics and cost, so you can choose the right storage performance and price for the needs of your applications. All EBS volume types offer the same durable snapshot capabilities and are designed for 99.999% availability.


質問 # 38
____________ embodies the "share-nothing" architecture and essentially involves
breaking a large database into several smaller databases. Common ways to split a database include 1) splitting tables that are not joined in the same query onto different hosts or 2) duplicating a table across multiple hosts and then using a hashing algorithm to determine which host receives a given update.

  • A. Sharding
  • B. Failure recovery
  • C. DDL operations
  • D. Federation

正解:A


質問 # 39
A user in account A has created a bucket and added a bucket policy allowing all actions for a user in account
B. the user in account B has uploaded a file to the bucket, specifying Amazon S3 server-side encryption (SSE) and Amazon S3 reduced redundancy storage (RRS). Using the AWS management console, the user in account A attempts to download the file from the bucket but gets an "Access Denied" error. What is causing the error?

  • A. Account A user has not granted READ permission to itself
  • B. SSE and RRS cannot be used on an object at the same time
  • C. Account B user has not granted READ permission to account A user
  • D. An SSE object cannot be copied between two different accounts

正解:C


質問 # 40
AWS ________supports__________ environments as one of the AWS resource types.

  • A. CloudFormation; Elastic Beanstalk application
  • B. Elastic Beanstalk; Elastic Beanstalk application
  • C. Elastic Beanstalk ; CloudFormation application
  • D. CloudFormation; CloudFormation application

正解:A

解説:
AWS CloudFormation and AWS Elastic Beanstalk services are designed to complement each other. AWS CloudFormation supports Elastic Beanstalk application environments as one of the AWS resource types.
http://aws.amazon.com/cloudformation/faqs/


質問 # 41
A company is using AWS Key Management Service (AWS KMS) to secure their Amazon RDS databases. An auditor has recommended that the company log all use of their AWS KMS keys.
What is the SIMPLEST solution?

  • A. Deploy a monitoring agent on the RDS instances.
  • B. Poll AWS KMS periodically with a scheduled job.
  • C. Associate AWS KMS metrics with Amazon CloudWatch.
  • D. Use AWS CloudTrail to log AWS KMS key usage.

正解:D

解説:
https://aws.amazon.com/kms/


質問 # 42
A company is creating a web application that allows customers to view photos in their web browsers The website is hosted in us-east-1 Amazon EC2 instances behind an Application Load Balancer Users will be located in many places around the world Which solution should provide all users with the fastest photo viewing experience?

  • A. Enable Amazon ElastiCache in the web server subnet.
  • B. Implement an AWS Auto Scaling group for the web server instances behind the Application Load Balancer
  • C. Move the photos into an Amazon S3 bucket and enable static website hosting
  • D. Enable Amazon CloudFront for the website and specify the Application Load Balancer as the origin.

正解:D


質問 # 43
Which set of Amazon 53 features helps to prevent and recover from accidental data loss?

  • A. Website hosting and Amazon S3 policies
  • B. Object lifecycle and service access logging
  • C. Object versioning and Multi-factor authentication
  • D. Access controls and server-side encryption

正解:C


質問 # 44
A company needs to run its external website on Amazon EC2 instances and on-premises virtualized servers The AWS environment has a 1 GB AWS Direct Connect connection to the data center. The application has IP addresses that will not change. The on-premises and AWS servers are able to restart themselves while maintaining the same IP address if a failure occurs Some website users have to add their vendors to an allow list, so the solution must have a fixed IP address The company needs a solution with the lowest operational overhead to handle this split traffic.
What should a solutions architect do to meet these requirements?

  • A. Deploy Amazon API Gateway to direct traffic to the on-premises and AWS IP addresses based on the header of the request.
  • B. Deploy an Amazon Route 53 Resolver with rules pointing to the on-premises and AWS IP addresses
  • C. Deploy an Application Load Balancer on AWS Register the on-premises and AWS IP addresses with the target group.
  • D. Deploy a Network Load Balancer on AWS. Create target groups for the on-premises and AWS IP addresses.

正解:B


質問 # 45
What would happen to an RDS (Relational Database Service) multiAvailability Zone deployment if the primary DB instance fails?

  • A. The IP of the primary DB instance is switched to the standby DB instance
  • B. A new DB instance is created in the standby availability zone
  • C. The canonical name record (CNAME) is changed from primary to standby
  • D. The RDS DB instance reboots

正解:C


質問 # 46
A company's application integrates with multiple software-as-a-service (SaaS) sources for data collection. The company runs Amazon EC2 instances to receive the data and to upload the data to an Amazon S3 bucket for analysis. The same EC2 instance that receives and uploads the data also sends a notification to the user when an upload is complete. The company has noticed slow application performance and wants to improve the performance as much as possible.
Which solution will meet these requirements with the LEAST operational overhead?

  • A. Create a Docker container to use instead of an EC2 instance. Host the containerized application on Amazon Elastic Container Service (Amazon ECS). Configure Amazon CloudWatch Container Insights to send events to an Amazon Simple Notification Service (Amazon SNS) topic when the upload to the S3 bucket is complete.
  • B. Create an Amazon AppFlow flow to transfer data between each SaaS source and the S3 bucket.
    Configure an S3 event notification to send events to an Amazon Simple Notification Service (Amazon SNS) topic when the upload to the S3 bucket is complete.
  • C. Create an Amazon EventBridge (Amazon CloudWatch Events) rule for each SaaS source to send output data. Configure the S3 bucket as the rule's target. Create a second EventBridge (CloudWatch Events) rule to send events when the upload to the S3 bucket is complete. Configure an Amazon Simple Notification Service (Amazon SNS) topic as the second rule's target.
  • D. Create an Auto Scaling group so that EC2 instances can scale out. Configure an S3 event notification to send events to an Amazon Simple Notification Service (Amazon SNS) topic when the upload to the S3 bucket is complete.

正解:B


質問 # 47
A telemarketing company is designing its customer call center functionality on AWS. The company needs a solution that provides multiples speaker recognition and generates transcript files The company wants to query the transcript files to analyze the business patterns The transcript files must be stored for 7 years for auditing piloses.
Which solution will meet these requirements?

  • A. Use Amazon Recognition for multiple speaker recognition. Store the transcript files in Amazon S3 Use Amazon Textract for transcript file analysis
  • B. Use Amazon Translate lor multiple speaker recognition. Store the transcript files in Amazon Redshift Use SQL queues lor transcript file analysis
  • C. Use Amazon Transcribe for multiple speaker recognition. Use Amazon Athena for transcript file analysts
  • D. Use Amazon Recognition for multiple speaker recognition. Store the transcript files in Amazon S3 Use machine teaming models for transcript file analysis

正解:C

解説:
Explanation
Amazon Transcribe now supports speaker labeling for streaming transcription. Amazon Transcribe is an automatic speech recognition (ASR) service that makes it easy for you to convert speech-to-text. In live audio transcription, each stream of audio may contain multiple speakers. Now you can conveniently turn on the ability to label speakers, thus helping to identify who is saying what in the output transcript.
https://aws.amazon.com/about-aws/whats-new/2020/08/amazon-transcribe-supports-speaker-labeling-streaming-


質問 # 48
Through which of the following interfaces is AWS Identity and Access Management available?
A) AWS Management Console
B) Command line interface (CLI}
C) lAM Query API
D) Existing libraries

  • A. All of the above
  • B. A, Band C
  • C. Only through Command line interface (CLI )
  • D. A and C

正解:A


質問 # 49
Can Amazon S3 uploads resume on failure or do they need to restart?

  • A. You can resume them, if you flag the "resume on failure" option before uploading.
  • B. Restart from beginning
  • C. Resume on failure
  • D. This question doesn't make sense

正解:C


質問 # 50
You have an Amazon EC2 instance in a VPC that is in a stopped state. Which of the following actions can you perform on this instance?

  • A. Detach the network interface
  • B. Attach to an Auto Scaling group
  • C. Change security groups
  • D. Disable detailed monitoring

正解:C


質問 # 51
A company needs to monitor the read and write IOPs metrics for their AWS MySQL RDS instance and send real-time alerts to their operations team. Which AWS services can accomplish this? Choose 2 answers

  • A. Amazon Simple Notification Service
  • B. Amazon Simple Email Service
  • C. Amazon Simple Queue Service
  • D. Amazon Route 53
  • E. Amazon CloudWatch

正解:A、E


質問 # 52
What happens to the data on an instance if the instance reboots (intentionally or unintentionally)?

  • A. Data persists
  • B. Data will be lost
  • C. Data may persist however cannot be sure

正解:A


質問 # 53
......

最新でリアルなAWS-Solutions-Associate試験問題集解答:https://www.goshiken.com/Amazon/AWS-Solutions-Associate-mondaishu.html

AWS-Solutions-Associate試験問題集でAmazon練習テスト問題:https://drive.google.com/open?id=1E5eC58x2elLwYN3-JnI05zkpHZ-V0mKo