DVA-C02 Exam Question 6

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 theLEAST operational overhead?
  • DVA-C02 Exam Question 7

    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. The database server hosts a MySQL database that contains order details. When traffic to the application is heavy, thememory usage for the web server approaches 100% and the application slows down considerably.
    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.
    Which additional set of changes should the developer make to the application to improve the application's performance?
  • DVA-C02 Exam Question 8

    A company is using the AWS Serverless Application Model (AWS SAM) to develop a social media application. A developer needs a quick way to test AWS Lambda functions locally by using test event payloads. The developer needs the structure of these test event payloads to match the actual events that AWS services create.
  • DVA-C02 Exam Question 9

    A development team is creating a serverless application that uses AWS Lambda functions. The team wants to streamline a testing workflow by sharing test events across multiple developers within thesame AWS account. The team wants to ensure all developers can use consistent test events without compromising security.
  • DVA-C02 Exam Question 10

    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.
    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.
    What is the MOST operationally efficient way to refactor the server less application to accommodate this change?