PDF Download
AWS CERTIFIED SYSOPS ADMINISTRATOR ASSOCIATE
PRACTICE EXAM 5 INCORRECT
Actual Qs and Ans Expert-Verified Explanation
This Exam contains:
-Guarantee passing score -30 Questions and Answers -format set of multiple-choice -Expert-Verified Explanation Question 1: A leading global investment bank implements strict security compliance requirements in handling its financial data. As the SysOps Administrator, you are instructed to ensure that the data stored in the EBS Volumes, which are used by your EC2 instances, are also available in another AWS region. This will provide a better redundancy to critical data stored in the volumes.Which of the following options can you implement to achieve this? (Select TWO.)
Answer:
-Use the Amazon Data Lifecycle Manager (DLM) for EBS Snapshots.-Create a snapshot of the volume and then copy it to the new region.Question 2: An online gaming site is hosted on a single EC2 Instance with a DynamoDB database. They are planning to release a new game and hence, it is necessary to ensure the availability of their website to cater the surge of new players using their platform.Which of the following is the easiest way to achieve this requirement?
Answer:
Create an Auto Scaling Group out of the running EC2 Instance.
Question 3: A company has a newly launched e-commerce website with a Memcached cluster hosted in Amazon ElastiCache. Due to the growth of the site's userbase, the SysOps Administrator needs to vertically scale the ElastiCache cluster by using a larger instance type.Which combination of steps should the Administrator implement in this scenario? (Select TWO.)
Answer:
-Specify the new EC2 instance type in the [CacheNoteType] parameter -use the [CreateCacheCluster] API action to create a new ElastiCache cluster Question 4: A leading commercial bank is currently implementing a hybrid cloud architecture.There is a requirement to use Amazon S3 as your primary data storage while retaining frequently accessed data locally in your storage gateway. The objective is to minimize the need to scale your on-premises storage infrastructure while still providing your applications with low-latency access to their frequently accessed data.Which type of AWS Storage Gateway is best to use for this scenario?
Answer:
Cached Volume Gatewat Question 5: A SysOps Administrator needs to track the usage of cloud resources against the AWS service limit. For easier tracking, the SysOps Administrator team should be notified in the existing Slack channel whenever it is approaching a given limit which will allow them to proactively request a service limit increase or shut down resources before it exceeds the limit.Which of the following is the most suitable solution that can be implemented to meet this requirement?
Answer:
Set up AWS Limit Monitor by using AWS Lambda, AWS Trusted Advisor, and CloudWatch Events rules to track and monitor your AWS service limits which would be sent to your Slack Channel.Question 6: A company uses a Volume Gateway as part of their Hybrid Cloud storage solutions to accommodate its growing application. The Volume Gateway is using stored volumes to save the files stored on-premises with scheduled offsite backups. Due to inadequate capacity planning, the volume is quickly running out of space for new data.How can you expand the volume?
Answer:
Create a snapshot of the volume that you want to expand. Use the snapshot to create a new volume of a larger size.
Question 7: An organization needs to have detailed information on the performance metrics of the AWS resources which are being used to host the website. You know that using the CloudWatch agent enables you to collect more logs and provide more details on the systems, however, you are also aware of its limitations.Which of these functions is not available with CloudWatch agent?
Answer:
Collect information on vulnerabilities and errors that are present in your system and create a report based on the findings of the agent.Question 8: An organization is setting up a WordPress website on two On-Demand EC2 instances that are deployed on a public subnet. For its database tier, they are using a MySQL database in RDS which is in a private subnet. During the initial testing, the SysOps Administrator noticed that the web servers could not establish communication with the RDS instance.Which of the following should the Administrator do to fix this connectivity issue?
Answer:
Check that the security group for the database server is allowing the required inbound communication from the EC2 instance.Question 9: A software development company has a suite of container-based applications on their on-premises data center which must be migrated to AWS. The applications need to be deployed on an infrastructure that automatically handles the details of capacity provisioning, load balancing, scaling, and application health monitoring.Which of the following service should you use for this scenario?
Answer:
AWS Elastic Beanstalk Question 10: A SysOps Administrator needs to grant their third-party vendor access to an AWS resource in the company's account to complete their integration project. After creating an AWS user account for the vendor, the Administrator wants to restrict their access to specific AWS resources that they only need using an IAM policy and only for 2 weeks.Which of the following options would be an ideal policy to use?
Answer:
An Inline Policy Question 11: A Lead Systems Engineer is creating CloudFormation stacks for all new applications that need to be deployed in the VPC. There is one particular CloudFormation stack that is going to use a template to create a brand new VPC, EC2 Instances for the public web servers, an RDS database instance, and an Internet gateway.Which of the following should the Engineer do to prevent any errors when deploying this stack?
Answer:
Verify that the [DependsOn] attribute is added to the resources Question 12: A company is building a face recognition system using AWS Deep Learning AMIs to train sophisticated, custom AI models and experiment with new algorithms. You tried to launch a new On-Demand EC2 instance to use a TensorFlow framework but you are always getting an InstanceLimitExceeded error message every time you do it.As the SysOps Administrator, what is the reason for this error and how can you solve it?
Answer:
You have reached the limit on the number of instances that you can launch in a region. Request an instance limit increase on a per-region basis.Question 13: An innovative startup company has hired you to be their Systems Administrator to handle their various applications hosted in AWS, such as peer-to-peer ride-sharing, bicycle-sharing, food delivery, and many others. You need to ensure that all of their custom baked AMI's are kept up-to-date with the latest patches to avoid any security vulnerability.Which of the following can help you automate this requirement?
Answer:
AWS Systems Manager Automate Question 14: An online banking system will be deployed to AWS which will be utilizing an Auto Scaling group of EC2 instances, an Application Load Balancer, and an RDS instance. To secure the personal data of the clients, you need to enable encryption for the DB instance.Which of the following are incorrect statements regarding an Amazon RDS encrypted DB instance? (Select TWO.)
Answer:
-You can have an encrypted Read Replica of an unencrypted DB instance or an unencrypted Read Replica of an encrypted DB instance.-You can restore an unencrypted backup or snapshot to an encrypted DB instance.Question 15: A startup is using AWS to host their cloud-based traffic solutions. They need to publish their custom metrics from several smart devices of a road traffic control system to CloudWatch for proper monitoring. To provide better surveillance, there is a requirement to publish the metrics at an interval of 1 second.Which of the following options will allow you to accomplish this? (Select TWO.)
Answer:
-Publish metrics with high resolution which has a data granularity of one second.-Use the AWS CLI to publish custom metrics.