{"id":91939,"date":"2024-11-08T02:22:28","date_gmt":"2024-11-08T02:22:28","guid":{"rendered":"https:\/\/www.dumpsbase.com\/freedumps\/?p=91939"},"modified":"2024-11-08T02:22:28","modified_gmt":"2024-11-08T02:22:28","slug":"dva-c02-dumps-v13-02-ease-your-aws-certified-developer-associate-exam-preparation-with-the-most-updated-materials","status":"publish","type":"post","link":"https:\/\/www.dumpsbase.com\/freedumps\/dva-c02-dumps-v13-02-ease-your-aws-certified-developer-associate-exam-preparation-with-the-most-updated-materials.html","title":{"rendered":"DVA-C02 Dumps (V13.02) &#8211; Ease Your AWS Certified Developer &#8211; Associate Exam Preparation with the Most Updated Materials"},"content":{"rendered":"<p>Cracking the AWS Certified Developer &#8211; Associate (DVA-C02) exam expedites obtaining high-paying jobs. When preparing for the Amazon DVA-C02 exam, you can choose the most updated DVA-C02 dumps (V13.02) of DumpsBase to quickly and effectively prepare for your AWS Certified Developer &#8211; Associate certification exam. These updated DVA-C02 dumps contain 298 practice exam questions and answers, which are available in PDF format for use on laptops, tablets, and smartphones. You can also print all these test questions to prepare for the DVA-C02 test by having a hard copy. You can prepare on the go and save time with the AWS Certified Developer &#8211; Associate actual questions in this format. Additionally, the topics of the <a href=\"https:\/\/www.dumpsbase.com\/amazon.html\"><em><strong>Amazon<\/strong><\/em><\/a> DVA-C02 exam are subject to change at any time. You risk losing your money if the domains change after you acquire DVA-C02 exam dumps. You can save money with DumpsBase since we&#8217;ll give you DVA-C02 free updates for up to one year right away. DumpsBase enables you to take the DVA-C02 test confidently and accurately with the most updated materials, passing the actual DVA-C02 exam on your first try.<\/p>\n<h2>Try to <em><span style=\"background-color: #00ffff;\">read the DVA-C02 free dumps below<\/span><\/em> to check the DVA-C02 dumps (V13.02):<\/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=\"submittingExam9187\" 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-9187\"><\/div>\n\n<form action=\"\" method=\"post\" class=\"quiz-form\" id=\"quiz-9187\"  enctype=\"multipart\/form-data\" >\n<div class='watu-question ' id='question-1' style=';'><div id='questionWrap-1'  class='   watupro-question-id-362738'>\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='362738' \/><input type='hidden' id='answerType362738' 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-362738[]' id='answer-id-1414011' class='answer   answerof-362738 ' value='1414011'   \/><label for='answer-id-1414011' id='answer-label-1414011' 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-362738[]' id='answer-id-1414012' class='answer   answerof-362738 ' value='1414012'   \/><label for='answer-id-1414012' id='answer-label-1414012' 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-362738[]' id='answer-id-1414013' class='answer   answerof-362738 ' value='1414013'   \/><label for='answer-id-1414013' id='answer-label-1414013' class=' answer'><span>Retrieve the token from DynamoD<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362738[]' id='answer-id-1414014' class='answer   answerof-362738 ' value='1414014'   \/><label for='answer-id-1414014' id='answer-label-1414014' 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-362738[]' id='answer-id-1414015' class='answer   answerof-362738 ' value='1414015'   \/><label for='answer-id-1414015' id='answer-label-1414015' 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-362738[]' id='answer-id-1414016' class='answer   answerof-362738 ' value='1414016'   \/><label for='answer-id-1414016' id='answer-label-1414016' 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-362738[]' id='answer-id-1414017' class='answer   answerof-362738 ' value='1414017'   \/><label for='answer-id-1414017' id='answer-label-1414017' 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-362739'>\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='362739' \/><input type='hidden' id='answerType362739' 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-362739[]' id='answer-id-1414018' class='answer   answerof-362739 ' value='1414018'   \/><label for='answer-id-1414018' id='answer-label-1414018' 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-362739[]' id='answer-id-1414019' class='answer   answerof-362739 ' value='1414019'   \/><label for='answer-id-1414019' id='answer-label-1414019' class=' answer'><span>Use the resource policies of the SQS queue in the main account to give each account permissions 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.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362739[]' id='answer-id-1414020' class='answer   answerof-362739 ' value='1414020'   \/><label for='answer-id-1414020' id='answer-label-1414020' class=' answer'><span>Write an AWS Lambda function that scans through all EC2 instances in the company 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-362739[]' id='answer-id-1414021' class='answer   answerof-362739 ' value='1414021'   \/><label for='answer-id-1414021' id='answer-label-1414021' 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 main account event bus that matches all EC2 instance lifecycle events. Set the SQS queue as a 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-362740'>\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 integrate 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='362740' \/><input type='hidden' id='answerType362740' 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-362740[]' id='answer-id-1414022' class='answer   answerof-362740 ' value='1414022'   \/><label for='answer-id-1414022' id='answer-label-1414022' 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-362740[]' id='answer-id-1414023' class='answer   answerof-362740 ' value='1414023'   \/><label for='answer-id-1414023' id='answer-label-1414023' 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-362740[]' id='answer-id-1414024' class='answer   answerof-362740 ' value='1414024'   \/><label for='answer-id-1414024' id='answer-label-1414024' 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-362740[]' id='answer-id-1414025' class='answer   answerof-362740 ' value='1414025'   \/><label for='answer-id-1414025' id='answer-label-1414025' 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-362742'>\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='362742' \/><input type='hidden' id='answerType362742' 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-362742[]' id='answer-id-1414028' class='answer   answerof-362742 ' value='1414028'   \/><label for='answer-id-1414028' id='answer-label-1414028' class=' answer'><span>AWS Batch<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362742[]' id='answer-id-1414030' class='answer   answerof-362742 ' value='1414030'   \/><label for='answer-id-1414030' id='answer-label-1414030' class=' answer'><span>AWS Step Functions<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362742[]' id='answer-id-1414032' class='answer   answerof-362742 ' value='1414032'   \/><label for='answer-id-1414032' id='answer-label-1414032' class=' answer'><span>AWS Glue<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362742[]' id='answer-id-1414033' class='answer   answerof-362742 ' value='1414033'   \/><label for='answer-id-1414033' id='answer-label-1414033' 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-362744'>\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='362744' \/><input type='hidden' id='answerType362744' 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-362744[]' id='answer-id-1414036' class='answer   answerof-362744 ' value='1414036'   \/><label for='answer-id-1414036' id='answer-label-1414036' 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-362744[]' id='answer-id-1414038' class='answer   answerof-362744 ' value='1414038'   \/><label for='answer-id-1414038' id='answer-label-1414038' 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-362744[]' id='answer-id-1414040' class='answer   answerof-362744 ' value='1414040'   \/><label for='answer-id-1414040' id='answer-label-1414040' 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-362744[]' id='answer-id-1414041' class='answer   answerof-362744 ' value='1414041'   \/><label for='answer-id-1414041' id='answer-label-1414041' 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-362746'>\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='362746' \/><input type='hidden' id='answerType362746' 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-362746[]' id='answer-id-1414044' class='answer   answerof-362746 ' value='1414044'   \/><label for='answer-id-1414044' id='answer-label-1414044' 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-362746[]' id='answer-id-1414046' class='answer   answerof-362746 ' value='1414046'   \/><label for='answer-id-1414046' id='answer-label-1414046' 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-362746[]' id='answer-id-1414048' class='answer   answerof-362746 ' value='1414048'   \/><label for='answer-id-1414048' id='answer-label-1414048' 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-362746[]' id='answer-id-1414049' class='answer   answerof-362746 ' value='1414049'   \/><label for='answer-id-1414049' id='answer-label-1414049' class=' answer'><span>In the CloudFormation template, create a parameter with the list of EC2 instance types as Allowed Values.<\/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-362747'>\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='362747' \/><input type='hidden' id='answerType362747' 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-362747[]' id='answer-id-1414050' class='answer   answerof-362747 ' value='1414050'   \/><label for='answer-id-1414050' id='answer-label-1414050' class=' answer'><span>Retry the batch operation immediately.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362747[]' id='answer-id-1414051' class='answer   answerof-362747 ' value='1414051'   \/><label for='answer-id-1414051' id='answer-label-1414051' 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-362747[]' id='answer-id-1414052' class='answer   answerof-362747 ' value='1414052'   \/><label for='answer-id-1414052' id='answer-label-1414052' 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-362747[]' id='answer-id-1414053' class='answer   answerof-362747 ' value='1414053'   \/><label for='answer-id-1414053' id='answer-label-1414053' 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-362747[]' id='answer-id-1414054' class='answer   answerof-362747 ' value='1414054'   \/><label for='answer-id-1414054' id='answer-label-1414054' 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-362748'>\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='362748' \/><input type='hidden' id='answerType362748' 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-362748[]' id='answer-id-1414055' class='answer   answerof-362748 ' value='1414055'   \/><label for='answer-id-1414055' id='answer-label-1414055' 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-362748[]' id='answer-id-1414056' class='answer   answerof-362748 ' value='1414056'   \/><label for='answer-id-1414056' id='answer-label-1414056' 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-362748[]' id='answer-id-1414057' class='answer   answerof-362748 ' value='1414057'   \/><label for='answer-id-1414057' id='answer-label-1414057' 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-362748[]' id='answer-id-1414058' class='answer   answerof-362748 ' value='1414058'   \/><label for='answer-id-1414058' id='answer-label-1414058' 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-362749'>\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='362749' \/><input type='hidden' id='answerType362749' 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-362749[]' id='answer-id-1414059' class='answer   answerof-362749 ' value='1414059'   \/><label for='answer-id-1414059' id='answer-label-1414059' 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-362749[]' id='answer-id-1414060' class='answer   answerof-362749 ' value='1414060'   \/><label for='answer-id-1414060' id='answer-label-1414060' 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-362749[]' id='answer-id-1414061' class='answer   answerof-362749 ' value='1414061'   \/><label for='answer-id-1414061' id='answer-label-1414061' class=' answer'><span>Store the API credentials in a local code variable. Push the code to a secure Git repository. Use the local code variable at runtime to make the API call.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362749[]' id='answer-id-1414062' class='answer   answerof-362749 ' value='1414062'   \/><label for='answer-id-1414062' id='answer-label-1414062' 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-362749[]' id='answer-id-1414063' class='answer   answerof-362749 ' value='1414063'   \/><label for='answer-id-1414063' id='answer-label-1414063' 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-362749[]' id='answer-id-1414064' class='answer   answerof-362749 ' value='1414064'   \/><label for='answer-id-1414064' id='answer-label-1414064' 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-362749[]' id='answer-id-1414065' class='answer   answerof-362749 ' value='1414065'   \/><label for='answer-id-1414065' id='answer-label-1414065' 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-362750'>\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='362750' \/><input type='hidden' id='answerType362750' 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-362750[]' id='answer-id-1414066' class='answer   answerof-362750 ' value='1414066'   \/><label for='answer-id-1414066' id='answer-label-1414066' 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-362750[]' id='answer-id-1414067' class='answer   answerof-362750 ' value='1414067'   \/><label for='answer-id-1414067' id='answer-label-1414067' 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-362750[]' id='answer-id-1414068' class='answer   answerof-362750 ' value='1414068'   \/><label for='answer-id-1414068' id='answer-label-1414068' 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-362750[]' id='answer-id-1414069' class='answer   answerof-362750 ' value='1414069'   \/><label for='answer-id-1414069' id='answer-label-1414069' 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-362751'>\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='362751' \/><input type='hidden' id='answerType362751' 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-362751[]' id='answer-id-1414070' class='answer   answerof-362751 ' value='1414070'   \/><label for='answer-id-1414070' id='answer-label-1414070' 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-362751[]' id='answer-id-1414071' class='answer   answerof-362751 ' value='1414071'   \/><label for='answer-id-1414071' id='answer-label-1414071' 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-362751[]' id='answer-id-1414072' class='answer   answerof-362751 ' value='1414072'   \/><label for='answer-id-1414072' id='answer-label-1414072' 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-362751[]' id='answer-id-1414073' class='answer   answerof-362751 ' value='1414073'   \/><label for='answer-id-1414073' id='answer-label-1414073' 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-362752'>\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='362752' \/><input type='hidden' id='answerType362752' 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-362752[]' id='answer-id-1414074' class='answer   answerof-362752 ' value='1414074'   \/><label for='answer-id-1414074' id='answer-label-1414074' 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-362752[]' id='answer-id-1414075' class='answer   answerof-362752 ' value='1414075'   \/><label for='answer-id-1414075' id='answer-label-1414075' 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-362752[]' id='answer-id-1414076' class='answer   answerof-362752 ' value='1414076'   \/><label for='answer-id-1414076' id='answer-label-1414076' 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-362752[]' id='answer-id-1414077' class='answer   answerof-362752 ' value='1414077'   \/><label for='answer-id-1414077' id='answer-label-1414077' 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-362752[]' id='answer-id-1414078' class='answer   answerof-362752 ' value='1414078'   \/><label for='answer-id-1414078' id='answer-label-1414078' 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-362752[]' id='answer-id-1414079' class='answer   answerof-362752 ' value='1414079'   \/><label for='answer-id-1414079' id='answer-label-1414079' 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-362752[]' id='answer-id-1414080' class='answer   answerof-362752 ' value='1414080'   \/><label for='answer-id-1414080' id='answer-label-1414080' class=' answer'><span>Create a users table in DynamoD<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362752[]' id='answer-id-1414081' class='answer   answerof-362752 ' value='1414081'   \/><label for='answer-id-1414081' id='answer-label-1414081' 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-362752[]' id='answer-id-1414082' class='answer   answerof-362752 ' value='1414082'   \/><label for='answer-id-1414082' id='answer-label-1414082' 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-362753'>\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='362753' \/><input type='hidden' id='answerType362753' 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-362753[]' id='answer-id-1414083' class='answer   answerof-362753 ' value='1414083'   \/><label for='answer-id-1414083' id='answer-label-1414083' 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-362753[]' id='answer-id-1414084' class='answer   answerof-362753 ' value='1414084'   \/><label for='answer-id-1414084' id='answer-label-1414084' 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-362753[]' id='answer-id-1414085' class='answer   answerof-362753 ' value='1414085'   \/><label for='answer-id-1414085' id='answer-label-1414085' 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-362753[]' id='answer-id-1414086' class='answer   answerof-362753 ' value='1414086'   \/><label for='answer-id-1414086' id='answer-label-1414086' 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-362754'>\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='362754' \/><input type='hidden' id='answerType362754' 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-362754[]' id='answer-id-1414087' class='answer   answerof-362754 ' value='1414087'   \/><label for='answer-id-1414087' id='answer-label-1414087' 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-362754[]' id='answer-id-1414088' class='answer   answerof-362754 ' value='1414088'   \/><label for='answer-id-1414088' id='answer-label-1414088' 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-362754[]' id='answer-id-1414089' class='answer   answerof-362754 ' value='1414089'   \/><label for='answer-id-1414089' id='answer-label-1414089' class=' answer'><span>Create an S3 Object Lambda access point from the S3 console. Select the removePii function. Use \r\nS3 Access Points to access the object without PI<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362754[]' id='answer-id-1414090' class='answer   answerof-362754 ' value='1414090'   \/><label for='answer-id-1414090' id='answer-label-1414090' 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-362755'>\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='362755' \/><input type='hidden' id='answerType362755' 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-362755[]' id='answer-id-1414091' class='answer   answerof-362755 ' value='1414091'   \/><label for='answer-id-1414091' id='answer-label-1414091' 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-362755[]' id='answer-id-1414092' class='answer   answerof-362755 ' value='1414092'   \/><label for='answer-id-1414092' id='answer-label-1414092' 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-362755[]' id='answer-id-1414093' class='answer   answerof-362755 ' value='1414093'   \/><label for='answer-id-1414093' id='answer-label-1414093' 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-362755[]' id='answer-id-1414094' class='answer   answerof-362755 ' value='1414094'   \/><label for='answer-id-1414094' id='answer-label-1414094' 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-362756'>\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='362756' \/><input type='hidden' id='answerType362756' 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-362756[]' id='answer-id-1414095' class='answer   answerof-362756 ' value='1414095'   \/><label for='answer-id-1414095' id='answer-label-1414095' 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-362756[]' id='answer-id-1414096' class='answer   answerof-362756 ' value='1414096'   \/><label for='answer-id-1414096' id='answer-label-1414096' class=' answer'><span>Increase the function's memory.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362756[]' id='answer-id-1414097' class='answer   answerof-362756 ' value='1414097'   \/><label for='answer-id-1414097' id='answer-label-1414097' class=' answer'><span>Increase the function's reserved concurrency.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362756[]' id='answer-id-1414098' class='answer   answerof-362756 ' value='1414098'   \/><label for='answer-id-1414098' id='answer-label-1414098' 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-362757'>\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='362757' \/><input type='hidden' id='answerType362757' 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-362757[]' id='answer-id-1414099' class='answer   answerof-362757 ' value='1414099'   \/><label for='answer-id-1414099' id='answer-label-1414099' 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-362757[]' id='answer-id-1414100' class='answer   answerof-362757 ' value='1414100'   \/><label for='answer-id-1414100' id='answer-label-1414100' 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-362757[]' id='answer-id-1414101' class='answer   answerof-362757 ' value='1414101'   \/><label for='answer-id-1414101' id='answer-label-1414101' 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-362757[]' id='answer-id-1414102' class='answer   answerof-362757 ' value='1414102'   \/><label for='answer-id-1414102' id='answer-label-1414102' 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-362758'>\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='362758' \/><input type='hidden' id='answerType362758' 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-362758[]' id='answer-id-1414103' class='answer   answerof-362758 ' value='1414103'   \/><label for='answer-id-1414103' id='answer-label-1414103' 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-362758[]' id='answer-id-1414104' class='answer   answerof-362758 ' value='1414104'   \/><label for='answer-id-1414104' id='answer-label-1414104' 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-362758[]' id='answer-id-1414105' class='answer   answerof-362758 ' value='1414105'   \/><label for='answer-id-1414105' id='answer-label-1414105' 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-362758[]' id='answer-id-1414106' class='answer   answerof-362758 ' value='1414106'   \/><label for='answer-id-1414106' id='answer-label-1414106' 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-362759'>\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='362759' \/><input type='hidden' id='answerType362759' 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-362759[]' id='answer-id-1414107' class='answer   answerof-362759 ' value='1414107'   \/><label for='answer-id-1414107' id='answer-label-1414107' class=' answer'><span>Enable API caching in API Gateway.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362759[]' id='answer-id-1414108' class='answer   answerof-362759 ' value='1414108'   \/><label for='answer-id-1414108' id='answer-label-1414108' 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-362759[]' id='answer-id-1414109' class='answer   answerof-362759 ' value='1414109'   \/><label for='answer-id-1414109' id='answer-label-1414109' 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-362759[]' id='answer-id-1414110' class='answer   answerof-362759 ' value='1414110'   \/><label for='answer-id-1414110' id='answer-label-1414110' 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-362760'>\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='362760' \/><input type='hidden' id='answerType362760' 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-362760[]' id='answer-id-1414111' class='answer   answerof-362760 ' value='1414111'   \/><label for='answer-id-1414111' id='answer-label-1414111' 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-362760[]' id='answer-id-1414112' class='answer   answerof-362760 ' value='1414112'   \/><label for='answer-id-1414112' id='answer-label-1414112' 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-362760[]' id='answer-id-1414113' class='answer   answerof-362760 ' value='1414113'   \/><label for='answer-id-1414113' id='answer-label-1414113' 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-362760[]' id='answer-id-1414114' class='answer   answerof-362760 ' value='1414114'   \/><label for='answer-id-1414114' id='answer-label-1414114' 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-362761'>\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='362761' \/><input type='hidden' id='answerType362761' 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-362761[]' id='answer-id-1414115' class='answer   answerof-362761 ' value='1414115'   \/><label for='answer-id-1414115' id='answer-label-1414115' 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-362761[]' id='answer-id-1414117' class='answer   answerof-362761 ' value='1414117'   \/><label for='answer-id-1414117' id='answer-label-1414117' 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-362761[]' id='answer-id-1414118' class='answer   answerof-362761 ' value='1414118'   \/><label for='answer-id-1414118' id='answer-label-1414118' 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-362761[]' id='answer-id-1414120' class='answer   answerof-362761 ' value='1414120'   \/><label for='answer-id-1414120' id='answer-label-1414120' 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-362761[]' id='answer-id-1414122' class='answer   answerof-362761 ' value='1414122'   \/><label for='answer-id-1414122' id='answer-label-1414122' 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-362764'>\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='362764' \/><input type='hidden' id='answerType362764' 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-362764[]' id='answer-id-1414125' class='answer   answerof-362764 ' value='1414125'   \/><label for='answer-id-1414125' id='answer-label-1414125' 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-362764[]' id='answer-id-1414126' class='answer   answerof-362764 ' value='1414126'   \/><label for='answer-id-1414126' id='answer-label-1414126' 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-362764[]' id='answer-id-1414127' class='answer   answerof-362764 ' value='1414127'   \/><label for='answer-id-1414127' id='answer-label-1414127' 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-362764[]' id='answer-id-1414128' class='answer   answerof-362764 ' value='1414128'   \/><label for='answer-id-1414128' id='answer-label-1414128' 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-362764[]' id='answer-id-1414129' class='answer   answerof-362764 ' value='1414129'   \/><label for='answer-id-1414129' id='answer-label-1414129' 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-362765'>\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='362765' \/><input type='hidden' id='answerType362765' 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-362765[]' id='answer-id-1414130' class='answer   answerof-362765 ' value='1414130'   \/><label for='answer-id-1414130' id='answer-label-1414130' 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-362765[]' id='answer-id-1414131' class='answer   answerof-362765 ' value='1414131'   \/><label for='answer-id-1414131' id='answer-label-1414131' 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-362765[]' id='answer-id-1414132' class='answer   answerof-362765 ' value='1414132'   \/><label for='answer-id-1414132' id='answer-label-1414132' 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-362765[]' id='answer-id-1414133' class='answer   answerof-362765 ' value='1414133'   \/><label for='answer-id-1414133' id='answer-label-1414133' 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-362766'>\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='362766' \/><input type='hidden' id='answerType362766' 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-362766[]' id='answer-id-1414134' class='answer   answerof-362766 ' value='1414134'   \/><label for='answer-id-1414134' id='answer-label-1414134' 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-362766[]' id='answer-id-1414135' class='answer   answerof-362766 ' value='1414135'   \/><label for='answer-id-1414135' id='answer-label-1414135' 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-362766[]' id='answer-id-1414136' class='answer   answerof-362766 ' value='1414136'   \/><label for='answer-id-1414136' id='answer-label-1414136' 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-362766[]' id='answer-id-1414137' class='answer   answerof-362766 ' value='1414137'   \/><label for='answer-id-1414137' id='answer-label-1414137' 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-362767'>\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='362767' \/><input type='hidden' id='answerType362767' 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-362767[]' id='answer-id-1414138' class='answer   answerof-362767 ' value='1414138'   \/><label for='answer-id-1414138' id='answer-label-1414138' 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-362767[]' id='answer-id-1414139' class='answer   answerof-362767 ' value='1414139'   \/><label for='answer-id-1414139' id='answer-label-1414139' 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-362767[]' id='answer-id-1414140' class='answer   answerof-362767 ' value='1414140'   \/><label for='answer-id-1414140' id='answer-label-1414140' 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-362767[]' id='answer-id-1414141' class='answer   answerof-362767 ' value='1414141'   \/><label for='answer-id-1414141' id='answer-label-1414141' 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-362768'>\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='362768' \/><input type='hidden' id='answerType362768' 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-362768[]' id='answer-id-1414142' class='answer   answerof-362768 ' value='1414142'   \/><label for='answer-id-1414142' id='answer-label-1414142' 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-362768[]' id='answer-id-1414143' class='answer   answerof-362768 ' value='1414143'   \/><label for='answer-id-1414143' id='answer-label-1414143' class=' answer'><span>Create an Amazon DynamoDB table. Store the unique identifier for each request in the table. \r\nModify 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-362768[]' id='answer-id-1414144' class='answer   answerof-362768 ' value='1414144'   \/><label for='answer-id-1414144' id='answer-label-1414144' 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-362768[]' id='answer-id-1414145' class='answer   answerof-362768 ' value='1414145'   \/><label for='answer-id-1414145' id='answer-label-1414145' 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-362769'>\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='362769' \/><input type='hidden' id='answerType362769' 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-362769[]' id='answer-id-1414146' class='answer   answerof-362769 ' value='1414146'   \/><label for='answer-id-1414146' id='answer-label-1414146' 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-362769[]' id='answer-id-1414147' class='answer   answerof-362769 ' value='1414147'   \/><label for='answer-id-1414147' id='answer-label-1414147' 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-362769[]' id='answer-id-1414148' class='answer   answerof-362769 ' value='1414148'   \/><label for='answer-id-1414148' id='answer-label-1414148' 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-362769[]' id='answer-id-1414149' class='answer   answerof-362769 ' value='1414149'   \/><label for='answer-id-1414149' id='answer-label-1414149' 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-362770'>\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='362770' \/><input type='hidden' id='answerType362770' 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-362770[]' id='answer-id-1414150' class='answer   answerof-362770 ' value='1414150'   \/><label for='answer-id-1414150' id='answer-label-1414150' 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-362770[]' id='answer-id-1414151' class='answer   answerof-362770 ' value='1414151'   \/><label for='answer-id-1414151' id='answer-label-1414151' 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-362770[]' id='answer-id-1414152' class='answer   answerof-362770 ' value='1414152'   \/><label for='answer-id-1414152' id='answer-label-1414152' class=' answer'><span>Create a cross-origin resource sharing (CORS) configuration that allows access to the central S3 \r\nbucket. Add the CORS configuration to the central S3 bucket.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362770[]' id='answer-id-1414153' class='answer   answerof-362770 ' value='1414153'   \/><label for='answer-id-1414153' id='answer-label-1414153' 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-362772'>\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\" width=649 height=359 id=\"\u56fe\u7247 31\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/uploads\/2024\/10\/image001-56.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='362772' \/><input type='hidden' id='answerType362772' 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-362772[]' id='answer-id-1414155' class='answer   answerof-362772 ' value='1414155'   \/><label for='answer-id-1414155' id='answer-label-1414155' class=' answer'><span>Implement retries with exponential backoff.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362772[]' id='answer-id-1414156' class='answer   answerof-362772 ' value='1414156'   \/><label for='answer-id-1414156' id='answer-label-1414156' 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-362772[]' id='answer-id-1414157' class='answer   answerof-362772 ' value='1414157'   \/><label for='answer-id-1414157' id='answer-label-1414157' 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-362772[]' id='answer-id-1414158' class='answer   answerof-362772 ' value='1414158'   \/><label for='answer-id-1414158' id='answer-label-1414158' class=' answer'><span>Use Amazon SNS instead of Kinesis.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362772[]' id='answer-id-1414159' class='answer   answerof-362772 ' value='1414159'   \/><label for='answer-id-1414159' id='answer-label-1414159' 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-362773'>\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='362773' \/><input type='hidden' id='answerType362773' 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-362773[]' id='answer-id-1414160' class='answer   answerof-362773 ' value='1414160'   \/><label for='answer-id-1414160' id='answer-label-1414160' 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-362773[]' id='answer-id-1414161' class='answer   answerof-362773 ' value='1414161'   \/><label for='answer-id-1414161' id='answer-label-1414161' 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-362773[]' id='answer-id-1414162' class='answer   answerof-362773 ' value='1414162'   \/><label for='answer-id-1414162' id='answer-label-1414162' 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-362773[]' id='answer-id-1414163' class='answer   answerof-362773 ' value='1414163'   \/><label for='answer-id-1414163' id='answer-label-1414163' 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-362774'>\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 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='362774' \/><input type='hidden' id='answerType362774' 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-362774[]' id='answer-id-1414164' class='answer   answerof-362774 ' value='1414164'   \/><label for='answer-id-1414164' id='answer-label-1414164' 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-362774[]' id='answer-id-1414165' class='answer   answerof-362774 ' value='1414165'   \/><label for='answer-id-1414165' id='answer-label-1414165' 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-362774[]' id='answer-id-1414166' class='answer   answerof-362774 ' value='1414166'   \/><label for='answer-id-1414166' id='answer-label-1414166' 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-362774[]' id='answer-id-1414167' class='answer   answerof-362774 ' value='1414167'   \/><label for='answer-id-1414167' id='answer-label-1414167' 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-362775'>\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='362775' \/><input type='hidden' id='answerType362775' 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-362775[]' id='answer-id-1414168' class='answer   answerof-362775 ' value='1414168'   \/><label for='answer-id-1414168' id='answer-label-1414168' 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-362775[]' id='answer-id-1414169' class='answer   answerof-362775 ' value='1414169'   \/><label for='answer-id-1414169' id='answer-label-1414169' 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-362775[]' id='answer-id-1414170' class='answer   answerof-362775 ' value='1414170'   \/><label for='answer-id-1414170' id='answer-label-1414170' 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-362775[]' id='answer-id-1414171' class='answer   answerof-362775 ' value='1414171'   \/><label for='answer-id-1414171' id='answer-label-1414171' 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-362776'>\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='362776' \/><input type='hidden' id='answerType362776' 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-362776[]' id='answer-id-1414172' class='answer   answerof-362776 ' value='1414172'   \/><label for='answer-id-1414172' id='answer-label-1414172' 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-362776[]' id='answer-id-1414173' class='answer   answerof-362776 ' value='1414173'   \/><label for='answer-id-1414173' id='answer-label-1414173' 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-362776[]' id='answer-id-1414174' class='answer   answerof-362776 ' value='1414174'   \/><label for='answer-id-1414174' id='answer-label-1414174' 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-362776[]' id='answer-id-1414175' class='answer   answerof-362776 ' value='1414175'   \/><label for='answer-id-1414175' id='answer-label-1414175' 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-362776[]' id='answer-id-1414176' class='answer   answerof-362776 ' value='1414176'   \/><label for='answer-id-1414176' id='answer-label-1414176' 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-362776[]' id='answer-id-1414177' class='answer   answerof-362776 ' value='1414177'   \/><label for='answer-id-1414177' id='answer-label-1414177' 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-362777'>\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='362777' \/><input type='hidden' id='answerType362777' 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-362777[]' id='answer-id-1414178' class='answer   answerof-362777 ' value='1414178'   \/><label for='answer-id-1414178' id='answer-label-1414178' class=' answer'><span>CloudFormation serverless intrinsic functions<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362777[]' id='answer-id-1414179' class='answer   answerof-362777 ' value='1414179'   \/><label for='answer-id-1414179' id='answer-label-1414179' class=' answer'><span>AWS Elastic Beanstalk<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362777[]' id='answer-id-1414180' class='answer   answerof-362777 ' value='1414180'   \/><label for='answer-id-1414180' id='answer-label-1414180' class=' answer'><span>AWS Serverless Application Model (AWS SAM)<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362777[]' id='answer-id-1414181' class='answer   answerof-362777 ' value='1414181'   \/><label for='answer-id-1414181' id='answer-label-1414181' 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-362778'>\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='362778' \/><input type='hidden' id='answerType362778' 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-362778[]' id='answer-id-1414182' class='answer   answerof-362778 ' value='1414182'   \/><label for='answer-id-1414182' id='answer-label-1414182' 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-362778[]' id='answer-id-1414183' class='answer   answerof-362778 ' value='1414183'   \/><label for='answer-id-1414183' id='answer-label-1414183' 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-362778[]' id='answer-id-1414184' class='answer   answerof-362778 ' value='1414184'   \/><label for='answer-id-1414184' id='answer-label-1414184' 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-362778[]' id='answer-id-1414185' class='answer   answerof-362778 ' value='1414185'   \/><label for='answer-id-1414185' id='answer-label-1414185' 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-362779'>\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='362779' \/><input type='hidden' id='answerType362779' 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-362779[]' id='answer-id-1414186' class='answer   answerof-362779 ' value='1414186'   \/><label for='answer-id-1414186' id='answer-label-1414186' 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-362779[]' id='answer-id-1414187' class='answer   answerof-362779 ' value='1414187'   \/><label for='answer-id-1414187' id='answer-label-1414187' 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-362779[]' id='answer-id-1414189' class='answer   answerof-362779 ' value='1414189'   \/><label for='answer-id-1414189' id='answer-label-1414189' 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-362779[]' id='answer-id-1414190' class='answer   answerof-362779 ' value='1414190'   \/><label for='answer-id-1414190' id='answer-label-1414190' 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-362779[]' id='answer-id-1414191' class='answer   answerof-362779 ' value='1414191'   \/><label for='answer-id-1414191' id='answer-label-1414191' 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-362781'>\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='362781' \/><input type='hidden' id='answerType362781' 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-362781[]' id='answer-id-1414192' class='answer   answerof-362781 ' value='1414192'   \/><label for='answer-id-1414192' id='answer-label-1414192' 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-362781[]' id='answer-id-1414193' class='answer   answerof-362781 ' value='1414193'   \/><label for='answer-id-1414193' id='answer-label-1414193' 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-362781[]' id='answer-id-1414194' class='answer   answerof-362781 ' value='1414194'   \/><label for='answer-id-1414194' id='answer-label-1414194' 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-362781[]' id='answer-id-1414195' class='answer   answerof-362781 ' value='1414195'   \/><label for='answer-id-1414195' id='answer-label-1414195' 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-362782'>\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='362782' \/><input type='hidden' id='answerType362782' 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-362782[]' id='answer-id-1414196' class='answer   answerof-362782 ' value='1414196'   \/><label for='answer-id-1414196' id='answer-label-1414196' 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-362782[]' id='answer-id-1414197' class='answer   answerof-362782 ' value='1414197'   \/><label for='answer-id-1414197' id='answer-label-1414197' 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-362782[]' id='answer-id-1414198' class='answer   answerof-362782 ' value='1414198'   \/><label for='answer-id-1414198' id='answer-label-1414198' 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-362782[]' id='answer-id-1414199' class='answer   answerof-362782 ' value='1414199'   \/><label for='answer-id-1414199' id='answer-label-1414199' 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-362783'>\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='362783' \/><input type='hidden' id='answerType362783' 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-362783[]' id='answer-id-1414200' class='answer   answerof-362783 ' value='1414200'   \/><label for='answer-id-1414200' id='answer-label-1414200' 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-362783[]' id='answer-id-1414201' class='answer   answerof-362783 ' value='1414201'   \/><label for='answer-id-1414201' id='answer-label-1414201' 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-362783[]' id='answer-id-1414202' class='answer   answerof-362783 ' value='1414202'   \/><label for='answer-id-1414202' id='answer-label-1414202' 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-362783[]' id='answer-id-1414203' class='answer   answerof-362783 ' value='1414203'   \/><label for='answer-id-1414203' id='answer-label-1414203' 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-362784'>\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='362784' \/><input type='hidden' id='answerType362784' 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-362784[]' id='answer-id-1414204' class='answer   answerof-362784 ' value='1414204'   \/><label for='answer-id-1414204' id='answer-label-1414204' 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-362784[]' id='answer-id-1414205' class='answer   answerof-362784 ' value='1414205'   \/><label for='answer-id-1414205' id='answer-label-1414205' 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-362784[]' id='answer-id-1414206' class='answer   answerof-362784 ' value='1414206'   \/><label for='answer-id-1414206' id='answer-label-1414206' 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-362784[]' id='answer-id-1414207' class='answer   answerof-362784 ' value='1414207'   \/><label for='answer-id-1414207' id='answer-label-1414207' 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-362785'>\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='362785' \/><input type='hidden' id='answerType362785' 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-362785[]' id='answer-id-1414208' class='answer   answerof-362785 ' value='1414208'   \/><label for='answer-id-1414208' id='answer-label-1414208' class=' answer'><span>CacheHitCount<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362785[]' id='answer-id-1414209' class='answer   answerof-362785 ' value='1414209'   \/><label for='answer-id-1414209' id='answer-label-1414209' class=' answer'><span>IntegrationLatency<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362785[]' id='answer-id-1414210' class='answer   answerof-362785 ' value='1414210'   \/><label for='answer-id-1414210' id='answer-label-1414210' class=' answer'><span>CacheMissCount<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362785[]' id='answer-id-1414211' class='answer   answerof-362785 ' value='1414211'   \/><label for='answer-id-1414211' id='answer-label-1414211' class=' answer'><span>Latency<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362785[]' id='answer-id-1414212' class='answer   answerof-362785 ' value='1414212'   \/><label for='answer-id-1414212' id='answer-label-1414212' 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-362786'>\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='362786' \/><input type='hidden' id='answerType362786' 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-362786[]' id='answer-id-1414213' class='answer   answerof-362786 ' value='1414213'   \/><label for='answer-id-1414213' id='answer-label-1414213' class=' answer'><span>AWS CodeDeploy<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362786[]' id='answer-id-1414214' class='answer   answerof-362786 ' value='1414214'   \/><label for='answer-id-1414214' id='answer-label-1414214' class=' answer'><span>AWS CodeArtifact<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362786[]' id='answer-id-1414215' class='answer   answerof-362786 ' value='1414215'   \/><label for='answer-id-1414215' id='answer-label-1414215' class=' answer'><span>AWS CodeCommit<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362786[]' id='answer-id-1414216' class='answer   answerof-362786 ' value='1414216'   \/><label for='answer-id-1414216' id='answer-label-1414216' 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-362787'>\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='362787' \/><input type='hidden' id='answerType362787' 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-362787[]' id='answer-id-1414217' class='answer   answerof-362787 ' value='1414217'   \/><label for='answer-id-1414217' id='answer-label-1414217' class=' answer'><span>the \/tmp directory<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362787[]' id='answer-id-1414218' class='answer   answerof-362787 ' value='1414218'   \/><label for='answer-id-1414218' id='answer-label-1414218' class=' answer'><span>Amazon Elastic File System (Amazon EFS)<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362787[]' id='answer-id-1414219' class='answer   answerof-362787 ' value='1414219'   \/><label for='answer-id-1414219' id='answer-label-1414219' class=' answer'><span>Amazon Elastic Block Store (Amazon EBS)<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362787[]' id='answer-id-1414220' class='answer   answerof-362787 ' value='1414220'   \/><label for='answer-id-1414220' id='answer-label-1414220' 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-362788'>\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='362788' \/><input type='hidden' id='answerType362788' 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-362788[]' id='answer-id-1414221' class='answer   answerof-362788 ' value='1414221'   \/><label for='answer-id-1414221' id='answer-label-1414221' 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-362788[]' id='answer-id-1414222' class='answer   answerof-362788 ' value='1414222'   \/><label for='answer-id-1414222' id='answer-label-1414222' 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-362788[]' id='answer-id-1414223' class='answer   answerof-362788 ' value='1414223'   \/><label for='answer-id-1414223' id='answer-label-1414223' 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-362788[]' id='answer-id-1414224' class='answer   answerof-362788 ' value='1414224'   \/><label for='answer-id-1414224' id='answer-label-1414224' 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-362791'>\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\" width=283 height=48 id=\"\u56fe\u7247 27\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/uploads\/2024\/10\/image002-53.jpg\"><br><br \/>\r<br>Which solution will meet this requirement?<\/div><input type='hidden' name='question_id[]' id='qID_45' value='362791' \/><input type='hidden' id='answerType362791' 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-362791[]' id='answer-id-1414230' class='answer   answerof-362791 ' value='1414230'   \/><label for='answer-id-1414230' id='answer-label-1414230' 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-362791[]' id='answer-id-1414231' class='answer   answerof-362791 ' value='1414231'   \/><label for='answer-id-1414231' id='answer-label-1414231' 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-362791[]' id='answer-id-1414232' class='answer   answerof-362791 ' value='1414232'   \/><label for='answer-id-1414232' id='answer-label-1414232' 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-362791[]' id='answer-id-1414233' class='answer   answerof-362791 ' value='1414233'   \/><label for='answer-id-1414233' id='answer-label-1414233' 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 class='watu-question ' id='question-46' style=';'><div id='questionWrap-46'  class='   watupro-question-id-362792'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>46. <\/span>A developer is working on a serverless application that needs to process any changes to an Amazon DynamoDB table with an AWS Lambda function. <br \/>\r<br>How should the developer configure the Lambda function to detect changes to the DynamoDB table?<\/div><input type='hidden' name='question_id[]' id='qID_46' value='362792' \/><input type='hidden' id='answerType362792' 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-362792[]' id='answer-id-1414234' class='answer   answerof-362792 ' value='1414234'   \/><label for='answer-id-1414234' id='answer-label-1414234' class=' answer'><span>Create an Amazon Kinesis data stream, and attach it to the DynamoDB table. Create a trigger to connect the data stream to the Lambda function.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362792[]' id='answer-id-1414235' class='answer   answerof-362792 ' value='1414235'   \/><label for='answer-id-1414235' id='answer-label-1414235' class=' answer'><span>Create an Amazon EventBridge rule to invoke the Lambda function on a regular schedule. Conned to the DynamoDB table from the Lambda function to detect changes.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362792[]' id='answer-id-1414236' class='answer   answerof-362792 ' value='1414236'   \/><label for='answer-id-1414236' id='answer-label-1414236' class=' answer'><span>Enable DynamoDB Streams on the table. Create a trigger to connect the DynamoDB stream to the Lambda function.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362792[]' id='answer-id-1414237' class='answer   answerof-362792 ' value='1414237'   \/><label for='answer-id-1414237' id='answer-label-1414237' class=' answer'><span>Create an Amazon Kinesis Data Firehose delivery stream, and attach it to the DynamoDB table. \r\nConfigure the delivery stream destination as the Lambda function.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-47' style=';'><div id='questionWrap-47'  class='   watupro-question-id-362793'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>47. <\/span>An application uses an Amazon EC2 Auto Scaling group. A developer notices that EC2 instances are taking a long time to become available during scale-out events. The UserData script is taking a long time to run. <br \/>\r<br>The developer must implement a solution to decrease the time that elapses before an EC2 instance becomes available. The solution must make the most recent version of the application available at all times and must apply all available security updates. The solution also must minimize the number of images that are created. The images must be validated. <br \/>\r<br>Which combination of steps should the developer take to meet these requirements? (Choose two.)<\/div><input type='hidden' name='question_id[]' id='qID_47' value='362793' \/><input type='hidden' id='answerType362793' 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-362793[]' id='answer-id-1414238' class='answer   answerof-362793 ' value='1414238'   \/><label for='answer-id-1414238' id='answer-label-1414238' class=' answer'><span>Use EC2 Image Builder to create an Amazon Machine Image (AMI). Install all the patches and agents that are needed to manage and run the application. Update the Auto Scaling group launch configuration to use the AM<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362793[]' id='answer-id-1414239' class='answer   answerof-362793 ' value='1414239'   \/><label for='answer-id-1414239' id='answer-label-1414239' class=' answer'><span>Use EC2 Image Builder to create an Amazon Machine Image (AMI). Install the latest version of the application and all the patches and agents that are needed to manage and run the application. Update the Auto Scaling group launch configuration to use the AM<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362793[]' id='answer-id-1414240' class='answer   answerof-362793 ' value='1414240'   \/><label for='answer-id-1414240' id='answer-label-1414240' class=' answer'><span>Set up AWS CodeDeploy to deploy the most recent version of the application at runtime.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362793[]' id='answer-id-1414241' class='answer   answerof-362793 ' value='1414241'   \/><label for='answer-id-1414241' id='answer-label-1414241' class=' answer'><span>Set up AWS CodePipeline to deploy the most recent version of the application at runtime.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362793[]' id='answer-id-1414242' class='answer   answerof-362793 ' value='1414242'   \/><label for='answer-id-1414242' id='answer-label-1414242' class=' answer'><span>Remove any commands that perform operating system patching from the UserData script.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-48' style=';'><div id='questionWrap-48'  class='   watupro-question-id-362794'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>48. <\/span>A developer is creating an AWS Lambda function that needs credentials to connect to an Amazon RDS for MySQL database. An Amazon S3 bucket currently stores the credentials. The developer needs to improve the existing solution by implementing credential rotation and secure storage. The developer also needs to provide integration with the Lambda function. <br \/>\r<br>Which solution should the developer use to store and retrieve the credentials with the LEAST management overhead?<\/div><input type='hidden' name='question_id[]' id='qID_48' value='362794' \/><input type='hidden' id='answerType362794' 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-362794[]' id='answer-id-1414243' class='answer   answerof-362794 ' value='1414243'   \/><label for='answer-id-1414243' id='answer-label-1414243' class=' answer'><span>Store the credentials in AWS Systems Manager Parameter Store. Select the database that the parameter will access. Use the default AWS Key Management Service (AWS KMS) key to encrypt the parameter. Enable automatic rotation for the parameter. Use the parameter from Parameter Store on the Lambda function to connect to the database.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362794[]' id='answer-id-1414244' class='answer   answerof-362794 ' value='1414244'   \/><label for='answer-id-1414244' id='answer-label-1414244' class=' answer'><span>Encrypt the credentials with the default AWS Key Management Service (AWS KMS) key. Store the credentials as environment variables for the Lambda function. Create a second Lambda function to generate new credentials and to rotate the credentials by updating the environment variables of the first Lambda function. Invoke the second Lambda function by using an Amazon EventBridge rule that runs on a schedule. Update the database to use the new credentials. On the first Lambda function, retrieve the credentials from the environment variables. Decrypt the credentials by using AWS KMS, Connect to the database.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362794[]' id='answer-id-1414245' class='answer   answerof-362794 ' value='1414245'   \/><label for='answer-id-1414245' id='answer-label-1414245' class=' answer'><span>Store the credentials in AWS Secrets Manager. Set the secret type to Credentials for Amazon RDS database. Select the database that the secret will access. Use the default AWS Key Management Service (AWS KMS) key to encrypt the secret. Enable automatic rotation for the secret. Use the secret from Secrets Manager on the Lambda function to connect to the database.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362794[]' id='answer-id-1414246' class='answer   answerof-362794 ' value='1414246'   \/><label for='answer-id-1414246' id='answer-label-1414246' class=' answer'><span>Encrypt the credentials by using AWS Key Management Service (AWS KMS). Store the credentials in an Amazon DynamoDB table. Create a second Lambda function to rotate the credentials. Invoke the second Lambda function by using an Amazon EventBridge rule that runs on a schedule. Update the DynamoDB table. Update the database to use the generated credentials. Retrieve the credentials from DynamoDB with the first Lambda function. Connect to the database.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-49' style=';'><div id='questionWrap-49'  class='   watupro-question-id-362797'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>49. <\/span>A developer has written the following IAM policy to provide access to an Amazon S3 bucket: <br \/>\r<br><br><img decoding=\"async\" width=545 height=318 id=\"\u56fe\u7247 25\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/uploads\/2024\/10\/image003-52.jpg\"><br><br \/>\r<br>Which access does the policy allow regarding the s3:GetObject and s3:PutObject actions?<\/div><input type='hidden' name='question_id[]' id='qID_49' value='362797' \/><input type='hidden' id='answerType362797' 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-362797[]' id='answer-id-1414252' class='answer   answerof-362797 ' value='1414252'   \/><label for='answer-id-1414252' id='answer-label-1414252' class=' answer'><span>Access on all buckets except the \u201cDOC-EXAMPLE-BUCKET\u201d bucket<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362797[]' id='answer-id-1414253' class='answer   answerof-362797 ' value='1414253'   \/><label for='answer-id-1414253' id='answer-label-1414253' class=' answer'><span>Access on all buckets that start with \u201cDOC-EXAMPLE-BUCKET\u201d except the \u201cDOC-EXAMPLE-BUCKET\/secrets\u201d bucket<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362797[]' id='answer-id-1414254' class='answer   answerof-362797 ' value='1414254'   \/><label for='answer-id-1414254' id='answer-label-1414254' class=' answer'><span>Access on all objects in the \u201cDOC-EXAMPLE-BUCKET\u201d bucket along with access to all S3 actions for objects in the \u201cDOC-EXAMPLE-BUCKET\u201d bucket that start with \u201csecrets\u201d<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362797[]' id='answer-id-1414255' class='answer   answerof-362797 ' value='1414255'   \/><label for='answer-id-1414255' id='answer-label-1414255' class=' answer'><span>Access on all objects in the \u201cDOC-EXAMPLE-BUCKET\u201d bucket except on objects that start with \u201csecrets\u201d<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-50' style=';'><div id='questionWrap-50'  class='   watupro-question-id-362798'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>50. <\/span>A developer is creating a mobile app that calls a backend service by using an Amazon API Gateway REST API. For integration testing during the development phase, the developer wants to simulate different backend responses without invoking the backend service. <br \/>\r<br>Which solution will meet these requirements with the LEAST operational overhead?<\/div><input type='hidden' name='question_id[]' id='qID_50' value='362798' \/><input type='hidden' id='answerType362798' 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-362798[]' id='answer-id-1414256' class='answer   answerof-362798 ' value='1414256'   \/><label for='answer-id-1414256' id='answer-label-1414256' class=' answer'><span>Create an AWS Lambda function. Use API Gateway proxy integration to return constant HTTP responses.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362798[]' id='answer-id-1414257' class='answer   answerof-362798 ' value='1414257'   \/><label for='answer-id-1414257' id='answer-label-1414257' class=' answer'><span>Create an Amazon EC2 instance that serves the backend REST API by using an AWS CloudFormation template.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362798[]' id='answer-id-1414258' class='answer   answerof-362798 ' value='1414258'   \/><label for='answer-id-1414258' id='answer-label-1414258' class=' answer'><span>Customize the API Gateway stage to select a response type based on the request.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362798[]' id='answer-id-1414259' class='answer   answerof-362798 ' value='1414259'   \/><label for='answer-id-1414259' id='answer-label-1414259' class=' answer'><span>Use a request mapping template to select the mock integration response.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-51' style=';'><div id='questionWrap-51'  class='   watupro-question-id-362799'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>51. <\/span>A developer has a legacy application that is hosted on-premises. Other applications hosted on AWS depend on the on-premises application for proper functioning. In case of any application errors, the developer wants to be able to use Amazon CloudWatch to monitor and troubleshoot all applications from one place. <br \/>\r<br>How can the developer accomplish this?<\/div><input type='hidden' name='question_id[]' id='qID_51' value='362799' \/><input type='hidden' id='answerType362799' 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-362799[]' id='answer-id-1414260' class='answer   answerof-362799 ' value='1414260'   \/><label for='answer-id-1414260' id='answer-label-1414260' class=' answer'><span>Install an AWS SDK on the on-premises server to automatically send logs to CloudWatch.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362799[]' id='answer-id-1414261' class='answer   answerof-362799 ' value='1414261'   \/><label for='answer-id-1414261' id='answer-label-1414261' class=' answer'><span>Download the CloudWatch agent to the on-premises server. Configure the agent to use IAM user credentials with permissions for CloudWatch.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362799[]' id='answer-id-1414262' class='answer   answerof-362799 ' value='1414262'   \/><label for='answer-id-1414262' id='answer-label-1414262' class=' answer'><span>Upload log files from the on-premises server to Amazon S3 and have CloudWatch read the files.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362799[]' id='answer-id-1414263' class='answer   answerof-362799 ' value='1414263'   \/><label for='answer-id-1414263' id='answer-label-1414263' class=' answer'><span>Upload log files from the on-premises server to an Amazon EC2 instance and have the instance forward the logs to CloudWatch.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-52' style=';'><div id='questionWrap-52'  class='   watupro-question-id-362800'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>52. <\/span>An Amazon Kinesis Data Firehose delivery stream is receiving customer data that contains personally identifiable information. A developer needs to remove pattern-based customer identifiers from the data and store the modified data in an Amazon S3 bucket. <br \/>\r<br>What should the developer do to meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_52' value='362800' \/><input type='hidden' id='answerType362800' 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-362800[]' id='answer-id-1414264' class='answer   answerof-362800 ' value='1414264'   \/><label for='answer-id-1414264' id='answer-label-1414264' class=' answer'><span>Implement Kinesis Data Firehose data transformation as an AWS Lambda function. Configure the function to remove the customer identifiers. Set an Amazon S3 bucket as the destination of the delivery stream.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362800[]' id='answer-id-1414265' class='answer   answerof-362800 ' value='1414265'   \/><label for='answer-id-1414265' id='answer-label-1414265' class=' answer'><span>Launch an Amazon EC2 instance. Set the EC2 instance as the destination of the delivery stream. Run an application on the EC2 instance to remove the customer identifiers. Store the transformed data in an Amazon S3 bucket.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362800[]' id='answer-id-1414266' class='answer   answerof-362800 ' value='1414266'   \/><label for='answer-id-1414266' id='answer-label-1414266' class=' answer'><span>Create an Amazon OpenSearch Service instance. Set the OpenSearch Service instance as the destination of the delivery stream. Use search and replace to remove the customer identifiers. Export the data to an Amazon S3 bucket.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362800[]' id='answer-id-1414267' class='answer   answerof-362800 ' value='1414267'   \/><label for='answer-id-1414267' id='answer-label-1414267' class=' answer'><span>Create an AWS Step Functions workflow to remove the customer identifiers. As the last step in the workflow, store the transformed data in an Amazon S3 bucket. Set the workflow as the destination of the delivery stream.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-53' style=';'><div id='questionWrap-53'  class='   watupro-question-id-362801'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>53. <\/span>A developer is using an AWS Lambda function to generate avatars for profile pictures that are uploaded to an Amazon S3 bucket. The Lambda function is automatically invoked for profile pictures that are saved under the \/original\/ S3 prefix. The developer notices that some pictures cause the Lambda function to time out. The developer wants to implement a fallback mechanism by using another Lambda function that resizes the profile picture. <br \/>\r<br>Which solution will meet these requirements with the LEAST development effort?<\/div><input type='hidden' name='question_id[]' id='qID_53' value='362801' \/><input type='hidden' id='answerType362801' 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-362801[]' id='answer-id-1414268' class='answer   answerof-362801 ' value='1414268'   \/><label for='answer-id-1414268' id='answer-label-1414268' class=' answer'><span>Set the image resize Lambda function as a destination of the avatar generator Lambda function for the events that fail processing.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362801[]' id='answer-id-1414269' class='answer   answerof-362801 ' value='1414269'   \/><label for='answer-id-1414269' id='answer-label-1414269' class=' answer'><span>Create an Amazon Simple Queue Service (Amazon SQS) queue. Set the SQS queue as a destination with an on failure condition for the avatar generator Lambda function. Configure the image resize Lambda function to poll from the SQS queue.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362801[]' id='answer-id-1414270' class='answer   answerof-362801 ' value='1414270'   \/><label for='answer-id-1414270' id='answer-label-1414270' class=' answer'><span>Create an AWS Step Functions state machine that invokes the avatar generator Lambda function and uses the image resize Lambda function as a fallback. Create an Amazon EventBridge rule that matches events from the S3 bucket to invoke the state machine.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362801[]' id='answer-id-1414271' class='answer   answerof-362801 ' value='1414271'   \/><label for='answer-id-1414271' id='answer-label-1414271' class=' answer'><span>Create an Amazon Simple Notification Service (Amazon SNS) topic. Set the SNS topic as a destination with an on failure condition for the avatar generator Lambda function. Subscribe the image resize Lambda function to the SNS topic.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-54' style=';'><div id='questionWrap-54'  class='   watupro-question-id-362802'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>54. <\/span>A developer needs to migrate an online retail application to AWS to handle an anticipated increase in traffic. The application currently runs on two servers: one server for the web application and another server for the database. The web server renders webpages and manages session state in memory. <br \/>\r<br>The database server hosts a MySQL database that contains order details. When traffic to the application is heavy, the memory usage for the web server approaches 100% and the application slows down considerably. <br \/>\r<br>The developer has found that most of the memory increase and performance decrease is related to the load of managing additional user sessions. For the web server migration, the developer will use Amazon EC2 instances with an Auto Scaling group behind an Application Load Balancer. <br \/>\r<br>Which additional set of changes should the developer make to the application to improve the application's performance?<\/div><input type='hidden' name='question_id[]' id='qID_54' value='362802' \/><input type='hidden' id='answerType362802' 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-362802[]' id='answer-id-1414272' class='answer   answerof-362802 ' value='1414272'   \/><label for='answer-id-1414272' id='answer-label-1414272' class=' answer'><span>Use an EC2 instance to host the MySQL database. Store the session data and the application data in the MySQL database.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362802[]' id='answer-id-1414273' class='answer   answerof-362802 ' value='1414273'   \/><label for='answer-id-1414273' id='answer-label-1414273' class=' answer'><span>Use Amazon ElastiCache for Memcached to store and manage the session data. Use an Amazon RDS for MySQL DB instance to store the application data.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362802[]' id='answer-id-1414274' class='answer   answerof-362802 ' value='1414274'   \/><label for='answer-id-1414274' id='answer-label-1414274' class=' answer'><span>Use Amazon ElastiCache for Memcached to store and manage the session data and the application data.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362802[]' id='answer-id-1414275' class='answer   answerof-362802 ' value='1414275'   \/><label for='answer-id-1414275' id='answer-label-1414275' class=' answer'><span>Use the EC2 instance store to manage the session data. Use an Amazon RDS for MySQL DB instance to store the application data.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-55' style=';'><div id='questionWrap-55'  class='   watupro-question-id-362803'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>55. <\/span>An application uses Lambda functions to extract metadata from files uploaded to an S3 bucket; the metadata is stored in Amazon DynamoDB. The application starts behaving unexpectedly, and the developer wants to examine the logs of the Lambda function code for errors. Based on this system configuration, where would the developer find the logs?<\/div><input type='hidden' name='question_id[]' id='qID_55' value='362803' \/><input type='hidden' id='answerType362803' 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-362803[]' id='answer-id-1414276' class='answer   answerof-362803 ' value='1414276'   \/><label for='answer-id-1414276' id='answer-label-1414276' class=' answer'><span>Amazon S3<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362803[]' id='answer-id-1414277' class='answer   answerof-362803 ' value='1414277'   \/><label for='answer-id-1414277' id='answer-label-1414277' class=' answer'><span>AWS CloudTrail<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362803[]' id='answer-id-1414278' class='answer   answerof-362803 ' value='1414278'   \/><label for='answer-id-1414278' id='answer-label-1414278' class=' answer'><span>Amazon CloudWatch<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362803[]' id='answer-id-1414279' class='answer   answerof-362803 ' value='1414279'   \/><label for='answer-id-1414279' id='answer-label-1414279' class=' answer'><span>Amazon DynamoDB<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-56' style=';'><div id='questionWrap-56'  class='   watupro-question-id-362804'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>56. <\/span>A company is using an AWS Lambda function to process records from an Amazon Kinesis data stream. The company recently observed slow processing of the records. A developer notices that the iterator <br \/>\r<br>age metric for the function is increasing and that the Lambda run duration is constantly above normal. <br \/>\r<br>Which actions should the developer take to increase the processing speed? (Choose two.)<\/div><input type='hidden' name='question_id[]' id='qID_56' value='362804' \/><input type='hidden' id='answerType362804' 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-362804[]' id='answer-id-1414280' class='answer   answerof-362804 ' value='1414280'   \/><label for='answer-id-1414280' id='answer-label-1414280' class=' answer'><span>Increase the number of shards of the Kinesis data stream.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362804[]' id='answer-id-1414281' class='answer   answerof-362804 ' value='1414281'   \/><label for='answer-id-1414281' id='answer-label-1414281' class=' answer'><span>Decrease the timeout of the Lambda function.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362804[]' id='answer-id-1414282' class='answer   answerof-362804 ' value='1414282'   \/><label for='answer-id-1414282' id='answer-label-1414282' class=' answer'><span>Increase the memory that is allocated to the Lambda function.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362804[]' id='answer-id-1414283' class='answer   answerof-362804 ' value='1414283'   \/><label for='answer-id-1414283' id='answer-label-1414283' class=' answer'><span>Decrease the number of shards of the Kinesis data stream.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362804[]' id='answer-id-1414284' class='answer   answerof-362804 ' value='1414284'   \/><label for='answer-id-1414284' id='answer-label-1414284' class=' answer'><span>Increase the timeout of the Lambda function.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-57' style=';'><div id='questionWrap-57'  class='   watupro-question-id-362806'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>57. <\/span>A company needs to harden its container images before the images are in a running state. The company's application uses Amazon Elastic Container Registry (Amazon ECR) as an image registry. Amazon Elastic Kubernetes Service (Amazon EKS) for compute, and an AWS CodePipeline pipeline that orchestrates a continuous integration and continuous delivery (CI\/CD) workflow. <br \/>\r<br>Dynamic application security testing occurs in the final stage of the pipeline after a new image is deployed to a development namespace in the EKS cluster. A developer needs to place an analysis stage before this deployment to analyze the container image earlier in the CI\/CD pipeline. <br \/>\r<br>Which solution will meet these requirements with the MOST operational efficiency?<\/div><input type='hidden' name='question_id[]' id='qID_57' value='362806' \/><input type='hidden' id='answerType362806' 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-362806[]' id='answer-id-1414286' class='answer   answerof-362806 ' value='1414286'   \/><label for='answer-id-1414286' id='answer-label-1414286' class=' answer'><span>Build the container image and run the docker scan command locally. Mitigate any findings before pushing changes to the source code repository. Write a pre-commit hook that enforces the use of this workflow before commit.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362806[]' id='answer-id-1414288' class='answer   answerof-362806 ' value='1414288'   \/><label for='answer-id-1414288' id='answer-label-1414288' class=' answer'><span>Create a new CodePipeline stage that occurs after the container image is built. Configure ECR basic image scanning to scan on image push. Use an AWS Lambda function as the action provider. Configure the Lambda function to check the scan results and to fail the pipeline if there are findings.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362806[]' id='answer-id-1414290' class='answer   answerof-362806 ' value='1414290'   \/><label for='answer-id-1414290' id='answer-label-1414290' class=' answer'><span>Create a new CodePipeline stage that occurs after source code has been retrieved from its repository. Run a security scanner on the latest revision of the source code. Fail the pipeline if there are findings.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362806[]' id='answer-id-1414292' class='answer   answerof-362806 ' value='1414292'   \/><label for='answer-id-1414292' id='answer-label-1414292' class=' answer'><span>Add an action to the deployment stage of the pipeline so that the action occurs before the deployment to the EKS cluster. Configure ECR basic image scanning to scan on image push. Use an AWS Lambda function as the action provider. Configure the Lambda function to check the scan \r\nresults and to fail the pipeline if there are findings.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-58' style=';'><div id='questionWrap-58'  class='   watupro-question-id-362808'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>58. <\/span>A developer is testing a new file storage application that uses an Amazon CloudFront distribution to serve content from an Amazon S3 bucket. The distribution accesses the S3 bucket by using an origin access identity (OAI). The S3 bucket's permissions explicitly deny access to all other users. <br \/>\r<br>The application prompts users to authenticate on a login page and then uses signed cookies to allow users to access their personal storage directories. The developer has configured the distribution to use its default cache behavior with restricted viewer access and has set the origin to point to the S3 bucket. However, when the developer tries to navigate to the login page, the developer receives a 403 Forbidden error. <br \/>\r<br>The developer needs to implement a solution to allow unauthenticated access to the login page. The solution also must keep all private content secure. <br \/>\r<br>Which solution will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_58' value='362808' \/><input type='hidden' id='answerType362808' 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-362808[]' id='answer-id-1414294' class='answer   answerof-362808 ' value='1414294'   \/><label for='answer-id-1414294' id='answer-label-1414294' class=' answer'><span>Add a second cache behavior to the distribution with the same origin as the default cache behavior. Set the path pattern for the second cache behavior to the path of the login page, and make viewer access unrestricted. Keep the default cache behavior's settings unchanged.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362808[]' id='answer-id-1414295' class='answer   answerof-362808 ' value='1414295'   \/><label for='answer-id-1414295' id='answer-label-1414295' class=' answer'><span>Add a second cache behavior to the distribution with the same origin as the default cache behavior. Set the path pattern for the second cache behavior to *, and make viewer access restricted. Change the default cache behavior's path pattern to the path of the login page, and make viewer access unrestricted.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362808[]' id='answer-id-1414296' class='answer   answerof-362808 ' value='1414296'   \/><label for='answer-id-1414296' id='answer-label-1414296' class=' answer'><span>Add a second origin as a failover origin to the default cache behavior. Point the failover origin to the S3 bucket. Set the path pattern for the primary origin to *, and make viewer access restricted. Set the path pattern for the failover origin to the path of the login page, and make viewer access unrestricted.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362808[]' id='answer-id-1414297' class='answer   answerof-362808 ' value='1414297'   \/><label for='answer-id-1414297' id='answer-label-1414297' class=' answer'><span>Add a bucket policy to the S3 bucket to allow read access. Set the resource on the policy to the Amazon Resource Name (ARN) of the login page object in the S3 bucket. Add a CloudFront function to the default cache behavior to redirect unauthorized requests to the login page's S3 UR<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-59' style=';'><div id='questionWrap-59'  class='   watupro-question-id-362809'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>59. <\/span>A developer is using AWS Amplify Hosting to build and deploy an application. The developer is receiving an increased number of bug reports from users. The developer wants to add end-to-end testing to the application to eliminate as many bugs as possible before the bugs reach production. <br \/>\r<br>Which solution should the developer implement to meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_59' value='362809' \/><input type='hidden' id='answerType362809' 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-362809[]' id='answer-id-1414298' class='answer   answerof-362809 ' value='1414298'   \/><label for='answer-id-1414298' id='answer-label-1414298' class=' answer'><span>Run the amplify add test command in the Amplify CL<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362809[]' id='answer-id-1414299' class='answer   answerof-362809 ' value='1414299'   \/><label for='answer-id-1414299' id='answer-label-1414299' class=' answer'><span>Create unit tests in the application. Deploy the unit tests by using the amplify push command in the Amplify CL<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362809[]' id='answer-id-1414300' class='answer   answerof-362809 ' value='1414300'   \/><label for='answer-id-1414300' id='answer-label-1414300' class=' answer'><span>Add a test phase to the amplify.yml build settings for the application.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362809[]' id='answer-id-1414301' class='answer   answerof-362809 ' value='1414301'   \/><label for='answer-id-1414301' id='answer-label-1414301' class=' answer'><span>Add a test phase to the aws-exports.js file for the application.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-60' style=';'><div id='questionWrap-60'  class='   watupro-question-id-362810'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>60. <\/span>An ecommerce company is using an AWS Lambda function behind Amazon API Gateway as its application tier. To process orders during checkout, the application calls a POST API from the frontend. The POST API invokes the Lambda function asynchronously. In rare situations, the application has not processed orders. The Lambda application logs show no errors or failures. <br \/>\r<br>What should a developer do to solve this problem?<\/div><input type='hidden' name='question_id[]' id='qID_60' value='362810' \/><input type='hidden' id='answerType362810' 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-362810[]' id='answer-id-1414302' class='answer   answerof-362810 ' value='1414302'   \/><label for='answer-id-1414302' id='answer-label-1414302' class=' answer'><span>Inspect the frontend logs for API failures. Call the POST API manually by using the requests from the log file.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362810[]' id='answer-id-1414303' class='answer   answerof-362810 ' value='1414303'   \/><label for='answer-id-1414303' id='answer-label-1414303' class=' answer'><span>Create and inspect the Lambda dead-letter queue. Troubleshoot the failed functions. Reprocess the events.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362810[]' id='answer-id-1414304' class='answer   answerof-362810 ' value='1414304'   \/><label for='answer-id-1414304' id='answer-label-1414304' class=' answer'><span>Inspect the Lambda logs in Amazon CloudWatch for possible errors. Fix the errors.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362810[]' id='answer-id-1414305' class='answer   answerof-362810 ' value='1414305'   \/><label for='answer-id-1414305' id='answer-label-1414305' class=' answer'><span>Make sure that caching is disabled for the POST API in API Gateway.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-61' style=';'><div id='questionWrap-61'  class='   watupro-question-id-362811'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>61. <\/span>A company is building a web application on AWS. When a customer sends a request, the application will generate reports and then make the reports available to the customer within one hour. Reports should be accessible to the customer for 8 hours. Some reports are larger than 1 MB. Each report is unique to the customer. The application should delete all reports that are older than 2 days. <br \/>\r<br>Which solution will meet these requirements with the LEAST operational overhead?<\/div><input type='hidden' name='question_id[]' id='qID_61' value='362811' \/><input type='hidden' id='answerType362811' 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-362811[]' id='answer-id-1414306' class='answer   answerof-362811 ' value='1414306'   \/><label for='answer-id-1414306' id='answer-label-1414306' class=' answer'><span>Generate the reports and then store the reports as Amazon DynamoDB items that have a specified TT<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362811[]' id='answer-id-1414307' class='answer   answerof-362811 ' value='1414307'   \/><label for='answer-id-1414307' id='answer-label-1414307' class=' answer'><span>Generate a URL that retrieves the reports from DynamoD<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362811[]' id='answer-id-1414308' class='answer   answerof-362811 ' value='1414308'   \/><label for='answer-id-1414308' id='answer-label-1414308' class=' answer'><span>Provide the URL to customers through the web application.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362811[]' id='answer-id-1414309' class='answer   answerof-362811 ' value='1414309'   \/><label for='answer-id-1414309' id='answer-label-1414309' class=' answer'><span>Generate the reports and then store the reports in an Amazon S3 bucket that uses server-side encryption. Attach the reports to an Amazon Simple Notification Service (Amazon SNS) message. Subscribe the customer to email notifications from Amazon SN<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362811[]' id='answer-id-1414310' class='answer   answerof-362811 ' value='1414310'   \/><label for='answer-id-1414310' id='answer-label-1414310' class=' answer'><span>Generate the reports and then store the reports in an Amazon S3 bucket that uses server-side encryption. Generate a presigned URL that contains an expiration date Provide the URL to customers through the web application. Add S3 Lifecycle configuration rules to the S3 bucket to delete old reports.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362811[]' id='answer-id-1414311' class='answer   answerof-362811 ' value='1414311'   \/><label for='answer-id-1414311' id='answer-label-1414311' class=' answer'><span>Generate the reports and then store the reports in an Amazon RDS database with a date stamp. Generate an URL that retrieves the reports from the RDS database. Provide the URL to customers through the web application. Schedule an hourly AWS Lambda function to delete database records that have expired date stamps.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-62' style=';'><div id='questionWrap-62'  class='   watupro-question-id-362812'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>62. <\/span>A company has deployed an application on AWS Elastic Beanstalk. The company has configured the Auto Scaling group that is associated with the Elastic Beanstalk environment to have five Amazon EC2 instances. If the capacity is fewer than four EC2 instances during the deployment, application performance degrades. The company is using the all-at-once deployment policy. <br \/>\r<br>What is the MOST cost-effective way to solve the deployment issue?<\/div><input type='hidden' name='question_id[]' id='qID_62' value='362812' \/><input type='hidden' id='answerType362812' 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-362812[]' id='answer-id-1414312' class='answer   answerof-362812 ' value='1414312'   \/><label for='answer-id-1414312' id='answer-label-1414312' class=' answer'><span>Change the Auto Scaling group to six desired instances.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362812[]' id='answer-id-1414313' class='answer   answerof-362812 ' value='1414313'   \/><label for='answer-id-1414313' id='answer-label-1414313' class=' answer'><span>Change the deployment policy to traffic splitting. Specify an evaluation time of 1 hour.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362812[]' id='answer-id-1414314' class='answer   answerof-362812 ' value='1414314'   \/><label for='answer-id-1414314' id='answer-label-1414314' class=' answer'><span>Change the deployment policy to rolling with additional batch. Specify a batch size of 1.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362812[]' id='answer-id-1414315' class='answer   answerof-362812 ' value='1414315'   \/><label for='answer-id-1414315' id='answer-label-1414315' class=' answer'><span>Change the deployment policy to rolling. Specify a batch size of 2.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-63' style=';'><div id='questionWrap-63'  class='   watupro-question-id-362813'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>63. <\/span>A developer is incorporating AWS X-Ray into an application that handles personal identifiable information (PII). The application is hosted on Amazon EC2 instances. The application trace messages include encrypted PII and go to Amazon CloudWatch. The developer needs to ensure that no PII goes outside of the EC2 instances. <br \/>\r<br>Which solution will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_63' value='362813' \/><input type='hidden' id='answerType362813' 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-362813[]' id='answer-id-1414316' class='answer   answerof-362813 ' value='1414316'   \/><label for='answer-id-1414316' id='answer-label-1414316' class=' answer'><span>Manually instrument the X-Ray SDK in the application code.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362813[]' id='answer-id-1414317' class='answer   answerof-362813 ' value='1414317'   \/><label for='answer-id-1414317' id='answer-label-1414317' class=' answer'><span>Use the X-Ray auto-instrumentation agent.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362813[]' id='answer-id-1414318' class='answer   answerof-362813 ' value='1414318'   \/><label for='answer-id-1414318' id='answer-label-1414318' class=' answer'><span>Use Amazon Macie to detect and hide PI<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362813[]' id='answer-id-1414319' class='answer   answerof-362813 ' value='1414319'   \/><label for='answer-id-1414319' id='answer-label-1414319' class=' answer'><span>Call the X-Ray API from AWS Lambda.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362813[]' id='answer-id-1414320' class='answer   answerof-362813 ' value='1414320'   \/><label for='answer-id-1414320' id='answer-label-1414320' class=' answer'><span>Use AWS Distro for Open Telemetry.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-64' style=';'><div id='questionWrap-64'  class='   watupro-question-id-362814'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>64. <\/span>A developer is migrating some features from a legacy monolithic application to use AWS Lambda functions instead. The application currently stores data in an Amazon Aurora DB cluster that runs in private subnets in a VPC. The AWS account has one VPC deployed. The Lambda functions and the DB cluster are deployed in the same AWS Region in the same AWS account. <br \/>\r<br>The developer needs to ensure that the Lambda functions can securely access the DB cluster without crossing the public internet. <br \/>\r<br>Which solution will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_64' value='362814' \/><input type='hidden' id='answerType362814' 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-362814[]' id='answer-id-1414321' class='answer   answerof-362814 ' value='1414321'   \/><label for='answer-id-1414321' id='answer-label-1414321' class=' answer'><span>Configure the DB cluster's public access setting to Yes.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362814[]' id='answer-id-1414322' class='answer   answerof-362814 ' value='1414322'   \/><label for='answer-id-1414322' id='answer-label-1414322' class=' answer'><span>Configure an Amazon RDS database proxy for the Lambda functions.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362814[]' id='answer-id-1414323' class='answer   answerof-362814 ' value='1414323'   \/><label for='answer-id-1414323' id='answer-label-1414323' class=' answer'><span>Configure a NAT gateway and a security group for the Lambda functions.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362814[]' id='answer-id-1414324' class='answer   answerof-362814 ' value='1414324'   \/><label for='answer-id-1414324' id='answer-label-1414324' class=' answer'><span>Configure the VPC, subnets, and a security group for the Lambda functions.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-65' style=';'><div id='questionWrap-65'  class='   watupro-question-id-362815'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>65. <\/span>A developer is building a new application on AWS. The application uses an AWS Lambda function that retrieves information from an Amazon DynamoDB table. The developer hard coded the DynamoDB table name into the Lambda function code. The table name might change over time. The developer does not want to modify the Lambda code if the table name changes. <br \/>\r<br>Which solution will meet these requirements MOST efficiently?<\/div><input type='hidden' name='question_id[]' id='qID_65' value='362815' \/><input type='hidden' id='answerType362815' 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-362815[]' id='answer-id-1414325' class='answer   answerof-362815 ' value='1414325'   \/><label for='answer-id-1414325' id='answer-label-1414325' class=' answer'><span>Create a Lambda environment variable to store the table name. Use the standard method for the programming language to retrieve the variable.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362815[]' id='answer-id-1414326' class='answer   answerof-362815 ' value='1414326'   \/><label for='answer-id-1414326' id='answer-label-1414326' class=' answer'><span>Store the table name in a file. Store the file in the \/tmp folder. Use the SDK for the programming language to retrieve the table name.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362815[]' id='answer-id-1414327' class='answer   answerof-362815 ' value='1414327'   \/><label for='answer-id-1414327' id='answer-label-1414327' class=' answer'><span>Create a file to store the table name. Zip the file and upload the file to the Lambda layer. Use the SDK for the programming language to retrieve the table name.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362815[]' id='answer-id-1414328' class='answer   answerof-362815 ' value='1414328'   \/><label for='answer-id-1414328' id='answer-label-1414328' class=' answer'><span>Create a global variable that is outside the handler in the Lambda function to store the table name.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-66' style=';'><div id='questionWrap-66'  class='   watupro-question-id-362816'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>66. <\/span>A company has installed smart motes in all Its customer locations. The smart meter\u2019s measure power usage at 1minute intervals and send the usage readings to a remote endpoint tot collection. The company needs to create an endpoint that will receive the smart meter readings and store the readings in a database. The company wants to store the location ID and timestamp information. <br \/>\r<br>The company wants to give Is customers low-latency access to their current usage and historical usage on demand The company expects demand to increase significantly. The solution must not impact performance or include downtime write seeing. <br \/>\r<br>When solution will meet these requirements MOST cost-effectively?<\/div><input type='hidden' name='question_id[]' id='qID_66' value='362816' \/><input type='hidden' id='answerType362816' 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-362816[]' id='answer-id-1414329' class='answer   answerof-362816 ' value='1414329'   \/><label for='answer-id-1414329' id='answer-label-1414329' class=' answer'><span>Store the smart meter readings in an Amazon RDS database. Create an index on the location ID and timestamp columns Use the columns to filter on the customers \u2018data.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362816[]' id='answer-id-1414330' class='answer   answerof-362816 ' value='1414330'   \/><label for='answer-id-1414330' id='answer-label-1414330' class=' answer'><span>Store the smart motor readings m an Amazon DynamoDB table Croato a composite Key oy using the location ID and timestamp columns. Use the columns to filter on the customers' data.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362816[]' id='answer-id-1414331' class='answer   answerof-362816 ' value='1414331'   \/><label for='answer-id-1414331' id='answer-label-1414331' class=' answer'><span>Store the smart meter readings in Amazon EastCache for Reds Create a Sorted set key y using the location ID and timestamp columns. Use the columns to filter on the customers\u2019 data.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362816[]' id='answer-id-1414332' class='answer   answerof-362816 ' value='1414332'   \/><label for='answer-id-1414332' id='answer-label-1414332' class=' answer'><span>Store the smart meter readings m Amazon S3 Parton the data by using the location ID and timestamp columns. Use Amazon Athena lo tiler on me customers' data.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-67' style=';'><div id='questionWrap-67'  class='   watupro-question-id-362817'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>67. <\/span>A company\u2019s website runs on an Amazon EC2 instance and uses Auto Scaling to scale the environment during peak times. Website users across the world ate experiencing high latency flue lo sialic content on theEC2 instance. even during non-peak hours. <br \/>\r<br>When companion of steps mill resolves the latency issue? (Select TWO)<\/div><input type='hidden' name='question_id[]' id='qID_67' value='362817' \/><input type='hidden' id='answerType362817' 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-362817[]' id='answer-id-1414333' class='answer   answerof-362817 ' value='1414333'   \/><label for='answer-id-1414333' id='answer-label-1414333' class=' answer'><span>Double the Auto Scaling group's maximum number of servers<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362817[]' id='answer-id-1414334' class='answer   answerof-362817 ' value='1414334'   \/><label for='answer-id-1414334' id='answer-label-1414334' class=' answer'><span>Host the application code on AWS lambda<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362817[]' id='answer-id-1414335' class='answer   answerof-362817 ' value='1414335'   \/><label for='answer-id-1414335' id='answer-label-1414335' class=' answer'><span>Scale vertically by resizing the EC2 instances<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362817[]' id='answer-id-1414336' class='answer   answerof-362817 ' value='1414336'   \/><label for='answer-id-1414336' id='answer-label-1414336' class=' answer'><span>Create an Amazon Cloudfront distribution to cache the static content<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362817[]' id='answer-id-1414337' class='answer   answerof-362817 ' value='1414337'   \/><label for='answer-id-1414337' id='answer-label-1414337' class=' answer'><span>Store the application\u2019s sialic content in Amazon S3<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-68' style=';'><div id='questionWrap-68'  class='   watupro-question-id-362818'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>68. <\/span>An online food company provides an Amazon API Gateway HTTP API 1o receive orders for partners. The API is integrated with an AWS Lambda function. The Lambda function stores the orders in an Amazon DynamoDB table. <br \/>\r<br>The company expects to onboard additional partners Some to me panthers require additional Lambda function to receive orders. The company has created an Amazon S3 bucket. The company needs 10 store all orders and updates m the S3 bucket for future analysis <br \/>\r<br>How can the developer ensure that an orders and updates are stored to Amazon S3 with the LEAST development effort?<\/div><input type='hidden' name='question_id[]' id='qID_68' value='362818' \/><input type='hidden' id='answerType362818' 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-362818[]' id='answer-id-1414338' class='answer   answerof-362818 ' value='1414338'   \/><label for='answer-id-1414338' id='answer-label-1414338' class=' answer'><span>Create a new Lambda function and a new API Gateway API endpoint. Configure the new Lambda function to write to the S3 bucket. Modify the original Lambda function to post updates to the new API endpoint.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362818[]' id='answer-id-1414339' class='answer   answerof-362818 ' value='1414339'   \/><label for='answer-id-1414339' id='answer-label-1414339' class=' answer'><span>Use Amazon Kinesis Data Streams to create a new data stream. Modify the Lambda function to publish orders to the oats stream Configure in data stream to write to the S3 bucket.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362818[]' id='answer-id-1414340' class='answer   answerof-362818 ' value='1414340'   \/><label for='answer-id-1414340' id='answer-label-1414340' class=' answer'><span>Enable DynamoDB Streams on me DynamoOB table. Create a new lambda function. Associate the stream's Amazon Resource Name (ARN) with the Lambda Function Configure the Lambda function to \r\nwrite to the S3 bucket as records appear in the table\u2019s stream.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362818[]' id='answer-id-1414341' class='answer   answerof-362818 ' value='1414341'   \/><label for='answer-id-1414341' id='answer-label-1414341' class=' answer'><span>Modify the Lambda function to punish to a new Amazon. Simple Lambda function receives orders. Subscribe a new Lambda function to the topic. Configure the new Lambda function to write to the S3 bucket as updates come through the topic.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-69' style=';'><div id='questionWrap-69'  class='   watupro-question-id-362819'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>69. <\/span>A company has an Amazon S3 bucket containing premier content that it intends to make available to only paid subscribers of its website. The S3 bucket currently has default permissions of all objects being private to prevent inadvertent exposure of the premier content to non-paying website visitors. <br \/>\r<br>How can the company Limit the ability to download a premier content file in the S3 Bucket to paid subscribers only?<\/div><input type='hidden' name='question_id[]' id='qID_69' value='362819' \/><input type='hidden' id='answerType362819' 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-362819[]' id='answer-id-1414342' class='answer   answerof-362819 ' value='1414342'   \/><label for='answer-id-1414342' id='answer-label-1414342' class=' answer'><span>Apply a bucket policy that allows anonymous users to download the content from the S3 bucket.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362819[]' id='answer-id-1414343' class='answer   answerof-362819 ' value='1414343'   \/><label for='answer-id-1414343' id='answer-label-1414343' class=' answer'><span>Generate a pre-signed object URL for the premier content file when a pad subscriber requests a download.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362819[]' id='answer-id-1414344' class='answer   answerof-362819 ' value='1414344'   \/><label for='answer-id-1414344' id='answer-label-1414344' class=' answer'><span>Add a Docket policy that requires multi-factor authentication for request to access the S3 bucket objects.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362819[]' id='answer-id-1414345' class='answer   answerof-362819 ' value='1414345'   \/><label for='answer-id-1414345' id='answer-label-1414345' class=' answer'><span>Enable server-side encryption on the S3 bucket for data protection against the non-paying website visitors.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-70' style=';'><div id='questionWrap-70'  class='   watupro-question-id-362820'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>70. <\/span>A developer is creating an AWS Lambda function that searches for Items from an Amazon DynamoDQ table that contains customer contact information. The DynamoDB table items have the customers as the partition and additional properties such as customer -type, name, and job_title. <br \/>\r<br>The Lambda function runs whenever a user types a new character into the customer_type text Input. The developer wants to search to return partial matches of all tne email_address property of a particular customer type. The developer does not want to recreate the DynamoDB table. <br \/>\r<br>What should the developer do to meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_70' value='362820' \/><input type='hidden' id='answerType362820' 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-362820[]' id='answer-id-1414346' class='answer   answerof-362820 ' value='1414346'   \/><label for='answer-id-1414346' id='answer-label-1414346' class=' answer'><span>Add a global secondary index (GSI) to the DynamoDB table with customer-type input, as the partition key and email_address as the sort key. Perform a query operation on the GSI by using the begins with key condition expression with the email_address property.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362820[]' id='answer-id-1414347' class='answer   answerof-362820 ' value='1414347'   \/><label for='answer-id-1414347' id='answer-label-1414347' class=' answer'><span>Add a global secondary index (GSI) to the DynamoDB table with email_address as the partition key and customer_type as the sort key. Perform a query operation on the GSI by using the begine_with key condition expresses with the email. Address property.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362820[]' id='answer-id-1414348' class='answer   answerof-362820 ' value='1414348'   \/><label for='answer-id-1414348' id='answer-label-1414348' class=' answer'><span>Add a local secondary index (LSI) to the DynemoOB table with customer_type as the partition Key and email_address as the sort Key. Perform a quick operation on the LSI by using the begine_with Key condition expression with the email-address property.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362820[]' id='answer-id-1414349' class='answer   answerof-362820 ' value='1414349'   \/><label for='answer-id-1414349' id='answer-label-1414349' class=' answer'><span>Add a local secondary index (LSI) to the DynamoDB table with job-title as the partition key and email_address as the sort key. Perform a query operation on the LSI by using the begins_with key condition expression with the email_address property.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-71' style=';'><div id='questionWrap-71'  class='   watupro-question-id-362821'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>71. <\/span>A developer is building an application that uses AWS API Gateway APIs. AWS Lambda function, and AWS Dynamic DB tables. The developer uses the AWS Serverless Application Model (AWS SAM) to build and run serverless applications on AWS. Each time the developer pushes of changes for only to the Lambda functions, all the artifacts in the application are rebuilt. <br \/>\r<br>The developer wants to implement AWS SAM Accelerate by running a command to only redeploy the Lambda functions that have changed. <br \/>\r<br>Which command will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_71' value='362821' \/><input type='hidden' id='answerType362821' 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-362821[]' id='answer-id-1414350' class='answer   answerof-362821 ' value='1414350'   \/><label for='answer-id-1414350' id='answer-label-1414350' class=' answer'><span>sam deploy -force-upload<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362821[]' id='answer-id-1414351' class='answer   answerof-362821 ' value='1414351'   \/><label for='answer-id-1414351' id='answer-label-1414351' class=' answer'><span>sam deploy -no-execute-changeset<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362821[]' id='answer-id-1414352' class='answer   answerof-362821 ' value='1414352'   \/><label for='answer-id-1414352' id='answer-label-1414352' class=' answer'><span>sam package<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362821[]' id='answer-id-1414353' class='answer   answerof-362821 ' value='1414353'   \/><label for='answer-id-1414353' id='answer-label-1414353' class=' answer'><span>sam sync -watch<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-72' style=';'><div id='questionWrap-72'  class='   watupro-question-id-362822'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>72. <\/span>A developer is building an application that gives users the ability to view bank account from multiple sources in a single dashboard. The developer has automated the process to retrieve API credentials for these sources. The process invokes an AWS Lambda function that is associated with an AWS CloudFormation cotton resource. <br \/>\r<br>The developer wants a solution that will store the API credentials with minimal operational overhead. <br \/>\r<br>When solution will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_72' value='362822' \/><input type='hidden' id='answerType362822' 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-362822[]' id='answer-id-1414354' class='answer   answerof-362822 ' value='1414354'   \/><label for='answer-id-1414354' id='answer-label-1414354' class=' answer'><span>Add an AWS Secrets Manager GenerateSecretString resource to the CloudFormation template. Set the value to reference new credentials to the Cloudformation resource.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362822[]' id='answer-id-1414355' class='answer   answerof-362822 ' value='1414355'   \/><label for='answer-id-1414355' id='answer-label-1414355' class=' answer'><span>Use the AWS SDK ssm PutParameter operation in the Lambda function from the existing, custom resource to store the credentials as a parameter. Set the parameter value to reference the new credentials. Set ma parameter type to SecureString.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362822[]' id='answer-id-1414356' class='answer   answerof-362822 ' value='1414356'   \/><label for='answer-id-1414356' id='answer-label-1414356' class=' answer'><span>Add an AWS Systems Manager Parameter Store resource to the CloudFormation template. Set the CloudFormation resource value to reference the new credentials Set the resource NoEcho attribute to true.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362822[]' id='answer-id-1414357' class='answer   answerof-362822 ' value='1414357'   \/><label for='answer-id-1414357' id='answer-label-1414357' class=' answer'><span>Use the AWS SDK ssm PutParameter operation in the Lambda function from the existing custom resources to store the credentials as a parameter. Set the parameter value to reference the new credentials. Set the parameter NoEcho attribute to true.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-73' style=';'><div id='questionWrap-73'  class='   watupro-question-id-362823'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>73. <\/span>A developer is configuring an applications deployment environment in AWS CodePipeine. The application code is stored in a GitHub repository. The developer wants to ensure that the repository package's unit tests run in the new deployment environment. The deployment has already set the pipeline's source provider to GitHub and has specified the repository and branch to use in the deployment. <br \/>\r<br>When combination of steps should the developer take next to meet these requirements with the least the LEAST overhead' (Select TWO).<\/div><input type='hidden' name='question_id[]' id='qID_73' value='362823' \/><input type='hidden' id='answerType362823' 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-362823[]' id='answer-id-1414358' class='answer   answerof-362823 ' value='1414358'   \/><label for='answer-id-1414358' id='answer-label-1414358' class=' answer'><span>Create an AWS CodeCommt project. Add the repository package's build and test commands to the protects buildspec<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362823[]' id='answer-id-1414359' class='answer   answerof-362823 ' value='1414359'   \/><label for='answer-id-1414359' id='answer-label-1414359' class=' answer'><span>Create an AWS CodeBuid project. Add the repository package's build and test commands to the projects buildspec<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362823[]' id='answer-id-1414361' class='answer   answerof-362823 ' value='1414361'   \/><label for='answer-id-1414361' id='answer-label-1414361' class=' answer'><span>Create an AWS CodeDeploy protect. Add the repository package's build and test commands to the project's buildspec<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362823[]' id='answer-id-1414362' class='answer   answerof-362823 ' value='1414362'   \/><label for='answer-id-1414362' id='answer-label-1414362' class=' answer'><span>Add an action to the source stage. Specify the newly created project as the action provider. Specify the build attract as the actions input artifact.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362823[]' id='answer-id-1414363' class='answer   answerof-362823 ' value='1414363'   \/><label for='answer-id-1414363' id='answer-label-1414363' class=' answer'><span>Add a new stage to the pipeline alter the source stage. Add an action to the new stage. Speedy the newly created protect as the action provider. Specify the source artifact as the action's input artifact.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-74' style=';'><div id='questionWrap-74'  class='   watupro-question-id-362825'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>74. <\/span>A developer is trying get data from an Amazon DynamoDB table called demoman-table. The developer configured the AWS CLI to use a specific IAM use's credentials and ran the following command. <br \/>\r<br>The command returned errors and no rows were returned. <br \/>\r<br>What is the MOST likely cause of these issues?<\/div><input type='hidden' name='question_id[]' id='qID_74' value='362825' \/><input type='hidden' id='answerType362825' 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-362825[]' id='answer-id-1414364' class='answer   answerof-362825 ' value='1414364'   \/><label for='answer-id-1414364' id='answer-label-1414364' class=' answer'><span>The command is incorrect; it should be rewritten to use put-item with a string argument<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362825[]' id='answer-id-1414365' class='answer   answerof-362825 ' value='1414365'   \/><label for='answer-id-1414365' id='answer-label-1414365' class=' answer'><span>The developer needs to log a ticket with AWS Support to enable access to the demoman-table<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362825[]' id='answer-id-1414366' class='answer   answerof-362825 ' value='1414366'   \/><label for='answer-id-1414366' id='answer-label-1414366' class=' answer'><span>Amazon DynamoOB cannot be accessed from the AWS CLI and needs to called via the REST API<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362825[]' id='answer-id-1414367' class='answer   answerof-362825 ' value='1414367'   \/><label for='answer-id-1414367' id='answer-label-1414367' class=' answer'><span>The IAM user needs an associated policy with read access to demoman-table<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-75' style=';'><div id='questionWrap-75'  class='   watupro-question-id-362826'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>75. <\/span>An organization is using Amazon CloudFront to ensure that its users experience low-latency access to its web application. The organization has identified a need to encrypt all traffic between users and CloudFront, and all traffic between CloudFront and the web application. <br \/>\r<br>How can these requirements be met? (Select TWO)<\/div><input type='hidden' name='question_id[]' id='qID_75' value='362826' \/><input type='hidden' id='answerType362826' 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-362826[]' id='answer-id-1414368' class='answer   answerof-362826 ' value='1414368'   \/><label for='answer-id-1414368' id='answer-label-1414368' class=' answer'><span>Use AWS KMS t0 encrypt traffic between cloudFront and the web application.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362826[]' id='answer-id-1414369' class='answer   answerof-362826 ' value='1414369'   \/><label for='answer-id-1414369' id='answer-label-1414369' class=' answer'><span>Set the Origin Protocol Policy to &quot;HTTPS Only&quot;.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362826[]' id='answer-id-1414370' class='answer   answerof-362826 ' value='1414370'   \/><label for='answer-id-1414370' id='answer-label-1414370' class=' answer'><span>Set the Origin\u2019s HTTP Port to 443.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362826[]' id='answer-id-1414371' class='answer   answerof-362826 ' value='1414371'   \/><label for='answer-id-1414371' id='answer-label-1414371' class=' answer'><span>Set the Viewer Protocol Policy to &quot;HTTPS Only&quot; or Redirect HTTP to HTTPS&quot;<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362826[]' id='answer-id-1414372' class='answer   answerof-362826 ' value='1414372'   \/><label for='answer-id-1414372' id='answer-label-1414372' class=' answer'><span>Enable the CloudFront option Restrict Viewer Access.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-76' style=';'><div id='questionWrap-76'  class='   watupro-question-id-362827'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>76. <\/span>A company is developing an ecommerce application that uses Amazon API Gateway APIs. The application uses AWS Lambda as a backend. The company needs to test the code in a dedicated, monitored test environment before the company releases the code to the production environment. <br \/>\r<br>When solution will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_76' value='362827' \/><input type='hidden' id='answerType362827' 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-362827[]' id='answer-id-1414373' class='answer   answerof-362827 ' value='1414373'   \/><label for='answer-id-1414373' id='answer-label-1414373' class=' answer'><span>Use a single stage in API Gateway. Create a Lambda function for each environment. Configure API clients to send a query parameter that indicates the endowment and the specific lambda function.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362827[]' id='answer-id-1414374' class='answer   answerof-362827 ' value='1414374'   \/><label for='answer-id-1414374' id='answer-label-1414374' class=' answer'><span>Use multiple stages in API Gateway. Create a single Lambda function for all environments. Add different code blocks for different environments in the Lambda function based on Lambda environments variables.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362827[]' id='answer-id-1414375' class='answer   answerof-362827 ' value='1414375'   \/><label for='answer-id-1414375' id='answer-label-1414375' class=' answer'><span>Use multiple stages in API Gateway. Create a Lambda function for each environment. Configure API Gateway stage variables to route traffic to the Lambda function in different environments.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362827[]' id='answer-id-1414376' class='answer   answerof-362827 ' value='1414376'   \/><label for='answer-id-1414376' id='answer-label-1414376' class=' answer'><span>Use a single stage in API Gateway. Configure a API client to send a query parameter that indicated the environment. Add different code blocks tor afferent environments in the Lambda Junction to match the value of the query parameter.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-77' style=';'><div id='questionWrap-77'  class='   watupro-question-id-362828'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>77. <\/span>A developer is planning to migrate on-premises company data to Amazon S3. The data must be encrypted, and the encryption Keys must support automate annual rotation. The company must use AWS Key Management Service (AWS KMS) to encrypt the data. <br \/>\r<br>When type of keys should the developer use to meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_77' value='362828' \/><input type='hidden' id='answerType362828' 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-362828[]' id='answer-id-1414377' class='answer   answerof-362828 ' value='1414377'   \/><label for='answer-id-1414377' id='answer-label-1414377' class=' answer'><span>Amazon S3 managed keys<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362828[]' id='answer-id-1414378' class='answer   answerof-362828 ' value='1414378'   \/><label for='answer-id-1414378' id='answer-label-1414378' class=' answer'><span>Symmetric customer managed keys with key material that is generated by AWS<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362828[]' id='answer-id-1414379' class='answer   answerof-362828 ' value='1414379'   \/><label for='answer-id-1414379' id='answer-label-1414379' class=' answer'><span>Asymmetric customer managed keys with key material that generated by AWS<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362828[]' id='answer-id-1414380' class='answer   answerof-362828 ' value='1414380'   \/><label for='answer-id-1414380' id='answer-label-1414380' class=' answer'><span>Symmetric customer managed keys with imported key material<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-78' style=';'><div id='questionWrap-78'  class='   watupro-question-id-362829'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>78. <\/span>A team of developed is using an AWS CodePipeline pipeline as a continuous integration and continuous delivery (CI\/CD) mechanism for a web application. A developer has written unit tests to programmatically test the functionality of the application code. The unit tests produce a test report that shows the results of each individual check. The developer now wants to run these tests automatically during the CI\/CD process.<\/div><input type='hidden' name='question_id[]' id='qID_78' value='362829' \/><input type='hidden' id='answerType362829' 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-362829[]' id='answer-id-1414381' class='answer   answerof-362829 ' value='1414381'   \/><label for='answer-id-1414381' id='answer-label-1414381' class=' answer'><span>Write a Git pre-commit hook that runs the test before every commit. Ensure that each developer who is working on the project has the pre-commit hook instated locally. Review the test report and resolve any issues before pushing changes to AWS CodeCommit.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362829[]' id='answer-id-1414382' class='answer   answerof-362829 ' value='1414382'   \/><label for='answer-id-1414382' id='answer-label-1414382' class=' answer'><span>Add a new stage to the pipeline. Use AWS CodeBuild as the provider. Add the new stage after the stage that deploys code revisions to the test environment. Write a buildspec that fails the CodeBuild stage if any test does not pass. Use the test reports feature of Codebuild to integrate the report with the CodoBuild console. View the test results in CodeBuild Resolve any issues.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362829[]' id='answer-id-1414383' class='answer   answerof-362829 ' value='1414383'   \/><label for='answer-id-1414383' id='answer-label-1414383' class=' answer'><span>Add a new stage to the pipeline. Use AWS CodeBuild at the provider. Add the new stage before the stage that deploys code revisions to the test environment. Write a buildspec that fails the CodeBuild stage it any test does not pass. Use the test reports feature of CodeBuild to integrate the report with the CodeBuild console. View the test results in codeBuild Resolve any issues.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362829[]' id='answer-id-1414384' class='answer   answerof-362829 ' value='1414384'   \/><label for='answer-id-1414384' id='answer-label-1414384' class=' answer'><span>Add a new stage to the pipeline. Use Jenkins as the provider. Configure CodePipeline to use Jenkins to run the unit tests. Write a Jenkinsfile that fails the stage if any test does not pass. Use the test report plugin for Jenkins to integrate the repot with the Jenkins dashboard. View the test results in Jenkins. Resolve any issues.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-79' style=';'><div id='questionWrap-79'  class='   watupro-question-id-362830'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>79. <\/span>A company has multiple Amazon VPC endpoints in the same VPC. A developer needs configure an Amazon S3 bucket policy so users can access an S3 bucket only by using these VPC endpoints. <br \/>\r<br>Which solution will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_79' value='362830' \/><input type='hidden' id='answerType362830' 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-362830[]' id='answer-id-1414385' class='answer   answerof-362830 ' value='1414385'   \/><label for='answer-id-1414385' id='answer-label-1414385' class=' answer'><span>Create multiple S3 bucket polices by using each VPC endpoint ID that have the aws SourceVpce value in the StringNotEquals condition.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362830[]' id='answer-id-1414386' class='answer   answerof-362830 ' value='1414386'   \/><label for='answer-id-1414386' id='answer-label-1414386' class=' answer'><span>Create a single S3 bucket policy that has the aws SourceVpc value and in the StingNotEquals condition to use VPC I<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362830[]' id='answer-id-1414387' class='answer   answerof-362830 ' value='1414387'   \/><label for='answer-id-1414387' id='answer-label-1414387' class=' answer'><span>Create a single S3 bucket policy that the multiple aws SourceVpce value and in the SringNotEquals condton to use vpce.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362830[]' id='answer-id-1414388' class='answer   answerof-362830 ' value='1414388'   \/><label for='answer-id-1414388' id='answer-label-1414388' class=' answer'><span>Create a single S3 bucket policy that has multiple aws sourceVpce value in the StingNotEquale condition. Repeat for all the VPC endpoint IDs.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-80' style=';'><div id='questionWrap-80'  class='   watupro-question-id-362831'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>80. <\/span>A company uses a custom root certificate authority certificate chain (Root CA Cert) that is 10 KB in size generate SSL certificates for its on-premises HTTPS endpoints. One of the company\u2019s cloud based applications has hundreds of AWS Lambda functions that pull date from these endpoints. A developer updated the trust store of the Lambda execution environment to use the Root CA Cert when the Lambda execution environment is initialized. The developer bundled the Root CA Cert as a text file in the Lambdas deployment bundle. <br \/>\r<br>After 3 months of development the root CA Cert is no longer valid and must be updated. The developer needs a more efficient solution to update the Root CA Cert for all deployed Lambda functions. The solution must not include rebuilding or updating all Lambda functions that use the Root CA Cert. The solution must also work for all development, testing and production environment. <br \/>\r<br>Each environment is managed in a separate AWS account. <br \/>\r<br>When combination of steps Would the developer take to meet these environments MOST cost-effectively? (Select TWO)<\/div><input type='hidden' name='question_id[]' id='qID_80' value='362831' \/><input type='hidden' id='answerType362831' 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-362831[]' id='answer-id-1414389' class='answer   answerof-362831 ' value='1414389'   \/><label for='answer-id-1414389' id='answer-label-1414389' class=' answer'><span>Store the Root CA Cert as a secret in AWS Secrets Manager. Create a resource-based policy. Add IAM users to allow access to the secret<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362831[]' id='answer-id-1414390' class='answer   answerof-362831 ' value='1414390'   \/><label for='answer-id-1414390' id='answer-label-1414390' class=' answer'><span>Store the Root CA Cert as a Secure Sting parameter in aws Systems Manager Parameter Store Create a resource-based policy. Add IAM users to allow access to the policy.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362831[]' id='answer-id-1414391' class='answer   answerof-362831 ' value='1414391'   \/><label for='answer-id-1414391' id='answer-label-1414391' class=' answer'><span>Store the Root CA Cert in an Amazon S3 bucket. Create a resource- based policy to allow access to the bucket.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362831[]' id='answer-id-1414392' class='answer   answerof-362831 ' value='1414392'   \/><label for='answer-id-1414392' id='answer-label-1414392' class=' answer'><span>Refactor the Lambda code to load the Root CA Cert from the Root CA Certs location. Modify the runtime trust store inside the Lambda function handler.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362831[]' id='answer-id-1414393' class='answer   answerof-362831 ' value='1414393'   \/><label for='answer-id-1414393' id='answer-label-1414393' class=' answer'><span>Refactor the Lambda code to load the Root CA Cert from the Root CA Cert's location. Modify the runtime trust store outside the Lambda function handler.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-81' style=';'><div id='questionWrap-81'  class='   watupro-question-id-362832'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>81. <\/span>A developer maintains applications that store several secrets in AWS Secrets Manager. The applications use secrets that have changed over time. The developer needs to identify required secrets that are still in use. The developer does not want to cause any application downtime. <br \/>\r<br>What should the developer do to meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_81' value='362832' \/><input type='hidden' id='answerType362832' 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-362832[]' id='answer-id-1414394' class='answer   answerof-362832 ' value='1414394'   \/><label for='answer-id-1414394' id='answer-label-1414394' class=' answer'><span>Configure an AWS CloudTrail log file delivery to an Amazon S3 bucket. Create an Amazon CloudWatch alarm for the GetSecretValue. Secrets Manager API operation requests<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362832[]' id='answer-id-1414395' class='answer   answerof-362832 ' value='1414395'   \/><label for='answer-id-1414395' id='answer-label-1414395' class=' answer'><span>Create a secrets manager-secret-unused AWS Config managed rule. Create an Amazon EventBridge rule to Initiate notification when the AWS Config managed rule is met.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362832[]' id='answer-id-1414396' class='answer   answerof-362832 ' value='1414396'   \/><label for='answer-id-1414396' id='answer-label-1414396' class=' answer'><span>Deactivate the applications secrets and monitor the applications error logs temporarily.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362832[]' id='answer-id-1414397' class='answer   answerof-362832 ' value='1414397'   \/><label for='answer-id-1414397' id='answer-label-1414397' class=' answer'><span>Configure AWS X-Ray for the applications. Create a sampling rule lo match the GetSecretValue Secrets Manager API operation requests.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-82' style=';'><div id='questionWrap-82'  class='   watupro-question-id-362833'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>82. <\/span>A developer is writing a serverless application that requires an AWS Lambda function to be invoked every 10 minutes. <br \/>\r<br>What is an automated and serverless way to invoke the function?<\/div><input type='hidden' name='question_id[]' id='qID_82' value='362833' \/><input type='hidden' id='answerType362833' 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-362833[]' id='answer-id-1414398' class='answer   answerof-362833 ' value='1414398'   \/><label for='answer-id-1414398' id='answer-label-1414398' class=' answer'><span>Deploy an Amazon EC2 instance based on Linux, and edit its \/etc\/confab file by adding a command to periodically invoke the lambda function<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362833[]' id='answer-id-1414399' class='answer   answerof-362833 ' value='1414399'   \/><label for='answer-id-1414399' id='answer-label-1414399' class=' answer'><span>Configure an environment variable named PERIOD for the Lambda function. Set the value to 600.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362833[]' id='answer-id-1414400' class='answer   answerof-362833 ' value='1414400'   \/><label for='answer-id-1414400' id='answer-label-1414400' class=' answer'><span>Create an Amazon EventBridge rule that runs on a regular schedule to invoke the Lambda function.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362833[]' id='answer-id-1414401' class='answer   answerof-362833 ' value='1414401'   \/><label for='answer-id-1414401' id='answer-label-1414401' class=' answer'><span>Create an Amazon Simple Notification Service (Amazon SNS) topic that has a subscription to the Lambda function with a 600-second timer.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-83' style=';'><div id='questionWrap-83'  class='   watupro-question-id-362834'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>83. <\/span>Users are reporting errors in an application. The application consists of several micro services that are deployed on Amazon Elastic Container Serves (Amazon ECS) with AWS Fargate. When combination of steps should a developer take to fix the errors? (Select TWO)<\/div><input type='hidden' name='question_id[]' id='qID_83' value='362834' \/><input type='hidden' id='answerType362834' 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-362834[]' id='answer-id-1414402' class='answer   answerof-362834 ' value='1414402'   \/><label for='answer-id-1414402' id='answer-label-1414402' class=' answer'><span>Deploy AWS X-Ray as a sidecar container to the micro services. Update the task role policy to allow access to me X -Ray AP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362834[]' id='answer-id-1414403' class='answer   answerof-362834 ' value='1414403'   \/><label for='answer-id-1414403' id='answer-label-1414403' class=' answer'><span>Deploy AWS X-Ray as a daemon set to the Fargate cluster. Update the service role policy to allow access to the X-Ray AP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362834[]' id='answer-id-1414404' class='answer   answerof-362834 ' value='1414404'   \/><label for='answer-id-1414404' id='answer-label-1414404' class=' answer'><span>Instrument the application by using the AWS X-Ray SD<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362834[]' id='answer-id-1414405' class='answer   answerof-362834 ' value='1414405'   \/><label for='answer-id-1414405' id='answer-label-1414405' class=' answer'><span>Update the application to use the Put-XrayTrace API call to communicate with the X-Ray AP<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362834[]' id='answer-id-1414406' class='answer   answerof-362834 ' value='1414406'   \/><label for='answer-id-1414406' id='answer-label-1414406' class=' answer'><span>Instrument the application by using the AWS X-Ray SD<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362834[]' id='answer-id-1414407' class='answer   answerof-362834 ' value='1414407'   \/><label for='answer-id-1414407' id='answer-label-1414407' class=' answer'><span>Update the application to communicate with the X-Ray daemon.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='checkbox' name='answer-362834[]' id='answer-id-1414408' class='answer   answerof-362834 ' value='1414408'   \/><label for='answer-id-1414408' id='answer-label-1414408' class=' answer'><span>Instrument the ECS task to send the stout and spider- output to Amazon CloudWatch Logs. Update the task role policy to allow the cloudwatch Putlogs action.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-84' style=';'><div id='questionWrap-84'  class='   watupro-question-id-362835'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>84. <\/span>A company is using Amazon OpenSearch Service to implement an audit monitoring system. A developer needs to create an AWS Cloudformation custom resource that is associated with an AWS Lambda function to configure the OpenSearch Service domain. The Lambda function must access the OpenSearch Service domain by using Open Search Service internal master user credentials. <br \/>\r<br>What is the MOST secure way to pass these credentials to the Lambdas function?<\/div><input type='hidden' name='question_id[]' id='qID_84' value='362835' \/><input type='hidden' id='answerType362835' 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-362835[]' id='answer-id-1414409' class='answer   answerof-362835 ' value='1414409'   \/><label for='answer-id-1414409' id='answer-label-1414409' class=' answer'><span>Use a CloudFormation parameter to pass the master user credentials at deployment to the OpenSearch Service domain's MasterUserOptions and the Lambda function's environment variable. Set the No Echo attenuate to true.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362835[]' id='answer-id-1414410' class='answer   answerof-362835 ' value='1414410'   \/><label for='answer-id-1414410' id='answer-label-1414410' class=' answer'><span>Use a CloudFormation parameter to pass the master user credentials at deployment to the OpenSearch Service domain's MasterUserOptions and to create a parameter. In AWS Systems Manager Parameter Store. Set the No Echo attribute to true. Create an 1AM role that has the ssm GetParameter permission. Assign me role to the Lambda function. Store me parameter name as the Lambda function's environment variable. Resolve the parameter's value at runtime.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362835[]' id='answer-id-1414411' class='answer   answerof-362835 ' value='1414411'   \/><label for='answer-id-1414411' id='answer-label-1414411' class=' answer'><span>Use a CloudFormation parameter to pass the master uses credentials at deployment to the OpenSearch Service domain's MasterUserOptions and the Lambda function's environment varleWe Encrypt the parameters value by using the AWS Key Management Service (AWS KMS) encrypt command.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362835[]' id='answer-id-1414412' class='answer   answerof-362835 ' value='1414412'   \/><label for='answer-id-1414412' id='answer-label-1414412' class=' answer'><span>Use CloudFoimalion to create an AWS Secrets Manager Secret. Use a CloudFormation dynamic reference to retrieve the secret's value for the OpenSearch Service domain's MasterUserOptions. Create an 1AM role that has the secrets manager. GetSecretvalue permission. Assign the role to the Lambda Function Store the secrets name as the Lambda function's environment variable. Resole the secret's value at runtime.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-85' style=';'><div id='questionWrap-85'  class='   watupro-question-id-362836'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>85. <\/span>An application runs on multiple EC2 instances behind an ELB. <br \/>\r<br>Where is the session data best written so that it can be served reliably across multiple requests?<\/div><input type='hidden' name='question_id[]' id='qID_85' value='362836' \/><input type='hidden' id='answerType362836' 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-362836[]' id='answer-id-1414413' class='answer   answerof-362836 ' value='1414413'   \/><label for='answer-id-1414413' id='answer-label-1414413' class=' answer'><span>Write data to Amazon ElastiCache<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362836[]' id='answer-id-1414414' class='answer   answerof-362836 ' value='1414414'   \/><label for='answer-id-1414414' id='answer-label-1414414' class=' answer'><span>Write data to Amazon Elastic Block Store<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362836[]' id='answer-id-1414415' class='answer   answerof-362836 ' value='1414415'   \/><label for='answer-id-1414415' id='answer-label-1414415' class=' answer'><span>Write data to Amazon EC2 instance Store<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362836[]' id='answer-id-1414416' class='answer   answerof-362836 ' value='1414416'   \/><label for='answer-id-1414416' id='answer-label-1414416' class=' answer'><span>Wide data to the root filesystem<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-86' style=';'><div id='questionWrap-86'  class='   watupro-question-id-362837'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>86. <\/span>An ecommerce application is running behind an Application Load Balancer. A developer observes some unexpected load on the application during non-peak hours. The developer wants to analyze patterns for the client IP addresses that use the application. <br \/>\r<br>Which HTTP header should the developer use for this analysis?<\/div><input type='hidden' name='question_id[]' id='qID_86' value='362837' \/><input type='hidden' id='answerType362837' 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-362837[]' id='answer-id-1414417' class='answer   answerof-362837 ' value='1414417'   \/><label for='answer-id-1414417' id='answer-label-1414417' class=' answer'><span>The X-Forwarded-Proto header<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362837[]' id='answer-id-1414418' class='answer   answerof-362837 ' value='1414418'   \/><label for='answer-id-1414418' id='answer-label-1414418' class=' answer'><span>The X-F Forwarded-Host header<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362837[]' id='answer-id-1414419' class='answer   answerof-362837 ' value='1414419'   \/><label for='answer-id-1414419' id='answer-label-1414419' class=' answer'><span>The X-Forwarded-For header<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362837[]' id='answer-id-1414420' class='answer   answerof-362837 ' value='1414420'   \/><label for='answer-id-1414420' id='answer-label-1414420' class=' answer'><span>The X-Forwarded-Port header<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-87' style=';'><div id='questionWrap-87'  class='   watupro-question-id-362838'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>87. <\/span>A developer migrated a legacy application to an AWS Lambda function. The function uses a third-party service to pull data with a series of API calls at the end of each month. The function than processes the data to generate the monthly reports. The function has Been working with no issues so far. <br \/>\r<br>The third-party service recently issued a restriction to allow a feed number to API calls each minute and each day. If the API calls exceed the limit tor each minute or each day, then the service will produce errors. The API also provides the minute limit and daily limit in the response header. This restriction might extend the overall process to multiple days because the process is consuming more API calls than the available limit. <br \/>\r<br>What is the MOST operationally efficient way to refactor the server less application to accommodate this change?<\/div><input type='hidden' name='question_id[]' id='qID_87' value='362838' \/><input type='hidden' id='answerType362838' 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-362838[]' id='answer-id-1414421' class='answer   answerof-362838 ' value='1414421'   \/><label for='answer-id-1414421' id='answer-label-1414421' class=' answer'><span>Use an AWS Step Functions State machine to monitor API failures. Use the Wait state to delay calling the Lambda function.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362838[]' id='answer-id-1414422' class='answer   answerof-362838 ' value='1414422'   \/><label for='answer-id-1414422' id='answer-label-1414422' class=' answer'><span>Use an Amazon Simple Queue Service (Amazon SQS) queue to hold the API calls. Configure the Lambda function to poll the queue within the API threshold limits.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362838[]' id='answer-id-1414423' class='answer   answerof-362838 ' value='1414423'   \/><label for='answer-id-1414423' id='answer-label-1414423' class=' answer'><span>Use an Amazon CloudWatch Logs metric to count the number of API calls. Configure an Amazon CloudWatch alarm flat slops the currently running instance of the Lambda function when the metric exceeds the API threshold limits.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362838[]' id='answer-id-1414424' class='answer   answerof-362838 ' value='1414424'   \/><label for='answer-id-1414424' id='answer-label-1414424' class=' answer'><span>Use Amazon Kinesis Data Firehose to batch me API calls and deliver them to an Amazon S3 bucket win an event notification to invoke the Lambda function.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-88' style=';'><div id='questionWrap-88'  class='   watupro-question-id-362839'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>88. <\/span>A developer must analyze performance issues with production-distributed applications written as AWS Lambda functions. These distributed Lambda applications invoke other components that make up me applications. <br \/>\r<br>How should the developer identify and troubleshoot the root cause of the performance issues in production?<\/div><input type='hidden' name='question_id[]' id='qID_88' value='362839' \/><input type='hidden' id='answerType362839' 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-362839[]' id='answer-id-1414425' class='answer   answerof-362839 ' value='1414425'   \/><label for='answer-id-1414425' id='answer-label-1414425' class=' answer'><span>Add logging statements to the Lambda functions. then use Amazon CloudWatch to view the logs.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362839[]' id='answer-id-1414426' class='answer   answerof-362839 ' value='1414426'   \/><label for='answer-id-1414426' id='answer-label-1414426' class=' answer'><span>Use AWS CloudTrail and then examine the logs.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362839[]' id='answer-id-1414427' class='answer   answerof-362839 ' value='1414427'   \/><label for='answer-id-1414427' id='answer-label-1414427' class=' answer'><span>Use AWS X-Ray. then examine the segments and errors.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362839[]' id='answer-id-1414428' class='answer   answerof-362839 ' value='1414428'   \/><label for='answer-id-1414428' id='answer-label-1414428' class=' answer'><span>Run Amazon inspector agents and then analyze performance.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-89' style=';'><div id='questionWrap-89'  class='   watupro-question-id-362840'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>89. <\/span>A developer wants to deploy a new version of an AWS Elastic Beanstalk application. During deployment the application must maintain full capacity and avoid service interruption. Additionally, the developer must minimize the cost of additional resources that support the deployment. <br \/>\r<br>Which deployment method should the developer use to meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_89' value='362840' \/><input type='hidden' id='answerType362840' 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-362840[]' id='answer-id-1414429' class='answer   answerof-362840 ' value='1414429'   \/><label for='answer-id-1414429' id='answer-label-1414429' class=' answer'><span>All at once<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362840[]' id='answer-id-1414430' class='answer   answerof-362840 ' value='1414430'   \/><label for='answer-id-1414430' id='answer-label-1414430' class=' answer'><span>Rolling with additional batch<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362840[]' id='answer-id-1414431' class='answer   answerof-362840 ' value='1414431'   \/><label for='answer-id-1414431' id='answer-label-1414431' class=' answer'><span>Bluegreen<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362840[]' id='answer-id-1414432' class='answer   answerof-362840 ' value='1414432'   \/><label for='answer-id-1414432' id='answer-label-1414432' class=' answer'><span>Immutable<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-90' style=';'><div id='questionWrap-90'  class='   watupro-question-id-362841'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>90. <\/span>A developer has observed an increase in bugs in the AWS Lambda functions that a development team has deployed in its Node is application. To minimize these bugs, the developer wants to impendent automated testing of Lambda functions in an environment that Closely simulates the Lambda environment. <br \/>\r<br>The developer needs to give other developers the ability to run the tests locally. The developer also needs to integrate the tests into the team's continuous integration and continuous delivery (Ct\/CO) pipeline before the AWS Cloud Development Kit (AWS COK) deployment. <br \/>\r<br>Which solution will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_90' value='362841' \/><input type='hidden' id='answerType362841' 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-362841[]' id='answer-id-1414433' class='answer   answerof-362841 ' value='1414433'   \/><label for='answer-id-1414433' id='answer-label-1414433' class=' answer'><span>Create sample events based on the Lambda documentation. Create automated test scripts that use the cdk local invoke command to invoke the Lambda functions. Check the response Document the test scripts for the other developers on the team Update the CI\/CD pipeline to run the test scripts.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362841[]' id='answer-id-1414434' class='answer   answerof-362841 ' value='1414434'   \/><label for='answer-id-1414434' id='answer-label-1414434' class=' answer'><span>Install a unit testing framework that reproduces the Lambda execution environment. Create sample events based on the Lambda Documentation Invoke the handler function by using a unit testing framework. Check the response Document how to run the unit testing framework for the other developers on the team. Update the OCD pipeline to run the unit testing framework.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362841[]' id='answer-id-1414435' class='answer   answerof-362841 ' value='1414435'   \/><label for='answer-id-1414435' id='answer-label-1414435' class=' answer'><span>Install the AWS Serverless Application Model (AWS SAW) CLI tool Use the Sam local generate-event command to generate sample events for me automated tests. Create automated test scripts that use the Sam local invoke command to invoke the Lambda functions. Check the response Document the test scripts tor the other developers on the team Update the CI\/CD pipeline to run the test scripts.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362841[]' id='answer-id-1414436' class='answer   answerof-362841 ' value='1414436'   \/><label for='answer-id-1414436' id='answer-label-1414436' class=' answer'><span>Create sample events based on the Lambda documentation. Create a Docker container from the Node is base image to invoke the Lambda functions. Check the response Document how to run the Docker container for the more developers on the team update the CI\/CD pipeline to run the Docker container.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-91' style=';'><div id='questionWrap-91'  class='   watupro-question-id-362843'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>91. <\/span>A developer is troubleshooting an application mat uses Amazon DynamoDB in the uswest-2 Region. The application is deployed to an Amazon EC2 instance. The application requires read-only permissions to a table that is named Cars The EC2 instance has an attached IAM role that contains the following IAM policy. <br \/>\r<br><br><img decoding=\"async\" width=425 height=210 id=\"\u56fe\u7247 3\" src=\"https:\/\/www.dumpsbase.com\/freedumps\/wp-content\/uploads\/2024\/10\/image004-40.jpg\"><br><br \/>\r<br>When the application tries to read from the Cars table, an Access Denied error occurs. <br \/>\r<br>How can the developer resolve this error?<\/div><input type='hidden' name='question_id[]' id='qID_91' value='362843' \/><input type='hidden' id='answerType362843' 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-362843[]' id='answer-id-1414438' class='answer   answerof-362843 ' value='1414438'   \/><label for='answer-id-1414438' id='answer-label-1414438' class=' answer'><span>Modify the IAM policy resource to be &quot;arn aws dynamo* us-west-2 account-id table\/*&quot;<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362843[]' id='answer-id-1414439' class='answer   answerof-362843 ' value='1414439'   \/><label for='answer-id-1414439' id='answer-label-1414439' class=' answer'><span>Modify the IAM policy to include the dynamodb * action<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362843[]' id='answer-id-1414440' class='answer   answerof-362843 ' value='1414440'   \/><label for='answer-id-1414440' id='answer-label-1414440' class=' answer'><span>Create a trust policy that specifies the EC2 service principal. Associate the role with the policy.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362843[]' id='answer-id-1414441' class='answer   answerof-362843 ' value='1414441'   \/><label for='answer-id-1414441' id='answer-label-1414441' class=' answer'><span>Create a trust relationship between the role and dynamodb Amazonas com.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-92' style=';'><div id='questionWrap-92'  class='   watupro-question-id-362844'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>92. <\/span>A developer needs to store configuration variables for an application. The developer needs to set an expiration date and time for me configuration. The developer wants to receive notifications. Before the configuration expires. <br \/>\r<br>Which solution will meet these requirements with the LEAST operational overhead?<\/div><input type='hidden' name='question_id[]' id='qID_92' value='362844' \/><input type='hidden' id='answerType362844' 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-362844[]' id='answer-id-1414442' class='answer   answerof-362844 ' value='1414442'   \/><label for='answer-id-1414442' id='answer-label-1414442' class=' answer'><span>Create a standard parameter in AWS Systems Manager Parameter Store Set Expiation and Expiration Notification policy types.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362844[]' id='answer-id-1414443' class='answer   answerof-362844 ' value='1414443'   \/><label for='answer-id-1414443' id='answer-label-1414443' class=' answer'><span>Create a standard parameter in AWS Systems Manager Parameter Store Create an AWS Lambda function to expire the configuration and to send Amazon Simple Notification Service (Amazon SNS) notifications.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362844[]' id='answer-id-1414444' class='answer   answerof-362844 ' value='1414444'   \/><label for='answer-id-1414444' id='answer-label-1414444' class=' answer'><span>Create an advanced parameter in AWS Systems Manager Parameter Store Set Expiration and Expiration Notification policy types.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362844[]' id='answer-id-1414445' class='answer   answerof-362844 ' value='1414445'   \/><label for='answer-id-1414445' id='answer-label-1414445' class=' answer'><span>Create an advanced parameter in AWS Systems Manager Parameter Store Create an Amazon EC2 instance with a corn job to expire the configuration and to send notifications.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-93' style=';'><div id='questionWrap-93'  class='   watupro-question-id-362845'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>93. <\/span>When using the AWS Encryption SDK how does the developer keep track of the data encryption keys used to encrypt data?<\/div><input type='hidden' name='question_id[]' id='qID_93' value='362845' \/><input type='hidden' id='answerType362845' 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-362845[]' id='answer-id-1414446' class='answer   answerof-362845 ' value='1414446'   \/><label for='answer-id-1414446' id='answer-label-1414446' class=' answer'><span>The developer must manually keep Hack of the data encryption keys used for each data object.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362845[]' id='answer-id-1414447' class='answer   answerof-362845 ' value='1414447'   \/><label for='answer-id-1414447' id='answer-label-1414447' class=' answer'><span>The SDK encrypts the data encryption key and stores it (encrypted) as part of the resumed ophertext.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362845[]' id='answer-id-1414448' class='answer   answerof-362845 ' value='1414448'   \/><label for='answer-id-1414448' id='answer-label-1414448' class=' answer'><span>The SDK stores the data encryption keys automaticity in Amazon S3.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362845[]' id='answer-id-1414449' class='answer   answerof-362845 ' value='1414449'   \/><label for='answer-id-1414449' id='answer-label-1414449' class=' answer'><span>The data encryption key is stored m the user data for the EC2 instance.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-94' style=';'><div id='questionWrap-94'  class='   watupro-question-id-362846'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>94. <\/span>An application that runs on AWS Lambda requires access to specific highly confidential objects in an Amazon S3 bucket. In accordance with the principle of least privilege a company grants access to the S3 bucket by using only temporary credentials. <br \/>\r<br>How can a developer configure access to the S3 bucket in the MOST secure way?<\/div><input type='hidden' name='question_id[]' id='qID_94' value='362846' \/><input type='hidden' id='answerType362846' 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-362846[]' id='answer-id-1414450' class='answer   answerof-362846 ' value='1414450'   \/><label for='answer-id-1414450' id='answer-label-1414450' class=' answer'><span>Hardcode the credentials that are required to access the S3 objects in the application code. Use the credentials to access me required S3 objects.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362846[]' id='answer-id-1414451' class='answer   answerof-362846 ' value='1414451'   \/><label for='answer-id-1414451' id='answer-label-1414451' class=' answer'><span>Create a secret access key and access key ID with permission to access the S3 bucket. Store the key and key ID in AWS Secrets Manager. Configure the application to retrieve the Secrets Manager secret and use the credentials to access me S3 objects.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362846[]' id='answer-id-1414452' class='answer   answerof-362846 ' value='1414452'   \/><label for='answer-id-1414452' id='answer-label-1414452' class=' answer'><span>Create a Lambda function execution role Attach a policy to the rote that grants access to specific objects in the S3 bucket.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362846[]' id='answer-id-1414453' class='answer   answerof-362846 ' value='1414453'   \/><label for='answer-id-1414453' id='answer-label-1414453' class=' answer'><span>Create a secret access key and access key ID with permission to access the S3 bucket Store the key and key ID as environment variables m Lambda. Use the environment variables to access the required S3 objects.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-95' style=';'><div id='questionWrap-95'  class='   watupro-question-id-362848'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>95. <\/span>A developer has code that is stored in an Amazon S3 bucket. The code must be deployed as an AWS Lambda function across multiple accounts in the same AWS Region as the S3 bucket an AWS CloudPormation template that runs for each account will deploy the Lambda function. <br \/>\r<br>What is the MOST secure way to allow CloudFormaton to access the Lambda Code in the S3 bucket?<\/div><input type='hidden' name='question_id[]' id='qID_95' value='362848' \/><input type='hidden' id='answerType362848' 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-362848[]' id='answer-id-1414455' class='answer   answerof-362848 ' value='1414455'   \/><label for='answer-id-1414455' id='answer-label-1414455' class=' answer'><span>Grant the CloudFormation service role the S3 ListBucket and GetObject permissions. Add a bucket policy to Amazon S3 with the principal of &quot;AWS&quot; (account numbers)<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362848[]' id='answer-id-1414456' class='answer   answerof-362848 ' value='1414456'   \/><label for='answer-id-1414456' id='answer-label-1414456' class=' answer'><span>Grant the CloudFormation service row the S3 GetObfect permission. Add a Bucket policy to Amazon S3 with the principal of &quot;'&quot;<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362848[]' id='answer-id-1414458' class='answer   answerof-362848 ' value='1414458'   \/><label for='answer-id-1414458' id='answer-label-1414458' class=' answer'><span>Use a service-based link to grant the Lambda function the S3 ListBucket and GetObject permissions by explicitly adding the S3 bucket's account number in the resource.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362848[]' id='answer-id-1414460' class='answer   answerof-362848 ' value='1414460'   \/><label for='answer-id-1414460' id='answer-label-1414460' class=' answer'><span>Use a service-based link to grant the Lambda function the S3 GetObject permission Add a resource of &quot;** to allow access to the S3 bucket.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-96' style=';'><div id='questionWrap-96'  class='   watupro-question-id-362850'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>96. <\/span>A developer warns to add request validation to a production environment Amazon API Gateway API. <br \/>\r<br>The developer needs to test the changes before the API is deployed to the production environment. <br \/>\r<br>For the lest the developer will send test requests to the API through a testing tool. <br \/>\r<br>Which solution will meet these requirements with the LEAST operational overhead?<\/div><input type='hidden' name='question_id[]' id='qID_96' value='362850' \/><input type='hidden' id='answerType362850' 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-362850[]' id='answer-id-1414463' class='answer   answerof-362850 ' value='1414463'   \/><label for='answer-id-1414463' id='answer-label-1414463' class=' answer'><span>Export the existing API to an OpenAPI file. Create a new API Import the OpenAPI file Modify the new API to add request validation. Perform the tests Modify the existing API to add request validation. Deploy the existing API to production.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362850[]' id='answer-id-1414464' class='answer   answerof-362850 ' value='1414464'   \/><label for='answer-id-1414464' id='answer-label-1414464' class=' answer'><span>Modify the existing API to add request validation. Deploy the updated API to a new API Gateway stage Perform the tests Deploy the updated API to the API Gateway production stage.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362850[]' id='answer-id-1414465' class='answer   answerof-362850 ' value='1414465'   \/><label for='answer-id-1414465' id='answer-label-1414465' class=' answer'><span>Create a new API Add the necessary resources and methods including new request validation. Perform the tests Modify the existing API to add request validation. Deploy the existing API to production.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362850[]' id='answer-id-1414466' class='answer   answerof-362850 ' value='1414466'   \/><label for='answer-id-1414466' id='answer-label-1414466' class=' answer'><span>Clone the exiting API Modify the new API lo add request validation. Perform the tests Modify the existing API to add request validation Deploy the existing API to production.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-97' style=';'><div id='questionWrap-97'  class='   watupro-question-id-362851'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>97. <\/span>A developer at a company needs to create a small application mat makes the same API call once each flay at a designated time. The company does not have infrastructure in the AWS Cloud yet, but the company wants to implement this functionality on AWS. <br \/>\r<br>Which solution meets these requirements in the MOST operationally efficient manner?<\/div><input type='hidden' name='question_id[]' id='qID_97' value='362851' \/><input type='hidden' id='answerType362851' 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-362851[]' id='answer-id-1414467' class='answer   answerof-362851 ' value='1414467'   \/><label for='answer-id-1414467' id='answer-label-1414467' class=' answer'><span>Use a Kubermetes cron job that runs on Amazon Elastic Kubemetes Sen\/ice (Amazon EKS)<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362851[]' id='answer-id-1414468' class='answer   answerof-362851 ' value='1414468'   \/><label for='answer-id-1414468' id='answer-label-1414468' class=' answer'><span>Use an Amazon Linux crontab scheduled job that runs on Amazon EC2<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362851[]' id='answer-id-1414469' class='answer   answerof-362851 ' value='1414469'   \/><label for='answer-id-1414469' id='answer-label-1414469' class=' answer'><span>Use an AWS Lambda function that is invoked by an Amazon EventBridge scheduled event.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362851[]' id='answer-id-1414470' class='answer   answerof-362851 ' value='1414470'   \/><label for='answer-id-1414470' id='answer-label-1414470' class=' answer'><span>Use an AWS Batch job that is submitted to an AWS Batch job queue.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-98' style=';'><div id='questionWrap-98'  class='   watupro-question-id-362852'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>98. <\/span>A developer is building a serverless application that is based on AWS Lambda. The developer initializes the AWS software development kit (SDK) outside of the Lambda handcar function. <br \/>\r<br>What is the PRIMARY benefit of this action?<\/div><input type='hidden' name='question_id[]' id='qID_98' value='362852' \/><input type='hidden' id='answerType362852' 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-362852[]' id='answer-id-1414471' class='answer   answerof-362852 ' value='1414471'   \/><label for='answer-id-1414471' id='answer-label-1414471' class=' answer'><span>Improves legibility and systolic convention<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362852[]' id='answer-id-1414472' class='answer   answerof-362852 ' value='1414472'   \/><label for='answer-id-1414472' id='answer-label-1414472' class=' answer'><span>Takes advantage of runtime environment reuse<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362852[]' id='answer-id-1414473' class='answer   answerof-362852 ' value='1414473'   \/><label for='answer-id-1414473' id='answer-label-1414473' class=' answer'><span>Provides better error handling<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362852[]' id='answer-id-1414474' class='answer   answerof-362852 ' value='1414474'   \/><label for='answer-id-1414474' id='answer-label-1414474' class=' answer'><span>Creates a new SDK instance for each invocation<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-99' style=';'><div id='questionWrap-99'  class='   watupro-question-id-362853'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>99. <\/span>A company is using Amazon RDS as the Backend database for its application. After a recent marketing campaign, a surge of read requests to the database increased the latency of data retrieval from the database. <br \/>\r<br>The company has decided to implement a caching layer in front of the database. The cached content <br \/>\r<br>must be encrypted and must be highly available. <br \/>\r<br>Which solution will meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_99' value='362853' \/><input type='hidden' id='answerType362853' 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-362853[]' id='answer-id-1414475' class='answer   answerof-362853 ' value='1414475'   \/><label for='answer-id-1414475' id='answer-label-1414475' class=' answer'><span>Amazon Cloudfront<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362853[]' id='answer-id-1414476' class='answer   answerof-362853 ' value='1414476'   \/><label for='answer-id-1414476' id='answer-label-1414476' class=' answer'><span>Amazon ElastiCache to Memcached<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362853[]' id='answer-id-1414477' class='answer   answerof-362853 ' value='1414477'   \/><label for='answer-id-1414477' id='answer-label-1414477' class=' answer'><span>Amazon ElastiCache for Redis in cluster mode<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362853[]' id='answer-id-1414478' class='answer   answerof-362853 ' value='1414478'   \/><label for='answer-id-1414478' id='answer-label-1414478' class=' answer'><span>Amazon DynamoDB Accelerate (DAX)<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div class='watu-question ' id='question-100' style=';'><div id='questionWrap-100'  class='   watupro-question-id-362854'>\n\t\t\t<div class='question-content'><div><span class='watupro_num'>100. <\/span>A developer at a company recently created a serverless application to process and show data from <br \/>\r<br>business reports. The application's user interface (UI) allows users to select and start processing the files. The Ul displays a message when the result is available to view. The application uses AWS Step Functions with AWS Lambda functions to process the files. The developer used Amazon API Gateway and Lambda functions to create an API to support the UI. <br \/>\r<br>The company's Ul team reports that the request to process a file is often returning timeout errors because of the see or complexity of the files. The Ul team wants the API to provide an immediate response so that the Ul can deploy a message while the files are being processed. The backend process that is invoked by the API needs to send an email message when the report processing is complete. <br \/>\r<br>What should the developer do to configure the API to meet these requirements?<\/div><input type='hidden' name='question_id[]' id='qID_100' value='362854' \/><input type='hidden' id='answerType362854' 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-362854[]' id='answer-id-1414479' class='answer   answerof-362854 ' value='1414479'   \/><label for='answer-id-1414479' id='answer-label-1414479' class=' answer'><span>Change the API Gateway route to add an X-Amz-Invocation-Type header win a sialic value of 'Event' in the integration request Deploy the API Gateway stage to apply the changes.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362854[]' id='answer-id-1414480' class='answer   answerof-362854 ' value='1414480'   \/><label for='answer-id-1414480' id='answer-label-1414480' class=' answer'><span>Change the configuration of the Lambda function that implements the request to process a file. Configure the maximum age of the event so that the Lambda function will ion asynchronously.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362854[]' id='answer-id-1414481' class='answer   answerof-362854 ' value='1414481'   \/><label for='answer-id-1414481' id='answer-label-1414481' class=' answer'><span>Change the API Gateway timeout value to match the Lambda function ominous value. Deploy the API Gateway stage to apply the changes.<\/span><\/label><\/div><div class='watupro-question-choice  ' dir='auto' ><input type='radio' name='answer-362854[]' id='answer-id-1414482' class='answer   answerof-362854 ' value='1414482'   \/><label for='answer-id-1414482' id='answer-label-1414482' class=' answer'><span>Change the API Gateway route to add an X-Amz-Target header with a static value of 'A sync' in the integration request Deploy me API Gateway stage to apply the changes.<\/span><\/label><\/div><!-- end question-choices--><\/div><!-- end questionWrap--><\/div><\/div><div style='display:none' id='question-101'>\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=\"watuPROButtons9187\" >\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=\"9187\" id=\"watuPROExamID\"\/>\n\t<input type=\"hidden\" name=\"start_time\" id=\"startTime\" value=\"2026-05-11 15:10:03\" \/>\n\t<input type=\"hidden\" name=\"start_timestamp\" id=\"startTimeStamp\" value=\"1778512203\" \/>\n\t<input type=\"hidden\" name=\"question_ids\" value=\"\" \/>\n\t<input type=\"hidden\" name=\"watupro_questions\" value=\"362738:1414011,1414012,1414013,1414014,1414015,1414016,1414017 | 362739:1414018,1414019,1414020,1414021 | 362740:1414022,1414023,1414024,1414025 | 362742:1414028,1414030,1414032,1414033 | 362744:1414036,1414038,1414040,1414041 | 362746:1414044,1414046,1414048,1414049 | 362747:1414050,1414051,1414052,1414053,1414054 | 362748:1414055,1414056,1414057,1414058 | 362749:1414059,1414060,1414061,1414062,1414063,1414064,1414065 | 362750:1414066,1414067,1414068,1414069 | 362751:1414070,1414071,1414072,1414073 | 362752:1414074,1414075,1414076,1414077,1414078,1414079,1414080,1414081,1414082 | 362753:1414083,1414084,1414085,1414086 | 362754:1414087,1414088,1414089,1414090 | 362755:1414091,1414092,1414093,1414094 | 362756:1414095,1414096,1414097,1414098 | 362757:1414099,1414100,1414101,1414102 | 362758:1414103,1414104,1414105,1414106 | 362759:1414107,1414108,1414109,1414110 | 362760:1414111,1414112,1414113,1414114 | 362761:1414115,1414117,1414118,1414120,1414122 | 362764:1414125,1414126,1414127,1414128,1414129 | 362765:1414130,1414131,1414132,1414133 | 362766:1414134,1414135,1414136,1414137 | 362767:1414138,1414139,1414140,1414141 | 362768:1414142,1414143,1414144,1414145 | 362769:1414146,1414147,1414148,1414149 | 362770:1414150,1414151,1414152,1414153 | 362772:1414155,1414156,1414157,1414158,1414159 | 362773:1414160,1414161,1414162,1414163 | 362774:1414164,1414165,1414166,1414167 | 362775:1414168,1414169,1414170,1414171 | 362776:1414172,1414173,1414174,1414175,1414176,1414177 | 362777:1414178,1414179,1414180,1414181 | 362778:1414182,1414183,1414184,1414185 | 362779:1414186,1414187,1414189,1414190,1414191 | 362781:1414192,1414193,1414194,1414195 | 362782:1414196,1414197,1414198,1414199 | 362783:1414200,1414201,1414202,1414203 | 362784:1414204,1414205,1414206,1414207 | 362785:1414208,1414209,1414210,1414211,1414212 | 362786:1414213,1414214,1414215,1414216 | 362787:1414217,1414218,1414219,1414220 | 362788:1414221,1414222,1414223,1414224 | 362791:1414230,1414231,1414232,1414233 | 362792:1414234,1414235,1414236,1414237 | 362793:1414238,1414239,1414240,1414241,1414242 | 362794:1414243,1414244,1414245,1414246 | 362797:1414252,1414253,1414254,1414255 | 362798:1414256,1414257,1414258,1414259 | 362799:1414260,1414261,1414262,1414263 | 362800:1414264,1414265,1414266,1414267 | 362801:1414268,1414269,1414270,1414271 | 362802:1414272,1414273,1414274,1414275 | 362803:1414276,1414277,1414278,1414279 | 362804:1414280,1414281,1414282,1414283,1414284 | 362806:1414286,1414288,1414290,1414292 | 362808:1414294,1414295,1414296,1414297 | 362809:1414298,1414299,1414300,1414301 | 362810:1414302,1414303,1414304,1414305 | 362811:1414306,1414307,1414308,1414309,1414310,1414311 | 362812:1414312,1414313,1414314,1414315 | 362813:1414316,1414317,1414318,1414319,1414320 | 362814:1414321,1414322,1414323,1414324 | 362815:1414325,1414326,1414327,1414328 | 362816:1414329,1414330,1414331,1414332 | 362817:1414333,1414334,1414335,1414336,1414337 | 362818:1414338,1414339,1414340,1414341 | 362819:1414342,1414343,1414344,1414345 | 362820:1414346,1414347,1414348,1414349 | 362821:1414350,1414351,1414352,1414353 | 362822:1414354,1414355,1414356,1414357 | 362823:1414358,1414359,1414361,1414362,1414363 | 362825:1414364,1414365,1414366,1414367 | 362826:1414368,1414369,1414370,1414371,1414372 | 362827:1414373,1414374,1414375,1414376 | 362828:1414377,1414378,1414379,1414380 | 362829:1414381,1414382,1414383,1414384 | 362830:1414385,1414386,1414387,1414388 | 362831:1414389,1414390,1414391,1414392,1414393 | 362832:1414394,1414395,1414396,1414397 | 362833:1414398,1414399,1414400,1414401 | 362834:1414402,1414403,1414404,1414405,1414406,1414407,1414408 | 362835:1414409,1414410,1414411,1414412 | 362836:1414413,1414414,1414415,1414416 | 362837:1414417,1414418,1414419,1414420 | 362838:1414421,1414422,1414423,1414424 | 362839:1414425,1414426,1414427,1414428 | 362840:1414429,1414430,1414431,1414432 | 362841:1414433,1414434,1414435,1414436 | 362843:1414438,1414439,1414440,1414441 | 362844:1414442,1414443,1414444,1414445 | 362845:1414446,1414447,1414448,1414449 | 362846:1414450,1414451,1414452,1414453 | 362848:1414455,1414456,1414458,1414460 | 362850:1414463,1414464,1414465,1414466 | 362851:1414467,1414468,1414469,1414470 | 362852:1414471,1414472,1414473,1414474 | 362853:1414475,1414476,1414477,1414478 | 362854:1414479,1414480,1414481,1414482\" \/>\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 = \"362738,362739,362740,362742,362744,362746,362747,362748,362749,362750,362751,362752,362753,362754,362755,362756,362757,362758,362759,362760,362761,362764,362765,362766,362767,362768,362769,362770,362772,362773,362774,362775,362776,362777,362778,362779,362781,362782,362783,362784,362785,362786,362787,362788,362791,362792,362793,362794,362797,362798,362799,362800,362801,362802,362803,362804,362806,362808,362809,362810,362811,362812,362813,362814,362815,362816,362817,362818,362819,362820,362821,362822,362823,362825,362826,362827,362828,362829,362830,362831,362832,362833,362834,362835,362836,362837,362838,362839,362840,362841,362843,362844,362845,362846,362848,362850,362851,362852,362853,362854\";\nWatuPROSettings[9187] = {};\nWatuPRO.qArr = question_ids.split(',');\nWatuPRO.exam_id = 9187;\t    \nWatuPRO.post_id = 91939;\nWatuPRO.store_progress = 0;\nWatuPRO.curCatPage = 1;\nWatuPRO.requiredIDs=\"0\".split(\",\");\nWatuPRO.hAppID = \"0.44767000 1778512203\";\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(9187);\nWatuPRO.inCategoryPages=1;});    \t \n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Cracking the AWS Certified Developer &#8211; Associate (DVA-C02) exam expedites obtaining high-paying jobs. When preparing for the Amazon DVA-C02 exam, you can choose the most updated DVA-C02 dumps (V13.02) of DumpsBase to quickly and effectively prepare for your AWS Certified Developer &#8211; Associate certification exam. These updated DVA-C02 dumps contain 298 practice exam questions and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[175,15702],"tags":[17489,15615],"class_list":["post-91939","post","type-post","status-publish","format-standard","hentry","category-amazon","category-aws-certified-associate","tag-aws-certified-developer-associate","tag-dva-c02-dumps"],"_links":{"self":[{"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/posts\/91939","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=91939"}],"version-history":[{"count":1,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/posts\/91939\/revisions"}],"predecessor-version":[{"id":91940,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/posts\/91939\/revisions\/91940"}],"wp:attachment":[{"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/media?parent=91939"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/categories?post=91939"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dumpsbase.com\/freedumps\/wp-json\/wp\/v2\/tags?post=91939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}