Quiz
Which solution will meet these requirements?
Quiz
The ALB routes requests to an AWS Lambda function. Many different versions of the application are
in use at any given time, including versions that are in testing by a subset of users. The version of the
application is defined in the user-agent header that is sent with all requests to the API.
After a series of recent changes to the API, the company has observed issues with the application.
The company needs to gather a metric for each API operation by response code for each version of
the application that is in use. A DevOps engineer has modified the Lambda function to extract the
API operation name, version information from the user-agent header and response code.
Which additional set of actions should the DevOps engineer take to gather the required metrics?
as a log line to an Amazon CloudWatch Logs log group. Configure a CloudWatch Logs metric filter that
increments a metric for each API operation name. Specify response code and application version as
dimensions for the metric.
as a log line to an Amazon CloudWatch Logs log group. Configure a CloudWatch Logs Insights query
to populate CloudWatch metrics from the log lines. Specify response code and application version as
dimensions for the metric.
Lambda function to respond to the ALB with the API operation name, response code, and version
number as response metadata. Configure a CloudWatch Logs metric filter that increments a metric
for each API operation name. Specify response code and application version as dimensions for the
metric.
an X-Ray subsegment with the API operation name, response code, and version number. Configure X-
Ray insights to extract an aggregated metric for each API operation name and to publish the metric
to Amazon CloudWatch. Specify response code and application version as dimensions for the metric.
Quiz
API that invokes an AWS Lambda function. On initialization, the Lambda function loads a large
amount of data from an Amazon DynamoDB table. The data load process results in long cold-start
Questions PDF 2/43
times of 8-10 seconds. The DynamoDB table has DynamoDB Accelerator (DAX) configured.
Customers report that the application intermittently takes a long time to respond to requests. The
application receives thousands of requests throughout the day. In the middle of the day, the
application experiences 10 times more requests than at any other time of the day. Near the end of
the day, the application's request volume decreases to 10% of its normal total.
A DevOps engineer needs to reduce the latency of the Lambda function at all times of the day.
Which solution will meet these requirements?
the DAX cluster for the DynamoDB table.
Scaling on the Lambda function with provisioned concurrency values set to a minimum of 1 and a
maximum of 100.
on the API Gateway API with a reserved concurrency maximum value of 100.
Quiz
Tomcat application with an Apache Webserver. The development team started with a proof of
concept, created a deployment group for a developer environment, and performed functional tests
within the application. After completion, the team will create additional deployment groups for
staging and production.
The current log level is configured within the Apache settings, but the team wants to change this
configuration dynamically when the deployment occurs, so that they can set different log level
configurations depending on the deployment group without having a different application revision
for each group.
How can these requirements be met with the LEAST management overhead and without requiring
different script versions for each deployment group?
application revision that calls the metadata service and the EC2 API to identify which deployment
group the instance is part of. Use this information to configure the log level settings. Reference the
script as part of the AfterInstall lifecycle hook in the appspec.yml file.
identify which deployment group the instance is part of. Use this information to configure the log
level settings. Reference this script as part of the BeforeInstall lifecycle hook in the appspec.yml file.
the application revision that checks this environment variable to identify which deployment group
the instance is part of. Use this information to configure the log level settings. Reference this script as
part of the ValidateService lifecycle hook in the appspec.yml file.
identify which deployment group the instance is part of to configure the log level settings. Reference
this script as part of the Install lifecycle hook in the appspec.yml file.
Questions PDF 3/43
Quiz
account to indicate a desired backup frequency. This requirement Includes EBS volumes that do not
require backups. The company uses custom tags named Backup_Frequency that have values of none,
dally, or weekly that correspond to the desired backup frequency. An audit finds that developers are
occasionally not tagging the EBS volumes.
A DevOps engineer needs to ensure that all EBS volumes always have the Backup_Frequency tag so
that the company can perform backups at least weekly unless a different value is specified.
Which solution will meet these requirements?
Amazon EC2 resources that do not have a Backup Frequency tag applied. Configure a remediation
action that uses a custom AWS Systems Manager Automation runbook to apply the
Backup_Frequency tag with a value of weekly.
EC2::Volume resources that do not have a Backup Frequency tag applied. Configure a remediation
action that uses a custom AWS Systems Manager Automation runbook to apply the
Backup_Frequency tag with a value of weekly.
CreateVolume events. Configure a custom AWS Systems Manager Automation runbook to apply the
Backup_Frequency tag with a value of weekly. Specify the runbook as the target of the rule.
CreateVolume events or EBS ModifyVolume events. Configure a custom AWS Systems Manager
Automation runbook to apply the Backup_Frequency tag with a value of weekly. Specify the runbook
as the target of the rule.
Quiz
is configured with a single DB instance. The application performs read and write operations on the
database by using the cluster's instance endpoint.
The company has scheduled an update to be applied to the cluster during an upcoming maintenance
window. The cluster must remain available with the least possible interruption during the
maintenance window.
What should a DevOps engineer do to meet these requirements?
endpoint for write operations. Update the Aurora cluster's reader endpoint for reads.
Questions PDF 4/43
the application to use the Aurora cluster's custom ANY endpoint for read and write operations.
endpoint for write operations. Update the Aurora cluster’s reader endpoint for reads.
Update the application to use the Aurora cluster's custom ANY endpoint for read and write
operations.
Quiz
access to a source account where an unencrypted custom AMI has been built. The DevOps engineer
also has access to a target account where an Amazon EC2 Auto Scaling group will launch EC2
instances from the AMI. The DevOps engineer must share the AMI with the target account.
The company has created an AWS Key Management Service (AWS KMS) key in the source account.
Which additional steps should the DevOps engineer perform to meet the requirements? (Choose
three.)
copy action.
Amazon Elastic Block Store (Amazon EBS) encryption key in the copy action.
service-linked role in the target account.
grant. In the target account, create a KMS grant that delegates permissions to the Auto Scaling group
service-linked role.
Quiz
pipeline consists of three stages build, test, and deployment. The company has been using a separate
AWS CodeBuild project to run scripts for each stage. However, the company now wants to use AWS
CodeDeploy to handle the deployment stage of the pipelines.
The company has packaged the application as an RPM package and must deploy the application to a
fleet of Amazon EC2 instances. The EC2 instances are in an EC2 Auto Scaling group and are launched
from a common AMI.
Which combination of steps should a DevOps engineer perform to meet these requirements?
(Choose two.)
Questions PDF 5/43
role of the EC2 instances to allow access to CodeDeploy.
file that contains application deployment scripts and grants access to CodeDeploy.
Scaling group as the deployment target. Add a step to the CodePipeline pipeline to use EC2 Image
Builder to create a new AMI. Configure CodeDeploy to deploy the newly created AMI.
Scaling group as the deployment target. Update the CodePipeline pipeline to use the CodeDeploy
action to deploy the application.
instances that are launched from the common AMI as the deployment target. Update the
CodePipeline pipeline to use the CodeDeploy action to deploy the application.
Quiz
API Gateway APIs are associated with AWS WAF web ACLs. The company has hundreds of AWS
accounts, all of which are included in a single organization in AWS Organizations. The company has
configured AWS Config for the organization. During an audit, the company finds some externally
facing ALBs that are not associated with AWS WAF web ACLs.
Which combination of steps should a DevOps engineer take to prevent future violations? (Choose
two.)
and API Gateway APIs.
API Gateway APIs.
and API Gateway APIs.
Quiz
regulatory compliance requirements. The security team wants to be notified when any keys have not
been rotated after 90 days.
Which solution will accomplish this?
Questions PDF 6/43
keys are more than 90 days old.
Trusted Advisor API and publish to an Amazon Simple Notification Service (Amazon SNS) topic.
(Amazon SNS) topic when keys are more than 90 days old.
topic when keys are more than 90 days old.
AWS Certified DevOps Engineer - Professional Practice test unlocks all online simulator questions
Thank you for choosing the free version of the AWS Certified DevOps Engineer - Professional practice test! Further deepen your knowledge on Amazon Simulator; by unlocking the full version of our AWS Certified DevOps Engineer - Professional Simulator you will be able to take tests with over 75 constantly updated questions and easily pass your exam. 98% of people pass the exam in the first attempt after preparing with our 75 questions.
BUY NOWWhat to expect from our AWS Certified DevOps Engineer - Professional practice tests and how to prepare for any exam?
The AWS Certified DevOps Engineer - Professional Simulator Practice Tests are part of the Amazon Database and are the best way to prepare for any AWS Certified DevOps Engineer - Professional exam. The AWS Certified DevOps Engineer - Professional practice tests consist of 75 questions and are written by experts to help you and prepare you to pass the exam on the first attempt. The AWS Certified DevOps Engineer - Professional database includes questions from previous and other exams, which means you will be able to practice simulating past and future questions. Preparation with AWS Certified DevOps Engineer - Professional Simulator will also give you an idea of the time it will take to complete each section of the AWS Certified DevOps Engineer - Professional practice test . It is important to note that the AWS Certified DevOps Engineer - Professional Simulator does not replace the classic AWS Certified DevOps Engineer - Professional study guides; however, the Simulator provides valuable insights into what to expect and how much work needs to be done to prepare for the AWS Certified DevOps Engineer - Professional exam.
BUY NOWAWS Certified DevOps Engineer - Professional Practice test therefore represents an excellent tool to prepare for the actual exam together with our Amazon practice test . Our AWS Certified DevOps Engineer - Professional Simulator will help you assess your level of preparation and understand your strengths and weaknesses. Below you can read all the quizzes you will find in our AWS Certified DevOps Engineer - Professional Simulator and how our unique AWS Certified DevOps Engineer - Professional Database made up of real questions:
Info quiz:
- Quiz name:AWS Certified DevOps Engineer - Professional
- Total number of questions:75
- Number of questions for the test:50
- Pass score:80%
You can prepare for the AWS Certified DevOps Engineer - Professional exams with our mobile app. It is very easy to use and even works offline in case of network failure, with all the functions you need to study and practice with our AWS Certified DevOps Engineer - Professional Simulator.
Use our Mobile App, available for both Android and iOS devices, with our AWS Certified DevOps Engineer - Professional Simulator . You can use it anywhere and always remember that our mobile app is free and available on all stores.
Our Mobile App contains all AWS Certified DevOps Engineer - Professional practice tests which consist of 75 questions and also provide study material to pass the final AWS Certified DevOps Engineer - Professional exam with guaranteed success. Our AWS Certified DevOps Engineer - Professional database contain hundreds of questions and Amazon Tests related to AWS Certified DevOps Engineer - Professional Exam. This way you can practice anywhere you want, even offline without the internet.
BUY NOW