ITExambyte

Free AWS DevOps Engineer Exam Questions DOP-C02

AWS Certified DevOps Engineer - Professional (DOP-C02) Exam Questions

The exam has the following content domainsWeighting %
 Domain 1: SDLC Automation22% of scored content
 Domain 2: Configuration Management and IaC17% of scored content
 Domain 3: Resilient Cloud Solutions15% of scored content
 Domain 4: Monitoring and Logging15% of scored content
 Domain 5: Incident and Event Response14% of scored content
 Domain 6: Security and Compliance17% of scored content

1 / 76

1. Your organization has deployed several applications across different AWS services, including Amazon EC2, AWS Lambda, and Amazon ECS. You've been tasked with setting up a centralized log management solution to ingest, store, and analyze logs from all these sources in real time.

Which AWS service combination is most appropriate for centralized real-time log ingestion and analysis?

2 / 76

2. A company stores legal documents in an Amazon S3 bucket. These documents come from the AWS Management Console and several applications for which the company lacks access to the source code. The company's legal team interacts with these documents through a web application. The legal team can mark individual documents for legal hold by setting a LegalHold tag to true.

A DevOps engineer must create an automated process to delete all objects that are more than 90 days old and that have not been marked for legal hold.

Which combination of steps should the DevOps engineer take to meet these requirements? (Select TWO.)

3 / 76

3. An e-commerce platform has detected unusual login activities on its website, indicating a potential security breach. The security team needs to respond quickly to investigate the incident, mitigate risks, and ensure customer data safety.

What steps should the security team take to effectively respond to this security incident?

4 / 76

4. Your team has developed a web application hosted on AWS, and you've been tasked with monitoring its performance closely. You decide to use Amazon CloudWatch to monitor custom metrics specific to your application's performance. These metrics include the number of active users, response times, and error rates.
How can you publish these custom metrics to Amazon CloudWatch?

5 / 76

5. The organization wants to ensure that all IAM policies created in any account under the Production OU enforce the principle of least privilege by requiring MFA (Multi-Factor Authentication) to perform any actions on AWS resources. How can this requirement be implemented effectively?

6 / 76

6. Michael is a solutions architect tasked with managing the infrastructure as code for a large-scale AWS environment. He uses AWS CloudFormation templates to define the architecture and provisions resources efficiently. However, sometimes CloudFormation deployments fail due to errors in the template or resource limitations.

Which of the following statements is true regarding analyzing failed CloudFormation deployments?

7 / 76

7. A large financial institution is migrating its on-premises infrastructure to AWS using Infrastructure as Code (IaC) tools. They need to implement a change management process that ensures regulatory compliance, tracks all changes made to the infrastructure, and provides detailed audit logs. Which combination of AWS services can best meet these requirements?

8 / 76

8. A company manages an application that runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The instances are part of an Amazon EC2 Auto Scaling group. The application deployment process sometimes leads to an inconsistent configuration of the EC2 instances. The inconsistency results from differences when the instances are first launched or from manual changes that are performed on individual instances. The company wants a new process that ensures that all EC2 instances are identical, both at launch and throughout their lifetime.

Which solution will meet these requirements?

9 / 76

9. Your organization operates multiple AWS accounts for development, testing, and production environments. You need to implement a CI/CD pipeline that can deploy applications across these accounts while maintaining isolation and security. Which deployment pattern would be most suitable for this scenario?

10 / 76

10. A company runs an application on Amazon EC2 instances that use the latest version of the Amazon Linux 2 AMI. When server administrators apply new security patches, the server administrators manually remove affected instances from service, patch the instances, and place the instances back into service.
A new security policy requires the company to apply security patches within 7 days after patches are released. The company’s security team must verify that all the EC2 instances are compliant with this policy. The patching must occur during a time that has the least impact on users.
Which solution will automate compliance with these requirements?

11 / 76

11. A Development team wants to set up an AWS CodeCommit repository. Developers should be able push changes to their own branches, but they should not be allowed to push commits or merge pull requests into the master branch. Additionally, whenever a commit or merge occurs into the master branch, the Project Manager needs to receive a notification. Which combination of steps will protect the master branch and send the alert with the shortest delay? (Select TWO.)

12 / 76

12. An application you manage needs to dynamically adjust its configuration based on changes in the environment, such as varying load conditions, deployment of new features, or updated compliance policies. This dynamic configuration must be applied without causing downtime or requiring manual intervention.
What approach allows for dynamic reconfiguration of your application in response to environmental changes, ensuring high availability and minimal manual effort?

13 / 76

13. A company uses AWS CloudTrail on all its AWS accounts and sends all trails to a centralized Amazon S3 bucket. The company sends specified events to a third-party logging tool by using S3 event notifications and an AWS Lambda function.
The company has hired a security services provider to set up a security operations center. The security services provider wants to receive the CloudTrail logs through an Amazon Simple Queue Service (Amazon SQS) queue. The company must continue to use S3 event notifications and the Lambda function to send events to the third-party logging tool.
What is the MOST operationally efficient way to meet these requirements?

14 / 76

14. A company hired a third-party development team to build a web-based application. The application runs on Amazon EC2 instances across multiple Availability Zones. The application writes JSON log files locally. Each log entry is a separate JSON object. The log entries include application events and informational entries that contain personally identifiable information (PII) such as phone number and address.

The third-party team wants to access the application logs on the EC2 instances to perform root cause analysis when issues and errors occur. The third-party team needs access to the application data but must not be able to access the PII. The company must grant the third-party team access to view the application log files without providing SSH access directly to the production servers.

Which solution will meet these requirements MOST cost-effectively?

15 / 76

15. A company wants to analyze its application logs in real time to identify trends, detect anomalies, and trigger alerts based on specific patterns. The application logs are stored in CloudWatch Logs, and the company is considering AWS services that can process and analyze these logs in real time.
Which AWS service should the company use for real-time processing and analysis of CloudWatch log data?

16 / 76

16. For a high-security project, you need to ensure that all secrets used in AWS CodePipeline for deployment are encrypted at rest. Which of the following is true regarding the encryption of secrets in AWS CodePipeline?

17 / 76

17. Your application needs to scale very quickly in response to changes in workload. To achieve this, you decide to monitor application load with high-resolution custom metrics in CloudWatch, allowing for more timely and granular autoscaling decisions.
How can you publish high-resolution custom metrics to CloudWatch to support rapid scaling?

18 / 76

18. A company's web application is hosted on AWS using Auto Scaling to manage the fleet of EC2 instances based on demand. Recently, there was a spike in traffic that led to instances failing to launch properly, impacting the application's performance.
How can the operations team analyze the incident related to failed instance launches in the Auto Scaling group?

19 / 76

19. A DevOps Engineer has been asked to automate security compliance for a company. The company has developed custom AWS Config rules to detect non-compliant security configurations. When compliance issues are detected, the company wants issues to be automatically remediated and the Security team to be notified over the internal security message channel. The message board has a REST interface that publishes the body of HTTPS POST requests over the channel.
Which combination of steps would successfully meet these requirements in the MOST cost-effective way? (Select THREE.)

20 / 76

20. A healthcare organization hosts a critical patient management system on AWS and needs to ensure high availability and rapid incident response. The IT team wants to leverage AWS Health and other services for proactive monitoring and timely resolution of incidents.

How can the IT team utilize AWS Health and related services for health monitoring and incident response in a healthcare system?

21 / 76

21. Your team has developed a new feature for your application and wants to ensure that this feature does not negatively impact the performance of your existing application. Which type of testing should you perform?

22 / 76

22. Mark is a security engineer tasked with designing a robust security architecture for a web application hosted on AWS. The application consists of multiple microservices deployed on Amazon EC2 instances behind an Application Load Balancer (ALB). Mark wants to implement defense in depth by combining various AWS security controls.

Which of the following statements is true regarding combining security controls for defense in depth on AWS?

23 / 76

23. Your team is tasked with deploying a high-traffic web application globally on AWS, requiring zero downtime during deployments and the ability to perform A/B testing for new features. Which deployment architecture should you use to meet these requirements?

24 / 76

24. You are tasked with deploying a web application that expects varying traffic, including unpredictable spikes. The application is containerized, and you want to ensure it scales automatically to meet demand without over-provisioning resources. Additionally, you want to abstract away the need to manage servers or clusters.

What AWS service would best facilitate the deployment and auto-scaling of a containerized web application without the need to manage servers?

25 / 76

25. A development team is designing an application that has a large customer base spread across three AWS Regions. The application will use an Amazon DynamoDB table that must be available in all three Regions to deliver low-latency data access. When the table is updated in one Region, the changes must seamlessly propagate to the other Regions.
How should a DevOps engineer configure the table to meet these requirements with the LEAST operational overhead?

26 / 76

26. A company deployed AWS resources by using an AWS CloudFormation template. The template specified only the properties necessary for the resource creation. The template inherited the default values for the remaining optional properties. To deploy the workload with proper configuration, the company had to reconfigure the default values outside of CloudFormation. The reconfiguration led to configuration inconsistencies.

The company wants to maintain all the settings for the properties through the template. The company wants to identify any changes made outside of CloudFormation and remediate the template back to the original configuration.

Which solution will meet these requirements with the LEAST implementation effort?

27 / 76

27. A company runs a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The EC2 instances run in an Amazon EC2 Auto Scaling group across multiple Availability Zones. According to the company's security policy, any EC2 instance that is launched must be registered with the company’s auditing service before the EC2 instance can start processing transactions.

Which solution will meet these requirements?

28 / 76

28. A DevOps team has an application that stores critical company assets in an existing Amazon S3 bucket. The team uses a single AWS Region. A new company policy requires the team to deploy the application to multiple Regions. The assets must always be accessible. Users must use the same endpoint to access the assets. Which combination of steps should the team take to meet these requirements in the MOST operationally
efficient way? (Select THREE.)

29 / 76

29. A DevOps engineer manages several AWS accounts by using AWS Organizations. The DevOps engineer needs to monitor specific service quotas on a daily basis in all the accounts. The DevOps engineer also needs to receive notifications whenever service usage reaches 80% of the quota.

30 / 76

30. A company is writing a web application. The application includes an Amazon API Gateway API that is integrated with AWS Lambda functions. The Lambda functions store data in an Amazon DynamoDB table. The Lambda functions store session information in an Amazon ElastiCache for Redis cluster.

What should a DevOps engineer do to deploy the application in the MOST operationally efficient manner?

31 / 76

31. You have a global application that uses Amazon DynamoDB as its primary database. The application requires high availability and rapid disaster recovery capabilities across regions to handle region-specific outages without significant data loss or downtime.

Which approach best ensures high availability and disaster recovery for DynamoDB?

32 / 76

32. A financial institution is deploying a new application that requires secure, scalable, and automated database provisioning. They need a way to include the database provisioning process as part of their infrastructure as code strategy. Which combination of AWS services should they use to achieve this?

33 / 76

33. John is a DevOps engineer tasked with automating the deployment and management of SSL/TLS certificates for a fleet of Amazon EC2 instances running a web application on AWS. He wants to streamline the process of certificate renewal and ensure continuous data protection.

Which of the following statements is true regarding automating security controls and data protection using AWS Certificates and PKI for EC2 instances?

34 / 76

34. A company is designing a cross-region disaster recovery solution for an Amazon RDS PostgreSQL Multi-AZ DB instance. The disaster recovery solution requires an RPO of 4 hours and an RTO of 2 hours.
Which solution meets the requirements in the MOST cost-effective manner?

35 / 76

35. A company is developing Python applications that use AWS CodeCommit, AWS CodeBuild, and AWS CodePipeline. The company needs to incorporate an automatic assessment of the source code to identify potential issues and defects within the code before the code is compiled for use.

Which solution will meet these requirements?

36 / 76

36. A company allows development teams to create their own development and test environments in the AWS Cloud. The company's security team requires the installation of specific monitoring and security software on all Amazon EC2 instances. Consequently, the DevOps team has created a set of AMIs with the required security and monitoring software pre-installed. The DevOps team wants to implement a system to automate the discovery and termination of any EC2 instance that does not use the required AMIs.

How should the DevOps team implement this system to meet these requirements?

37 / 76

37. Emma is a DevOps engineer responsible for managing the deployment pipeline for a web application hosted on AWS. The deployment process involves using AWS CodePipeline to orchestrate the build and deployment stages using AWS CodeBuild and AWS CodeDeploy. Occasionally, deployments fail due to various reasons, and Emma needs to analyze the root cause of these failures efficiently.

Which of the following statements is true regarding analyzing failed deployments in AWS?

38 / 76

38. A company uses AWS Organizations to manage multiple accounts. Each account uses several AWS Regions. The company needs to implement an automated solution to detect when any existing or new Amazon S3 bucket in any account or Region is made public. The solution must respond by blocking public access. The solution also must detect and respond to changes in ACLs and bucket policies.

Which solution will meet these requirements?

39 / 76

39. A web application stores its access logs in an Amazon S3 bucket. The development team wants to automatically process these logs upon arrival to extract meaningful insights, such as visitor trends and error rates. They also want these processed logs to be searchable in real-time.

How should the team configure the AWS environment to automate log processing and enable real-time search?

40 / 76

40. An application runs a web tier on stateless Amazon EC2 instances behind an Application Load Balancer. The application stores data in an Amazon RDS for MySQL Multi-AZ DB instance. A DevOps engineer is creating a disaster recovery (DR) solution that includes a second AWS Region. The DR solution must have an RTO of less than 2 hours and an RPO of less than 10 minutes.

Which solution will meet these requirements MOST cost-effectively?

41 / 76

41. An organization has multiple AWS accounts for different environments (development, staging, production). They want to aggregate all access logs in a centralized S3 bucket in their logging account for long-term archiving and occasional analysis.
What steps should be taken to securely collect logs from multiple accounts into a single S3 bucket and facilitate easy analysis?

42 / 76

42. A company runs a RESTful web service. The company deploys the API by using Amazon API Gateway. The API uses AWS Lambda custom integration to call the business logic, which is implemented in Lambda functions. Amazon Route 53 is used for DNS.

The company's DevOps team has deployed a new version of the Lambda functions, and the Lambda functions are ready to receive traffic. The DevOps team wants to send 10% of the production traffic to the new Lambda functions for a week before fully converting to the new release. The deployment solution must have no impact on users of the web service.

What is the MOST operationally efficient deployment solution that meets these requirements?

43 / 76

43. A company controls the source code for an application in AWS CodeCommit. The company is creating a CI/CD pipeline for the application by using AWS CodePipeline. The pipeline must start automatically when changes occur to the main branch of the CodeCommit repository. Changes occur frequently every day, so the pipeline must be as responsive as possible.
What should a DevOps engineer do to meet these requirements?

44 / 76

44. A company specializing in legal document processing needs to automate its document handling workflow. The process involves several steps: document upload, format validation, content analysis, data extraction, and finally, storing the extracted data in a database. Due to the complexity and variability of the tasks involved, the solution must be flexible, scalable, and easy to update as processing requirements evolve.
The company wants to ensure that the document processing workflow is resilient and can handle failures in individual steps without losing progress. Which feature should you implement to achieve this requirement?

45 / 76

45. A healthcare organization needs to ensure compliance with industry regulations and respond effectively to any incidents that may impact patient data privacy. They aim to establish a proactive event response mechanism to maintain regulatory compliance.

How can the healthcare organization establish a proactive incident response strategy for compliance incidents?

46 / 76

46. A software development team uses AWS CodeBuild and AWS CodePipeline to build and test code before release. The same code branch is built and deployed by two different pipelines. One pipeline builds and deploys the code into a development environment where the developers test the code. The other pipeline builds and deploys the code into a user acceptance testing (UAT) environment. Business users report a defect in the application that runs in the UAT environment. The defect is not present in the development environment that runs the same code version.

Which approach should a DevOps engineer take to ensure that identical build artifacts are deployed across identical environments?

47 / 76

47. A company needs to deploy a new AWS Serverless Application Model (AWS SAM) application. The SAM application consists of an Amazon API Gateway HTTP API and AWS Lambda functions.

The company has an existing custom service to handle authentication. The existing authentication service is not compatible with existing standards, such as OpenID and SAML. For authentication, the SAM application needs to verify an HTTP header and token that are contained within each request by calling the existing authentication service.

Which authentication mechanism for the SAM application will meet these requirements?

48 / 76

48. You are developing a web application on AWS and want to automate your UI testing to ensure that the user interface works as expected across different browsers and devices. Which combination of AWS service and third-party tool should you consider for automating your UI tests?

49 / 76

49. A company is migrating more than 100 internal applications to AWS. The applications are independent, but all use similar corporate standard architectures. Key areas of the architectures that vary are:

  • Some applications have both web and application tiers, while others just have a web tier.
  • If there is a database, it is MySQL, SQL Server or PostgreSQL. (The company plans to manage all
    databases with Amazon RDS.)
  • Some applications are built on a LAMP stack, while others are built on a .NET stack.

    The DevOps team wants to enable each application team to launch the infrastructure to deploy their own application. At the same time, the DevOps team wants to limit each team's ability to launch infrastructure outside of the corporate standard.
    Which approach will allow the teams to launch the infrastructure for their applications with the minimum privileges?

50 / 76

50. You need to ensure that every Amazon EC2 instance launched for a specific application is automatically configured with additional monitoring tools and custom security settings without manual intervention. Which AWS service or feature should you use to automate the configuration of EC2 instances immediately after they are launched?

51 / 76

51. A DevOps engineer used a script that calls the AWS Elastic Beanstalk CLI to launch an Elastic Beanstalk application in development and test environments during initial development.

When the application was ready for release, the production environment required some custom settings. The DevOps engineer added an .ebextensions file to the application source bundle to do the following:

  • Change several environment variables (log level and other variables)
  • Change the instance type from t3.small to t3.medium Amazon EC2 instances

The DevOps engineer ran the script with no errors. The new production environment contained the new environment variable values. However, the new environment still ran on t3.small instances instead of the t3.medium instances specified in the .ebextensions file.

What is the root cause of this issue?

52 / 76

52. A DevOps engineer is managing a legacy application on AWS. The application is a monolithic Windows program that runs on a single Amazon EC2 instance. The source code for the application is not available, so the application cannot be modified.
The application has a memory leak and malfunctions when memory utilization on the EC2 instance increases to more than 90%. The DevOps engineer has configured the unified Amazon CloudWatch agent on the EC2 instance to collect the operation system’s memory utilization metrics.
The DevOps engineer needs to implement a solution to prevent the application from malfunctioning.
Which combination of steps will meet these requirements with the MOST operational efficiency? (Select TWO.)

53 / 76

53. A company is using AWS CodeBuild to build an application. Company policy requires all build artifacts to be encrypted at rest. The company must limit access to the artifacts to IAM users in an operations IAM group that have permission to assume an operations IAM role.
Which solution will meet these requirements?

54 / 76

54. Your organization has critical applications running on EC2 instances, with data stored on EBS volumes. To meet regulatory compliance requirements, you need to implement a backup strategy that includes cross-region replication of backups.
What is the most efficient way to automate cross-region backups of EBS volumes?

55 / 76

55. John is a DevOps engineer responsible for monitoring and maintaining the health of a web application hosted on AWS. The application consists of multiple microservices running on Amazon EC2 instances. John wants to ensure that he can monitor the performance of each microservice and detect any issues proactively.

Which of the following statements is true regarding AWS services for monitoring and logging?

56 / 76

56. You are tasked with architecting a secure web application infrastructure on AWS. The application will consist of an Amazon EC2 instance serving as a web server, an RDS database instance for data persistence, and an S3 bucket for storing static assets. To ensure the infrastructure is reproducible and manageable, you decide to use the AWS Cloud Development Kit (AWS CDK) to define and deploy these resources.
You need to create an Amazon S3 bucket to store the web application's static assets. Which AWS CDK construct should you use to define this resource?

57 / 76

57. A company has a legacy API that runs on a fleet of Amazon EC2 instances behind a public Application Load Balancer (ALB). The ALB has access logging enabled and stores the access logs in Amazon S3. The API is available through the hostname api.example.com. The company uses Amazon Route 53 to manage the hostname.
Developers have rebuilt five of the API endpoints by using a different AWS Lambda function for each endpoint. A DevOps engineer wants to test the new versions of the Lambda functions with a limited number of random customers. To ensure compatibility with an existing log processing service, the test must not affect the ALB access logs.
How should the DevOps engineer perform the test to meet these requirements?

58 / 76

58. A company with a hybrid cloud strategy needs to stream logs from its on-premises servers to AWS in real time. The goal is to analyze these logs alongside data from their AWS resources for comprehensive monitoring and analysis. The solution must be scalable and capable of handling high volumes of log data.

Which approach would best achieve real-time log streaming from on-premises servers to AWS for analysis?

59 / 76

59. To expose the user authentication functionality via HTTP, you plan to use Amazon API Gateway in front of the Lambda function. How should you define this in the AWS SAM template?

60 / 76

60. A business continuity team wants to automate disaster recovery processes for critical workloads running on AWS. In the event of a disaster, the system should automatically failover to a secondary region and restore operations with minimal downtime. How can the business continuity team automate disaster recovery for critical workloads on AWS?

61 / 76

61. You are tasked with deploying a multi-layer web application in AWS. The application consists of a front-end web server layer, an application server layer, and a database backend. You need to ensure that each layer is automatically configured according to its specific requirements and dependencies. Additionally, the database should only be accessible from the application server layer for security reasons.
Which approach best automates the deployment and configuration of this multi-layer application while ensuring the database layer's security?

62 / 76

62. A DevOps Engineer wrote an AWS Lambda function, defined it in an AWS CloudFormation template snippet (shown below), and stored it in an Amazon S3 bucket.

The CloudFormation stack has been created and the Lambda function is working as expected. The Engineer has obtained a new version of the function code and wants to ensure that this new version will be executed immediately following the stack update.
Which deployment procedures will accomplish this? (Select THREE.)

63 / 76

63. A company runs an externally facing RESTful web service with thousands of customers. The logic is implemented as a single AWS Lambda function that analyzes a short text document and returns the reading difficulty level. The application includes an Amazon API Gateway API with Lambda custom integration. The current request body has the following format:

{

"text" : "<text to be evaluated>"

}

The company has updated the Lambda function to accept text in different languages. The new version of the Lambda function requires the language of the incoming text as an additional argument. The request body for an updated API will now require a new argument:

{

"language" : "English" | "Spanish" | "French"

"text" : "<text to be evaluated>"

}

The company's DevOps team needs to make the new release available for customers. There must be only one production version of the Lambda function to avoid redundant maintenance issues and duplicate releases of future improvements. Existing customers must be able to migrate to the new version, but customers who cannot immediately make changes on their part must continue to access the service successfully.

Which process should the DevOps team use to deploy the new version?

64 / 76

64. A company runs a hybrid cloud environment. The company is planning the deployment strategy for an application that will run on Amazon EC2 instances and on-premises servers. The strategy will use AWS CodeDeploy.

What is the MOST secure way for the company to use CodeDeploy with the on-premises servers?

65 / 76

65. Your company runs a critical stateful application on AWS, which currently operates in a single region. To improve the disaster recovery posture, you've been tasked with designing a solution that minimizes data loss (RPO) and reduces recovery time (RTO) in case of a regional failure.
What strategy would best achieve a low RPO and RTO for this stateful application?

66 / 76

66. You are tasked with designing a CI/CD pipeline for a highly scalable and fault-tolerant application architecture on AWS. The application consists of multiple microservices deployed using AWS Fargate and leverages AWS DynamoDB for data storage. Which combination of AWS services would be most suitable for building and deploying this application?

67 / 76

67. Your organization is developing a complex application with multiple dependencies on external libraries and services. You need to ensure that the build process captures specific versions of these dependencies to maintain consistency across development, testing, and production environments. Additionally, you want to automate the scanning of these dependencies for known vulnerabilities before deployment. Which combination of AWS services and features should you use to achieve this?

68 / 76

68. A company uses Amazon Elastic Container Service (Amazon ECS) to manage Docker containers. The company recently discovered that some of the ECS tasks reached the STOPPED state when an essential container in the task exited. The company wants to receive email notifications whenever an essential container in the task exits.

A DevOps engineer creates a new Amazon Simple Notification Service (Amazon SNS) topic and subscribes the notification email address to the new SNS topic.

What should the DevOps engineer do next to meet the requirements with the LEAST amount of development effort?

69 / 76

69. A company runs an application on Amazon EC2 instances that are spread across multiple Availability Zones. The application processes messages from an Amazon Simple Queue Service (Amazon SQS) queue. Occasionally, the number of messages increases significantly and causes the application to experience delays in processing the messages.

To address the delays, the company creates an Amazon EC2 Auto Scaling group. The company implements a target tracking scaling policy that is based on average CPU utilization of the Auto Scaling group. However, the company finds that the EC2 instances are not scaling in a timely manner.

Which solution will resolve this issue in the MOST reliable manner?

70 / 76

70. A software company is developing a multi-tier web application that includes a front-end, a back-end API, and a database layer. The development team wants to automate the deployment process in such a way that updates to the front-end and back-end components can be deployed independently. Which combination of AWS services should they use to achieve this goal?

71 / 76

71. A DevOps engineer needs to implement a blue/green deployment process for an application on AWS. The DevOps engineer must gradually shift the traffic between the environments. The application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The instances run in an Amazon EC2 Auto Scaling group. The application stores data on an Amazon RDS Multi-AZ DB instance. Amazon Route 53 provides external DNS.
Which combination of steps should the DevOps engineer take to meet these requirements? (Select THREE.)

72 / 76

72. An organization is required by compliance regulations to retain all application and infrastructure logs for a period of 7 years. The logs must be stored securely, and the integrity of the logs must be maintained to ensure they are admissible for audit purposes.

Which AWS service combination is most suitable for meeting these long-term secure storage and compliance requirements?

73 / 76

73. A company is reviewing its AWS account security policies. The company has staff members in different countries and wants to monitor its AWS accounts for unusual behavior that is associated with an IAM identity.
The company wants to send a notification to any staff member for whom unusual activity is detected. The company also wants to send a notification to the user’s team leader. An external messaging platform will send the notifications. The platform requires a target user-id for each recipient.
The company already has an API on AWS that the company can use to return the user-id of the staff member and the team leader from IAM user names. The company manages its AWS accounts by using AWS Organizations.
Which solution will meet these requirements?

74 / 76

74. Company ABC has a complex multi-tier application consisting of web servers, application servers, and databases. They want to automate the deployment and scaling of their infrastructure while ensuring high availability and fault tolerance. Additionally, they need to monitor application performance and trigger alerts based on predefined thresholds. Which combination of AWS services and methods would best suit their requirements?

75 / 76

75. You are architecting a solution for a large enterprise application that needs to be deployed across multiple AWS regions for high availability and disaster recovery. The application consists of several microservices, each packaged into Docker containers. You need to ensure that the Docker images for these microservices are stored securely and are accessible across regions. Which strategy should you employ to manage these Docker container images?

76 / 76

76. A company runs an application on Amazon EC2 instances behind an Application Load Balancer (ALB). The instances run in an Amazon EC2 Auto Scaling group across multiple Availability Zones. The company uses an AWS CodeDeploy deployment group to manage blue/green deployments of the application. Currently, operators monitor the application logs on the EC2 instances. The operators manually instruct CodeDeploy to roll back if the error rate is too high. A DevOps engineer needs to automate this part of the deployment process.

Which combination of steps should the DevOps engineer take to replace this manual task? (Select TWO.)

Your score is

0%

Exit

Scroll to Top