To change the instance type of the production instance which is running as the part of
an auto-scaling group. There are currently four instances running in a group, and the
whole architecture is deployed by using CloudFormation template, and you have to
ensure that there are always two instances running during the updating session without
creating any interruption. Which is the most favorable option below for the scenario?
Correct
Incorrect
Question 2 of 50
2. Question
1 point(s)
There is a large multi-tiered Windows-based web application situated behind a load
balancer and running on an EC2 instance. The problem occurs of slow customer page
load time, and the manager asks you to sort out this problem and ensure that customer
load time is not affected by too many requests per second. Which one of the following
techniques solves this problem?
Correct
Incorrect
Question 3 of 50
3. Question
1 point(s)
Amazon SQS queue is processing messages of an auto-scaling group instance. This
processing involves calling third-party web services. The third-party complaints of
failed and repeated calls it is receiving from you. During the inspection, it is seen thatย instances are terminated when the group scales-in. What could be the possible solution
to reduce the number of incomplete process attempts?
Correct
Incorrect
Question 4 of 50
4. Question
1 point(s)
There is a company that has different applications built on different programming
languages. How can the application be built as quickly as possible in this case?
Correct
Incorrect
Question 5 of 50
5. Question
1 point(s)
To do live debugging of a highly secure environment, the development team wants
account- level access to the production instance. What should be done?
Correct
Incorrect
Question 6 of 50
6. Question
1 point(s)
For the deployment of the application, you have used CloudFormation instead of
OpsWorks and the Elastic BeanStalk. But this resource system is not supported by
CloudFormation. What would you do now?
Correct
Incorrect
Question 7 of 50
7. Question
1 point(s)
To store credentials on Amazon EC2 instances for connecting to an Amazon RDS
MYSQL database instance. How can these credentials be securely stored?
Correct
Incorrect
Question 8 of 50
8. Question
1 point(s)
Which is the first transition state an instance enter after leaving the steady state due to
health check failure or decreased load?
Correct
Incorrect
Question 9 of 50
9. Question
1 point(s)
There is an application which is currently running on EC2 instance behind a load
balancer, and now the management decides to deploy the application on blue/ green
deployment strategy. How can you deploy the application?
Correct
Incorrect
Question 10 of 50
10. Question
1 point(s)
he management is concerned with the extreme increasing cost as management has
reported the increase in monthly bills. After reviewing the billing report, it is noticed
that there is an increase in data transfer cost. Now how can you provide management
with better insight into data transfer use?
Correct
Incorrect
Question 11 of 50
11. Question
1 point(s)
To maintain version control and achieve automation for the application in your
organization, you are requested to use CloudFormation. To keep everything agile and
maintain while reducing the cost how you can use CloudFormation?
Correct
Incorrect
Question 12 of 50
12. Question
1 point(s)
To change the current alarm threshold defined in the CloudWatch alarm in a
CloudFormation template defined in AWS. How can you achieve this?
Correct
Incorrect
Question 13 of 50
13. Question
1 point(s)
When an EC2 instance is running in an auto-scaling group, the application rapidly
scales up or down in response to load. However, after the load peaks, the problem starts
in the configuration management system where previously terminated EC2 instance is
still active. What is the reliable and efficient way o handle the EC2 resources within the
configuration management system? (Choose 2)
Correct
Incorrect
Question 14 of 50
14. Question
1 point(s)
In this scenario, there is an EC2 instance running on the auto-scaling group. In this, the
instances are bootstrapped dynamically and take 15 minutes to complete bootstrapping.ย Auto-scaling reports that instances are being in services as before the completion of
bootstrapping and application alarms for new instances also generated before the
completion of bootstrapping which creates confusion. The cause is that the application
monitoring tool is pooling the auto-scaling service API for instances that are in service
and creating an alarm for previously unknown instances. Which one of the following
ensures that new instances are not added in application monitoring tool before the
bootstrapping?
Correct
Incorrect
Question 15 of 50
15. Question
1 point(s)
You are using Docker to get high consistency between staging and application for the
application in EC2 instance, but you are asked for de-risk deployment at the company.
How do you further de-risk the rest of the execution environment?
Correct
Incorrect
Question 16 of 50
16. Question
1 point(s)
You are using chef in your datacenter. Which service is designed to let the customer
leverage existing chef recipes in AWS?
Correct
Incorrect
Question 17 of 50
17. Question
1 point(s)
There is a recently deployed application on EC2 instances behind ELB and customers
start complaining about errors received from the application. You have to diagnose the
error, but the problem is that the ELB access logs are empty. What would be the reason?
Correct
Incorrect
Question 18 of 50
18. Question
1 point(s)
Currently, an infrastructure is running on EC2 instance behind an auto-scaling group.
The application logs are written on ephemeral storage. The company experienced a
major bug which triggered the auto-scaling group up and down before successfully
retrieve the logs of the server. What technique is suitable to retrieve logs after the
instanceโs shutdown?
Correct
Incorrect
Question 19 of 50
19. Question
1 point(s)
While testing Amazon RDS MySQL database, CPU utilization hit 100% and make the
system non-responsive. The application is read-heavy. What are the methods which can
scale the data tiers in order the meet the application needs? (Choose 3)
Correct
Incorrect
Question 20 of 50
20. Question
1 point(s)
n case of the continuous deployment process, the application using new AMIโs
undergoes an I/O performance test before deploying to production. The application
utilizes one EBS PIOPS volume per instance and requires consistent I/O performance.
Which of the following yield the correct result in a repeatable manner for I/O
performance test?
Correct
Incorrect
Question 21 of 50
21. Question
1 point(s)
There is a large number of web servers in an auto-scaling group behind the load
balancer. Hourly, you need to filter and process the data and put it back in the durable
data store to run reports. The Auto-scaling group continuously launches or terminates
the web servers according to the scaling policies assigned to them, but you do not want
to lose any access log during this launching and termination. What are the two
approaches to meet the demand? (Choose 2)
Correct
Incorrect
Question 22 of 50
22. Question
1 point(s)
To implement blue/green deployment for several multi-tier web application having
infrastructure EC2 front end server, Amazon ElastiCache clusters, Amazon SQS queues,
and Amazon relational database instance. Which service combination gives the ability
to control traffic between the different deployed version of the application?
Correct
Incorrect
Question 23 of 50
23. Question
1 point(s)
To create Route53 records automatically in CloudFormation during all launches of a
template when not running in production. How can this be implemented?
Correct
Incorrect
Question 24 of 50
24. Question
1 point(s)
You are using IAM roles to access AWS APIโs, and an application is running on an EC2
instance. How can you configure your application running on that instance to retrieve
the API keys for use with the AWS SDKโs?
Correct
Incorrect
Question 25 of 50
25. Question
1 point(s)
To protect information that your application is stored on an EBS volume attached to
the EC2 instance. How can you make this sensitive information secure?
Correct
Incorrect
Question 26 of 50
26. Question
1 point(s)
In a project, you are working on a single AWS CloudFormation template to deploy
AWS infrastructure which supports multi-tier web application. You have to maintain
the AWS CloudFormation resource in such a way that the departments such as
networking and security can review the architecture before it goes to production. How
can you accommodate each department and maintain the resource?
Correct
Incorrect
Question 27 of 50
27. Question
1 point(s)
What services can Elastic BeanStalk perform for you, when your application takes a long
time to run?
Correct
Incorrect
Question 28 of 50
28. Question
1 point(s)
For the primary monitoring of a web application, CloudWatch is used. After recent
deployment of software, 500 internal server occurs on the web application. You need to
create a CloudWatch alarm which notifies on-call engineer when these errors occur.
How can you accomplish this using AWS services? (Choose 3)
Correct
Incorrect
Question 29 of 50
29. Question
1 point(s)
A company develops a variety of web applications using different platform and
programming languages with different application dependencies. Each application
must be developed and deployed quickly and must be highly available all the time in
order to satisfy the business. What methods are used for this purpose?
Correct
Incorrect
Question 30 of 50
30. Question
1 point(s)
You have deployed Elastic BeanStalk in a new application without losing the current
state of the environment in a document. You want to make sure that you can restore
the current state later or possibly can create a new environment. You have to make a
restoring point. What should be your strategy?
Correct
Incorrect
Question 31 of 50
31. Question
1 point(s)
To design a system, which needs at least 8 m4.large instances to operate service traffic.
When a system with high availability in the us-east-1 region which has 6 availability
zone is designing, your company needs to ne able to handle the full death of the
availability zone. How can you distribute the servers to minimize the cost, while
assuming all EC2 nodes are linked with ELB. VPC account can utilize us-east-1โs
availability zone a through f, inclusively.
Correct
Incorrect
Question 32 of 50
32. Question
1 point(s)
In AWS CloudFormation, this is not an intrinsic function?
Correct
Incorrect
Question 33 of 50
33. Question
1 point(s)
EC2 instances are running behind an ELB in AWS setup. And you have to monitor the
incoming connections of ELB. Which is the best option for this purpose?
Correct
Incorrect
Question 34 of 50
34. Question
1 point(s)
You have to set up some applications in AWS. A web tier hosted on EC2 instances,
Session data to be written on DynamoDB, Logfiles to be written to Microsoft SQL
server. How can you allow an application to write data to DynamoDB table?
Correct
Incorrect
Question 35 of 50
35. Question
1 point(s)
An E-Commerce store is managed by using Elastic BeanStalk, and the store is the opensource e-commerce platform and deployed across multiple instances in an auto-scaling
group. Development team creates a new extension for the store which is PHP sourceย code as well as SQL upgrade script which is used to make necessary updates in the
database schema. Some of the extensions deployment fails while SQL upgrade system
due to some errors. This is because SQL script is being executed on Amazon EC2
instances. You have to make sure that the SQL script only executed once per
deployment regardless of instances running at that time. How can you achieve this?
Correct
Incorrect
Question 36 of 50
36. Question
1 point(s)
In an auto-scaling group health check, one of the instances returns to the status of
impaired to auto-scaling. What will auto-scale do?
Correct
Incorrect
Question 37 of 50
37. Question
1 point(s)
There is a set of EC2 instances hosted on AWS. You create a role named DemoRole and
assigned that role to a policy, but you are unable to use that role with any instance.
What is the reason?
Correct
Incorrect
Question 38 of 50
38. Question
1 point(s)
To monitor specific applications and send real-time alerts to DevOps Engineer which
service is the best to fulfill this requirement?
Correct
Incorrect
Question 39 of 50
39. Question
1 point(s)
You want to migrate your applications to the cloud, and you want to migrate gradually
so that application is tested with a small percentage of the user. It will be increased over
time. What is the required implementation?
Correct
Incorrect
Question 40 of 50
40. Question
1 point(s)
For video game scores, you are creating a new API. In this case, reads are 100 times
better than writes, and the 1% of scores are read 100 times more faster than the rest of
the scores. Using DynamoDB what is the best suitable design for this system?
Correct
Incorrect
Question 41 of 50
41. Question
1 point(s)
There is an application which consists of EC2 instance in an auto-scaling group. During
a particular time frame, users complaining about the poor response time of application
due to the increase in traffic. You have to deploy new EC2 instance for an auto-scalingย group when utilization of CPU is greater than 60% for 2 consecutive periods of 5
minutes. What is the way to solve this problem?
Correct
Incorrect
Question 42 of 50
42. Question
1 point(s)
Multiple applications are running on AWS. The company wants you to develop a tool
that immediately calls the team when the alarm is triggered. You also have to make sure
that alarm for on-call team generated must handle to notify correct team at the correct
time. How can this be implemented?
Correct
Incorrect
Question 43 of 50
43. Question
1 point(s)
You are a DevOps engineer in a company, and you are requested to create a rolling
deployment solution with minimal downtime and cost-effective. How can you achieve
this? (Choose 2)
Correct
Incorrect
Question 44 of 50
44. Question
1 point(s)
Which of the configuration files can be used to deploy Docker containers as an Elastic
BeanStalk application as you want to deploy multi docker environment to AWS?
Correct
Incorrect
Question 45 of 50
45. Question
1 point(s)
Elastic Load Balancing HTTP health check is enabled. In AWS management console all
the instance pass through health checks but customer reports that your site is not
responding. What will be the reason?
Correct
Incorrect
Question 46 of 50
46. Question
1 point(s)
Elastic BeanStalk is using to manage the plications. There is an SQL script that only
needs to be executed at once per deployment no matter how many instances are
running. How can you achieve this?
Correct
Incorrect
Question 47 of 50
47. Question
1 point(s)
The company developed a web application and hosted it in Amazon S3 bucket
configured for static website hosting. The application using AWS SDK for JavaScript in
the browser to access the data stored in the DynamoDB table. How can you secure API
keys which access data from DynamoDB table?
Correct
Incorrect
Question 48 of 50
48. Question
1 point(s)
You are hired as the new head of operation of SaaS company, and your CTO has asked
you to make debugging. The CTO complains that there is no idea what is going on in
the complex, service-oriented architecture because it is very difficult to find the errors
in the logs and other services too as a developer just log in to disk. How can you satisfy
the CTO?
Correct
Incorrect
Question 49 of 50
49. Question
1 point(s)
You have a setup in AWS that contains an elastic load balancer, an auto-scaling group
which launches EC2 instances and AMIโs with your code pre-installed. You want a costeffective solution and deploy the updates up to a certain number of users and able to
revert quickly. What is the best approach?
Correct
Incorrect
Question 50 of 50
50. Question
1 point(s)
While analyzing the metrics, you got to know that the company website is experiencing
response time higher than the anticipated during peak hours. You rely on auto-scaling
to make sure you are scaling your time during peak windows. How can you enhance
your auto-scaling policy to decrease the response time which is high?
Correct
Incorrect
Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.