Provide Amazon AWS-DevOps Dumps Updated Jun 14, 2023 With 275 QA's [Q48-Q72]

Share

Provide Amazon AWS-DevOps Dumps Updated Jun 14, 2023 With 275 QA's

Latest AWS-DevOps Dumps for Success in Actual Amazon Certified


Career Opportunities

These were some important things that you need to know about the Amazon AWS Certified DevOps Engineer – Professional certification and its corresponding exam. You should understand that getting this certificate comes with a lot of benefits. The companies are becoming more and more reliant on AWS and that is why they need people who will be able to work for them. If you have this Amazon certification, it will allow you to land a better job with a decent salary. The certified specialists can choose between different job roles, including an AWS Cloud Engineer, a Remote Senior DevOps Engineer, a Cloud Operations Engineer, a DevOps Engineer, and Senior Linux Engineer, among others. The average salary can be up to $120,000 per annum, depending on your job title, related tasks, and working experience.

 

NEW QUESTION # 48
A company wants to implement a Cl/CD pipeline for an application that is deployed on AWS. The company also has a source-code analysis tool hosted on premises that checks for security flaws.
The tool has not yet been migrated to AWS and can be accessed only on premises. The company wants to run checks against the source code as part of the pipeline before the code is compiled. The checks take anywhere from minutes to an hour to complete.
How can a DevOps Engineer meet these requirements'?

  • A. Use AWS CodePipeline to create a pipeline, then create a custom action type. Create a job worker for the custom action that runs on hardware hosted on premises. The job worker handles running security checks with the on-premises code analysis tool and then returns the job results to CodePipeline. Have the pipeline invoke the custom action after the source stage.
  • B. Use AWS CodePipeline to create a pipeline. Create a shell script that copies the input source code to a location on premises. Invoke the source code analysis tool and return the results to CodePipeline.
    Invoke the shell script by adding a custom script action after the source stage.
  • C. Use AWS CodePipeline to create a pipeline. Add a step after the source stage to make an HTTPS request to the on-premises hosted web service that invokes a test with the source code analysis tool.
    When the analysis is complete, the web service sends the results back by putting the results in an Amazon S3 output location provided by CodePipeline.
  • D. Use AWS CodePipeline to create a pipeline. Add an action to the pipeline to invoke an AWS Lambda function after the source stage. Have the Lambda function invoke the source-code analysis tool on premises against the source input from CodePipeline. The function then waits for the execution to complete and places the output in a specified Amazon S3 location.

Answer: A


NEW QUESTION # 49
You are building a game high score table in DynamoDB. You will store each user's highest score for each game, with many games, all of which have relatively similar usage levels and numbers of players. You need to be able to look up the highest score for any game. What's the best DynamoDB key structure?

  • A. GameID as the hash / only key.
  • B. GameID as the range / only key.
  • C. HighestScore as the hash / only key.
  • D. GameID as the hash key, HighestScore as the range key.

Answer: D

Explanation:
Since access and storage for games is uniform, and you need to have ordering within each game for the scores (to access the highest value), your hash (partition) key should be the GameID, and there should be a range key for HighestScore.
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GuidelinesForTables.html# Guideli nesForTables.Partitions


NEW QUESTION # 50
Your public website uses a load balancer and an Auto Scalinggroup in a virtual private cloud. Your chief security officer has asked you to set up a monitoring system that quickly detects and alerts your team when a large sudden traffic increase occurs. How should you set this up?

  • A. Usean Amazon EMR job to run every thirty minutes analyze the CloudWatch logs fromyour application Amazon EC2 instances in a batch manner to detect a sharpincrease in traffic and then use the Amazon SNS SMS notification to alert yourteam
  • B. Setup an Amazon CloudWatch alarm for the Elastic Load Balancing Networkln metricand then use Amazon SNS to alert your team.
  • C. Usean Amazon EMR job to run every thirty minutes, analyze the Elastic LoadBalancing access logs in a batch manner to detect a sharp increase in trafficand then use the Amazon Simple Email Service to alert your team.
  • D. Setup a cron job to actively monitor the AWS CloudTrail logs for increased trafficand use Amazon SNS to alert your team.
  • E. Setup an Amazon CloudWatch alarm for the Amazon EC2 Networkln metric for the AutoScaling group and then use Amazon SNS to alert your team.

Answer: E

Explanation:
Explanation
The below snapshot from the AWS documentation gives details on the Networkln metric.


NEW QUESTION # 51
A company needs to introduce automatic DNS failover for a distributed web application to a disaster recovery or standby installation. The DevOps Engineer plans to configure Amazon Route
53 to provide DNS routing to alternate endpoint in the event of an application failure. What steps should the Engineer take to accomplish this? (Select TWO.)

  • A. Create Amazon Route 53 health checks for each endpoint that cannot be entered as alias records.
    Ensure firewall and routing rules allow Amazon Route 53 to send requests to the endpoints that are specified in the health checks.
  • B. Create an Amazon CloudWatch alarm to monitor the primary Amazon Route 53 DNS entry. Then create an associated AWS Lambda function to execute the failover API call to Route 53 to the secondary DNS entry.
  • C. Create alias records that route traffic to AWS resources and set the value of the Evaluate Target Health option to Yes, then create all the non-alias records.
  • D. Create a governing Amazon Route 53 record set, set it to failover, and associate it with the primary and secondary Amazon Route 53 record sets to distribute traffic to healthy DNS entries.

Answer: A,D


NEW QUESTION # 52
A company is building a web and mobile application that uses a serverless architecture powered by AWS Lambda and Amazon API Gateway. The company wants to fully automate the backend Lambda deployment based on code that is pushed to the appropriate environment branch in an AWS CodeCommit repository.
The deployment must have the following:
- Separate environment pipelines for testing and production.
- Automatic deployment that occurs for test environments only.
Which steps should be taken to meet these requirements?

  • A. Create two AWS CodePipeline configurations for test and production environments. Configure the production pipeline to have a manual approval step. Create a CodeCommit repository for each environment. Set up each CodePipeline to retrieve the source code from the appropriate repository. Set up the deployment step to deploy the Lambda functions with AWS CloudFormation.
  • B. Create an AWS CodeBuild configuration for test and production environments. Configure the production pipeline to have a manual approval step. Create one CodeCommit repository with a branch for each environment. Push the Lambda function code to an Amazon S3 bucket. Set up the deployment step to deploy the Lambda functions from the S3 bucket.
  • C. Create two AWS CodePipeline configurations for test and production environments. Configure the production pipeline to have a manual approval step. Create one CodeCommit repository with a branch for each environment. Set up each CodePipeline to retrieve the source code from the appropriate branch in the repository. Set up the deployment step to deploy the Lambda functions with AWS CloudFormation.
  • D. Configure a new AWS CodePipeline service. Create a CodeCommit repository for each environment.
    Set up CodePipeline to retrieve the source code from the appropriate repository. Set up a deployment step to deploy the Lambda functions with AWS CloudFormation.

Answer: C

Explanation:
First, A&B both are in-correct: As a basic policy - do not create a repo for the same code for multiple environments. Always create a branch from the same repo. The strategy is wrong for A&B. Now C&D: D uses Lambda function with s3, whereas C uses code pipeline to store and build. Using code pipeline is a smart choice rather than using S3 as a code pipeline that offers better branching strategy and controls.


NEW QUESTION # 53
A legacy web application stores access logs in a proprietary text format. One of the security requirements is to search application access events and correlate them with access data from many different systems. These searches should be near-real time.
Which solution offloads the processing load on the application server and provides a mechanism to search the data in near-real time?

  • A. Upload the log files to Amazon S3 by using the S3 sync command. Use Amazon Athena to define the structure of the data as a table, with Athena SQL queries to search for access events.
  • B. Install the Amazon Kinesis Agent on the application server, configure it to monitor the log files, and send it to a Kinesis stream. Configure Kinesis to transform the data by using an AWS Lambda function, and forward events to Amazon ES for analysis. Use the Elasticsearch API for querying the data.
  • C. Use the third-party file-input plugin Logstash to monitor the application log file, then use a custom dissect filter on the agent to parse the log entries into the JSON format. Output the events to Amazon ES to be searched. Use the Elasticsearch API for querying the data.
  • D. Install the Amazon CloudWatch Logs agent on the application server and use CloudWatch Events rules to search logs for access events. Use Amazon CloudSearch as an interface to search for events.

Answer: B

Explanation:
Explanation
https://docs.aws.amazon.com/zh_cn/streams/latest/dev/writing-with-agents.html


NEW QUESTION # 54
A media customer has several thousand amazon EC2 instances in an AWS account. The customer is using a Slack channel for team communications and important updates. A DevOps Engineer was told to send all AWS- scheduled EC2 maintenance notifications to the company Slack channel.
Which method should the Engineer use to implement this process in the LEAST amount of steps?

  • A. Integrate AWS Support with AWS CloudTrail. Based on the CloudTrail lookup event created, the event can invoke an AWS Lambda function to pass EC2 maintenance notifications to the Slack channel.
  • B. Integrate AWS Personal Health Dashboard with Amazon CloudWatch Events. Based on the CloudWatch Events created, the event can invoke an AWS Lambda function to send notifications to the Slack channel.
  • C. Integrate AWS Trusted Advisor with AWS Config. Based on the AWS Config rules created, the AWS Config event can invoke an AWS Lambda function to send notifications to the Slack channel.
  • D. Integrate EC2 events with Amazon CloudWatch monitoring. Based on the CloudWatch Alarm created, the alarm can invoke an AWS Lambda function to send EC2 maintenance notifications to the Slack channel.

Answer: D

Explanation:
Explanation/Reference: https://yabhinav.github.io/cloud/awslambda-slack-notifications/


NEW QUESTION # 55
You have the requirement to get a snapshot of the current configuration of the resources in your AWS Account. Which of the following services can be used for this purpose

  • A. AWSConfig
  • B. AWS Trusted Advisor
  • C. AWSIAM
  • D. AWS CodeDeploy

Answer: A

Explanation:
Explanation
The AWS Documentation mentions the following
With AWS Config, you can do the following:
* Evaluate your AWS resource configurations for desired settings.
* Get a snapshot of the current configurations of the supported resources that are associated with your AWS account.
* Retrieve configurations of one or more resources that exist in your account.
* Retrieve historical configurations of one or more resources.
* Receive a notification whenever a resource is created, modified, or deleted.
* View relationships between resources. For example, you might want to find all resources that use a particular security group. For more information on AWS Config, please visit the below URL:
* http://docs.aws.amazon.com/config/latest/developerguide/WhatlsConfig.
html


NEW QUESTION # 56
Which of these techniques enables the fastest possible rollback times in the event of a failed deployment?

  • A. Blue-Green
  • B. Rolling; Mutable
  • C. Canary or A/B
  • D. Rolling; Immutable

Answer: A

Explanation:
AWS specifically recommends Blue-Green for super-fast, zero-downtime deploys - and thus rollbacks,
which are redeploying old code.
You use various strategies to migrate the traffic from your current application stack (blue) to a new version
of the application (green). This is a popular technique for deploying applications with zero downtime.
Reference: https://d0.awsstatic.com/whitepapers/overview-of-deployment-options-on-aws.pdf


NEW QUESTION # 57
You are designing a cloudformation stack which involves the creation of a web server and a database server.
You need to ensure that the web server in the stack gets created after the database server is created. How can you achieve this?

  • A. Ensurethat the database server is defined as a child of the web server in thecloudformation template.
  • B. Ensurethat the web server is defined as a child of the database server in thecloudformation template.
  • C. Ensurethat the database server is defined first and before the web server in thecloudformation template.
    The stack creation normally goes in order to create the resources.
  • D. Usethe DependsOn attribute to ensure that the database server is created before the web server.

Answer: D

Explanation:
Explanation
The AWS Documentation mentions
With the DependsOn attribute you can specify that the creation of a specific resource follows another. When you add a DependsOn attribute to a resource, that resource is created only after the creation of the resource specified in the DependsOn attribute.
For more information on the DependsOn attribute, please visit the below url
http://docs.aws.amazon.com/AWSCIoudFormation/latest/UserGuide/aws-attribute-dependson.html


NEW QUESTION # 58
A DevOps Engineer needs to design and implement a backup mechanism for Amazon EFS. The Engineer is given the following requirements:
- The backup should run on schedule.
- The backup should be stopped if the backup window expires.
- The backup should be stopped if the backup completes before the
backup window.
- The backup logs should be retained for further analysis.
- The design should support highly available and fault-tolerant
paradigms.
- Administrators should be notified with backup metadata.
Which design will meet these requirements?

  • A. Use AWS CodePipeline with an Amazon CloudWatch Events rule for scheduling the start/stop of backup activity. Run backup scripts on Amazon EC2 in a single Availability Zone. Use Auto Scaling lifecycle hooks and the SSM Run Command on Amazon EC2 for uploading backup logs to Amazon S3.
    Use Amazon SES to notify admins with backup activity metadata.
  • B. Use AWS Data Pipeline with an Amazon CloudWatch Events rule for scheduling the start/stop of backup activity. Run backup scripts on Amazon EC2 in a single Availability Zone. Use Auto Scaling lifecycle hooks and the SSM Run Command on EC2 for uploading the backup logs to Amazon RDS.
    Use Amazon SNS to notify administrators with backup activity metadata.
  • C. Use Amazon SWF with an Amazon CloudWatch Events rule for scheduling the start/stop of backup activity. Run backup scripts on Amazon EC2 in an Auto Scaling group. Use Auto Scaling lifecycle hooks and the SSM Run Command on EC2 for uploading backup logs to Amazon Redshift. Use CloudWatch Alarms to notify administrators with backup activity metadata.
  • D. Use AWS Lambda with an Amazon CloudWatch Events rule for scheduling the start/stop of backup activity. Run backup scripts on Amazon EC2 in an Auto Scaling group. Use Auto Scaling lifecycle hooks and the SSM Run Command on EC2 for uploading backup logs to Amazon S3.
    Use Amazon SNS to notify administrators with backup activity metadata.
  • An internal server error occurred.

    The AWS Certified DevOps Engineer Professional (DOP-C01) exam is a highly sought-after certification for experienced DevOps professionals looking to validate their knowledge and skills in deploying, managing, and operating highly available, fault-tolerant, and scalable systems on the AWS platform. The certification is designed to test candidates' proficiency in deploying and managing continuous delivery systems and methodologies on AWS, as well as their ability to implement and manage automation technologies and tools that enable secure and reliable infrastructure deployments.


    The Amazon DOP-C01 (AWS Certified DevOps Engineer - Professional) certification exam is designed to validate an individual's expertise in the field of DevOps engineering on the Amazon Web Services (AWS) platform. This certification is meant for professionals who have a strong understanding of the principles of continuous integration and deployment, automation of infrastructure, and monitoring and logging practices.

     

    Changing the Concept of AWS-DevOps Exam Preparation 2023: https://testinsides.vcedumps.com/AWS-DevOps-examcollection.html