DVA-C02 Exam Question 1

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.
Which AWS service should the team use to store the program code?
  • DVA-C02 Exam Question 2

    A developer has a financial application. The application uses AWS Secrets Manager to manage an Amazon RDS for PostgreSQL database's username and password. The developer needs to rotate the password while maintaining the application's high availability. Which solution will meet these requirements with LEAST development effort?
  • DVA-C02 Exam Question 3

    An organization is storing large files in Amazon S3, and is writing a web application to display meta-data about the files to end-users. Based on the metadata a user selects an object to download. The organization needs a mechanism to index the files and provide single-digit millisecond latency retrieval for the metadata.
    What AWS service should be used to accomplish this?
  • DVA-C02 Exam Question 4

    A developer must use multi-factor authentication (MFA) to access data in an Amazon S3 bucket that is in another AWS account.
    Which AWS Security Token Service (AWS STS) API operation should the developer use with the MFA information to meet this requirement?
  • DVA-C02 Exam Question 5

    A company has a serverless application that uses an Amazon API Gateway API to invoke an AWS Lambda function. A developer creates a fix for a defect in the Lambda function code. The developer wants to deploy this fix to the production environment.
    To test the changes, the developer needs to send 10% of the live production traffic to the updated Lambda function version.
    Which combination of steps will meet these requirements? (Choose two.)