This page was exported from New Exam Dumps for All Certification Exams [ https://www.dumps4cert.net ] Export date:Thu Mar 28 13:53:09 2024 / +0000 GMT ___________________________________________________ Title: [Free-Dumps] Real PassLeader AWS Certified Solutions Architect - Associate Braindumps And VCE Dumps Ensure 100 Percent Exam Passing (Question 1 – Question 20) --------------------------------------------------- New Updated AWS Certified Solutions Architect - Associate Exam Questions from PassLeader AWS Certified Solutions Architect - Associate PDF dumps! Welcome to download the newest PassLeader AWS Certified Solutions Architect - Associate VCE dumps: http://www.passleader.com/aws-certified-solutions-architect-associate.html (423 Q&As) Keywords: AWS Certified Solutions Architect - Associate exam dumps, AWS Certified Solutions Architect - Associate exam questions, AWS Certified Solutions Architect - Associate VCE dumps, AWS Certified Solutions Architect - Associate PDF dumps, AWS Certified Solutions Architect - Associate practice tests, AWS Certified Solutions Architect - Associate study guide, AWS Certified Solutions Architect - Associate braindumps, AWS Certified Solutions Architect - Associate Exam P.S. Free AWS Certified Solutions Architect - Associate dumps download from Google Drive: https://drive.google.com/open?id=0B-ob6L_QjGLpNHAybDNCczFiLTg Free AWS Certified Solutions Architect - Professional dumps download from Google Drive: https://drive.google.com/open?id=0B-ob6L_QjGLpMUhaYkF0Y3FCeDA Free AWS-SysOps dumps download from Google Drive: https://drive.google.com/open?id=0B-ob6L_QjGLpUWdPWXRHaERYWlU QUESTION 1Amazon 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 2Can I control if and when MySQL based RDS Instance is upgraded to new supported versions? A.    NoB.    Only in VPCC.    Yes Answer: C QUESTION 3What 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 4True 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.    TRUEB.    FALSE Answer: BExplanation:http://docs.aws.amazon.com/directconnect/latest/UserGuide/using_iam.htmlKey names are case-insensitive. For example, aws:CurrentTime is equivalent to AWS:currenttime. QUESTION 5What will be the status of the snapshot until the snapshot is complete. A.    runningB.    workingC.    progressingD.    pending Answer: DExplanation:http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-snapshot.html QUESTION 6Can we attach an EBS volume to more than one EC2 instance at the same time? A.    NoB.    Yes.C.    Only EC2-optimized EBS volumes.D.    Only in read mode. Answer: A QUESTION 7True or False: Automated backups are enabled by default for a new DB Instance. A.    TRUEB.    FALSE Answer: A QUESTION 8What 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 9Amazon RDS automated backups and DB Snapshots are currently supported for only the ____ storage engine. A.    InnoDBB.    MyISAM Answer: A QUESTION 10How many relational database engines does RDS currently support? A.    Three: MySQL, Oracle and Microsoft SQL Server.B.    Just two: MySQL and Oracle.C.    Six: Amazon Aurora, Oracle, Microsoft SQL Server, PostgreSQL, MySQL and MariaDB.D.    Just one: MySQL. Answer: AExplanation: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 11Fill 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: DExplanation:http://aws.amazon.com/search?searchQuery=metadata&searchPath=all&x=0&y=0 QUESTION 12While creating the snapshots using the command line tools, which command should I be using? A.    ec2-deploy-snapshotB.    ec2-fresh-snapshotC.    ec2-create-snapshotD.    ec2-new-snapshot Answer: CExplanation:http://docs.aws.amazon.com/cli/latest/reference/ec2/create-snapshot.html QUESTION 13Typically, 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.    IncorrectB.    ErrorC.    FALSE Answer: BExplanation:http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/APITroubleshooting.html QUESTION 14What are the two types of licensing options available for using Amazon RDS for Oracle? A.    BYOL and Enterprise LicenseB.    BYOL and License IncludedC.    Enterprise License and License IncludedD.    Role based License and License Included Answer: BExplanation:https://aws.amazon.com/rds/oracle/ QUESTION 15What does a "Domain" refer to in Amazon SWF? A.    A security group in which only tasks inside can communicate with each otherB.    A special type of workerC.    A collection of related WorkflowsD.    The DNS record for the Amazon SWF service Answer: CExplanation: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 16EBS Snapshots occur ____. A.    AsynchronouslyB.    SynchronouslyC.    Weekly Answer: AExplanation: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 17Disabling automated backups ____ disable the point-in-time recovery. A.    if configured to canB.    will neverC.    will Answer: C QUESTION 18Out of the stripping options available for the EBS volumes, which one has the following 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 0B.    RAID 1+0 (RAID 10)C.    Raid 1D.    Raid Answer: CExplanation:http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/raid-config.htmlraid 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 DisadvantageDoes 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 DisadvantagePerformance 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 notesRAID 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 19Is creating a Read Replica of another Read Replica supported? A.    Only in certain regionsB.    Only with MSSQL based RDSC.    Only for Oracle RDS typesD.    No Answer: BExplanation: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 20Can Amazon S3 uploads resume on failure or do they need to restart? A.    Restart from beginningB.    You can resume them, if you flag the "resume on failure" option before uploading.C.    Resume on failureD.    Depends on the file size Answer: C Download the newest PassLeader AWS Certified Solutions Architect - Associate dumps from passleader.com now! 100% Pass Guarantee! AWS Certified Solutions Architect - Associate PDF dumps & AWS Certified Solutions Architect - Associate VCE dumps: http://www.passleader.com/aws-certified-solutions-architect-associate.html (423 Q&As) (New Questions Are 100% Available and Wrong Answers Have Been Corrected! Free VCE simulator!) P.S. Free AWS Certified Solutions Architect - Associate dumps download from Google Drive: https://drive.google.com/open?id=0B-ob6L_QjGLpNHAybDNCczFiLTg Free AWS Certified Solutions Architect - Professional dumps download from Google Drive: https://drive.google.com/open?id=0B-ob6L_QjGLpMUhaYkF0Y3FCeDA Free AWS-SysOps dumps download from Google Drive: https://drive.google.com/open?id=0B-ob6L_QjGLpUWdPWXRHaERYWlU --------------------------------------------------- Images: --------------------------------------------------- --------------------------------------------------- Post date: 2016-10-25 09:46:33 Post date GMT: 2016-10-25 09:46:33 Post modified date: 2016-10-25 09:46:33 Post modified date GMT: 2016-10-25 09:46:33 ____________________________________________________________________________________________ Export of Post and Page as text file has been powered by [ Universal Post Manager ] plugin from www.gconverters.com