{"id":64884,"date":"2023-10-05T02:14:13","date_gmt":"2023-10-05T02:14:13","guid":{"rendered":"https:\/\/www.dumpsbase.com\/freedumps\/?p=64884"},"modified":"2023-10-05T02:14:21","modified_gmt":"2023-10-05T02:14:21","slug":"accelerate-your-career-with-the-aws-certified-developer-associate-certification-use-dva-c02-dumps-v9-02-to-make-preparation","status":"publish","type":"post","link":"https:\/\/www.dumpsbase.com\/freedumps\/accelerate-your-career-with-the-aws-certified-developer-associate-certification-use-dva-c02-dumps-v9-02-to-make-preparation.html","title":{"rendered":"Accelerate Your Career with the AWS Certified Developer &#8211; Associate Certification &#8211; Use DVA-C02 Dumps V9.02 to Make Preparation"},"content":{"rendered":"\n<p>Are you looking to boost your career in the field of AWS development? If so, then the DVA-C02 exam is your gateway to success. The DVA-C02 dumps of DumpsBase have recently been updated to version V9.02, offering 127 practice exam questions and answers. These DVA-C02 dumps questions are designed to cover all the necessary topics and concepts required for the AWS Certified Developer &#8211; Associate certification exam. By utilizing these dumps, you can save valuable time and acquire the essential knowledge needed to excel in the exam. With the updated and real exam questions at your disposal, you can confidently prepare for the AWS Certified Developer &#8211; Associate certification exam and increase your chances of success.<\/p>\n<h2>Evaluate the Most Updated Amazon DVA-C02 Dumps with a <em><span style=\"background-color: #ffcc00;\">Free Demo<\/span><\/em><\/h2>\n<script>\n\t  window.fbAsyncInit = function() {\n\t    FB.init({\n\t      appId            : '622169541470367',\n\t      autoLogAppEvents : true,\n\t      xfbml            : true,\n\t      version          : 'v3.1'\n\t    });\n\t  };\n\t\n\t  (function(d, s, id){\n\t     var js, fjs = d.getElementsByTagName(s)[0];\n\t     if (d.getElementById(id)) {return;}\n\t     js = d.createElement(s); js.id = id;\n\t     js.src = \"https:\/\/connect.facebook.net\/en_US\/sdk.js\";\n\t     fjs.parentNode.insertBefore(js, fjs);\n\t   }(document, 'script', 'facebook-jssdk'));\n\t<\/script><script type=\"text\/javascript\" >\ndocument.addEventListener(\"DOMContentLoaded\", function(event) { \nif(!window.jQuery) alert(\"The important jQuery library is not properly loaded in your site. Your WordPress theme is probably missing the essential wp_head() call. You can switch to another theme and you will see that the plugin works fine and this notice disappears. If you are still not sure what to do you can contact us for help.\");\n});\n<\/script>  \n  \n<div  id=\"watupro_quiz\" class=\"quiz-area single-page-quiz\">\n<p id=\"submittingExam7795\" style=\"display:none;text-align:center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/plugins\/watupro\/img\/loading.gif\" width=\"16\" height=\"16\"><\/p>\n\n<div class=\"watupro-exam-description\" id=\"description-quiz-7795\"><\/div>\n\n<form action=\"\" method=\"post\" class=\"quiz-form\" id=\"quiz-7795\"  enctype=\"multipart\/form-data\" >\n<div class='watu-question ' id='question-1' style=';'><div id='questionWrap-1'  class='   watupro-question-id-289518'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>1. <\/span>A company is implementing an application on Amazon EC2 instances. The application needs to process incoming transactions. When the application detects a transaction that is not valid, the application must send a chat message to the company's support team. To send the message, the application needs to retrieve the access token to authenticate by using the chat API. <br \/>\r<br>A developer needs to implement a solution to store the access token. The access token must be encrypted at rest and in transit. The access token must also be accessible from other AWS accounts. <br \/>\r<br>Which solution will meet these requirements with the LEAST management overhead?<\/div><input type='hidden' name='question_id[]' id='qID_1' value='289518' \/><input type='hidden' id='answerType289518' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289518[]' id='answer-id-1137884' class='answer   answerof-289518 ' value='1137884'   \/><label for='answer-id-1137884' id='answer-label-1137884' class=' answer'><span>Use an AWS Systems Manager Parameter Store SecureString parameter that uses an AWS Key Management Service (AWS KMS) AWS managed key to store the access token. Add a resource-based policy to the parameter to allow access from other accounts. Update the IAM role of the EC2 instances with permissions to access Parameter Store. Retrieve the token from Parameter Store with the decrypt flag enabled. Use the decrypted access token to send the message to the chat.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289518[]' id='answer-id-1137885' class='answer   answerof-289518 ' value='1137885'   \/><label for='answer-id-1137885' id='answer-label-1137885' class=' answer'><span>Encrypt the access token by using an AWS Key Management Service (AWS KMS) customer managed key. Store the access token in an Amazon DynamoDB table. Update the IAM role of the EC2 instances with permissions to access DynamoDB and AWS KM<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289518[]' id='answer-id-1137886' class='answer   answerof-289518 ' value='1137886'   \/><label for='answer-id-1137886' id='answer-label-1137886' class=' answer'><span>Retrieve the token from DynamoD<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289518[]' id='answer-id-1137887' class='answer   answerof-289518 ' value='1137887'   \/><label for='answer-id-1137887' id='answer-label-1137887' class=' answer'><span>Decrypt the token by using AWS KMS on the EC2 instances. Use the decrypted access token to send the message to the chat.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289518[]' id='answer-id-1137888' class='answer   answerof-289518 ' value='1137888'   \/><label for='answer-id-1137888' id='answer-label-1137888' class=' answer'><span>Use AWS Secrets Manager with an AWS Key Management Service (AWS KMS) customer managed key to store the access token. Add a resource-based policy to the secret to allow access from other accounts. Update the IAM role of the EC2 instances with permissions to access Secrets Manager. Retrieve the token from Secrets Manager. Use the decrypted access token to send the message to the chat.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289518[]' id='answer-id-1137889' class='answer   answerof-289518 ' value='1137889'   \/><label for='answer-id-1137889' id='answer-label-1137889' class=' answer'><span>Encrypt the access token by using an AWS Key Management Service (AWS KMS) AWS managed key. Store the access token in an Amazon S3 bucket. Add a bucket policy to the S3 bucket to allow access from other accounts. Update the IAM role of the EC2 instances with permissions to access Amazon S3 and AWS KM<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289518[]' id='answer-id-1137890' class='answer   answerof-289518 ' value='1137890'   \/><label for='answer-id-1137890' id='answer-label-1137890' class=' answer'><span>Retrieve the token from the S3 bucket. Decrypt the token by using AWS KMS on the EC2 instances. Use the decrypted access token to send the massage to the chat.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-2' style=';'><div id='questionWrap-2'  class='   watupro-question-id-289519'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>2. <\/span>A company is running Amazon EC2 instances in multiple AWS accounts. A developer needs to implement an application that collects all the lifecycle events of the EC2 instances. The application needs to store the lifecycle events in a single Amazon Simple Queue Service (Amazon SQS) queue in the company's main AWS account for further processing. <br \/>\r<br>Which solution will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_2' value='289519' \/><input type='hidden' id='answerType289519' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289519[]' id='answer-id-1137891' class='answer   answerof-289519 ' value='1137891'   \/><label for='answer-id-1137891' id='answer-label-1137891' class=' answer'><span>Configure Amazon EC2 to deliver the EC2 instance lifecycle events from all accounts to the Amazon EventBridge event bus of the main account. Add an EventBridge rule to the event bus of the main account that matches all EC2 instance lifecycle events. Add the SQS queue as a target of the rule.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289519[]' id='answer-id-1137892' class='answer   answerof-289519 ' value='1137892'   \/><label for='answer-id-1137892' id='answer-label-1137892' class=' answer'><span>Use the resource policies of the SQS queue in the main account to give each account per issions to write to that SQS queue. Add to the Amazon EventBridge event bus of each account an EventBridge rule that matches all EC2 instance lifecycle events. Add the SQS queue in the main account as a target of the rule. validexamdumps<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289519[]' id='answer-id-1137893' class='answer   answerof-289519 ' value='1137893'   \/><label for='answer-id-1137893' id='answer-label-1137893' class=' answer'><span>Write an AWS Lambda function that scans through all EC2 instances in the com any accounts to detect EC2 instance lifecycle changes. Configure the Lambda function to write a notification message to the SQS queue in the main account if the function detects an EC2 instance lifecycle change. Add an Amazon EventBridge scheduled rule that invokes the Lambda function every minute.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289519[]' id='answer-id-1137894' class='answer   answerof-289519 ' value='1137894'   \/><label for='answer-id-1137894' id='answer-label-1137894' class=' answer'><span>Configure the permissions on the main account event bus to receive events from all accounts. Create an Amazon EventBridge rule in each account to send all the EC2 instance lifecycle events to the main account event bus. Add an EventBridge rule to the in account event bus that matches all EC2 instance lifecycle events. Set the SQS queue as target for the rule.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-3' style=';'><div id='questionWrap-3'  class='   watupro-question-id-289520'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>3. <\/span>An application is using Amazon Cognito user pools and identity pools for secure access. A developer wants to in egrate the user-specific file upload and download features in the application with Amazon S3. The developer must ensure that the files are saved and retrieved in a secure manner and that users can access only their own files. The file sizes range from 3 KB to 300 MB. <br \/>\r<br>Which option will meet these requirements with the HIGHEST level of security?<\/div><input type='hidden' name='question_id[]' id='qID_3' value='289520' \/><input type='hidden' id='answerType289520' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289520[]' id='answer-id-1137895' class='answer   answerof-289520 ' value='1137895'   \/><label for='answer-id-1137895' id='answer-label-1137895' class=' answer'><span>Use S3 Event Notifications to validate the file upload and download requests and update the user interface (UI).<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289520[]' id='answer-id-1137896' class='answer   answerof-289520 ' value='1137896'   \/><label for='answer-id-1137896' id='answer-label-1137896' class=' answer'><span>Save the details of the uploaded files in a separate Amazon DynamoDB table. Filter the list of files in the user interface (UI) by comparing the current user ID with the user ID associated with the file in the table.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289520[]' id='answer-id-1137897' class='answer   answerof-289520 ' value='1137897'   \/><label for='answer-id-1137897' id='answer-label-1137897' class=' answer'><span>Use Amazon API Gateway and an AWS Lambda function to upload and download files. Validate each request in the Lambda function before performing the requested operation.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289520[]' id='answer-id-1137898' class='answer   answerof-289520 ' value='1137898'   \/><label for='answer-id-1137898' id='answer-label-1137898' class=' answer'><span>Use an IAM policy within the Amazon Cognito identity prefix to restrict users to use their own folders in Amazon S3.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-4' style=';'><div id='questionWrap-4'  class='   watupro-question-id-289521'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>4. <\/span>A company is building a scalable data management solution by using AWS services to improve the speed and agility of development. The solution will ingest large volumes of data from various sources and will process this data through multiple business rules and transformations. <br \/>\r<br>The solution requires business rules to run in sequence and to handle reprocessing of data if errors occur when the business rules run. The company needs the solution to be scalable and to require the least possible maintenance. <br \/>\r<br>Which AWS service should the company use to manage and automate the orchestration of the data flows to meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_4' value='289521' \/><input type='hidden' id='answerType289521' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289521[]' id='answer-id-1137899' class='answer   answerof-289521 ' value='1137899'   \/><label for='answer-id-1137899' id='answer-label-1137899' class=' answer'><span>AWS Batch<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289521[]' id='answer-id-1137900' class='answer   answerof-289521 ' value='1137900'   \/><label for='answer-id-1137900' id='answer-label-1137900' class=' answer'><span>AWS Step Functions<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289521[]' id='answer-id-1137901' class='answer   answerof-289521 ' value='1137901'   \/><label for='answer-id-1137901' id='answer-label-1137901' class=' answer'><span>AWS Glue<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289521[]' id='answer-id-1137902' class='answer   answerof-289521 ' value='1137902'   \/><label for='answer-id-1137902' id='answer-label-1137902' class=' answer'><span>AWS Lambda<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-5' style=';'><div id='questionWrap-5'  class='   watupro-question-id-289522'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>5. <\/span>A developer has created an AWS Lambda function that is written in Python. The Lambda function reads data from objects in Amazon S3 and writes data to an Amazon DynamoDB table. The function is successfully invoked from an S3 event notification when an object is created. However, the function fails when it attempts to write to the DynamoDB table. <br \/>\r<br>What is the MOST likely cause of this issue?<\/div><input type='hidden' name='question_id[]' id='qID_5' value='289522' \/><input type='hidden' id='answerType289522' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289522[]' id='answer-id-1137903' class='answer   answerof-289522 ' value='1137903'   \/><label for='answer-id-1137903' id='answer-label-1137903' class=' answer'><span>The Lambda function's concurrency limit has been exceeded.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289522[]' id='answer-id-1137904' class='answer   answerof-289522 ' value='1137904'   \/><label for='answer-id-1137904' id='answer-label-1137904' class=' answer'><span>DynamoDB table requires a global secondary index (GSI) to support writes.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289522[]' id='answer-id-1137905' class='answer   answerof-289522 ' value='1137905'   \/><label for='answer-id-1137905' id='answer-label-1137905' class=' answer'><span>The Lambda function does not have IAM permissions to write to DynamoD<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289522[]' id='answer-id-1137906' class='answer   answerof-289522 ' value='1137906'   \/><label for='answer-id-1137906' id='answer-label-1137906' class=' answer'><span>The DynamoDB table is not running in the same Availability Zone as the Lambda function.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-6' style=';'><div id='questionWrap-6'  class='   watupro-question-id-289523'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>6. <\/span>A developer is creating an AWS CloudFormation template to deploy Amazon EC2 instances across multiple AWS accounts. The developer must choose the EC2 instances from a list of approved instance types. <br \/>\r<br>How can the developer incorporate the list of approved instance types in the CloudFormation template?<\/div><input type='hidden' name='question_id[]' id='qID_6' value='289523' \/><input type='hidden' id='answerType289523' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289523[]' id='answer-id-1137907' class='answer   answerof-289523 ' value='1137907'   \/><label for='answer-id-1137907' id='answer-label-1137907' class=' answer'><span>Create a separate CloudFormation template for each EC2 instance type in the list.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289523[]' id='answer-id-1137908' class='answer   answerof-289523 ' value='1137908'   \/><label for='answer-id-1137908' id='answer-label-1137908' class=' answer'><span>In the Resources section of the CloudFormation template, create resources for each EC2 instance type in the list.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289523[]' id='answer-id-1137909' class='answer   answerof-289523 ' value='1137909'   \/><label for='answer-id-1137909' id='answer-label-1137909' class=' answer'><span>In the CloudFormation template, create a separate parameter for each EC2 instance type in the list.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289523[]' id='answer-id-1137910' class='answer   answerof-289523 ' value='1137910'   \/><label for='answer-id-1137910' id='answer-label-1137910' class=' answer'><span>In the CloudFormation template, create a parameter with the list of EC2 instance types as AllowedValues.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-7' style=';'><div id='questionWrap-7'  class='   watupro-question-id-289524'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>7. <\/span>A developer has an application that makes batch requests directly to Amazon DynamoDB by using the BatchGetItem low-level API operation. The responses frequently return values in the UnprocessedKeys element. <br \/>\r<br>Which actions should the developer take to increase the resiliency of the application when the batch response includes values in UnprocessedKeys? (Choose two.)<\/div><input type='hidden' name='question_id[]' id='qID_7' value='289524' \/><input type='hidden' id='answerType289524' value='checkbox'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289524[]' id='answer-id-1137911' class='answer   answerof-289524 ' value='1137911'   \/><label for='answer-id-1137911' id='answer-label-1137911' class=' answer'><span>Retry the batch operation immediately.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289524[]' id='answer-id-1137912' class='answer   answerof-289524 ' value='1137912'   \/><label for='answer-id-1137912' id='answer-label-1137912' class=' answer'><span>Retry the batch operation with exponential backoff and randomized delay.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289524[]' id='answer-id-1137913' class='answer   answerof-289524 ' value='1137913'   \/><label for='answer-id-1137913' id='answer-label-1137913' class=' answer'><span>Update the application to use an AWS software development kit (AWS SDK) to make the requests.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289524[]' id='answer-id-1137914' class='answer   answerof-289524 ' value='1137914'   \/><label for='answer-id-1137914' id='answer-label-1137914' class=' answer'><span>Increase the provisioned read capacity of the DynamoDB tables that the operation accesses.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289524[]' id='answer-id-1137915' class='answer   answerof-289524 ' value='1137915'   \/><label for='answer-id-1137915' id='answer-label-1137915' class=' answer'><span>Increase the provisioned write capacity of the DynamoDB tables that the operation accesses.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-8' style=';'><div id='questionWrap-8'  class='   watupro-question-id-289525'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>8. <\/span>A company is running a custom application on a set of on-premises Linux servers that are accessed using Amazon API Gateway. AWS X-Ray tracing has been enabled on the API test stage. <br \/>\r<br>How can a developer enable X-Ray tracing on the on-premises servers with the LEAST amount of configuration?<\/div><input type='hidden' name='question_id[]' id='qID_8' value='289525' \/><input type='hidden' id='answerType289525' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289525[]' id='answer-id-1137916' class='answer   answerof-289525 ' value='1137916'   \/><label for='answer-id-1137916' id='answer-label-1137916' class=' answer'><span>Install and run the X-Ray SDK on the on-premises servers to capture and relay the data to the X-Ray service.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289525[]' id='answer-id-1137917' class='answer   answerof-289525 ' value='1137917'   \/><label for='answer-id-1137917' id='answer-label-1137917' class=' answer'><span>Install and run the X-Ray daemon on the on-premises servers to capture and relay the data to the X-Ray service.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289525[]' id='answer-id-1137918' class='answer   answerof-289525 ' value='1137918'   \/><label for='answer-id-1137918' id='answer-label-1137918' class=' answer'><span>Capture incoming requests on-premises and configure an AWS Lambda function to pull, process, and relay relevant data to X-Ray using the PutTraceSegments API call.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289525[]' id='answer-id-1137919' class='answer   answerof-289525 ' value='1137919'   \/><label for='answer-id-1137919' id='answer-label-1137919' class=' answer'><span>Capture incoming requests on-premises and configure an AWS Lambda function to pull, process, and relay relevant data to X-Ray using the PutTelemetryRecords API call.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-9' style=';'><div id='questionWrap-9'  class='   watupro-question-id-289526'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>9. <\/span>A company wants to share information with a third party. The third party has an HTTP API endpoint that the company can use to share the information. The company has the required API key to access the HTTP API. <br \/>\r<br>The company needs a way to manage the API key by using code. The integration of the API key with the application code cannot affect application performance. <br \/>\r<br>Which solution will meet these requirements MOST securely?<\/div><input type='hidden' name='question_id[]' id='qID_9' value='289526' \/><input type='hidden' id='answerType289526' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289526[]' id='answer-id-1137920' class='answer   answerof-289526 ' value='1137920'   \/><label for='answer-id-1137920' id='answer-label-1137920' class=' answer'><span>Store the API credentials in AWS Secrets Manager. Retrieve the API credentials at runtime by using the AWS SD<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289526[]' id='answer-id-1137921' class='answer   answerof-289526 ' value='1137921'   \/><label for='answer-id-1137921' id='answer-label-1137921' class=' answer'><span>Use the credentials to make the API call.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289526[]' id='answer-id-1137922' class='answer   answerof-289526 ' value='1137922'   \/><label for='answer-id-1137922' id='answer-label-1137922' class=' answer'><span>Store the API credentials in a local code variable. Push the code to a secure Git repository. Use the \r\nlocal code variable at runtime to make the API call.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289526[]' id='answer-id-1137923' class='answer   answerof-289526 ' value='1137923'   \/><label for='answer-id-1137923' id='answer-label-1137923' class=' answer'><span>Store the API credentials as an object in a private Amazon S3 bucket. Restrict access to the S3 object by using IAM policies. Retrieve the API credentials at runtime by using the AWS SD<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289526[]' id='answer-id-1137924' class='answer   answerof-289526 ' value='1137924'   \/><label for='answer-id-1137924' id='answer-label-1137924' class=' answer'><span>Use the credentials to make the API call.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289526[]' id='answer-id-1137925' class='answer   answerof-289526 ' value='1137925'   \/><label for='answer-id-1137925' id='answer-label-1137925' class=' answer'><span>Store the API credentials in an Amazon DynamoDB table. Restrict access to the table by using resource-based policies. Retrieve the API credentials at runtime by using the AWS SD<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289526[]' id='answer-id-1137926' class='answer   answerof-289526 ' value='1137926'   \/><label for='answer-id-1137926' id='answer-label-1137926' class=' answer'><span>Use the credentials to make the API call.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-10' style=';'><div id='questionWrap-10'  class='   watupro-question-id-289527'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>10. <\/span>A developer is deploying a new application to Amazon Elastic Container Service (Amazon ECS). The developer needs to securely store and retrieve different types of variables. These variables include authentication information for a remote API, the URL for the API, and credentials. The authentication information and API URL must be available to all current and future deployed versions of the application across development, testing, and production environments. <br \/>\r<br>How should the developer retrieve the variables with the FEWEST application changes?<\/div><input type='hidden' name='question_id[]' id='qID_10' value='289527' \/><input type='hidden' id='answerType289527' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289527[]' id='answer-id-1137927' class='answer   answerof-289527 ' value='1137927'   \/><label for='answer-id-1137927' id='answer-label-1137927' class=' answer'><span>Update the application to retrieve the variables from AWS Systems Manager Parameter Store. Use unique paths in Parameter Store for each variable in each environment. Store the credentials in AWS Secrets Manager in each environment.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289527[]' id='answer-id-1137928' class='answer   answerof-289527 ' value='1137928'   \/><label for='answer-id-1137928' id='answer-label-1137928' class=' answer'><span>Update the application to retrieve the variables from AWS Key Management Service (AWS KMS). \r\nStore the API URL and credentials as unique keys for each environment.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289527[]' id='answer-id-1137929' class='answer   answerof-289527 ' value='1137929'   \/><label for='answer-id-1137929' id='answer-label-1137929' class=' answer'><span>Update the application to retrieve the variables from an encrypted file that is stored with the application. Store the API URL and credentials in unique files for each environment.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289527[]' id='answer-id-1137930' class='answer   answerof-289527 ' value='1137930'   \/><label for='answer-id-1137930' id='answer-label-1137930' class=' answer'><span>Update the application to retrieve the variables from each of the deployed environments. Define the authentication information and API URL in the ECS task definition as unique names during the deployment process.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-11' style=';'><div id='questionWrap-11'  class='   watupro-question-id-289528'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>11. <\/span>A company is migrating legacy internal applications to AWS. Leadership wants to rewrite the internal employee directory to use native AWS services. A developer needs to create a solution for storing employee contact details and high-resolution photos for use with the new application. <br \/>\r<br>Which solution will enable the search and retrieval of each employee's individual details and high-resolution photos using AWS APIs?<\/div><input type='hidden' name='question_id[]' id='qID_11' value='289528' \/><input type='hidden' id='answerType289528' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289528[]' id='answer-id-1137931' class='answer   answerof-289528 ' value='1137931'   \/><label for='answer-id-1137931' id='answer-label-1137931' class=' answer'><span>Encode each employee's contact information and photos using Base64. Store the information in an Amazon DynamoDB table using a sort key.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289528[]' id='answer-id-1137932' class='answer   answerof-289528 ' value='1137932'   \/><label for='answer-id-1137932' id='answer-label-1137932' class=' answer'><span>Store each employee's contact information in an Amazon DynamoDB table along with the object keys for the photos stored in Amazon S3.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289528[]' id='answer-id-1137933' class='answer   answerof-289528 ' value='1137933'   \/><label for='answer-id-1137933' id='answer-label-1137933' class=' answer'><span>Use Amazon Cognito user pools to implement the employee directory in a fully managed software-as-a-service (SaaS) method.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289528[]' id='answer-id-1137934' class='answer   answerof-289528 ' value='1137934'   \/><label for='answer-id-1137934' id='answer-label-1137934' class=' answer'><span>Store employee contact information in an Amazon RDS DB instance with the photos stored in Amazon Elastic File System (Amazon EFS).<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-12' style=';'><div id='questionWrap-12'  class='   watupro-question-id-289529'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>12. <\/span>A developer is creating an application that will give users the ability to store photos from their cellphones in the cloud. The application needs to support tens of thousands of users. The application uses an Amazon API Gateway REST API that is integrated with AWS Lambda functions to process the photos. The application stores details about the photos in Amazon DynamoDB. <br \/>\r<br>Users need to create an account to access the application. In the application, users must be able to upload photos and retrieve previously uploaded photos. The photos will range in size from 300 KB to 5 MB. <br \/>\r<br>Which solution will meet these requirements with the LEAST operational overhead?<\/div><input type='hidden' name='question_id[]' id='qID_12' value='289529' \/><input type='hidden' id='answerType289529' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289529[]' id='answer-id-1137935' class='answer   answerof-289529 ' value='1137935'   \/><label for='answer-id-1137935' id='answer-label-1137935' class=' answer'><span>Use Amazon Cognito user pools to manage user accounts. Create an Amazon Cognito user pool authorizer in API Gateway to control access to the AP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289529[]' id='answer-id-1137936' class='answer   answerof-289529 ' value='1137936'   \/><label for='answer-id-1137936' id='answer-label-1137936' class=' answer'><span>Use the Lambda function to store the photos and details in the DynamoDB table. Retrieve previously uploaded photos directly from the DynamoDB table.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289529[]' id='answer-id-1137937' class='answer   answerof-289529 ' value='1137937'   \/><label for='answer-id-1137937' id='answer-label-1137937' class=' answer'><span>Use Amazon Cognito user pools to manage user accounts. Create an Amazon Cognito user pool authorizer in API Gateway to control access to the AP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289529[]' id='answer-id-1137938' class='answer   answerof-289529 ' value='1137938'   \/><label for='answer-id-1137938' id='answer-label-1137938' class=' answer'><span>Use the Lambda function to store the photos in Amazon S3. Store the object's S3 key as part of the photo details in the DynamoDB table. Retrieve previously uploaded photos by querying DynamoDB for the S3 key.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289529[]' id='answer-id-1137939' class='answer   answerof-289529 ' value='1137939'   \/><label for='answer-id-1137939' id='answer-label-1137939' class=' answer'><span>Create an IAM user for each user of the application during the sign-up process. Use IAM authentication to access the API Gateway AP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289529[]' id='answer-id-1137940' class='answer   answerof-289529 ' value='1137940'   \/><label for='answer-id-1137940' id='answer-label-1137940' class=' answer'><span>Use the Lambda function to store the photos in Amazon S3. Store the object's S3 key as part of the photo details in the DynamoDB table. Retrieve previously uploaded photos by querying DynamoDB for the S3 key.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289529[]' id='answer-id-1137941' class='answer   answerof-289529 ' value='1137941'   \/><label for='answer-id-1137941' id='answer-label-1137941' class=' answer'><span>Create a users table in DynamoD<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289529[]' id='answer-id-1137942' class='answer   answerof-289529 ' value='1137942'   \/><label for='answer-id-1137942' id='answer-label-1137942' class=' answer'><span>Use the table to manage user accounts. Create a Lambda authorizer that validates user credentials against the users table. Integrate the Lambda authorizer with API Gateway to control access to the AP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289529[]' id='answer-id-1137943' class='answer   answerof-289529 ' value='1137943'   \/><label for='answer-id-1137943' id='answer-label-1137943' class=' answer'><span>Use the Lambda function to store the photos in Amazon S3. Store the object's S3 key as par of the photo details in the DynamoDB table. Retrieve previously uploaded photos by querying DynamoDB for the S3 key.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-13' style=';'><div id='questionWrap-13'  class='   watupro-question-id-289530'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>13. <\/span>A company receives food orders from multiple partners. The company has a microservices application that uses Amazon API Gateway APIs with AWS Lambda integration. Each partner sends orders by calling a customized API that is exposed through API Gateway. The API call invokes a shared Lambda function to process the orders. <br \/>\r<br>Partners need to be notified after the Lambda function processes the orders. Each partner must receive updates for only the partner's own orders. The company wants to add new partners in the future with the fewest code changes possible. <br \/>\r<br>Which solution will meet these requirements in the MOST scalable way?<\/div><input type='hidden' name='question_id[]' id='qID_13' value='289530' \/><input type='hidden' id='answerType289530' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289530[]' id='answer-id-1137944' class='answer   answerof-289530 ' value='1137944'   \/><label for='answer-id-1137944' id='answer-label-1137944' class=' answer'><span>Create a different Amazon Simple Notification Service (Amazon SNS) topic for each partner. Configure the Lambda function to publish messages for each partner to the partner's SNS topic.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289530[]' id='answer-id-1137945' class='answer   answerof-289530 ' value='1137945'   \/><label for='answer-id-1137945' id='answer-label-1137945' class=' answer'><span>Create a different Lambda function for each partner. Configure the Lambda function to notify each partner's service endpoint directly.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289530[]' id='answer-id-1137946' class='answer   answerof-289530 ' value='1137946'   \/><label for='answer-id-1137946' id='answer-label-1137946' class=' answer'><span>Create an Amazon Simple Notification Service (Amazon SNS) topic. Configure the Lambda function to publish messages with specific attributes to the SNS topic. Subscribe each partner to the SNS topic. Apply the appropriate filter policy to the topic subscriptions.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289530[]' id='answer-id-1137947' class='answer   answerof-289530 ' value='1137947'   \/><label for='answer-id-1137947' id='answer-label-1137947' class=' answer'><span>Create one Amazon Simple Notification Service (Amazon SNS) topic. Subscribe all partners to the SNS topic.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-14' style=';'><div id='questionWrap-14'  class='   watupro-question-id-289531'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>14. <\/span>A financial company must store original customer records for 10 years for legal reasons. A complete record contains personally identifiable information (PII). According to local regulations, PII is available to only certain people in the company and must not be shared with third parties. The company needs to make the records available to third-party organizations for statistical analysis without sharing the PII. <br \/>\r<br>A developer wants to store the original immutable record in Amazon S3. Depending on who accesses the S3 document, the document should be returned as is or with all the PII removed. The developer has written an AWS Lambda function to remove the PII from the document. The function is named removePii. <br \/>\r<br>What should the developer do so that the company can meet the PII requirements while maintaining only one copy of the document?<\/div><input type='hidden' name='question_id[]' id='qID_14' value='289531' \/><input type='hidden' id='answerType289531' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289531[]' id='answer-id-1137948' class='answer   answerof-289531 ' value='1137948'   \/><label for='answer-id-1137948' id='answer-label-1137948' class=' answer'><span>Set up an S3 event notification that invokes the removePii function when an S3 GET request is made. Call Amazon S3 by using a GET request to access the object without PI<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289531[]' id='answer-id-1137949' class='answer   answerof-289531 ' value='1137949'   \/><label for='answer-id-1137949' id='answer-label-1137949' class=' answer'><span>Set up an S3 event notification that invokes the removePii function when an S3 PUT request is made. Call Amazon S3 by using a PUT request to access the object without PI<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289531[]' id='answer-id-1137950' class='answer   answerof-289531 ' value='1137950'   \/><label for='answer-id-1137950' id='answer-label-1137950' class=' answer'><span>Create an S3 Object Lambda access point from the S3 console. Select the removePii function. Use S3 Access Points to access the object without PI<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289531[]' id='answer-id-1137951' class='answer   answerof-289531 ' value='1137951'   \/><label for='answer-id-1137951' id='answer-label-1137951' class=' answer'><span>Create an S3 access point from the S3 console. Use the access point name to call the GetObjectLegalHold S3 API function. Pass in the removePii function name to access the object without PI<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-15' style=';'><div id='questionWrap-15'  class='   watupro-question-id-289532'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>15. <\/span>A developer is deploying an AWS Lambda function The developer wants the ability to return to older versions of the function quickly and seamlessly. <br \/>\r<br>How can the developer achieve this goal with the LEAST operational overhead?<\/div><input type='hidden' name='question_id[]' id='qID_15' value='289532' \/><input type='hidden' id='answerType289532' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289532[]' id='answer-id-1137952' class='answer   answerof-289532 ' value='1137952'   \/><label for='answer-id-1137952' id='answer-label-1137952' class=' answer'><span>Use AWS OpsWorks to perform blue\/green deployments.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289532[]' id='answer-id-1137953' class='answer   answerof-289532 ' value='1137953'   \/><label for='answer-id-1137953' id='answer-label-1137953' class=' answer'><span>Use a function alias with different versions.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289532[]' id='answer-id-1137954' class='answer   answerof-289532 ' value='1137954'   \/><label for='answer-id-1137954' id='answer-label-1137954' class=' answer'><span>Maintain deployment packages for older versions in Amazon S3.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289532[]' id='answer-id-1137955' class='answer   answerof-289532 ' value='1137955'   \/><label for='answer-id-1137955' id='answer-label-1137955' class=' answer'><span>Use AWS CodePipeline for deployments and rollbacks.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-16' style=';'><div id='questionWrap-16'  class='   watupro-question-id-289533'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>16. <\/span>A developer has written an AWS Lambda function. The function is CPU-bound. The developer wants to ensure that the function returns responses quickly. <br \/>\r<br>How can the developer improve the function's performance?<\/div><input type='hidden' name='question_id[]' id='qID_16' value='289533' \/><input type='hidden' id='answerType289533' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289533[]' id='answer-id-1137956' class='answer   answerof-289533 ' value='1137956'   \/><label for='answer-id-1137956' id='answer-label-1137956' class=' answer'><span>Increase the function's CPU core count.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289533[]' id='answer-id-1137957' class='answer   answerof-289533 ' value='1137957'   \/><label for='answer-id-1137957' id='answer-label-1137957' class=' answer'><span>Increase the function's memory.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289533[]' id='answer-id-1137958' class='answer   answerof-289533 ' value='1137958'   \/><label for='answer-id-1137958' id='answer-label-1137958' class=' answer'><span>Increase the function's reserved concurrency.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289533[]' id='answer-id-1137959' class='answer   answerof-289533 ' value='1137959'   \/><label for='answer-id-1137959' id='answer-label-1137959' class=' answer'><span>Increase the function's timeout.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-17' style=';'><div id='questionWrap-17'  class='   watupro-question-id-289534'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>17. <\/span>For a deployment using AWS Code Deploy, what is the run order of the hooks for in-place deployments?<\/div><input type='hidden' name='question_id[]' id='qID_17' value='289534' \/><input type='hidden' id='answerType289534' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289534[]' id='answer-id-1137960' class='answer   answerof-289534 ' value='1137960'   \/><label for='answer-id-1137960' id='answer-label-1137960' class=' answer'><span>BeforeInstall -&gt; ApplicationStop -&gt; ApplicationStart -&gt; AfterInstall<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289534[]' id='answer-id-1137961' class='answer   answerof-289534 ' value='1137961'   \/><label for='answer-id-1137961' id='answer-label-1137961' class=' answer'><span>ApplicationStop -&gt; BeforeInstall -&gt; AfterInstall -&gt; ApplicationStart<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289534[]' id='answer-id-1137962' class='answer   answerof-289534 ' value='1137962'   \/><label for='answer-id-1137962' id='answer-label-1137962' class=' answer'><span>BeforeInstall -&gt; ApplicationStop -&gt; ValidateService -&gt; ApplicationStart<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289534[]' id='answer-id-1137963' class='answer   answerof-289534 ' value='1137963'   \/><label for='answer-id-1137963' id='answer-label-1137963' class=' answer'><span>ApplicationStop -&gt; BeforeInstall -&gt; ValidateService -&gt; ApplicationStart<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-18' style=';'><div id='questionWrap-18'  class='   watupro-question-id-289535'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>18. <\/span>A company is building a serverless application on AWS. The application uses an AWS Lambda function to process customer orders 24 hours a day, 7 days a week. The Lambda function calls an external vendor's HTTP API to process payments. <br \/>\r<br>During load tests, a developer discovers that the external vendor payment processing API occasionally times out and returns errors. The company expects that some payment processing API calls will return errors. <br \/>\r<br>The company wants the support team to receive notifications in near real time only when the payment processing external API error rate exceed 5% of the total number of transactions in an hour. Developers need to use an existing Amazon Simple Notification Service (Amazon SNS) topic that is configured to notify the support team. <br \/>\r<br>Which solution will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_18' value='289535' \/><input type='hidden' id='answerType289535' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289535[]' id='answer-id-1137964' class='answer   answerof-289535 ' value='1137964'   \/><label for='answer-id-1137964' id='answer-label-1137964' class=' answer'><span>Write the results of payment processing API calls to Amazon CloudWatch. Use Amazon CloudWatch Logs Insights to query the CloudWatch logs. Schedule the Lambda function to check the CloudWatch logs and notify the existing SNS topic.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289535[]' id='answer-id-1137965' class='answer   answerof-289535 ' value='1137965'   \/><label for='answer-id-1137965' id='answer-label-1137965' class=' answer'><span>Publish custom metrics to CloudWatch that record the failures of the external payment processing API calls. Configure a CloudWatch alarm to notify the existing SNS topic when error rate exceeds the specified rate.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289535[]' id='answer-id-1137966' class='answer   answerof-289535 ' value='1137966'   \/><label for='answer-id-1137966' id='answer-label-1137966' class=' answer'><span>Publish the results of the external payment processing API calls to a new Amazon SNS topic. \r\nSubscribe the support team members to the new SNS topic.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289535[]' id='answer-id-1137967' class='answer   answerof-289535 ' value='1137967'   \/><label for='answer-id-1137967' id='answer-label-1137967' class=' answer'><span>Write the results of the external payment processing API calls to Amazon S3. Schedule an Amazon Athena query to run at regular intervals. Configure Athena to send notifications to the existing SNS topic when the error rate exceeds the specified rate.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-19' style=';'><div id='questionWrap-19'  class='   watupro-question-id-289536'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>19. <\/span>A company is offering APIs as a service over the internet to provide unauthenticated read access to statistical information that is updated daily. The company uses Amazon API Gateway and AWS Lambda to develop the APIs. The service has become popular, and the company wants to enhance the responsiveness of the APIs. <br \/>\r<br>Which action can help the company achieve this goal?<\/div><input type='hidden' name='question_id[]' id='qID_19' value='289536' \/><input type='hidden' id='answerType289536' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289536[]' id='answer-id-1137968' class='answer   answerof-289536 ' value='1137968'   \/><label for='answer-id-1137968' id='answer-label-1137968' class=' answer'><span>Enable API caching in API Gateway.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289536[]' id='answer-id-1137969' class='answer   answerof-289536 ' value='1137969'   \/><label for='answer-id-1137969' id='answer-label-1137969' class=' answer'><span>Configure API Gateway to use an interface VPC endpoint.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289536[]' id='answer-id-1137970' class='answer   answerof-289536 ' value='1137970'   \/><label for='answer-id-1137970' id='answer-label-1137970' class=' answer'><span>Enable cross-origin resource sharing (CORS) for the APIs.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289536[]' id='answer-id-1137971' class='answer   answerof-289536 ' value='1137971'   \/><label for='answer-id-1137971' id='answer-label-1137971' class=' answer'><span>Configure usage plans and API keys in API Gateway.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-20' style=';'><div id='questionWrap-20'  class='   watupro-question-id-289537'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>20. <\/span>A developer wants to store information about movies. Each movie has a title, release year, and genre. The movie information also can include additional properties about the cast and production crew. This additional information is inconsistent across movies. For example, one movie might have an assistant director, and another movie might have an animal trainer. <br \/>\r<br>The developer needs to implement a solution to support the following use cases: <br \/>\r<br>For a given title and release year, get all details about the movie that has that title and release year. <br \/>\r<br>For a given title, get all details about all movies that have that title. <br \/>\r<br>For a given genre, get all details about all movies in that genre. <br \/>\r<br>Which data store configuration will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_20' value='289537' \/><input type='hidden' id='answerType289537' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289537[]' id='answer-id-1137972' class='answer   answerof-289537 ' value='1137972'   \/><label for='answer-id-1137972' id='answer-label-1137972' class=' answer'><span>Create an Amazon DynamoDB table. Configure the table with a primary key that consists of the title as the partition key and the release year as the sort key. Create a global secondary index that uses the genre as the partition key and the title as the sort key.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289537[]' id='answer-id-1137973' class='answer   answerof-289537 ' value='1137973'   \/><label for='answer-id-1137973' id='answer-label-1137973' class=' answer'><span>Create an Amazon DynamoDB table. Configure the table with a primary key that consists of the genre as the partition key and the release year as the sort key. Create a global secondary index that uses the title as the partition key.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289537[]' id='answer-id-1137974' class='answer   answerof-289537 ' value='1137974'   \/><label for='answer-id-1137974' id='answer-label-1137974' class=' answer'><span>On an Amazon RDS DB instance, create a table that contains columns for title, release year, and genre. Configure the title as the primary key.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289537[]' id='answer-id-1137975' class='answer   answerof-289537 ' value='1137975'   \/><label for='answer-id-1137975' id='answer-label-1137975' class=' answer'><span>On an Amazon RDS DB instance, create a table where the primary key is the title and all other data is encoded into JSON format as one additional column.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-21' style=';'><div id='questionWrap-21'  class='   watupro-question-id-289538'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>21. <\/span>A developer maintains an Amazon API Gateway REST API. Customers use the API through a frontend UI and Amazon Cognito authentication. <br \/>\r<br>The developer has a new version of the API that contains new endpoints and backward-incompatible interface changes. The developer needs to provide beta access to other developers on the team without affecting customers. <br \/>\r<br>Which solution will meet these requirements with the LEAST operational overhead?<\/div><input type='hidden' name='question_id[]' id='qID_21' value='289538' \/><input type='hidden' id='answerType289538' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289538[]' id='answer-id-1137976' class='answer   answerof-289538 ' value='1137976'   \/><label for='answer-id-1137976' id='answer-label-1137976' class=' answer'><span>Define a development stage on the API Gateway AP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289538[]' id='answer-id-1137977' class='answer   answerof-289538 ' value='1137977'   \/><label for='answer-id-1137977' id='answer-label-1137977' class=' answer'><span>Instruct the other developers to point the endpoints to the development stage.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289538[]' id='answer-id-1137978' class='answer   answerof-289538 ' value='1137978'   \/><label for='answer-id-1137978' id='answer-label-1137978' class=' answer'><span>Define a new API Gateway API that points to the new API application code. Instruct the other developers to point the endpoints to the new AP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289538[]' id='answer-id-1137979' class='answer   answerof-289538 ' value='1137979'   \/><label for='answer-id-1137979' id='answer-label-1137979' class=' answer'><span>Implement a query parameter in the API application code that determines which code version to call.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289538[]' id='answer-id-1137980' class='answer   answerof-289538 ' value='1137980'   \/><label for='answer-id-1137980' id='answer-label-1137980' class=' answer'><span>Specify new API Gateway endpoints for the API endpoints that the developer wants to add.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-22' style=';'><div id='questionWrap-22'  class='   watupro-question-id-289539'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>22. <\/span>A developer is creating an application that will store personal health information (PHI). The PHI needs to be encrypted at all times. An encrypted Amazon RDS for MySQL DB instance is storing the data. The developer wants to increase the performance of the application by caching frequently accessed data while adding the ability to sort or rank the cached datasets. <br \/>\r<br>Which solution will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_22' value='289539' \/><input type='hidden' id='answerType289539' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289539[]' id='answer-id-1137981' class='answer   answerof-289539 ' value='1137981'   \/><label for='answer-id-1137981' id='answer-label-1137981' class=' answer'><span>Create an Amazon ElastiCache for Redis instance. Enable encryption of data in transit and at rest. \r\nStore frequently accessed data in the cache.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289539[]' id='answer-id-1137982' class='answer   answerof-289539 ' value='1137982'   \/><label for='answer-id-1137982' id='answer-label-1137982' class=' answer'><span>Create an Amazon ElastiCache for Memcached instance. Enable encryption of data in transit and at rest. Store frequently accessed data in the cache.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289539[]' id='answer-id-1137983' class='answer   answerof-289539 ' value='1137983'   \/><label for='answer-id-1137983' id='answer-label-1137983' class=' answer'><span>Create an Amazon RDS for MySQL read replica. Connect to the read replica by using SS<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289539[]' id='answer-id-1137984' class='answer   answerof-289539 ' value='1137984'   \/><label for='answer-id-1137984' id='answer-label-1137984' class=' answer'><span>Configure the read replica to store frequently accessed data.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289539[]' id='answer-id-1137985' class='answer   answerof-289539 ' value='1137985'   \/><label for='answer-id-1137985' id='answer-label-1137985' class=' answer'><span>Create an Amazon DynamoDB table and a DynamoDB Accelerator (DAX) cluster for the table. Store frequently accessed data in the DynamoDB table.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-23' style=';'><div id='questionWrap-23'  class='   watupro-question-id-289540'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>23. <\/span>A company has a multi-node Windows legacy application that runs on premises. The application uses a network shared folder as a centralized configuration repository to store configuration files in .xml format. The company is migrating the application to Amazon EC2 instances. As part of the migration to AWS, a developer must identify a solution that provides high availability for the repository. <br \/>\r<br>Which solution will meet this requirement MOST cost-effectively?<\/div><input type='hidden' name='question_id[]' id='qID_23' value='289540' \/><input type='hidden' id='answerType289540' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289540[]' id='answer-id-1137986' class='answer   answerof-289540 ' value='1137986'   \/><label for='answer-id-1137986' id='answer-label-1137986' class=' answer'><span>Mount an Amazon Elastic Block Store (Amazon EBS) volume onto one of the EC2 instances. Deploy a file system on the EBS volume. Use the host operating system to share a folder. Update the application code to read and write configuration files from the shared folder.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289540[]' id='answer-id-1137987' class='answer   answerof-289540 ' value='1137987'   \/><label for='answer-id-1137987' id='answer-label-1137987' class=' answer'><span>Deploy a micro EC2 instance with an instance store volume. Use the host operating system to share a folder. Update the application code to read and write configuration files from the shared folder.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289540[]' id='answer-id-1137988' class='answer   answerof-289540 ' value='1137988'   \/><label for='answer-id-1137988' id='answer-label-1137988' class=' answer'><span>Create an Amazon S3 bucket to host the repository. Migrate the existing .xml files to the S3 bucket. Update the application code to use the AWS SDK to read and write configuration files from Amazon S3.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289540[]' id='answer-id-1137989' class='answer   answerof-289540 ' value='1137989'   \/><label for='answer-id-1137989' id='answer-label-1137989' class=' answer'><span>Create an Amazon S3 bucket to host the repository. Migrate the existing .xml files to the S3 bucket. Mount the S3 bucket to the EC2 instances as a local volume. Update the application code to read and write configuration files from the disk.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-24' style=';'><div id='questionWrap-24'  class='   watupro-question-id-289541'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>24. <\/span>A company wants to deploy and maintain static websites on AWS. Each website's source code is hosted in one of several version control systems, including AWS CodeCommit, Bitbucket, and GitHub. The company wants to implement phased releases by using development, staging, user acceptance testing, and production environments in the AWS Cloud. Deployments to each environment must be started by code merges on the relevant Git branch. The company wants to use HTTPS for all data exchange. The company needs a solution that does not require servers to run continuously. <br \/>\r<br>Which solution will meet these requirements with the LEAST operational overhead?<\/div><input type='hidden' name='question_id[]' id='qID_24' value='289541' \/><input type='hidden' id='answerType289541' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289541[]' id='answer-id-1137990' class='answer   answerof-289541 ' value='1137990'   \/><label for='answer-id-1137990' id='answer-label-1137990' class=' answer'><span>Host each website by using AWS Amplify with a serverless backend. Conned the repository branches that correspond to each of the desired environments. Start deployments by merging code changes to a desired branch.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289541[]' id='answer-id-1137991' class='answer   answerof-289541 ' value='1137991'   \/><label for='answer-id-1137991' id='answer-label-1137991' class=' answer'><span>Host each website in AWS Elastic Beanstalk with multiple environments. Use the EB CLI to link each repository branch. Integrate AWS CodePipeline to automate deployments from version control code merges.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289541[]' id='answer-id-1137992' class='answer   answerof-289541 ' value='1137992'   \/><label for='answer-id-1137992' id='answer-label-1137992' class=' answer'><span>Host each website in different Amazon S3 buckets for each environment. Configure AWS CodePipeline to pull source code from version control. Add an AWS CodeBuild stage to copy source code to Amazon S3.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289541[]' id='answer-id-1137993' class='answer   answerof-289541 ' value='1137993'   \/><label for='answer-id-1137993' id='answer-label-1137993' class=' answer'><span>Host each website on its own Amazon EC2 instance. Write a custom deployment script to bundle each website's static assets. Copy the assets to Amazon EC2. Set up a workflow to run the script when code is merged.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-25' style=';'><div id='questionWrap-25'  class='   watupro-question-id-289542'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>25. <\/span>A company is migrating an on-premises database to Amazon RDS for MySQL. The company has read-heavy workloads. The company wants to refactor the code to achieve optimum read performance for queries. <br \/>\r<br>Which solution will meet this requirement with LEAST current and future effort?<\/div><input type='hidden' name='question_id[]' id='qID_25' value='289542' \/><input type='hidden' id='answerType289542' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289542[]' id='answer-id-1137994' class='answer   answerof-289542 ' value='1137994'   \/><label for='answer-id-1137994' id='answer-label-1137994' class=' answer'><span>Use a multi-AZ Amazon RDS deployment. Increase the number of connections that the code makes to the database or increase the connection pool size if a connection pool is in use.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289542[]' id='answer-id-1137995' class='answer   answerof-289542 ' value='1137995'   \/><label for='answer-id-1137995' id='answer-label-1137995' class=' answer'><span>Use a multi-AZ Amazon RDS deployment. Modify the code so that queries access the secondary RDS instance.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289542[]' id='answer-id-1137996' class='answer   answerof-289542 ' value='1137996'   \/><label for='answer-id-1137996' id='answer-label-1137996' class=' answer'><span>Deploy Amazon RDS with one or more read replicas. Modify the application code so that queries use the URL for the read replicas.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289542[]' id='answer-id-1137997' class='answer   answerof-289542 ' value='1137997'   \/><label for='answer-id-1137997' id='answer-label-1137997' class=' answer'><span>Use open source replication software to create a copy of the MySQL database on an Amazon EC2 instance. Modify the application code so that queries use the IP address of the EC2 instance.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-26' style=';'><div id='questionWrap-26'  class='   watupro-question-id-289543'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>26. <\/span>A developer is creating an application that will be deployed on IoT devices. The application will send data to a RESTful API that is deployed as an AWS Lambda function. The application will assign each API request a unique identifier. The volume of API requests from the application can randomly increase at any given time of day. <br \/>\r<br>During periods of request throttling, the application might need to retry requests. The API must be able to handle duplicate requests without inconsistencies or data loss. <br \/>\r<br>Which solution will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_26' value='289543' \/><input type='hidden' id='answerType289543' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289543[]' id='answer-id-1137998' class='answer   answerof-289543 ' value='1137998'   \/><label for='answer-id-1137998' id='answer-label-1137998' class=' answer'><span>Create an Amazon RDS for MySQL DB instance. Store the unique identifier for each request in a database table. Modify the Lambda function to check the table for the identifier before processing the request.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289543[]' id='answer-id-1137999' class='answer   answerof-289543 ' value='1137999'   \/><label for='answer-id-1137999' id='answer-label-1137999' class=' answer'><span>Create an Amazon DynamoDB table. Store the unique identifier for each request in the table. Modify the Lambda function to check the table for the identifier before processing the request.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289543[]' id='answer-id-1138000' class='answer   answerof-289543 ' value='1138000'   \/><label for='answer-id-1138000' id='answer-label-1138000' class=' answer'><span>Create an Amazon DynamoDB table. Store the unique identifier for each request in the table. Modify the Lambda function to return a client error response when the function receives a duplicate request.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289543[]' id='answer-id-1138001' class='answer   answerof-289543 ' value='1138001'   \/><label for='answer-id-1138001' id='answer-label-1138001' class=' answer'><span>Create an Amazon ElastiCache for Memcached instance. Store the unique identifier for each request in the cache. Modify the Lambda function to check the cache for the identifier before processing the request.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-27' style=';'><div id='questionWrap-27'  class='   watupro-question-id-289544'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>27. <\/span>A developer wants to expand an application to run in multiple AWS Regions. The developer wants to copy Amazon Machine Images (AMIs) with the latest changes and create a new application stack in the destination Region. According to company requirements, all AMIs must be encrypted in all Regions. However, not all the AMIs that the company uses are encrypted. <br \/>\r<br>How can the developer expand the application to run in the destination Region while meeting the encryption requirement?<\/div><input type='hidden' name='question_id[]' id='qID_27' value='289544' \/><input type='hidden' id='answerType289544' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289544[]' id='answer-id-1138002' class='answer   answerof-289544 ' value='1138002'   \/><label for='answer-id-1138002' id='answer-label-1138002' class=' answer'><span>Create new AMIs, and specify encryption parameters. Copy the encrypted AMIs to the destination Region. Delete the unencrypted AMIs.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289544[]' id='answer-id-1138003' class='answer   answerof-289544 ' value='1138003'   \/><label for='answer-id-1138003' id='answer-label-1138003' class=' answer'><span>Use AWS Key Management Service (AWS KMS) to enable encryption on the unencrypted AMIs. \r\nCopy the encrypted AMIs to the destination Region.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289544[]' id='answer-id-1138004' class='answer   answerof-289544 ' value='1138004'   \/><label for='answer-id-1138004' id='answer-label-1138004' class=' answer'><span>Use AWS Certificate Manager (ACM) to enable encryption on the unencrypted AMIs. Copy the encrypted AMIs to the destination Region.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289544[]' id='answer-id-1138005' class='answer   answerof-289544 ' value='1138005'   \/><label for='answer-id-1138005' id='answer-label-1138005' class=' answer'><span>Copy the unencrypted AMIs to the destination Region. Enable encryption by default in the destination Region.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-28' style=';'><div id='questionWrap-28'  class='   watupro-question-id-289545'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>28. <\/span>A company hosts a client-side web application for one of its subsidiaries on Amazon S3. The web application can be accessed through Amazon CloudFront from https:\/\/www.example.com. After a successful rollout, the company wants to host three more client-side web applications for its remaining subsidiaries on three separate S3 buckets. <br \/>\r<br>To achieve this goal, a developer moves all the common JavaScript files and web fonts to a central S3 bucket that serves the web applications. However, during testing, the developer notices that the browser blocks the JavaScript files and web fonts. <br \/>\r<br>What should the developer do to prevent the browser from blocking the JavaScript files and web fonts?<\/div><input type='hidden' name='question_id[]' id='qID_28' value='289545' \/><input type='hidden' id='answerType289545' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289545[]' id='answer-id-1138006' class='answer   answerof-289545 ' value='1138006'   \/><label for='answer-id-1138006' id='answer-label-1138006' class=' answer'><span>Create four access points that allow access to the central S3 bucket. Assign an access point to each web application bucket.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289545[]' id='answer-id-1138007' class='answer   answerof-289545 ' value='1138007'   \/><label for='answer-id-1138007' id='answer-label-1138007' class=' answer'><span>Create a bucket policy that allows access to the central S3 bucket. Attach the bucket policy to the central S3 bucket.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289545[]' id='answer-id-1138008' class='answer   answerof-289545 ' value='1138008'   \/><label for='answer-id-1138008' id='answer-label-1138008' class=' answer'><span>Create a cross-origin resource sharing (CORS) configuration that allows access to the central S3 bucket. Add the CORS configuration to the central S3 bucket.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289545[]' id='answer-id-1138009' class='answer   answerof-289545 ' value='1138009'   \/><label for='answer-id-1138009' id='answer-label-1138009' class=' answer'><span>Create a Content-MD5 header that provides a message integrity check for the central S3 bucket. \r\nInsert the Content-MD5 header for each web application request.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-29' style=';'><div id='questionWrap-29'  class='   watupro-question-id-289546'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>29. <\/span>An application is processing clickstream data using Amazon Kinesis. The clickstream data feed into Kinesis experiences periodic spikes. <br \/>\r<br>The PutRecords API call occasionally fails and the logs show that the failed call returns the response shown below: <br \/>\r<br><br><img decoding=\"async\" border=0 width=649 height=359 id=\"\u56fe\u7247 31\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/uploads\/2023\/09\/image001-38.jpg\"><br><br \/>\r<br>Which techniques will help mitigate this exception? (Choose two.)<\/div><input type='hidden' name='question_id[]' id='qID_29' value='289546' \/><input type='hidden' id='answerType289546' value='checkbox'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289546[]' id='answer-id-1138010' class='answer   answerof-289546 ' value='1138010'   \/><label for='answer-id-1138010' id='answer-label-1138010' class=' answer'><span>Implement retries with exponential backoff.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289546[]' id='answer-id-1138011' class='answer   answerof-289546 ' value='1138011'   \/><label for='answer-id-1138011' id='answer-label-1138011' class=' answer'><span>Use a PutRecord API instead of PutRecords.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289546[]' id='answer-id-1138012' class='answer   answerof-289546 ' value='1138012'   \/><label for='answer-id-1138012' id='answer-label-1138012' class=' answer'><span>Reduce the frequency and\/or size of the requests.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289546[]' id='answer-id-1138013' class='answer   answerof-289546 ' value='1138013'   \/><label for='answer-id-1138013' id='answer-label-1138013' class=' answer'><span>Use Amazon SNS instead of Kinesis.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289546[]' id='answer-id-1138014' class='answer   answerof-289546 ' value='1138014'   \/><label for='answer-id-1138014' id='answer-label-1138014' class=' answer'><span>Reduce the number of KCL consumers.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-30' style=';'><div id='questionWrap-30'  class='   watupro-question-id-289547'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>30. <\/span>A company has an application that uses Amazon Cognito user pools as an identity provider. The company must secure access to user records. The company has set up multi-factor authentication (MFA). The company also wants to send a login activity notification by email every time a user logs in. <br \/>\r<br>What is the MOST operationally efficient solution that meets this requirement?<\/div><input type='hidden' name='question_id[]' id='qID_30' value='289547' \/><input type='hidden' id='answerType289547' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289547[]' id='answer-id-1138015' class='answer   answerof-289547 ' value='1138015'   \/><label for='answer-id-1138015' id='answer-label-1138015' class=' answer'><span>Create an AWS Lambda function that uses Amazon Simple Email Service (Amazon SES) to send the email notification. Add an Amazon API Gateway API to invoke the function. Call the API from the client side when login confirmation is received.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289547[]' id='answer-id-1138016' class='answer   answerof-289547 ' value='1138016'   \/><label for='answer-id-1138016' id='answer-label-1138016' class=' answer'><span>Create an AWS Lambda function that uses Amazon Simple Email Service (Amazon SES) to send the email notification. Add an Amazon Cognito post authentication Lambda trigger for the function.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289547[]' id='answer-id-1138017' class='answer   answerof-289547 ' value='1138017'   \/><label for='answer-id-1138017' id='answer-label-1138017' class=' answer'><span>Create an AWS Lambda function that uses Amazon Simple Email Service (Amazon SES) to send the email notification. Create an Amazon CloudWatch Logs log subscription filter to invoke the function based on the login status.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289547[]' id='answer-id-1138018' class='answer   answerof-289547 ' value='1138018'   \/><label for='answer-id-1138018' id='answer-label-1138018' class=' answer'><span>Configure Amazon Cognito to stream all logs to Amazon Kinesis Data Firehose. Create an AWS Lambda function to process the streamed logs and to send the email notification based on the login status of each user.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-31' style=';'><div id='questionWrap-31'  class='   watupro-question-id-289548'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>31. <\/span>A developer has an application that stores data in an Amazon S3 bucket. The application uses an HTTP API to store and retrieve objects. When the PutObject API operation adds objects to the S3 <br \/>\r<br>bucket the developer must encrypt these objects at rest by using server-side encryption with Amazon S3 managed keys (SSE-S3). <br \/>\r<br>Which solution will meet this requirement?<\/div><input type='hidden' name='question_id[]' id='qID_31' value='289548' \/><input type='hidden' id='answerType289548' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289548[]' id='answer-id-1138019' class='answer   answerof-289548 ' value='1138019'   \/><label for='answer-id-1138019' id='answer-label-1138019' class=' answer'><span>Create an AWS Key Management Service (AWS KMS) key. Assign the KMS key to the S3 bucket.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289548[]' id='answer-id-1138020' class='answer   answerof-289548 ' value='1138020'   \/><label for='answer-id-1138020' id='answer-label-1138020' class=' answer'><span>Set the x-amz-server-side-encryption header when invoking the PutObject API operation.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289548[]' id='answer-id-1138021' class='answer   answerof-289548 ' value='1138021'   \/><label for='answer-id-1138021' id='answer-label-1138021' class=' answer'><span>Provide the encryption key in the HTTP header of every request.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289548[]' id='answer-id-1138022' class='answer   answerof-289548 ' value='1138022'   \/><label for='answer-id-1138022' id='answer-label-1138022' class=' answer'><span>Apply TLS to encrypt the traffic to the S3 bucket.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-32' style=';'><div id='questionWrap-32'  class='   watupro-question-id-289549'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>32. <\/span>A developer needs to perform geographic load testing of an API. The developer must deploy resources to multiple AWS Regions to support the load testing of the API. <br \/>\r<br>How can the developer meet these requirements without additional application code?<\/div><input type='hidden' name='question_id[]' id='qID_32' value='289549' \/><input type='hidden' id='answerType289549' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289549[]' id='answer-id-1138023' class='answer   answerof-289549 ' value='1138023'   \/><label for='answer-id-1138023' id='answer-label-1138023' class=' answer'><span>Create and deploy an AWS Lambda function in each desired Region. Configure the Lambda function to create a stack from an AWS CloudFormation template in that Region when the function is invoked.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289549[]' id='answer-id-1138024' class='answer   answerof-289549 ' value='1138024'   \/><label for='answer-id-1138024' id='answer-label-1138024' class=' answer'><span>Create an AWS CloudFormation template that defines the load test resources. Use the AWS CLI create-stack-set command to create a stack set in the desired Regions.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289549[]' id='answer-id-1138025' class='answer   answerof-289549 ' value='1138025'   \/><label for='answer-id-1138025' id='answer-label-1138025' class=' answer'><span>Create an AWS Systems Manager document that defines the resources. Use the document to create the resources in the desired Regions.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289549[]' id='answer-id-1138026' class='answer   answerof-289549 ' value='1138026'   \/><label for='answer-id-1138026' id='answer-label-1138026' class=' answer'><span>Create an AWS CloudFormation template that defines the load test resources. Use the AWS CLI deploy command to create a stack from the template in each Region.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-33' style=';'><div id='questionWrap-33'  class='   watupro-question-id-289550'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>33. <\/span>A developer is creating an application that includes an Amazon API Gateway REST API in the us-east-2 Region. The developer wants to use Amazon CloudFront and a custom domain name for the API. The developer has acquired an SSL\/TLS certificate for the domain from a third-party provider. <br \/>\r<br>How should the developer configure the custom domain for the application?<\/div><input type='hidden' name='question_id[]' id='qID_33' value='289550' \/><input type='hidden' id='answerType289550' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289550[]' id='answer-id-1138027' class='answer   answerof-289550 ' value='1138027'   \/><label for='answer-id-1138027' id='answer-label-1138027' class=' answer'><span>Import the SSL\/TLS certificate into AWS Certificate Manager (ACM) in the same Region as the AP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289550[]' id='answer-id-1138028' class='answer   answerof-289550 ' value='1138028'   \/><label for='answer-id-1138028' id='answer-label-1138028' class=' answer'><span>Create a DNS A record for the custom domain.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289550[]' id='answer-id-1138029' class='answer   answerof-289550 ' value='1138029'   \/><label for='answer-id-1138029' id='answer-label-1138029' class=' answer'><span>Import the SSL\/TLS certificate into CloudFront. Create a DNS CNAME record for the custom domain.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289550[]' id='answer-id-1138030' class='answer   answerof-289550 ' value='1138030'   \/><label for='answer-id-1138030' id='answer-label-1138030' class=' answer'><span>Import the SSL\/TLS certificate into AWS Certificate Manager (ACM) in the same Region as the AP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289550[]' id='answer-id-1138031' class='answer   answerof-289550 ' value='1138031'   \/><label for='answer-id-1138031' id='answer-label-1138031' class=' answer'><span>Create a DNS CNAME record for the custom domain.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289550[]' id='answer-id-1138032' class='answer   answerof-289550 ' value='1138032'   \/><label for='answer-id-1138032' id='answer-label-1138032' class=' answer'><span>Import the SSL\/TLS certificate into AWS Certificate Manager (ACM) in the us-east-1 Region. Create a DNS CNAME record for the custom domain.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-34' style=';'><div id='questionWrap-34'  class='   watupro-question-id-289551'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>34. <\/span>A developer is creating a template that uses AWS CloudFormation to deploy an application. The application is serverless and uses Amazon API Gateway, Amazon DynamoDB, and AWS Lambda. <br \/>\r<br>Which AWS service or tool should the developer use to define serverless resources in YAML?<\/div><input type='hidden' name='question_id[]' id='qID_34' value='289551' \/><input type='hidden' id='answerType289551' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289551[]' id='answer-id-1138033' class='answer   answerof-289551 ' value='1138033'   \/><label for='answer-id-1138033' id='answer-label-1138033' class=' answer'><span>CloudFormation serverless intrinsic functions<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289551[]' id='answer-id-1138034' class='answer   answerof-289551 ' value='1138034'   \/><label for='answer-id-1138034' id='answer-label-1138034' class=' answer'><span>AWS Elastic Beanstalk<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289551[]' id='answer-id-1138035' class='answer   answerof-289551 ' value='1138035'   \/><label for='answer-id-1138035' id='answer-label-1138035' class=' answer'><span>AWS Serverless Application Model (AWS SAM)<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289551[]' id='answer-id-1138036' class='answer   answerof-289551 ' value='1138036'   \/><label for='answer-id-1138036' id='answer-label-1138036' class=' answer'><span>AWS Cloud Development Kit (AWS CDK)<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-35' style=';'><div id='questionWrap-35'  class='   watupro-question-id-289552'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>35. <\/span>A developer wants to insert a record into an Amazon DynamoDB table as soon as a new file is added to an Amazon S3 bucket. <br \/>\r<br>Which set of steps would be necessary to achieve this?<\/div><input type='hidden' name='question_id[]' id='qID_35' value='289552' \/><input type='hidden' id='answerType289552' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289552[]' id='answer-id-1138037' class='answer   answerof-289552 ' value='1138037'   \/><label for='answer-id-1138037' id='answer-label-1138037' class=' answer'><span>Create an event with Amazon EventBridge that will monitor the S3 bucket and then insert the records into DynamoD<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289552[]' id='answer-id-1138038' class='answer   answerof-289552 ' value='1138038'   \/><label for='answer-id-1138038' id='answer-label-1138038' class=' answer'><span>Configure an S3 event to invoke an AWS Lambda function that inserts records into DynamoD<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289552[]' id='answer-id-1138039' class='answer   answerof-289552 ' value='1138039'   \/><label for='answer-id-1138039' id='answer-label-1138039' class=' answer'><span>Create an AWS Lambda function that will poll the S3 bucket and then insert the records into DynamoD<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289552[]' id='answer-id-1138040' class='answer   answerof-289552 ' value='1138040'   \/><label for='answer-id-1138040' id='answer-label-1138040' class=' answer'><span>Create a cron job that will run at a scheduled time and insert the records into DynamoD<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-36' style=';'><div id='questionWrap-36'  class='   watupro-question-id-289553'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>36. <\/span>A development team maintains a web application by using a single AWS CloudFormation template. The template defines web servers and an Amazon RDS database. The team uses the Cloud Formation template to deploy the Cloud Formation stack to different environments. <br \/>\r<br>During a recent application deployment, a developer caused the primary development database to be dropped and recreated. The result of this incident was a loss of data. The team needs to avoid accidental database deletion in the future. <br \/>\r<br>Which solutions will meet these requirements? (Choose two.)<\/div><input type='hidden' name='question_id[]' id='qID_36' value='289553' \/><input type='hidden' id='answerType289553' value='checkbox'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289553[]' id='answer-id-1138041' class='answer   answerof-289553 ' value='1138041'   \/><label for='answer-id-1138041' id='answer-label-1138041' class=' answer'><span>Add a CloudFormation Deletion Policy attribute with the Retain value to the database resource.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289553[]' id='answer-id-1138042' class='answer   answerof-289553 ' value='1138042'   \/><label for='answer-id-1138042' id='answer-label-1138042' class=' answer'><span>Update the CloudFormation stack policy to prevent updates to the database.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289553[]' id='answer-id-1138043' class='answer   answerof-289553 ' value='1138043'   \/><label for='answer-id-1138043' id='answer-label-1138043' class=' answer'><span>Modify the database to use a Multi-AZ deployment.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289553[]' id='answer-id-1138044' class='answer   answerof-289553 ' value='1138044'   \/><label for='answer-id-1138044' id='answer-label-1138044' class=' answer'><span>Create a CloudFormation stack set for the web application and database deployments.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289553[]' id='answer-id-1138045' class='answer   answerof-289553 ' value='1138045'   \/><label for='answer-id-1138045' id='answer-label-1138045' class=' answer'><span>Add a Cloud Formation DeletionPolicy attribute with the Retain value to the stack.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-37' style=';'><div id='questionWrap-37'  class='   watupro-question-id-289554'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>37. <\/span>A company has an Amazon S3 bucket that contains sensitive data. The data must be encrypted in transit and at rest. The company encrypts the data in the S3 bucket by using an AWS Key Management Service (AWS KMS) key. A developer needs to grant several other AWS accounts the permission to use the S3 GetObject operation to retrieve the data from the S3 bucket. <br \/>\r<br>How can the developer enforce that all requests to retrieve the data provide encryption in transit?<\/div><input type='hidden' name='question_id[]' id='qID_37' value='289554' \/><input type='hidden' id='answerType289554' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289554[]' id='answer-id-1138046' class='answer   answerof-289554 ' value='1138046'   \/><label for='answer-id-1138046' id='answer-label-1138046' class=' answer'><span>Define a resource-based policy on the S3 bucket to deny access when a request meets the condition \u201caws:SecureTransport\u201d: \u201cfalse\u201d.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289554[]' id='answer-id-1138047' class='answer   answerof-289554 ' value='1138047'   \/><label for='answer-id-1138047' id='answer-label-1138047' class=' answer'><span>Define a resource-based policy on the S3 bucket to allow access when a request meets the condition \u201caws:SecureTransport\u201d: \u201cfalse\u201d.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289554[]' id='answer-id-1138048' class='answer   answerof-289554 ' value='1138048'   \/><label for='answer-id-1138048' id='answer-label-1138048' class=' answer'><span>Define a role-based policy on the other accounts' roles to deny access when a request meets the condition of \u201caws:SecureTransport\u201d: \u201cfalse\u201d.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289554[]' id='answer-id-1138049' class='answer   answerof-289554 ' value='1138049'   \/><label for='answer-id-1138049' id='answer-label-1138049' class=' answer'><span>Define a resource-based policy on the KMS key to deny access when a request meets the condition of \u201caws:SecureTransport\u201d: \u201cfalse\u201d.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-38' style=';'><div id='questionWrap-38'  class='   watupro-question-id-289555'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>38. <\/span>An application that is hosted on an Amazon EC2 instance needs access to files that are stored in an Amazon S3 bucket. The application lists the objects that are stored in the S3 bucket and displays a table to the user. During testing, a developer discovers that the application does not show any objects in the list. <br \/>\r<br>What is the MOST secure way to resolve this issue?<\/div><input type='hidden' name='question_id[]' id='qID_38' value='289555' \/><input type='hidden' id='answerType289555' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289555[]' id='answer-id-1138050' class='answer   answerof-289555 ' value='1138050'   \/><label for='answer-id-1138050' id='answer-label-1138050' class=' answer'><span>Update the IAM instance profile that is attached to the EC2 instance to include the S3:* permission for the S3 bucket.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289555[]' id='answer-id-1138051' class='answer   answerof-289555 ' value='1138051'   \/><label for='answer-id-1138051' id='answer-label-1138051' class=' answer'><span>Update the IAM instance profile that is attached to the EC2 instance to include the S3:ListBucket permission for the S3 bucket.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289555[]' id='answer-id-1138052' class='answer   answerof-289555 ' value='1138052'   \/><label for='answer-id-1138052' id='answer-label-1138052' class=' answer'><span>Update the developer's user permissions to include the S3:ListBucket permission for the S3 bucket.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289555[]' id='answer-id-1138053' class='answer   answerof-289555 ' value='1138053'   \/><label for='answer-id-1138053' id='answer-label-1138053' class=' answer'><span>Update the S3 bucket policy by including the S3:ListBucket permission and by setting the Principal element to specify the account number of the EC2 instance.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-39' style=';'><div id='questionWrap-39'  class='   watupro-question-id-289556'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>39. <\/span>A company is planning to securely manage one-time fixed license keys in AWS. The company's development team needs to access the license keys in automaton scripts that run in Amazon EC2 instances and in AWS CloudFormation stacks. <br \/>\r<br>Which solution will meet these requirements MOST cost-effectively?<\/div><input type='hidden' name='question_id[]' id='qID_39' value='289556' \/><input type='hidden' id='answerType289556' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289556[]' id='answer-id-1138054' class='answer   answerof-289556 ' value='1138054'   \/><label for='answer-id-1138054' id='answer-label-1138054' class=' answer'><span>Amazon S3 with encrypted files prefixed with \u201cconfig\u201d<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289556[]' id='answer-id-1138055' class='answer   answerof-289556 ' value='1138055'   \/><label for='answer-id-1138055' id='answer-label-1138055' class=' answer'><span>AWS Secrets Manager secrets with a tag that is named SecretString<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289556[]' id='answer-id-1138056' class='answer   answerof-289556 ' value='1138056'   \/><label for='answer-id-1138056' id='answer-label-1138056' class=' answer'><span>AWS Systems Manager Parameter Store SecureString parameters<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289556[]' id='answer-id-1138057' class='answer   answerof-289556 ' value='1138057'   \/><label for='answer-id-1138057' id='answer-label-1138057' class=' answer'><span>CloudFormation NoEcho parameters<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-40' style=';'><div id='questionWrap-40'  class='   watupro-question-id-289557'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>40. <\/span>A company has deployed infrastructure on AWS. A development team wants to create an AWS Lambda function that will retrieve data from an Amazon Aurora database. The Amazon Aurora database is in a private subnet in company's VPC. The VPC is named VPC1. The data is relational in nature. The Lambda function needs to access the data securely. <br \/>\r<br>Which solution will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_40' value='289557' \/><input type='hidden' id='answerType289557' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289557[]' id='answer-id-1138058' class='answer   answerof-289557 ' value='1138058'   \/><label for='answer-id-1138058' id='answer-label-1138058' class=' answer'><span>Create the Lambda function. Configure VPC1 access for the function. Attach a security group named SG1 to both the Lambda function and the database. Configure the security group inbound and outbound rules to allow TCP traffic on Port 3306.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289557[]' id='answer-id-1138059' class='answer   answerof-289557 ' value='1138059'   \/><label for='answer-id-1138059' id='answer-label-1138059' class=' answer'><span>Create and launch a Lambda function in a new public subnet that is in a new VPC named VPC2. \r\nCreate a peering connection between VPC1 and VPC2.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289557[]' id='answer-id-1138060' class='answer   answerof-289557 ' value='1138060'   \/><label for='answer-id-1138060' id='answer-label-1138060' class=' answer'><span>Create the Lambda function. Configure VPC1 access for the function. Assign a security group named SG1 to the Lambda function. Assign a second security group named SG2 to the database. Add an inbound rule to SG1 to allow TCP traffic from Port 3306.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289557[]' id='answer-id-1138061' class='answer   answerof-289557 ' value='1138061'   \/><label for='answer-id-1138061' id='answer-label-1138061' class=' answer'><span>Export the data from the Aurora database to Amazon S3. Create and launch a Lambda function in VPC1. Configure the Lambda function query the data from Amazon S3.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-41' style=';'><div id='questionWrap-41'  class='   watupro-question-id-289558'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>41. <\/span>A developer is building a web application that uses Amazon API Gateway to expose an AWS Lambda function to process requests from clients. During testing, the developer notices that the API Gateway times out even though the Lambda function finishes under the set time limit. <br \/>\r<br>Which of the following API Gateway metrics in Amazon CloudWatch can help the developer troubleshoot the issue? (Choose two.)<\/div><input type='hidden' name='question_id[]' id='qID_41' value='289558' \/><input type='hidden' id='answerType289558' value='checkbox'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289558[]' id='answer-id-1138062' class='answer   answerof-289558 ' value='1138062'   \/><label for='answer-id-1138062' id='answer-label-1138062' class=' answer'><span>CacheHitCount<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289558[]' id='answer-id-1138063' class='answer   answerof-289558 ' value='1138063'   \/><label for='answer-id-1138063' id='answer-label-1138063' class=' answer'><span>IntegrationLatency<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289558[]' id='answer-id-1138064' class='answer   answerof-289558 ' value='1138064'   \/><label for='answer-id-1138064' id='answer-label-1138064' class=' answer'><span>CacheMissCount<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289558[]' id='answer-id-1138065' class='answer   answerof-289558 ' value='1138065'   \/><label for='answer-id-1138065' id='answer-label-1138065' class=' answer'><span>Latency<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-289558[]' id='answer-id-1138066' class='answer   answerof-289558 ' value='1138066'   \/><label for='answer-id-1138066' id='answer-label-1138066' class=' answer'><span>Count<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-42' style=';'><div id='questionWrap-42'  class='   watupro-question-id-289559'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>42. <\/span>A development team wants to build a continuous integration\/continuous delivery (CI\/CD) pipeline. The team is using AWS CodePipeline to automate the code build and deployment. The team wants to store the program code to prepare for the CI\/CD pipeline. <br \/>\r<br>Which AWS service should the team use to store the program code?<\/div><input type='hidden' name='question_id[]' id='qID_42' value='289559' \/><input type='hidden' id='answerType289559' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289559[]' id='answer-id-1138067' class='answer   answerof-289559 ' value='1138067'   \/><label for='answer-id-1138067' id='answer-label-1138067' class=' answer'><span>AWS CodeDeploy<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289559[]' id='answer-id-1138068' class='answer   answerof-289559 ' value='1138068'   \/><label for='answer-id-1138068' id='answer-label-1138068' class=' answer'><span>AWS CodeArtifact<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289559[]' id='answer-id-1138069' class='answer   answerof-289559 ' value='1138069'   \/><label for='answer-id-1138069' id='answer-label-1138069' class=' answer'><span>AWS CodeCommit<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289559[]' id='answer-id-1138070' class='answer   answerof-289559 ' value='1138070'   \/><label for='answer-id-1138070' id='answer-label-1138070' class=' answer'><span>Amazon CodeGuru<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-43' style=';'><div id='questionWrap-43'  class='   watupro-question-id-289560'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>43. <\/span>A developer is designing an AWS Lambda function that creates temporary files that are less than 10 MB during invocation. The temporary files will be accessed and modified multiple times during invocation. The developer has no need to save or retrieve these files in the future. <br \/>\r<br>Where should the temporary files be stored?<\/div><input type='hidden' name='question_id[]' id='qID_43' value='289560' \/><input type='hidden' id='answerType289560' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289560[]' id='answer-id-1138071' class='answer   answerof-289560 ' value='1138071'   \/><label for='answer-id-1138071' id='answer-label-1138071' class=' answer'><span>the \/tmp directory<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289560[]' id='answer-id-1138072' class='answer   answerof-289560 ' value='1138072'   \/><label for='answer-id-1138072' id='answer-label-1138072' class=' answer'><span>Amazon Elastic File System (Amazon EFS)<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289560[]' id='answer-id-1138073' class='answer   answerof-289560 ' value='1138073'   \/><label for='answer-id-1138073' id='answer-label-1138073' class=' answer'><span>Amazon Elastic Block Store (Amazon EBS)<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289560[]' id='answer-id-1138074' class='answer   answerof-289560 ' value='1138074'   \/><label for='answer-id-1138074' id='answer-label-1138074' class=' answer'><span>Amazon S3<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-44' style=';'><div id='questionWrap-44'  class='   watupro-question-id-289561'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>44. <\/span>A developer is designing a serverless application with two AWS Lambda functions to process photos. One Lambda function stores objects in an Amazon S3 bucket and stores the associated metadata in an Amazon DynamoDB table. The other Lambda function fetches the objects from the S3 bucket by using the metadata from the DynamoDB table. Both Lambda functions use the same Python library to perform complex computations and are approaching the quota for the maximum size of zipped deployment packages. <br \/>\r<br>What should the developer do to reduce the size of the Lambda deployment packages with the LEAST operational overhead?<\/div><input type='hidden' name='question_id[]' id='qID_44' value='289561' \/><input type='hidden' id='answerType289561' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289561[]' id='answer-id-1138075' class='answer   answerof-289561 ' value='1138075'   \/><label for='answer-id-1138075' id='answer-label-1138075' class=' answer'><span>Package each Python library in its own .zip file archive. Deploy each Lambda function with its own copy of the library.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289561[]' id='answer-id-1138076' class='answer   answerof-289561 ' value='1138076'   \/><label for='answer-id-1138076' id='answer-label-1138076' class=' answer'><span>Create a Lambda layer with the required Python library. Use the Lambda layer in both Lambda functions.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289561[]' id='answer-id-1138077' class='answer   answerof-289561 ' value='1138077'   \/><label for='answer-id-1138077' id='answer-label-1138077' class=' answer'><span>Combine the two Lambda functions into one Lambda function. Deploy the Lambda function as a single .zip file archive.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289561[]' id='answer-id-1138078' class='answer   answerof-289561 ' value='1138078'   \/><label for='answer-id-1138078' id='answer-label-1138078' class=' answer'><span>Download the Python library to an S3 bucket. Program the Lambda functions to reference the object URLs.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-45' style=';'><div id='questionWrap-45'  class='   watupro-question-id-289562'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>45. <\/span>A developer is writing an AWS Lambda function. The developer wants to log key events that occur while the Lambda function runs. The developer wants to include a unique identifier to associate the events with a specific function invocation. <br \/>\r<br>The developer adds the following code to the Lambda function: <br \/>\r<br><br><img decoding=\"async\" border=0 width=283 height=48 id=\"\u56fe\u7247 27\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/uploads\/2023\/09\/image002-33.jpg\"><br><br \/>\r<br>Which solution will meet this requirement?<\/div><input type='hidden' name='question_id[]' id='qID_45' value='289562' \/><input type='hidden' id='answerType289562' value='radio'><!-- end question-content--><\/div><div class='question-choices watupro-choices-columns '><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289562[]' id='answer-id-1138079' class='answer   answerof-289562 ' value='1138079'   \/><label for='answer-id-1138079' id='answer-label-1138079' class=' answer'><span>Obtain the request identifier from the AWS request ID field in the context object. Configure the application to write logs to standard output.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289562[]' id='answer-id-1138080' class='answer   answerof-289562 ' value='1138080'   \/><label for='answer-id-1138080' id='answer-label-1138080' class=' answer'><span>Obtain the request identifier from the AWS request ID field in the event object. Configure the application to write logs to a file.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289562[]' id='answer-id-1138081' class='answer   answerof-289562 ' value='1138081'   \/><label for='answer-id-1138081' id='answer-label-1138081' class=' answer'><span>Obtain the request identifier from the AWS request ID field in the event object. Configure the application to write logs to standard output.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-289562[]' id='answer-id-1138082' class='answer   answerof-289562 ' value='1138082'   \/><label for='answer-id-1138082' id='answer-label-1138082' class=' answer'><span>Obtain the request identifier from the AWS request ID field in the context object. Configure the application to write logs to a file.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div style='display:none' id='question-46'>\n\t<div class='question-content'>\n\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/plugins\/watupro\/img\/loading.gif\" width=\"16\" height=\"16\" alt=\"Loading...\" title=\"Loading...\" \/>&nbsp;Loading...\t<\/div>\n<\/div>\n\n<br \/>\n\t\n\t\t\t<div class=\"watupro_buttons flex \" id=\"watuPROButtons7795\" >\n\t\t  <div id=\"prev-question\" style=\"display:none;\"><input type=\"button\" value=\"&lt; Previous\" onclick=\"WatuPRO.nextQuestion(event, 'previous');\"\/><\/div>\t\t  \t\t  \t\t   \n\t\t   \t  \t\t<div><input type=\"button\" name=\"action\" class=\"watupro-submit-button\" onclick=\"WatuPRO.submitResult(event)\" id=\"action-button\" value=\"View Results\"  \/>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\n\t<input type=\"hidden\" name=\"quiz_id\" value=\"7795\" id=\"watuPROExamID\"\/>\n\t<input type=\"hidden\" name=\"start_time\" id=\"startTime\" value=\"2026-05-05 21:28:03\" \/>\n\t<input type=\"hidden\" name=\"start_timestamp\" id=\"startTimeStamp\" value=\"1778016483\" \/>\n\t<input type=\"hidden\" name=\"question_ids\" value=\"\" \/>\n\t<input type=\"hidden\" name=\"watupro_questions\" value=\"289518:1137884,1137885,1137886,1137887,1137888,1137889,1137890 | 289519:1137891,1137892,1137893,1137894 | 289520:1137895,1137896,1137897,1137898 | 289521:1137899,1137900,1137901,1137902 | 289522:1137903,1137904,1137905,1137906 | 289523:1137907,1137908,1137909,1137910 | 289524:1137911,1137912,1137913,1137914,1137915 | 289525:1137916,1137917,1137918,1137919 | 289526:1137920,1137921,1137922,1137923,1137924,1137925,1137926 | 289527:1137927,1137928,1137929,1137930 | 289528:1137931,1137932,1137933,1137934 | 289529:1137935,1137936,1137937,1137938,1137939,1137940,1137941,1137942,1137943 | 289530:1137944,1137945,1137946,1137947 | 289531:1137948,1137949,1137950,1137951 | 289532:1137952,1137953,1137954,1137955 | 289533:1137956,1137957,1137958,1137959 | 289534:1137960,1137961,1137962,1137963 | 289535:1137964,1137965,1137966,1137967 | 289536:1137968,1137969,1137970,1137971 | 289537:1137972,1137973,1137974,1137975 | 289538:1137976,1137977,1137978,1137979,1137980 | 289539:1137981,1137982,1137983,1137984,1137985 | 289540:1137986,1137987,1137988,1137989 | 289541:1137990,1137991,1137992,1137993 | 289542:1137994,1137995,1137996,1137997 | 289543:1137998,1137999,1138000,1138001 | 289544:1138002,1138003,1138004,1138005 | 289545:1138006,1138007,1138008,1138009 | 289546:1138010,1138011,1138012,1138013,1138014 | 289547:1138015,1138016,1138017,1138018 | 289548:1138019,1138020,1138021,1138022 | 289549:1138023,1138024,1138025,1138026 | 289550:1138027,1138028,1138029,1138030,1138031,1138032 | 289551:1138033,1138034,1138035,1138036 | 289552:1138037,1138038,1138039,1138040 | 289553:1138041,1138042,1138043,1138044,1138045 | 289554:1138046,1138047,1138048,1138049 | 289555:1138050,1138051,1138052,1138053 | 289556:1138054,1138055,1138056,1138057 | 289557:1138058,1138059,1138060,1138061 | 289558:1138062,1138063,1138064,1138065,1138066 | 289559:1138067,1138068,1138069,1138070 | 289560:1138071,1138072,1138073,1138074 | 289561:1138075,1138076,1138077,1138078 | 289562:1138079,1138080,1138081,1138082\" \/>\n\t<input type=\"hidden\" name=\"no_ajax\" value=\"0\">\t\t\t<\/form>\n\t<p>&nbsp;<\/p>\n<\/div>\n\n<script type=\"text\/javascript\">\n\/\/jQuery(document).ready(function(){\ndocument.addEventListener(\"DOMContentLoaded\", function(event) { \t\nvar question_ids = \"289518,289519,289520,289521,289522,289523,289524,289525,289526,289527,289528,289529,289530,289531,289532,289533,289534,289535,289536,289537,289538,289539,289540,289541,289542,289543,289544,289545,289546,289547,289548,289549,289550,289551,289552,289553,289554,289555,289556,289557,289558,289559,289560,289561,289562\";\nWatuPROSettings[7795] = {};\nWatuPRO.qArr = question_ids.split(',');\nWatuPRO.exam_id = 7795;\t    \nWatuPRO.post_id = 64884;\nWatuPRO.store_progress = 0;\nWatuPRO.curCatPage = 1;\nWatuPRO.requiredIDs=\"0\".split(\",\");\nWatuPRO.hAppID = \"0.73598500 1778016483\";\nvar url = \"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/plugins\/watupro\/show_exam.php\";\nWatuPRO.examMode = 1;\nWatuPRO.siteURL=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-admin\/admin-ajax.php\";\nWatuPRO.emailIsNotRequired = 0;\nWatuPROIntel.init(7795);\nWatuPRO.inCategoryPages=1;});    \t \n<\/script>\n<p>\u00a0<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[175,15702],"tags":[16318],"class_list":["post-64884","post","type-post","status-publish","format-standard","hentry","category-amazon","category-aws-certified-associate","tag-dva-c02-exam-dumps-updated"],"_links":{"self":[{"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/posts\/64884","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/comments?post=64884"}],"version-history":[{"count":1,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/posts\/64884\/revisions"}],"predecessor-version":[{"id":64887,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/posts\/64884\/revisions\/64887"}],"wp:attachment":[{"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/media?parent=64884"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/categories?post=64884"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/tags?post=64884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}