logo资料库

AWS SAA-C01(AWS-Certified-Solutions-Architect-Associate)认证考试题库 1185道题(英文版).pdf

第1页 / 共400页
第2页 / 共400页
第3页 / 共400页
第4页 / 共400页
第5页 / 共400页
第6页 / 共400页
第7页 / 共400页
第8页 / 共400页
资料共400页,剩余部分请下载后查看
Vendor: Amazon Exam Code: AWS Certified Solutions Architect - Associate Exam Name: AWS Certified Solutions Architect - Associate Version: 19.031
Important Notice Product Our Product Manager keeps an eye for Exam updates by Vendors. Free update is available within One year after your purchase. You can login member center and download the latest product anytime. (Product downloaded from member center is always the latest.) PS: Ensure you can pass the exam, please check the latest product in 2-3 days before the exam again. Feedback We devote to promote the product quality and the grade of service to ensure customers interest. If you have any questions about our product, please provide Exam Number, Version, Page Number, Question Number, and your Login Account to us, please contact us at support@passleader.com and our technical experts will provide support in 24 hours. Copyright The product of each order has its own encryption code, so you should use it independently. If anyone who share the file we will disable the free update and account access. Any unauthorized changes will be inflicted legal punishment. We will reserve the right of final explanation for this statement. Order ID: **************** PayPal Name: **************** PayPal ID: ****************
QUESTION 1 Amazon SWF is designed to help users... A. Design graphical user interface interactions B. Manage user identification and authorization C. Store Web content D. Coordinate synchronous and asynchronous tasks which are distributed and fault tolerant. Answer: D QUESTION 2 Can I control if and when MySQL based RDS Instance is upgraded to new supported versions? A. No B. Only in VPC C. Yes Answer: C QUESTION 3 What does Amazon Elastic Beanstalk provide? A. A scalable storage appliance on top of Amazon Web Services. B. An application container on top of Amazon Web Services. C. A service by this name doesn't exist. D. A scalable cluster of EC2 instances. Answer: B QUESTION 4 True or False: When using IAM to control access to your RDS resources, the key names that can be used are case sensitive. For example, aws:CurrentTime is NOT equivalent to AWS:currenttime. A. TRUE B. FALSE Answer: B Explanation: http://docs.aws.amazon.com/directconnect/latest/UserGuide/using_iam.html Key names are case-insensitive. For example, aws:CurrentTime is equivalent to AWS:currenttime. QUESTION 5 What will be the status of the snapshot until the snapshot is complete. A. running B. working C. progressing Get Latest & Actual Amazon Exam's Question and Answers from Passleader. http://www.passleader.com 2
D. pending Answer: D Explanation: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-snapshot.html QUESTION 6 Can we attach an EBS volume to more than one EC2 instance at the same time? A. No B. Yes. C. Only EC2-optimized EBS volumes. D. Only in read mode. Answer: A QUESTION 7 True or False: Automated backups are enabled by default for a new DB Instance. A. TRUE B. FALSE Answer: A QUESTION 8 What does the AWS Storage Gateway provide? A. It allows to integrate on-premises IT environments with Cloud Storage. B. A direct encrypted connection to Amazon S3. C. It's a backup solution that provides an on-premises Cloud storage. D. It provides an encrypted SSL endpoint for backups in the Cloud. Answer: A QUESTION 9 Amazon RDS automated backups and DB Snapshots are currently supported for only the __________ storage engine A. InnoDB B. MyISAM Answer: A QUESTION 10 How many relational database engines does RDS currently support? A. Three: MySQL, Oracle and Microsoft SQL Server. B. Just two: MySQL and Oracle. Get Latest & Actual Amazon Exam's Question and Answers from Passleader. http://www.passleader.com 3
C. Six: Amazon Aurora, Oracle, Microsoft SQL Server, PostgreSQL, MySQL and MariaDB. D. Just one: MySQL. Answer: C Explanation: Amazon RDS provides you six familiar database engines to choose from, including Amazon Aurora, Oracle, Microsoft SQL Server, PostgreSQL, MySQL and MariaDB. https://aws.amazon.com/rds/?nc1=h_ls QUESTION 11 Fill in the blanks: The base URI for all requests for instance metadata is ___________ A. http://254.169.169.254/latest/ B. http://169.169.254.254/latest/ C. http://127.0.0.1/latest/ D. http://169.254.169.254/latest/ Answer: D Explanation: http://aws.amazon.com/search?searchQuery=metadata&searchPath=all&x=0&y=0 QUESTION 12 While creating the snapshots using the command line tools, which command should I be using? A. ec2-deploy-snapshot B. ec2-fresh-snapshot C. ec2-create-snapshot D. ec2-new-snapshot Answer: C Explanation: http://docs.aws.amazon.com/cli/latest/reference/ec2/create-snapshot.html QUESTION 13 Typically, you want your application to check whether a request generated an error before you spend any time processing results. The easiest way to find out if an error occurred is to look for an __________ node in the response from the Amazon RDS API. A. Incorrect B. Error C. FALSE Answer: B Explanation: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/APITroubleshooting.html QUESTION 14 What are the two types of licensing options available for using Amazon RDS for Oracle? A. BYOL and Enterprise License Get Latest & Actual Amazon Exam's Question and Answers from Passleader. http://www.passleader.com 4
B. BYOL and License Included C. Enterprise License and License Included D. Role based License and License Included Answer: B Explanation: https://aws.amazon.com/rds/oracle/ QUESTION 15 What does a "Domain" refer to in Amazon SWF? A. A security group in which only tasks inside can communicate with each other B. A special type of worker C. A collection of related Workflows D. The DNS record for the Amazon SWF service Answer: C Explanation: Domains provide a way of scoping Amazon SWF resources within your AWS account. All the components of a workflow, such as the workflow type and activity types, must be specified to be in a domain. It is possible to have more than one workflow in a domain; however, workflows in different domains cannot interact with each other. http://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-domain.html QUESTION 16 EBS Snapshots occur _____ A. Asynchronously B. Synchronously C. Weekly Answer: A Explanation: Snapshots occur asynchronously; the point-in-time snapshot is created immediately, but the status of the snapshot is pending until the snapshot is complete (when all of the modified blocks have been transferred to Amazon S3), which can take several hours for large initial snapshots or subsequent snapshots where many blocks have changed. http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-snapshot.html QUESTION 17 Disabling automated backups ______ disable the point-in-time recovery. A. if configured to can B. will never C. will Answer: C QUESTION 18 Out of the stripping options available for the EBS volumes, which one has the following Get Latest & Actual Amazon Exam's Question and Answers from Passleader. http://www.passleader.com 5
disadvantage : 'Doubles the amount of I/O required from the instance to EBS compared to RAID 0, because you're mirroring all writes to a pair of volumes, limiting how much you can stripe.' ? A. Raid 0 B. RAID 1+0 (RAID 10) C. Raid 1 D. Raid Answer: C Explanation: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/raid-config.html raid 0 and 1 are the common types. Raid 5 and 6 are not recommended because of the extended stripe. If you encounter this question on the exam I suspect the answer options will be different. Raid 1 Disadvantage Does not provide a write performance improvement; requires more Amazon EC2 to Amazon EBS bandwidth than non-RAID configurations because the data is written to multiple volumes simultaneously. Raid 0 Disadvantage Performance of the stripe is limited to the worst performing volume in the set. Loss of a single volume results in a complete data loss for the array. Raid 5 and 6 notes RAID 5 and RAID 6 are not recommended for Amazon EBS because the parity write operations of these RAID modes consume some of the IOPS available to your volumes. Depending on the configuration of your RAID array, these RAID modes provide 20-30% fewer usable IOPS than a RAID 0 configuration. Increased cost is a factor with these RAID modes as well; when using identical volume sizes and speeds, a 2-volume RAID 0 array can outperform a 4-volume RAID 6 array that costs twice as much. QUESTION 19 Is creating a Read Replica of another Read Replica supported? A. Only in certain regions B. Only with MSSQL based RDS C. Only for Oracle RDS types D. No Answer: B Explanation: https://aws.amazon.com/rds/faqs/ Q: Can I create a Read Replica of another Read Replica? Amazon RDS for MySQL: You can create a second-tier Read Replica from an existing first-tier Read Replica. By creating a second-tier Read Replica, you may be able to move some of the replication load from the master database instance to a first-tier Read Replica. Please note that a second-tier Read Replica may lag further behind the master because of additional replication latency introduced as transactions are replicated from the master to the first tier replica and then to the second-tier replica. Amazon RDS for PostgreSQL: Read Replicas of Read Replicas are not currently supported. QUESTION 20 Can Amazon S3 uploads resume on failure or do they need to restart? Get Latest & Actual Amazon Exam's Question and Answers from Passleader. http://www.passleader.com 6
A. Restart from beginning B. You can resume them, if you flag the "resume on failure" option before uploading. C. Resume on failure D. Depends on the file size Answer: C QUESTION 21 Which of the following cannot be used in Amazon EC2 to control who has access to specific Amazon EC2 instances? A. Security Groups B. IAM System C. SSH keys D. Windows passwords Answer: B Explanation: http://blogs.aws.amazon.com/security/post/Tx29HCT3ABL7LP3/Resource-level-Permissions-for- EC2-Controlling-Management-Access-on-Specific-Ins QUESTION 22 Fill in the blanks: _________ let you categorize your EC2 resources in different ways, for example, by purpose, owner, or environment. A. wildcards B. pointers C. Tags D. special filters Answer: C QUESTION 23 How can I change the security group membership for interfaces owned by other AWS, such as Elastic Load Balancing? A. By using the service specific console or API\CLI commands B. None of these C. Using Amazon EC2 API/CLI D. using all these methods Answer: A Explanation: http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-security- groups.html QUESTION 24 What is the maximum write throughput I can provision for a single Dynamic DB table? Get Latest & Actual Amazon Exam's Question and Answers from Passleader. http://www.passleader.com 7
分享到:
收藏