DVA-C02 Exam Question 1

A company uses Amazon API Gateway to expose a set of APIs to customers. The APIs have caching enabled in API Gateway. Customers need a way to invalidate the cache for each API when they test the API.
What should a developer do to give customers the ability to invalidate the API cache?
  • DVA-C02 Exam Question 2

    A developer needs to use a code template to create an automated deployment of an application onto Amazon EC2 instances. The template must be configured to repeat deployment, installation, and updates of resources for the application. The template must be able to create identical environments and roll back to previous versions.
    Which solution will meet these requirements?
  • DVA-C02 Exam Question 3

    A developer needs to retrieve all data from an Amazon DynamoDB table that matches a particular partition key.
    Which solutions will meet this requirement in the MOST operationally efficient way? (Select TWO.)
  • DVA-C02 Exam Question 4

    A company wants to use AWS AppConfig to gradually deploy a new feature to 15% of users to test the feature before a full deployment.
    Which solution will meet this requirement with the LEAST operational overhead?
  • DVA-C02 Exam Question 5

    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.
    The developer needs to implement a solution to support the following use cases:
    For a given title and release year, get all details about the movie that has that title and release year.
    For a given title, get all details about all movies that have that title.
    For a given genre, get all details about all movies in that genre.
    Which data store configuration will meet these requirements?