Free AWS-CERTIFIED-DEVELOPER-ASSOCIATE-DVA-C02 Amazon AWS-CERTIFIED-DEVELOPER-ASSOCIATE-DVA-C02 Practice Test Question

Loading demo links...

Showing 22–24 of 56 questions

Question 22 (Topic 1)

A company is using AWS CodePipeline to deliver one of its applications. The delivery pipeline is triggered by changes to the main branch of an AWS CodeCommit repository and uses AWS CodeBuild to implement the test and build stages of the process and AWS CodeDeploy to deploy the application. The pipeline has been operating successfully for several months and there have been no modifications. Following a recent change to the application’s source code, AWS CodeDeploy has not deployed the updated application as expected. What are the possible causes? (Choose two.)

Select an option, then click Submit answer.

  • The change was not made in the main branch of the AWS CodeCommit repository.
  • One of the earlier stages in the pipeline failed and the pipeline has terminated.
  • One of the Amazon EC2 instances in the company’s AWS CodePipeline cluster is inactive.
  • The AWS CodePipeline is incorrectly configured and is not invoking AWS CodeDeploy.
  • AWS CodePipeline does not have permissions to access AWS CodeCommit.
Question 23 (Topic 1)

A developer is building a serverless application that runs on AWS. The developer wants to create an accelerated development workflow that deploys incremental changes to AWS for testing. The developer wants to deploy the incremental changes but does not want to fully deploy the entire application to AWS for every code commit. What should the developer do to meet these requirements?

Select an option, then click Submit answer.

  • Use the AWS Serverless Application Model (AWS SAM) to build the application. Use the sam sync command to deploy the incremental changes.
  • Use the AWS Serverless Application Model (AWS SAM) to build the application. Use the sam init command to deploy the incremental changes.
  • Use the AWS Cloud Development Kit (AWS CDK) to build the application. Use the cdk synth command to deploy the incremental changes.
  • Use the AWS Cloud Development Kit (AWS CDK) to build the application. Use the cdk bootstrap command to deploy the incremental changes.
Question 24 (Topic 1)

An application that runs on AWS receives messages from an Amazon Simple Queue Service (Amazon SQS) queue and processes the messages in batches. The application sends the data to another SQS queue to be consumed by another legacy application. The legacy system can take up to 5 minutes to process some transaction data. A developer wants to ensure that there are no out-of-order updates in the legacy system. The developer cannot alter the behavior of the legacy system. Which solution will meet these requirements?

Select an option, then click Submit answer.

  • Use an SQS FIFO queue. Configure the visibility timeout value.
  • Use an SQS standard queue with a SendMessageBatchRequestEntry data type. Configure the DelaySeconds values.
  • Use an SQS standard queue with a SendMessageBatchRequestEntry data type. Configure the visibility timeout value.
  • Use an SQS FIFO queue. Configure the DelaySeconds value.